@aplus-frontend/ui 0.6.7 → 6.9.0

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.
Files changed (166) hide show
  1. package/es/index.mjs +187 -193
  2. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  3. package/es/src/ap-form/interface.d.ts +10 -5
  4. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +42 -36
  5. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.d.ts +5 -0
  6. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.mjs +24 -0
  7. package/es/src/ap-form/search-form/index.vue.d.ts +1 -0
  8. package/es/src/ap-form/search-form/index.vue.mjs +53 -48
  9. package/es/src/ap-grid/hooks/use-row-selection.mjs +57 -62
  10. package/es/src/ap-grid/utils/renderer.mjs +9 -9
  11. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  12. package/es/src/business/ap-label/index.d.ts +3 -3
  13. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +1 -1
  14. package/es/src/business/ap-radio-group/index.d.ts +3 -3
  15. package/es/src/business/ap-summary/interface.d.ts +1 -1
  16. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  17. package/es/src/business/ap-view/ap-view.vue2.mjs +122 -118
  18. package/es/src/business/ap-view/index.d.ts +3 -0
  19. package/es/src/business/ap-view/interface.d.ts +4 -0
  20. package/es/src/business/hooks/useKeepAliveFlag.d.ts +14 -0
  21. package/es/src/business/hooks/useKeepAliveFlag.mjs +18 -0
  22. package/es/src/business/hooks/usePageListApGrid.d.ts +4 -0
  23. package/es/src/business/hooks/usePageListApGrid.mjs +52 -48
  24. package/es/src/business/index.d.ts +0 -1
  25. package/es/src/business/index.mjs +42 -46
  26. package/es/src/index.d.ts +0 -1
  27. package/es/src/index.mjs +274 -281
  28. package/es/src/locale/lang/en.mjs +0 -7
  29. package/es/src/locale/lang/zh-cn.mjs +0 -7
  30. package/es/src/path-map.mjs +0 -2
  31. package/es/src/version.d.ts +1 -1
  32. package/es/src/version.mjs +1 -1
  33. package/lib/index.js +1 -1
  34. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  35. package/lib/src/ap-form/interface.d.ts +10 -5
  36. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  37. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.d.ts +5 -0
  38. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.js +1 -0
  39. package/lib/src/ap-form/search-form/index.vue.d.ts +1 -0
  40. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  41. package/lib/src/ap-grid/hooks/use-row-selection.js +1 -1
  42. package/lib/src/ap-grid/utils/renderer.js +1 -1
  43. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  44. package/lib/src/business/ap-label/index.d.ts +3 -3
  45. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +1 -1
  46. package/lib/src/business/ap-radio-group/index.d.ts +3 -3
  47. package/lib/src/business/ap-summary/interface.d.ts +1 -1
  48. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  49. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  50. package/lib/src/business/ap-view/index.d.ts +3 -0
  51. package/lib/src/business/ap-view/interface.d.ts +4 -0
  52. package/lib/src/business/hooks/useKeepAliveFlag.d.ts +14 -0
  53. package/lib/src/business/hooks/useKeepAliveFlag.js +1 -0
  54. package/lib/src/business/hooks/usePageListApGrid.d.ts +4 -0
  55. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  56. package/lib/src/business/index.d.ts +0 -1
  57. package/lib/src/business/index.js +1 -1
  58. package/lib/src/index.d.ts +0 -1
  59. package/lib/src/index.js +1 -1
  60. package/lib/src/locale/lang/en.js +1 -1
  61. package/lib/src/locale/lang/zh-cn.js +1 -1
  62. package/lib/src/path-map.js +1 -1
  63. package/lib/src/version.d.ts +1 -1
  64. package/lib/src/version.js +1 -1
  65. package/package.json +5 -10
  66. package/theme/ap-form/index.css +16 -0
  67. package/theme/ap-form/search-form.css +16 -0
  68. package/theme/ap-form/search-form.less +16 -0
  69. package/theme/ap-grid/index.css +20 -0
  70. package/theme/ap-grid/index.less +4 -0
  71. package/theme/ap-table/ap-table.css +16 -0
  72. package/theme/ap-table-modal/index.css +16 -0
  73. package/theme/editable-table/index.css +16 -0
  74. package/theme/index.css +20 -0
  75. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +0 -73
  76. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +0 -46
  77. package/es/src/ap-info-layout/ApInfoLayout.vue2.mjs +0 -4
  78. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -29
  79. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -4
  80. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -41
  81. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -30
  82. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -4
  83. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -71
  84. package/es/src/ap-info-layout/index.d.ts +0 -3
  85. package/es/src/ap-info-layout/index.mjs +0 -2
  86. package/es/src/ap-info-layout/interface.d.ts +0 -10
  87. package/es/src/ap-info-layout/interface.mjs +0 -1
  88. package/es/src/ap-info-layout/style/css.d.ts +0 -0
  89. package/es/src/ap-info-layout/style/css.js +0 -1
  90. package/es/src/ap-info-layout/style/index.d.ts +0 -0
  91. package/es/src/ap-info-layout/style/index.js +0 -1
  92. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +0 -35
  93. package/es/src/business/ap-group-search/ap-group-search.vue.mjs +0 -4
  94. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +0 -202
  95. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +0 -14
  96. package/es/src/business/ap-group-search/extension-select/index.vue.mjs +0 -4
  97. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +0 -135
  98. package/es/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  99. package/es/src/business/ap-group-search/extension-select/style/css.js +0 -1
  100. package/es/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  101. package/es/src/business/ap-group-search/extension-select/style/index.js +0 -1
  102. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +0 -3
  103. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +0 -28
  104. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +0 -3
  105. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +0 -45
  106. package/es/src/business/ap-group-search/index.d.ts +0 -1536
  107. package/es/src/business/ap-group-search/index.mjs +0 -14
  108. package/es/src/business/ap-group-search/interface.d.ts +0 -11
  109. package/es/src/business/ap-group-search/interface.mjs +0 -1
  110. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +0 -424
  111. package/es/src/business/ap-group-search/popover-select/index.vue.mjs +0 -4
  112. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +0 -193
  113. package/es/src/business/ap-group-search/popover-select/style/css.d.ts +0 -0
  114. package/es/src/business/ap-group-search/popover-select/style/css.js +0 -1
  115. package/es/src/business/ap-group-search/popover-select/style/index.d.ts +0 -0
  116. package/es/src/business/ap-group-search/popover-select/style/index.js +0 -1
  117. package/es/src/business/ap-group-search/style/css.d.ts +0 -0
  118. package/es/src/business/ap-group-search/style/css.js +0 -1
  119. package/es/src/business/ap-group-search/style/index.d.ts +0 -0
  120. package/es/src/business/ap-group-search/style/index.js +0 -1
  121. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +0 -73
  122. package/lib/src/ap-info-layout/ApInfoLayout.vue.js +0 -1
  123. package/lib/src/ap-info-layout/ApInfoLayout.vue2.js +0 -1
  124. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -29
  125. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -1
  126. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
  127. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -30
  128. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.js +0 -1
  129. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
  130. package/lib/src/ap-info-layout/index.d.ts +0 -3
  131. package/lib/src/ap-info-layout/index.js +0 -1
  132. package/lib/src/ap-info-layout/interface.d.ts +0 -10
  133. package/lib/src/ap-info-layout/interface.js +0 -1
  134. package/lib/src/ap-info-layout/style/css.cjs +0 -1
  135. package/lib/src/ap-info-layout/style/css.d.ts +0 -0
  136. package/lib/src/ap-info-layout/style/index.cjs +0 -1
  137. package/lib/src/ap-info-layout/style/index.d.ts +0 -0
  138. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +0 -35
  139. package/lib/src/business/ap-group-search/ap-group-search.vue.js +0 -1
  140. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +0 -1
  141. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +0 -14
  142. package/lib/src/business/ap-group-search/extension-select/index.vue.js +0 -1
  143. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +0 -1
  144. package/lib/src/business/ap-group-search/extension-select/style/css.cjs +0 -1
  145. package/lib/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  146. package/lib/src/business/ap-group-search/extension-select/style/index.cjs +0 -1
  147. package/lib/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  148. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +0 -3
  149. package/lib/src/business/ap-group-search/images/icon-down.vue.js +0 -1
  150. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +0 -3
  151. package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +0 -1
  152. package/lib/src/business/ap-group-search/index.d.ts +0 -1536
  153. package/lib/src/business/ap-group-search/index.js +0 -1
  154. package/lib/src/business/ap-group-search/interface.d.ts +0 -11
  155. package/lib/src/business/ap-group-search/interface.js +0 -1
  156. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +0 -424
  157. package/lib/src/business/ap-group-search/popover-select/index.vue.js +0 -1
  158. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +0 -2
  159. package/lib/src/business/ap-group-search/popover-select/style/css.cjs +0 -1
  160. package/lib/src/business/ap-group-search/popover-select/style/css.d.ts +0 -0
  161. package/lib/src/business/ap-group-search/popover-select/style/index.cjs +0 -1
  162. package/lib/src/business/ap-group-search/popover-select/style/index.d.ts +0 -0
  163. package/lib/src/business/ap-group-search/style/css.cjs +0 -1
  164. package/lib/src/business/ap-group-search/style/css.d.ts +0 -0
  165. package/lib/src/business/ap-group-search/style/index.cjs +0 -1
  166. package/lib/src/business/ap-group-search/style/index.d.ts +0 -0
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vxe-table/es/locale/lang/en-US"),t={name:"en",ap:{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",all:"All"},field:{startDateText:"Start date",endDateText:"End date",today:"Today",yesterday:"Yesterday",thisWeek:"This week",lastWeek:"Last week",thisMonth:"This month",lastMonth:"Last month",thisYear:"This year",lastYear:"Last year",lastXDays:"Last {day} days"},apForm:{search:{search:"Search",reset:"Reset",moreFilter:"More Filters",sorterTitle:"Customize filter layout",sorterDesc:"Drag to sort. Top items appear first.",sorterReset:"Restore Defaults",sorterConfirmBtn:"Confirm"}},apTable:{pagination:{totalLeftPrefix:"Total",totalLeftSuffix:"items",totalRightPrefix:"Page",totalRightSuffix:" "},setting:{title:"Custom Table",selectAll:"Select All",unSelectAll:"Deselect All",selectAllTip:"Please select the columns to display in the table.",sizeSmall:"Small",sizeNormal:"Normal",selectCount:"Selected fields ({count})",reset:"Reset",fixToLeft:"Fixed on the left",fixToRight:"Fixed on the right",unFixed:"Not fixed",delete:"Delete"},paragraphEllipsis:{copy:"Copy",copySuccess:"Copied successfully"}},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",exportSuccess:"The task has been submitted,please go to the download center to check the progress"},apBatchAction:{selected:"Selected",piecesOfData:"Pieces of data",empty:"Empty"},apApBatchActionGroup:{batchOperation:"Batch operation"},workOrderModal:{createTickets:"Create ticket",submit:"Confirm",cancel:"Cancel",ticketsTitle:"Ticket Title",noEmpty:"No empty",pleaseEntry:"please enter (Within 300 words)",ticketsType:"Ticket Type",ticketsDetail:"Ticket Detail",ticketsLevel:"Priority",operationSuccess:"operate successfully",fileSizeMax:"Single file size limit",fileCountMax:"Limit the number to {x} at a time",fileLabel:"File Upload"},apTableModal:{titleSuffixOne:"You can add up to {maxCount},",titleSuffixTwo:"Added",titleSuffixThree:"",messageMaxCount:"You can select up to {maxCount} data entries",clear:"Clear",selected:"Selected"},apAttachment:{downloadall:"Download All",more:"More"},apSizeInput:{length:"Length",width:"Width",height:"Height"},apExpandAlert:{expand:"Expand",collapse:"Collapse"},apAppendix:{downloadAll:"Download All",downloadFile:"Download file",appendix:"Appendix"},apGroupSearch:{defaultPlaceholder:"Please input",close:"Close",clear:"Clear",confirm:"Confirm",tokenSeparatorsPlaceholder:"A maximum of 200 entries can be entered in batches, separated by commas and newlines"},batchInputGroup:{popoverInputPlaceholder:"A maximum of 200 entries can be entered in batches, separated by newlines"},apSummary:{total:"Total"},apView:{systemView:"System view",saveView:"Save view",maxTip:"The maximum number of views that can be saved has been reached. Please delete them before saving a new view",saveNewView:"Save as new wiew",newView:"New view",setDefault:"Default",viewName:"View name",notEmpty:"Cannot be empty",cancel:"Cancel",save:"Save",default:"Default",rename:"Rename",deleteTip:"Are you sure you want to delete this view?",ok:"Ok"},apCopy:{copySuccess:"Copy success",copyError:"Copy failed"},...e}};exports.default=t;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vxe-table/es/locale/lang/en-US"),t={name:"en",ap:{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",all:"All"},field:{startDateText:"Start date",endDateText:"End date",today:"Today",yesterday:"Yesterday",thisWeek:"This week",lastWeek:"Last week",thisMonth:"This month",lastMonth:"Last month",thisYear:"This year",lastYear:"Last year",lastXDays:"Last {day} days"},apForm:{search:{search:"Search",reset:"Reset",moreFilter:"More Filters",sorterTitle:"Customize filter layout",sorterDesc:"Drag to sort. Top items appear first.",sorterReset:"Restore Defaults",sorterConfirmBtn:"Confirm"}},apTable:{pagination:{totalLeftPrefix:"Total",totalLeftSuffix:"items",totalRightPrefix:"Page",totalRightSuffix:" "},setting:{title:"Custom Table",selectAll:"Select All",unSelectAll:"Deselect All",selectAllTip:"Please select the columns to display in the table.",sizeSmall:"Small",sizeNormal:"Normal",selectCount:"Selected fields ({count})",reset:"Reset",fixToLeft:"Fixed on the left",fixToRight:"Fixed on the right",unFixed:"Not fixed",delete:"Delete"},paragraphEllipsis:{copy:"Copy",copySuccess:"Copied successfully"}},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",exportSuccess:"The task has been submitted,please go to the download center to check the progress"},apBatchAction:{selected:"Selected",piecesOfData:"Pieces of data",empty:"Empty"},apApBatchActionGroup:{batchOperation:"Batch operation"},workOrderModal:{createTickets:"Create ticket",submit:"Confirm",cancel:"Cancel",ticketsTitle:"Ticket Title",noEmpty:"No empty",pleaseEntry:"please enter (Within 300 words)",ticketsType:"Ticket Type",ticketsDetail:"Ticket Detail",ticketsLevel:"Priority",operationSuccess:"operate successfully",fileSizeMax:"Single file size limit",fileCountMax:"Limit the number to {x} at a time",fileLabel:"File Upload"},apTableModal:{titleSuffixOne:"You can add up to {maxCount},",titleSuffixTwo:"Added",titleSuffixThree:"",messageMaxCount:"You can select up to {maxCount} data entries",clear:"Clear",selected:"Selected"},apAttachment:{downloadall:"Download All",more:"More"},apSizeInput:{length:"Length",width:"Width",height:"Height"},apExpandAlert:{expand:"Expand",collapse:"Collapse"},apAppendix:{downloadAll:"Download All",downloadFile:"Download file",appendix:"Appendix"},batchInputGroup:{popoverInputPlaceholder:"A maximum of 200 entries can be entered in batches, separated by newlines"},apSummary:{total:"Total"},apView:{systemView:"System view",saveView:"Save view",maxTip:"The maximum number of views that can be saved has been reached. Please delete them before saving a new view",saveNewView:"Save as new wiew",newView:"New view",setDefault:"Default",viewName:"View name",notEmpty:"Cannot be empty",cancel:"Cancel",save:"Save",default:"Default",rename:"Rename",deleteTip:"Are you sure you want to delete this view?",ok:"Ok"},apCopy:{copySuccess:"Copy success",copyError:"Copy failed"},...e}};exports.default=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vxe-table/es/locale/lang/zh-CN"),t={name:"zh-cn",ap:{common:{okText:"确认",cancelText:"取消",resetText:"重置",queryText:"查询",expandText:"展开",closeText:"收起",inputText:"请输入",chooseText:"请选择",redo:"刷新",back:"返回",more:"更多",all:"全部"},field:{startDateText:"开始日期",endDateText:"结束日期",today:"今天",yesterday:"昨天",thisWeek:"本周",lastWeek:"上周",thisMonth:"本月",lastMonth:"上月",thisYear:"今年",lastYear:"去年",lastXDays:"近{day}天"},modal:{restore:"还原",maximize:"最大化",close:"关闭"},countdown:{normalText:"获取验证码",sendText:"{sec}秒后重新获取"},apForm:{search:{search:"查询",reset:"重置",moreFilter:"更多筛选",sorterTitle:"筛选条件自定义布局",sorterDesc:"可拖动排序,越靠前的筛选项会优先展示在列表页",sorterReset:"恢复默认",sorterConfirmBtn:"确定"}},apTable:{pagination:{totalLeftPrefix:"共",totalLeftSuffix:"条记录",totalRightPrefix:"第",totalRightSuffix:"页"},setting:{title:"自定义表格",selectAll:"全选",unSelectAll:"取消全选",selectAllTip:"请选择需要展示在表格的字段",sizeSmall:"紧凑",sizeNormal:"正常",selectCount:"已选字段({count})",reset:"重置",fixToLeft:"固定在左侧",fixToRight:"固定在右侧",unFixed:"不固定",delete:"删除"},paragraphEllipsis:{copy:"复制",copySuccess:"复制成功"}},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:"导出",exportSuccess:"任务已提交,前往下载中心查看进度"},apBatchAction:{selected:"已选",piecesOfData:"条数据",empty:"清空"},apApBatchActionGroup:{batchOperation:"批量操作"},workOrderModal:{createTickets:"创建工单",submit:"确定",cancel:"取消",ticketsTitle:"工单标题",noEmpty:"不可为空",pleaseEntry:"请输入(300字以内)",ticketsType:"工单类型",ticketsDetail:"工单详情",ticketsLevel:"优先级",operationSuccess:"操作成功",fileSizeMax:"单个文件大小限制",fileCountMax:"单次数量限制 {x} 个",fileLabel:"上传附件"},apTableModal:{titleSuffixOne:"最多可添加{maxCount}个,",titleSuffixTwo:"已添加",titleSuffixThree:"个",messageMaxCount:"最多选择{maxCount}条数据",clear:"清空",selected:"已选"},apAttachment:{downloadall:"下载全部",more:"更多"},apSizeInput:{length:"长",width:"宽",height:"高"},apExpandAlert:{expand:"展开",collapse:"收起"},apAppendix:{downloadAll:"下载全部",downloadFile:"下载文件",appendix:"附件"},apGroupSearch:{defaultPlaceholder:"请输入",close:"关闭",clear:"清空",confirm:"确定",tokenSeparatorsPlaceholder:"支持批量输入,可用逗号、换行符号分隔,最多输入200条"},batchInputGroup:{popoverInputPlaceholder:"支持批量输入,可用换行符分隔,最多输入200条"},apSummary:{total:"合计"},apView:{systemView:"系统视图",saveView:"保存视图",maxTip:"视图已达保存上限,请先删除后再保存新视图",saveNewView:"保存新视图",newView:"新视图",setDefault:"设为默认",viewName:"视图名称",notEmpty:"不可为空",cancel:"取消",save:"保存",default:"默认",rename:"重命名",deleteTip:"确定删除该视图吗?",ok:"确定"},apCopy:{copySuccess:"复制成功",copyError:"复制失败"},...e}};exports.default=t;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vxe-table/es/locale/lang/zh-CN"),t={name:"zh-cn",ap:{common:{okText:"确认",cancelText:"取消",resetText:"重置",queryText:"查询",expandText:"展开",closeText:"收起",inputText:"请输入",chooseText:"请选择",redo:"刷新",back:"返回",more:"更多",all:"全部"},field:{startDateText:"开始日期",endDateText:"结束日期",today:"今天",yesterday:"昨天",thisWeek:"本周",lastWeek:"上周",thisMonth:"本月",lastMonth:"上月",thisYear:"今年",lastYear:"去年",lastXDays:"近{day}天"},modal:{restore:"还原",maximize:"最大化",close:"关闭"},countdown:{normalText:"获取验证码",sendText:"{sec}秒后重新获取"},apForm:{search:{search:"查询",reset:"重置",moreFilter:"更多筛选",sorterTitle:"筛选条件自定义布局",sorterDesc:"可拖动排序,越靠前的筛选项会优先展示在列表页",sorterReset:"恢复默认",sorterConfirmBtn:"确定"}},apTable:{pagination:{totalLeftPrefix:"共",totalLeftSuffix:"条记录",totalRightPrefix:"第",totalRightSuffix:"页"},setting:{title:"自定义表格",selectAll:"全选",unSelectAll:"取消全选",selectAllTip:"请选择需要展示在表格的字段",sizeSmall:"紧凑",sizeNormal:"正常",selectCount:"已选字段({count})",reset:"重置",fixToLeft:"固定在左侧",fixToRight:"固定在右侧",unFixed:"不固定",delete:"删除"},paragraphEllipsis:{copy:"复制",copySuccess:"复制成功"}},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:"导出",exportSuccess:"任务已提交,前往下载中心查看进度"},apBatchAction:{selected:"已选",piecesOfData:"条数据",empty:"清空"},apApBatchActionGroup:{batchOperation:"批量操作"},workOrderModal:{createTickets:"创建工单",submit:"确定",cancel:"取消",ticketsTitle:"工单标题",noEmpty:"不可为空",pleaseEntry:"请输入(300字以内)",ticketsType:"工单类型",ticketsDetail:"工单详情",ticketsLevel:"优先级",operationSuccess:"操作成功",fileSizeMax:"单个文件大小限制",fileCountMax:"单次数量限制 {x} 个",fileLabel:"上传附件"},apTableModal:{titleSuffixOne:"最多可添加{maxCount}个,",titleSuffixTwo:"已添加",titleSuffixThree:"个",messageMaxCount:"最多选择{maxCount}条数据",clear:"清空",selected:"已选"},apAttachment:{downloadall:"下载全部",more:"更多"},apSizeInput:{length:"长",width:"宽",height:"高"},apExpandAlert:{expand:"展开",collapse:"收起"},apAppendix:{downloadAll:"下载全部",downloadFile:"下载文件",appendix:"附件"},batchInputGroup:{popoverInputPlaceholder:"支持批量输入,可用换行符分隔,最多输入200条"},apSummary:{total:"合计"},apView:{systemView:"系统视图",saveView:"保存视图",maxTip:"视图已达保存上限,请先删除后再保存新视图",saveNewView:"保存新视图",newView:"新视图",setDefault:"设为默认",viewName:"视图名称",notEmpty:"不可为空",cancel:"取消",save:"保存",default:"默认",rename:"重命名",deleteTip:"确定删除该视图吗?",ok:"确定"},apCopy:{copySuccess:"复制成功",copyError:"复制失败"},...e}};exports.default=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={ApActionItem:["ap-action","item"],ApActionItemModal:["ap-action","item-modal"],ApActionItemPopconfirm:["ap-action","item-popconfirm"],ApActionItemDropdown:["ap-action","item-dropdown"],ApActionGroup:["ap-action","group"],ApButton:["ap-button"],ApActionButton:["ap-action-button"],ApDescriptions:["ap-descriptions"],ApDownload:["ap-download"],ApField:["ap-field"],ApFieldText:["ap-field","text"],ApFieldCheckbox:["ap-field","checkbox"],ApFieldDate:["ap-field","date"],ApFieldNumber:["ap-field","number"],ApFieldRadio:["ap-field","radio"],ApFieldSwitch:["ap-field","switch"],ApFieldTextArea:["ap-field","text-area"],ApFieldDateRange:["ap-field","date-range"],ApFieldSelect:["ap-field","select"],ApFieldPassword:["ap-field","password"],ApFieldSlider:["ap-field","slider"],ApFieldSegmented:["ap-field","segmented"],ApFieldDateRate:["ap-field","rate"],ApFieldTreeSelect:["ap-field","tree-select"],ApForm:["ap-form"],ApFormItem:["ap-form","item"],ApFormItemGroup:["ap-form","item-group"],ApFormList:["ap-form","list"],ApFormSearchForm:["ap-form","search-form"],ApFormModalForm:["ap-form","modal-form"],ApFormDependency:["ap-form","dependency"],ApFormSet:["ap-form","set"],ApFormDrawerForm:["ap-form","drawer-form"],ApFormItemText:["ap-form","item-text"],ApFormItemTextArea:["ap-form","item-text-area"],ApFormItemNumber:["ap-form","item-number"],ApFormItemDate:["ap-form","item-date"],ApFormItemDateRange:["ap-form","item-date-range"],ApFormItemRadio:["ap-form","item-radio"],ApFormItemSelect:["ap-form","item-select"],ApFormItemSwitch:["ap-form","item-switch"],ApFormItemCheckbox:["ap-form","item-checkbox"],ApFormItemTextPassword:["ap-form","item-text-password"],ApFormItemTreeSelect:["ap-form","item-tree-select"],ApFormItemTextGroup:["ap-form","item-text-group"],ApInfoLayout:["ap-info-layout"],ApList:["ap-list"],ApModal:["ap-modal"],ApDrawer:["ap-drawer"],ApTable:["ap-table"],ApTag:["ap-tag"],ApTagGroup:["ap-tag","group"],ApUpload:["ap-upload"],CheckCard:["check-card"],CheckCardGroup:["check-card","group"],ConfigProvider:["config-provider"],EditableTable:["editable-table"],EditableTableFormItem:["editable-table","form-item"],WorkOrderModal:["work-order-modal"],ApAttachment:["business","ap-attachment"],ApBatchAction:["business","ap-batch-action"],ApBatchActionGroup:["business","ap-batch-action-group"],ApButtonGroup:["business","ap-button-group"],ApCard:["business","ap-card"],ApExpandAlert:["business","ap-expand-alert"],ApExportGroup:["business","ap-export-group"],ApImage:["business","ap-image"],ApInputRadio:["business","ap-input-radio"],ApSizeInput:["business","ap-size-input"],ApLabel:["business","ap-label"],ApLabelGroup:["business","ap-label","group"],ApLadder:["business","ap-ladder"],ApProductInfo:["business","ap-product-info"],ApCopy:["business","ap-copy"],ApSelectLayout:["business","ap-select-layout"],ApStatus:["business","ap-status"],ApStatusGroup:["business","ap-status","group"],ApTableModal:["business","ap-table-modal"],useTableModal:["business","ap-table-modal"],useTableSelectModal:["business","ap-table-modal"],ApTitle:["business","ap-title"],ApSummary:["business","ap-summary"],ScrollBar:["scroll-bar"],ScrollView:["scroll-view"],ApAppendix:["business","ap-appendix"],ApGroupSearch:["business","ap-group-search"],ApPopoverSelect:["business","ap-group-search","popover-select"],ApExtensionSelect:["business","ap-group-search","extension-select"],ApUploadSingle:["business","ap-upload-file","ap-upload-single"],BatchInputGroup:["business","batch-input-group"],ApFormControlRender:["ap-form","render"],ApFormItemRender:["ap-form","render"],Portal:["portal"],FullScreen:["full-screen"],ResizeObserver:["resize-observer"],ApGrid:["ap-grid"],EditableGrid:["ap-grid","editable"],EditableGridFormItem:["ap-grid","editable"],ApText:["text"],Mask:["mask"],Splitter:["splitter"],ApView:["business","ap-view"],ApRadioGroup:["business","ap-radio-group"]};exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={ApActionItem:["ap-action","item"],ApActionItemModal:["ap-action","item-modal"],ApActionItemPopconfirm:["ap-action","item-popconfirm"],ApActionItemDropdown:["ap-action","item-dropdown"],ApActionGroup:["ap-action","group"],ApButton:["ap-button"],ApActionButton:["ap-action-button"],ApDescriptions:["ap-descriptions"],ApDownload:["ap-download"],ApField:["ap-field"],ApFieldText:["ap-field","text"],ApFieldCheckbox:["ap-field","checkbox"],ApFieldDate:["ap-field","date"],ApFieldNumber:["ap-field","number"],ApFieldRadio:["ap-field","radio"],ApFieldSwitch:["ap-field","switch"],ApFieldTextArea:["ap-field","text-area"],ApFieldDateRange:["ap-field","date-range"],ApFieldSelect:["ap-field","select"],ApFieldPassword:["ap-field","password"],ApFieldSlider:["ap-field","slider"],ApFieldSegmented:["ap-field","segmented"],ApFieldDateRate:["ap-field","rate"],ApFieldTreeSelect:["ap-field","tree-select"],ApForm:["ap-form"],ApFormItem:["ap-form","item"],ApFormItemGroup:["ap-form","item-group"],ApFormList:["ap-form","list"],ApFormSearchForm:["ap-form","search-form"],ApFormModalForm:["ap-form","modal-form"],ApFormDependency:["ap-form","dependency"],ApFormSet:["ap-form","set"],ApFormDrawerForm:["ap-form","drawer-form"],ApFormItemText:["ap-form","item-text"],ApFormItemTextArea:["ap-form","item-text-area"],ApFormItemNumber:["ap-form","item-number"],ApFormItemDate:["ap-form","item-date"],ApFormItemDateRange:["ap-form","item-date-range"],ApFormItemRadio:["ap-form","item-radio"],ApFormItemSelect:["ap-form","item-select"],ApFormItemSwitch:["ap-form","item-switch"],ApFormItemCheckbox:["ap-form","item-checkbox"],ApFormItemTextPassword:["ap-form","item-text-password"],ApFormItemTreeSelect:["ap-form","item-tree-select"],ApFormItemTextGroup:["ap-form","item-text-group"],ApList:["ap-list"],ApModal:["ap-modal"],ApDrawer:["ap-drawer"],ApTable:["ap-table"],ApTag:["ap-tag"],ApTagGroup:["ap-tag","group"],ApUpload:["ap-upload"],CheckCard:["check-card"],CheckCardGroup:["check-card","group"],ConfigProvider:["config-provider"],EditableTable:["editable-table"],EditableTableFormItem:["editable-table","form-item"],WorkOrderModal:["work-order-modal"],ApAttachment:["business","ap-attachment"],ApBatchAction:["business","ap-batch-action"],ApBatchActionGroup:["business","ap-batch-action-group"],ApButtonGroup:["business","ap-button-group"],ApCard:["business","ap-card"],ApExpandAlert:["business","ap-expand-alert"],ApExportGroup:["business","ap-export-group"],ApImage:["business","ap-image"],ApInputRadio:["business","ap-input-radio"],ApSizeInput:["business","ap-size-input"],ApLabel:["business","ap-label"],ApLabelGroup:["business","ap-label","group"],ApLadder:["business","ap-ladder"],ApProductInfo:["business","ap-product-info"],ApCopy:["business","ap-copy"],ApSelectLayout:["business","ap-select-layout"],ApStatus:["business","ap-status"],ApStatusGroup:["business","ap-status","group"],ApTableModal:["business","ap-table-modal"],useTableModal:["business","ap-table-modal"],useTableSelectModal:["business","ap-table-modal"],ApTitle:["business","ap-title"],ApSummary:["business","ap-summary"],ScrollBar:["scroll-bar"],ScrollView:["scroll-view"],ApAppendix:["business","ap-appendix"],ApPopoverSelect:["business","ap-group-search","popover-select"],ApExtensionSelect:["business","ap-group-search","extension-select"],ApUploadSingle:["business","ap-upload-file","ap-upload-single"],BatchInputGroup:["business","batch-input-group"],ApFormControlRender:["ap-form","render"],ApFormItemRender:["ap-form","render"],Portal:["portal"],FullScreen:["full-screen"],ResizeObserver:["resize-observer"],ApGrid:["ap-grid"],EditableGrid:["ap-grid","editable"],EditableGridFormItem:["ap-grid","editable"],ApText:["text"],Mask:["mask"],Splitter:["splitter"],ApView:["business","ap-view"],ApRadioGroup:["business","ap-radio-group"]};exports.default=e;
@@ -1,2 +1,2 @@
1
- declare const _default: "0.6.7";
1
+ declare const _default: "6.9.0";
2
2
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="0.6.7";exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.9.0";exports.default=e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "0.6.7",
3
+ "version": "6.9.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -10,9 +10,9 @@
10
10
  ],
11
11
  "keywords": [
12
12
  "aplus",
13
- "vuu3",
13
+ "vue3",
14
14
  "ant-design-vue",
15
- "components"
15
+ "ui-components"
16
16
  ],
17
17
  "release-it": {
18
18
  "git": {
@@ -54,16 +54,11 @@
54
54
  "dependencies": {
55
55
  "@ant-design/icons-vue": "^7.0.1",
56
56
  "@fruits-chain/utils": "^1.0.7",
57
- "@iconify/iconify": "^3.1.1",
58
57
  "@vueuse/core": "^10.9.0",
59
- "@zxcvbn-ts/core": "^3.0.4",
60
- "cropperjs": "^1.6.2",
61
58
  "dayjs": "^1.11.11",
62
59
  "lodash-unified": "^1.0.3",
63
60
  "mime": "^4.0.3",
64
- "rxjs": "^7.8.1",
65
61
  "scroll-into-view-if-needed": "^3.1.0",
66
- "sortablejs": "^1.15.2",
67
62
  "vue-virtual-scroller": "2.0.0-beta.8",
68
63
  "vuedraggable": "^4.1.0",
69
64
  "@aplus-frontend/utils": "1.0.58",
@@ -73,7 +68,7 @@
73
68
  "@aplus-frontend/antdv": "^1.1.10",
74
69
  "@aplus-frontend/icon": "^1.2.6",
75
70
  "@aplus-frontend/oss": "^1.1.2",
76
- "vue": "^3.5.13",
71
+ "vue": "^3.5.14",
77
72
  "vxe-table": "4.11.29"
78
73
  },
79
74
  "devDependencies": {
@@ -85,7 +80,7 @@
85
80
  "axios": "^1.7.2",
86
81
  "csstype": "^3.1.3",
87
82
  "jsdom": "^25.0.0",
88
- "vue": "^3.5.13",
83
+ "vue": "^3.5.14",
89
84
  "vue-types": "3.0.2",
90
85
  "@aplus-frontend/ui-theme": "1.0.25"
91
86
  },
@@ -313,6 +313,22 @@
313
313
  border-color: var(--ap-hover-color-base);
314
314
  z-index: 1;
315
315
  }
316
+ .aplus-ap-form-search-form-trigger-btn-badge {
317
+ display: inline-block;
318
+ padding: 2px;
319
+ min-width: 14px;
320
+ height: 14px;
321
+ background-color: var(--ap-color-primary);
322
+ font-size: 10px;
323
+ line-height: 1;
324
+ border-radius: 7px;
325
+ color: #fff;
326
+ position: absolute;
327
+ top: 0;
328
+ left: 0;
329
+ transform: translate(-50%, -50%);
330
+ box-shadow: 0 0 0 1px #fff;
331
+ }
316
332
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
317
333
  flex-shrink: 0;
318
334
  }
@@ -268,6 +268,22 @@
268
268
  border-color: var(--ap-hover-color-base);
269
269
  z-index: 1;
270
270
  }
271
+ .aplus-ap-form-search-form-trigger-btn-badge {
272
+ display: inline-block;
273
+ padding: 2px;
274
+ min-width: 14px;
275
+ height: 14px;
276
+ background-color: var(--ap-color-primary);
277
+ font-size: 10px;
278
+ line-height: 1;
279
+ border-radius: 7px;
280
+ color: #fff;
281
+ position: absolute;
282
+ top: 0;
283
+ left: 0;
284
+ transform: translate(-50%, -50%);
285
+ box-shadow: 0 0 0 1px #fff;
286
+ }
271
287
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
272
288
  flex-shrink: 0;
273
289
  }
@@ -49,6 +49,22 @@
49
49
  border-color: var(--ap-hover-color-base);
50
50
  z-index: 1;
51
51
  }
52
+ &-badge {
53
+ display: inline-block;
54
+ padding: 2px;
55
+ min-width: 14px;
56
+ height: 14px;
57
+ background-color: var(--ap-color-primary);
58
+ font-size: 10px;
59
+ line-height: 1;
60
+ border-radius: 7px;
61
+ color: #fff;
62
+ position: absolute;
63
+ top: 0;
64
+ left: 0;
65
+ transform: translate(-50%, -50%);
66
+ box-shadow: 0 0 0 1px #fff;
67
+ }
52
68
  }
53
69
  &-column-setting-trigger-wrapper {
54
70
  flex-shrink: 0;
@@ -313,6 +313,22 @@
313
313
  border-color: var(--ap-hover-color-base);
314
314
  z-index: 1;
315
315
  }
316
+ .aplus-ap-form-search-form-trigger-btn-badge {
317
+ display: inline-block;
318
+ padding: 2px;
319
+ min-width: 14px;
320
+ height: 14px;
321
+ background-color: var(--ap-color-primary);
322
+ font-size: 10px;
323
+ line-height: 1;
324
+ border-radius: 7px;
325
+ color: #fff;
326
+ position: absolute;
327
+ top: 0;
328
+ left: 0;
329
+ transform: translate(-50%, -50%);
330
+ box-shadow: 0 0 0 1px #fff;
331
+ }
316
332
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
317
333
  flex-shrink: 0;
318
334
  }
@@ -664,3 +680,7 @@
664
680
  .aplus-ap-grid i[class*=vxe-table-icon-] {
665
681
  font-family: aplusuiiconfont !important;
666
682
  }
683
+ .aplus-ap-grid .vxe-cell--checkbox.is--disabled > .vxe-checkbox--icon {
684
+ background-color: var(--ap-table-header-bg);
685
+ border-radius: 4px;
686
+ }
@@ -198,4 +198,8 @@
198
198
  i[class*=vxe-table-icon-] {
199
199
  font-family: aplusuiiconfont !important;
200
200
  }
201
+ .vxe-cell--checkbox.is--disabled > .vxe-checkbox--icon {
202
+ background-color: var(--ap-table-header-bg);
203
+ border-radius: 4px;
204
+ }
201
205
  });
@@ -506,6 +506,22 @@
506
506
  border-color: var(--ap-hover-color-base);
507
507
  z-index: 1;
508
508
  }
509
+ .aplus-ap-form-search-form-trigger-btn-badge {
510
+ display: inline-block;
511
+ padding: 2px;
512
+ min-width: 14px;
513
+ height: 14px;
514
+ background-color: var(--ap-color-primary);
515
+ font-size: 10px;
516
+ line-height: 1;
517
+ border-radius: 7px;
518
+ color: #fff;
519
+ position: absolute;
520
+ top: 0;
521
+ left: 0;
522
+ transform: translate(-50%, -50%);
523
+ box-shadow: 0 0 0 1px #fff;
524
+ }
509
525
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
510
526
  flex-shrink: 0;
511
527
  }
@@ -506,6 +506,22 @@
506
506
  border-color: var(--ap-hover-color-base);
507
507
  z-index: 1;
508
508
  }
509
+ .aplus-ap-form-search-form-trigger-btn-badge {
510
+ display: inline-block;
511
+ padding: 2px;
512
+ min-width: 14px;
513
+ height: 14px;
514
+ background-color: var(--ap-color-primary);
515
+ font-size: 10px;
516
+ line-height: 1;
517
+ border-radius: 7px;
518
+ color: #fff;
519
+ position: absolute;
520
+ top: 0;
521
+ left: 0;
522
+ transform: translate(-50%, -50%);
523
+ box-shadow: 0 0 0 1px #fff;
524
+ }
509
525
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
510
526
  flex-shrink: 0;
511
527
  }
@@ -313,6 +313,22 @@
313
313
  border-color: var(--ap-hover-color-base);
314
314
  z-index: 1;
315
315
  }
316
+ .aplus-ap-form-search-form-trigger-btn-badge {
317
+ display: inline-block;
318
+ padding: 2px;
319
+ min-width: 14px;
320
+ height: 14px;
321
+ background-color: var(--ap-color-primary);
322
+ font-size: 10px;
323
+ line-height: 1;
324
+ border-radius: 7px;
325
+ color: #fff;
326
+ position: absolute;
327
+ top: 0;
328
+ left: 0;
329
+ transform: translate(-50%, -50%);
330
+ box-shadow: 0 0 0 1px #fff;
331
+ }
316
332
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
317
333
  flex-shrink: 0;
318
334
  }
package/theme/index.css CHANGED
@@ -1337,6 +1337,22 @@
1337
1337
  border-color: var(--ap-hover-color-base);
1338
1338
  z-index: 1;
1339
1339
  }
1340
+ .aplus-ap-form-search-form-trigger-btn-badge {
1341
+ display: inline-block;
1342
+ padding: 2px;
1343
+ min-width: 14px;
1344
+ height: 14px;
1345
+ background-color: var(--ap-color-primary);
1346
+ font-size: 10px;
1347
+ line-height: 1;
1348
+ border-radius: 7px;
1349
+ color: #fff;
1350
+ position: absolute;
1351
+ top: 0;
1352
+ left: 0;
1353
+ transform: translate(-50%, -50%);
1354
+ box-shadow: 0 0 0 1px #fff;
1355
+ }
1340
1356
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
1341
1357
  flex-shrink: 0;
1342
1358
  }
@@ -3558,6 +3574,10 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3558
3574
  .aplus-ap-grid i[class*=vxe-table-icon-] {
3559
3575
  font-family: aplusuiiconfont !important;
3560
3576
  }
3577
+ .aplus-ap-grid .vxe-cell--checkbox.is--disabled > .vxe-checkbox--icon {
3578
+ background-color: var(--ap-table-header-bg);
3579
+ border-radius: 4px;
3580
+ }
3561
3581
  .aplus-editable-grid__header-cell--required {
3562
3582
  color: #FF4D4F;
3563
3583
  padding-right: 2px;
@@ -1,73 +0,0 @@
1
- import { ApInfoLayoutPropsMixed } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: Readonly<{
6
- [key: string]: any;
7
- /**
8
- * 默认插槽
9
- */
10
- default(): any;
11
- /**
12
- * 整个 header 区域
13
- */
14
- header(): any;
15
- /**
16
- * 仅Aplus- header标题,位于左侧
17
- */
18
- title(): any;
19
- /**
20
- * 仅Aplus- 操作区域
21
- */
22
- actions(): any;
23
- /**
24
- *
25
- * 仅Aplus- header下方的分割线
26
- *
27
- */
28
- divider(): any;
29
- /**
30
- * content 内容区
31
- */
32
- content(): any;
33
- }> & {
34
- [key: string]: any;
35
- /**
36
- * 默认插槽
37
- */
38
- default(): any;
39
- /**
40
- * 整个 header 区域
41
- */
42
- header(): any;
43
- /**
44
- * 仅Aplus- header标题,位于左侧
45
- */
46
- title(): any;
47
- /**
48
- * 仅Aplus- 操作区域
49
- */
50
- actions(): any;
51
- /**
52
- *
53
- * 仅Aplus- header下方的分割线
54
- *
55
- */
56
- divider(): any;
57
- /**
58
- * content 内容区
59
- */
60
- content(): any;
61
- };
62
- refs: {};
63
- rootEl: HTMLDivElement;
64
- };
65
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
66
- declare const __VLS_component: DefineComponent<ApInfoLayoutPropsMixed, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutPropsMixed> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
67
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
68
- export default _default;
69
- type __VLS_WithTemplateSlots<T, S> = T & {
70
- new (): {
71
- $slots: S;
72
- };
73
- };
@@ -1,46 +0,0 @@
1
- import { defineComponent as n, computed as s, onMounted as a, createBlock as i, openBlock as p, resolveDynamicComponent as m, normalizeProps as l, guardReactiveProps as c, createSlots as d, renderList as u, withCtx as f, renderSlot as _ } from "vue";
2
- import "./ap-info-layout-aplus/ap-info-layout.vue.mjs";
3
- import "./ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs";
4
- import "../config-provider/index.mjs";
5
- import { isProdMode as b } from "@aplus-frontend/utils";
6
- import { useGlobalConfig as v } from "../config-provider/hooks/use-global-config.mjs";
7
- import y from "./ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs";
8
- import h from "./ap-info-layout-aplus/ap-info-layout.vue2.mjs";
9
- const g = /* @__PURE__ */ n({
10
- __name: "ApInfoLayout",
11
- props: {
12
- headerStyle: {},
13
- bordered: { type: Boolean },
14
- toEl: {},
15
- telDisabled: { type: Boolean }
16
- },
17
- setup(C) {
18
- const r = v("uiMode", "aplus"), t = s(() => {
19
- let o;
20
- switch (r.value) {
21
- case "aplus":
22
- o = h;
23
- break;
24
- case "admin":
25
- o = y;
26
- break;
27
- }
28
- return o;
29
- });
30
- return a(() => {
31
- b() || console.warn(
32
- "[DEPRECATED] This component is deprecated and will be removed in next minor version. "
33
- );
34
- }), (o, $) => (p(), i(m(t.value), l(c(o.$props)), d({ _: 2 }, [
35
- u(o.$slots, (k, e) => ({
36
- name: e,
37
- fn: f(() => [
38
- _(o.$slots, e)
39
- ])
40
- }))
41
- ]), 1040));
42
- }
43
- });
44
- export {
45
- g as default
46
- };
@@ -1,4 +0,0 @@
1
- import f from "./ApInfoLayout.vue.mjs";
2
- export {
3
- f as default
4
- };
@@ -1,29 +0,0 @@
1
- import { CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- import { ApInfoLayoutAdminProps } from '../interface';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
6
- header?(_: {}): any;
7
- default?(_: {}): any;
8
- };
9
- refs: {
10
- containerRef: HTMLDivElement;
11
- headerRef: HTMLDivElement;
12
- };
13
- rootEl: HTMLDivElement;
14
- };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: DefineComponent<ApInfoLayoutAdminProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutAdminProps> & Readonly<{}>, {
17
- headerStyle: CSSProperties;
18
- bordered: boolean;
19
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
20
- containerRef: HTMLDivElement;
21
- headerRef: HTMLDivElement;
22
- }, HTMLDivElement>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
- export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
26
- new (): {
27
- $slots: S;
28
- };
29
- };
@@ -1,4 +0,0 @@
1
- import f from "./ApInfoLayoutAdmin.vue2.mjs";
2
- export {
3
- f as default
4
- };
@@ -1,41 +0,0 @@
1
- import { defineComponent as u, ref as t, createElementBlock as p, openBlock as y, normalizeClass as s, unref as e, createElementVNode as n, normalizeStyle as h, renderSlot as d } from "vue";
2
- import "../../config-provider/index.mjs";
3
- import { useNamespace as v } from "../../config-provider/hooks/use-namespace.mjs";
4
- import { useGlobalConfig as _ } from "../../config-provider/hooks/use-global-config.mjs";
5
- const L = /* @__PURE__ */ u({
6
- __name: "ApInfoLayoutAdmin",
7
- props: {
8
- headerStyle: { default: () => ({}) },
9
- bordered: { type: Boolean, default: !1 }
10
- },
11
- setup(b) {
12
- const l = t(), a = t(), f = () => {
13
- l.value && a.value && (l.value.scrollTop > 0 ? a.value.classList.add(o("header-shadow")) : a.value.classList.remove(o("header-shadow")));
14
- }, { b: i, e: o, m: c } = v("ap-info-layout-admin"), m = _("uiMode", "admin");
15
- return (r, k) => (y(), p("div", {
16
- ref_key: "containerRef",
17
- ref: l,
18
- class: s([e(i)(), `${e(c)(e(m))}`]),
19
- onScroll: f
20
- }, [
21
- n("div", {
22
- ref_key: "headerRef",
23
- ref: a,
24
- class: s([e(o)("sticky_box"), r.bordered ? e(o)("sticky_box-bordered") : ""]),
25
- style: h({
26
- ...r.headerStyle
27
- })
28
- }, [
29
- d(r.$slots, "header")
30
- ], 6),
31
- n("div", {
32
- class: s(e(o)("default_content"))
33
- }, [
34
- d(r.$slots, "default")
35
- ], 2)
36
- ], 34));
37
- }
38
- });
39
- export {
40
- L as default
41
- };
@@ -1,30 +0,0 @@
1
- import { ApInfoLayoutAplusProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
6
- header?(_: {}): any;
7
- title?(_: {}): any;
8
- actions?(_: {}): any;
9
- divider?(_: {}): any;
10
- content?(_: {}): any;
11
- };
12
- refs: {};
13
- rootEl: HTMLDivElement;
14
- };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: DefineComponent<ApInfoLayoutAplusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
17
- "update:telDisabled": (...args: any[]) => void;
18
- }, string, PublicProps, Readonly<ApInfoLayoutAplusProps> & Readonly<{
19
- "onUpdate:telDisabled"?: ((...args: any[]) => any) | undefined;
20
- }>, {
21
- toEl: string | HTMLElement;
22
- telDisabled: boolean;
23
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
- export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
27
- new (): {
28
- $slots: S;
29
- };
30
- };
@@ -1,4 +0,0 @@
1
- import f from "./ap-info-layout.vue2.mjs";
2
- export {
3
- f as default
4
- };