nubomed-ui 2.0.180 → 2.0.182

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/lang/en-US.js CHANGED
@@ -1,59 +1 @@
1
- export default{nb:{name:"Item Name",consumableInfo:"Medical Supply Info",spec_model:"Spec/Model",spec:"Spec",model:"Model",barcode:"Unique Code",combineCode:"品规码",batch:"Batch No.",expiry:"Expiry",count:"Quantity",totalCount:"Total",stockCount:"Inventory",coefficient:"Coefficient",position:"Location",curPosition:"Current Location",lastPosition:"Last Known Location",manufacturer:"Manufacturer",brand:"Brand",supplier:"Supplier",unit:"Unit",price:"Amount",unitPrice:"Unit Price",currentUser:"Current User",operation:"Operation",operator:"Operator",operateTime:"Operation Time",operateType:"Operation Type",female:"Female",male:"Male",sex:"Gender",age:"Age",inpatientNum:"Admission No.",patientName:"Patient Name",chiefSurgeonDoctor:"Operating Surgeon",opName:"Case",opNum:"Operation No.",opRoom:"Operating Room",yesterday:"Yesterday",today:"Today",tomorrow:"Tomorrow",oneWeekAgo:"Last Week",oneMonthAgo:"Last Month",status:"Status",dept:"Department",time:"Time",type:"Types",remark:"备注",temperature:"Temperature",humidity:"Humidity",invSurplus:"Inventory Surplus",invLoss:"Inventory Loss",invAccount:"System Count",invActual:"Auto Count",invIng:"Counting...",upperStrata:"Upper Level",onlineVersion:"Online Version",offlineVersion:"Offline Version",middleground:"Middleware",middlegroundVersion:"Middleware Version",embedded:"Embedded",deviceNumber:"Device Number",plateType:"Board Type",version:"Version Number",handwareAdress:"Hardware Address",cabinetBoard:"Cabinet Board",tempHumBoard:"Temperature and Humidity Display Board",alarmBoard:"Vibration Alarm Board",state:{normal:"Normal",abnormal:"Abnormal",temporaryStop:"Temporarily Disabled",disabled:"Disabled",unopenedBottle:"Unopened",openedBottle:"Opened"},button:{back:"Back",backToMain:"Main Menu",logout:"Exit",close:"Close",add:"Add",search:"Search",detail:"Details",cancel:"Cancel",confirm:"Confirm",iKnown:"I Understand",known:"Understood",refresh:"Refresh",retest:"Retesting",copy:"Copy",clear:"Clear",ignore:"Ignore",ignoreSign:"Ignore and Delete",look:"Go to View",print:"Print",retry:"Retry",edit:"Edit",save:"Save",submit:"Submit",againSubmit:"Resubmit",continueSubmit:"Continue Submitting",replyDelete:"Backspace",retrospect:"Traceability",inventory:"Inventory Count",login:"Login",openLock:"Unlock",allOpenLock:"Unlock All",openCabinet:"Open",openAllCabinet:"Open All Cabinets",hide:"Collapse"},form:{all:"All",pleaseSelect:"Please select",startDate:"Start Date",endDate:"End Date",startTime:"Start Time",endTime:"End Time"},msg:{copySuccess:"Copy Successful!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"Expired",oneMonth:"EXP 1M",threeMonth:"EXP 3M",sixMonth:"EXP 6M"},cabinet:{upCabinet:"Top Section of Cabinet",downCabinet:"Bottom Section of Cabinet",leftCabinet:"Left Cabinet",rightCabinet:"Right Cabinet",cabinetUnconnected:"{0} Not Connected",cabinetUnlock:"{0} Not Locked",cabinetLock:"{0} Locked",cabinetUnclosed:"{0} Not Closed",cabinetClosed:"{0} Closed"},reagentType:{mediumPackage:"Medium Pack",singleMultiple:"Single Dose Multiple Use",singleOnce:"Single Dose One Time Use",opened:"Opened",unopened:"Unopened"},uv:{startTitle:"请离开终端",startTips:"<strong>{0}</strong>秒后开始消毒",cancelTask:"取消任务",ingPopupTitle:"正在紫外线消毒",ingPopupTips:"已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟",endTask:"结束消毒",endPopupTitle:"已消毒完毕",endPopupTips1:"等待",endPopupTips2:"秒后自动退出消毒模式",logout:"立即退出",pleaseLeaveCabinet:"正在紫外线消毒,请远离柜门"},loading:"Loading...",release:"Release Update",pullRefresh:"Pull to Refresh",isEnd:"Reached the End",noMoreData:"No More Available",traceDetail:"Full Process Traceability Details",notConfiguredOffline:"Offline service not configured!"}};tSuccess: '提交成功!',
2
- saveFail: '保存失败!',
3
- saveSuccess: '保存成功!',
4
- noDataAndRefresh: '暂无数据,请刷新试试~',
5
- noSearchRecord: '暂无搜索记录~',
6
- noData: '暂无数据'
7
- },
8
-
9
- // 近效期
10
- expriy: {
11
- overdue: 'Expired',
12
- oneMonth: 'EXP 1M',
13
- threeMonth: 'EXP 3M',
14
- sixMonth: 'EXP 6M'
15
- },
16
- // 柜子
17
- cabinet: {
18
- upCabinet: 'Top Section of Cabinet',
19
- downCabinet: 'Bottom Section of Cabinet',
20
- leftCabinet: 'Left Cabinet',
21
- rightCabinet: 'Right Cabinet',
22
- cabinetUnconnected: '{0} Not Connected',
23
- cabinetUnlock: '{0} Not Locked',
24
- cabinetLock: '{0} Locked',
25
- cabinetUnclosed: '{0} Not Closed',
26
- cabinetClosed: '{0} Closed'
27
- },
28
- // 试剂类型
29
- reagentType: {
30
- mediumPackage: 'Medium Pack',
31
- singleMultiple: 'Single Dose Multiple Use',
32
- singleOnce: 'Single Dose One Time Use',
33
- opened: 'Opened',
34
- unopened: 'Unopened'
35
- },
36
- // 紫外线消毒
37
- uv: {
38
- startTitle: '请离开终端',
39
- startTips: '<strong>{0}</strong>秒后开始消毒',
40
- cancelTask: '取消任务',
41
- ingPopupTitle: '正在紫外线消毒',
42
- ingPopupTips: '已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟',
43
- endTask: '结束消毒',
44
- endPopupTitle: '已消毒完毕',
45
- endPopupTips1: '等待',
46
- endPopupTips2: '秒后自动退出消毒模式',
47
- logout: '立即退出',
48
- pleaseLeaveCabinet: '正在紫外线消毒,请远离柜门'
49
- },
50
- // 其他
51
- loading: 'Loading...',
52
- release: 'Release Update',
53
- pullRefresh: 'Pull to Refresh',
54
- isEnd: 'Reached the End',
55
- noMoreData: 'No More Available',
56
- traceDetail: `Full Process Traceability Details`,
57
- notConfiguredOffline: 'Offline service not configured!'
58
- }
59
- }
1
+ export default{nb:{name:"Item Name",consumableInfo:"Medical Supply Info",spec_model:"Spec/Model",spec:"Spec",model:"Model",barcode:"Unique Code",combineCode:"品规码",batch:"Batch No.",expiry:"Expiry",count:"Quantity",totalCount:"Total",stockCount:"Inventory",coefficient:"Coefficient",position:"Location",curPosition:"Current Location",lastPosition:"Last Known Location",manufacturer:"Manufacturer",brand:"Brand",supplier:"Supplier",unit:"Unit",price:"Amount",unitPrice:"Unit Price",currentUser:"Current User",operation:"Operation",operator:"Operator",operateTime:"Operation Time",operateType:"Operation Type",female:"Female",male:"Male",sex:"Gender",age:"Age",inpatientNum:"Admission No.",patientName:"Patient Name",chiefSurgeonDoctor:"Operating Surgeon",opName:"Case",opNum:"Operation No.",opRoom:"Operating Room",yesterday:"Yesterday",today:"Today",tomorrow:"Tomorrow",oneWeekAgo:"Last Week",oneMonthAgo:"Last Month",status:"Status",dept:"Department",time:"Time",type:"Types",remark:"备注",temperature:"Temperature",humidity:"Humidity",invSurplus:"Inventory Surplus",invLoss:"Inventory Loss",invAccount:"System Count",invActual:"Auto Count",invIng:"Counting...",upperStrata:"Upper Level",onlineVersion:"Online Version",offlineVersion:"Offline Version",middleground:"Middleware",middlegroundVersion:"Middleware Version",embedded:"Embedded",deviceNumber:"Device Number",plateType:"Board Type",version:"Version Number",handwareAdress:"Hardware Address",cabinetBoard:"Cabinet Board",tempHumBoard:"Temperature and Humidity Display Board",alarmBoard:"Vibration Alarm Board",state:{normal:"Normal",abnormal:"Abnormal",temporaryStop:"Temporarily Disabled",disabled:"Disabled",unopenedBottle:"Unopened",openedBottle:"Opened"},button:{back:"Back",backToMain:"Main Menu",logout:"Exit",close:"Close",add:"Add",search:"Search",detail:"Details",cancel:"Cancel",confirm:"Confirm",iKnown:"I Understand",known:"Understood",refresh:"Refresh",retest:"Retesting",inventory:"Inventory Count",copy:"Copy",clear:"Clear",ignore:"Ignore",ignoreSign:"Ignore and Delete",look:"Go to View",print:"Print",retry:"Retry",edit:"Edit",save:"Save",submit:"Submit",againSubmit:"Resubmit",continueSubmit:"Continue Submitting",replyDelete:"Backspace",retrospect:"Traceability",login:"Login",openLock:"Unlock",allOpenLock:"Unlock All",openCabinet:"Open",openAllCabinet:"Open All Cabinets",hide:"Collapse"},form:{all:"All",pleaseSelect:"Please select",startDate:"Start Date",endDate:"End Date",startTime:"Start Time",endTime:"End Time"},msg:{copySuccess:"Copy Successful!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"Expired",oneMonth:"EXP 1M",threeMonth:"EXP 3M",sixMonth:"EXP 6M"},cabinet:{upCabinet:"Top Section of Cabinet",downCabinet:"Bottom Section of Cabinet",leftCabinet:"Left Cabinet",rightCabinet:"Right Cabinet",cabinetUnconnected:"{0} Not Connected",cabinetUnlock:"{0} Not Locked",cabinetLock:"{0} Locked",cabinetUnclosed:"{0} Not Closed",cabinetClosed:"{0} Closed"},reagentType:{mediumPackage:"Medium Pack",singleMultiple:"Single Dose Multiple Use",singleOnce:"Single Dose One Time Use",opened:"Opened",unopened:"Unopened"},uv:{startTitle:"请离开终端",startTips:"<strong>{0}</strong>秒后开始消毒",cancelTask:"取消任务",ingPopupTitle:"正在紫外线消毒",ingPopupTips:"已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟",endTask:"结束消毒",endPopupTitle:"已消毒完毕",endPopupTips1:"等待",endPopupTips2:"秒后自动退出消毒模式",logout:"立即退出",pleaseLeaveCabinet:"正在紫外线消毒,请远离柜门"},loading:"Loading...",release:"Release Update",pullRefresh:"Pull to Refresh",isEnd:"Reached the End",noMoreData:"No More Available",traceDetail:"Full Process Traceability Details",notConfiguredOffline:"Offline service not configured!"}};
package/lang/zh-CN.js CHANGED
@@ -1,60 +1 @@
1
- export default{nb:{name:"品名",consumableInfo:"耗材信息",spec_model:"规格/型号",spec:"规格",model:"型号",barcode:"唯一码",combineCode:"品规码",batch:"批号",expiry:"效期",count:"数量",totalCount:"总数",stockCount:"库存",coefficient:"系数",position:"位置",curPosition:"当前位置",lastPosition:"上次位置",manufacturer:"生产厂家",brand:"品牌",supplier:"供应商",unit:"单位",price:"金额",unitPrice:"单价",currentUser:"当前用户",operation:"操作",operator:"操作人",operateTime:"操作时间",operateType:"操作类型",female:"女",male:"男",sex:"性别",age:"年龄",inpatientNum:"住院号",patientName:"患者姓名",chiefSurgeonDoctor:"主刀医生",opName:"手术名称",opNum:"手术单号",opRoom:"手术间",yesterday:"昨天",today:"今天",tomorrow:"明天",oneWeekAgo:"近一周",oneMonthAgo:"近一月",status:"状态",dept:"科室",time:"时间",type:"类型",remark:"备注",temperature:"温度",humidity:"湿度",invSurplus:"盘盈",invLoss:"盘亏",invAccount:"账盘",invActual:"机盘",invIng:"盘点中...",upperStrata:"上层",onlineVersion:"在线版本",offlineVersion:"离线版本",middleground:"中台",middlegroundVersion:"中台版本",embedded:"嵌入式",deviceNumber:"设备号",plateType:"板类型",version:"版本号",handwareAdress:"硬件地址",cabinetBoard:"柜板",tempHumBoard:"温湿度显示板",alarmBoard:"震动报警器板",state:{normal:"正常",abnormal:"异常",temporaryStop:"临时停用",disabled:"已禁用",unopenedBottle:"未开瓶",openedBottle:"已开瓶"},button:{back:"返回",backToMain:"返回主页",logout:"退出",close:"关闭",add:"添加",search:"搜索",detail:"详情",cancel:"取消",confirm:"确定",iKnown:"我知道了",known:"知道了",refresh:"刷新",retest:"重新检测",inventory:"盘点",copy:"复制",clear:"清空",ignore:"忽略",ignoreSign:"忽略并删除",look:"前往查看",print:"打印",retry:"重试",edit:"编辑",save:"保存",submit:"提交",againSubmit:"重新提交",continueSubmit:"继续提交",replyDelete:"回删",retrospect:"追溯",login:"登录",openLock:"开锁",allOpenLock:"全部开锁",openCabinet:"开柜",openAllCabinet:"全部<br>开柜",hide:"收起"},form:{all:"全部",pleaseSelect:"请选择",startDate:"开始日期",endDate:"结束日期",startTime:"开始时间",endTime:"结束时间"},msg:{copySuccess:"复制成功!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"过期",oneMonth:"1个月",threeMonth:"3个月",sixMonth:"6个月"},cabinet:{upCabinet:"上柜",downCabinet:"下柜",leftCabinet:"左柜",rightCabinet:"右柜",cabinetUnconnected:"{0}未连接",cabinetUnlock:"{0}未锁",cabinetLock:"{0}已锁",cabinetUnclosed:"{0}未关",cabinetClosed:"{0}已关"},reagentType:{mediumPackage:"中包装",singleMultiple:"单支多次",singleOnce:"单支一次",opened:"已开瓶",unopened:"未开瓶"},uv:{startTitle:"请离开终端",startTips:"<strong>{0}</strong>秒后开始消毒",cancelTask:"取消任务",ingPopupTitle:"正在紫外线消毒",ingPopupTips:"已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟",endTask:"结束消毒",endPopupTitle:"已消毒完毕",endPopupTips1:"等待",endPopupTips2:"秒后自动退出消毒模式",logout:"立即退出",pleaseLeaveCabinet:"正在紫外线消毒,请远离柜门"},loading:"加载中...",release:"释放更新",pullRefresh:"下拉刷新",isEnd:"已经到底了",noMoreData:"没有更多了",traceDetail:"全流程追溯详情",notConfiguredOffline:"未配置离线服务,请联系工程师处理!"}};submitFail: '提交失败!',
2
- submitSuccess: '提交成功!',
3
- saveFail: '保存失败!',
4
- saveSuccess: '保存成功!',
5
- noDataAndRefresh: '暂无数据,请刷新试试~',
6
- noSearchRecord: '暂无搜索记录~',
7
- noData: '暂无数据'
8
- },
9
-
10
- // 近效期
11
- expriy: {
12
- overdue: '过期',
13
- oneMonth: '1个月',
14
- threeMonth: '3个月',
15
- sixMonth: '6个月'
16
- },
17
- // 柜子
18
- cabinet: {
19
- upCabinet: '上柜',
20
- downCabinet: '下柜',
21
- leftCabinet: '左柜',
22
- rightCabinet: '右柜',
23
- cabinetUnconnected: '{0}未连接',
24
- cabinetUnlock: '{0}未锁',
25
- cabinetLock: '{0}已锁',
26
- cabinetUnclosed: '{0}未关',
27
- cabinetClosed: '{0}已关'
28
- },
29
- // 试剂类型
30
- reagentType: {
31
- mediumPackage: '中包装',
32
- singleMultiple: '单支多次',
33
- singleOnce: '单支一次',
34
- opened: '已开瓶',
35
- unopened: '未开瓶'
36
- },
37
- // 紫外线消毒
38
- uv: {
39
- startTitle: '请离开终端',
40
- startTips: '<strong>{0}</strong>秒后开始消毒',
41
- cancelTask: '取消任务',
42
- ingPopupTitle: '正在紫外线消毒',
43
- ingPopupTips: '已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟',
44
- endTask: '结束消毒',
45
- endPopupTitle: '已消毒完毕',
46
- endPopupTips1: '等待',
47
- endPopupTips2: '秒后自动退出消毒模式',
48
- logout: '立即退出',
49
- pleaseLeaveCabinet: '正在紫外线消毒,请远离柜门'
50
- },
51
- // 其他
52
- loading: '加载中...',
53
- release: '释放更新',
54
- pullRefresh: '下拉刷新',
55
- isEnd: '已经到底了',
56
- noMoreData: '没有更多了',
57
- traceDetail: '全流程追溯详情',
58
- notConfiguredOffline: '未配置离线服务,请联系工程师处理!'
59
- }
60
- }
1
+ export default{nb:{name:"品名",consumableInfo:"耗材信息",spec_model:"规格/型号",spec:"规格",model:"型号",barcode:"唯一码",combineCode:"品规码",batch:"批号",expiry:"效期",count:"数量",totalCount:"总数",stockCount:"库存",coefficient:"系数",position:"位置",curPosition:"当前位置",lastPosition:"上次位置",manufacturer:"生产厂家",brand:"品牌",supplier:"供应商",unit:"单位",price:"金额",unitPrice:"单价",currentUser:"当前用户",operation:"操作",operator:"操作人",operateTime:"操作时间",operateType:"操作类型",female:"女",male:"男",sex:"性别",age:"年龄",inpatientNum:"住院号",patientName:"患者姓名",chiefSurgeonDoctor:"主刀医生",opName:"手术名称",opNum:"手术单号",opRoom:"手术间",yesterday:"昨天",today:"今天",tomorrow:"明天",oneWeekAgo:"近一周",oneMonthAgo:"近一月",status:"状态",dept:"科室",time:"时间",type:"类型",remark:"备注",temperature:"温度",humidity:"湿度",invSurplus:"盘盈",invLoss:"盘亏",invAccount:"账盘",invActual:"机盘",invIng:"盘点中...",upperStrata:"上层",onlineVersion:"在线版本",offlineVersion:"离线版本",middleground:"中台",middlegroundVersion:"中台版本",embedded:"嵌入式",deviceNumber:"设备号",plateType:"板类型",version:"版本号",handwareAdress:"硬件地址",cabinetBoard:"柜板",tempHumBoard:"温湿度显示板",alarmBoard:"震动报警器板",state:{normal:"正常",abnormal:"异常",temporaryStop:"临时停用",disabled:"已禁用",unopenedBottle:"未开瓶",openedBottle:"已开瓶"},button:{back:"返回",backToMain:"返回主页",logout:"退出",close:"关闭",add:"添加",search:"搜索",detail:"详情",cancel:"取消",confirm:"确定",iKnown:"我知道了",known:"知道了",refresh:"刷新",retest:"重新检测",inventory:"盘点",copy:"复制",clear:"清空",ignore:"忽略",ignoreSign:"忽略并删除",look:"前往查看",print:"打印",retry:"重试",edit:"编辑",save:"保存",submit:"提交",againSubmit:"重新提交",continueSubmit:"继续提交",replyDelete:"回删",retrospect:"追溯",login:"登录",openLock:"开锁",allOpenLock:"全部开锁",openCabinet:"开柜",openAllCabinet:"全部<br>开柜",hide:"收起"},form:{all:"全部",pleaseSelect:"请选择",startDate:"开始日期",endDate:"结束日期",startTime:"开始时间",endTime:"结束时间"},msg:{copySuccess:"复制成功!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"过期",oneMonth:"1个月",threeMonth:"3个月",sixMonth:"6个月"},cabinet:{upCabinet:"上柜",downCabinet:"下柜",leftCabinet:"左柜",rightCabinet:"右柜",cabinetUnconnected:"{0}未连接",cabinetUnlock:"{0}未锁",cabinetLock:"{0}已锁",cabinetUnclosed:"{0}未关",cabinetClosed:"{0}已关"},reagentType:{mediumPackage:"中包装",singleMultiple:"单支多次",singleOnce:"单支一次",opened:"已开瓶",unopened:"未开瓶"},uv:{startTitle:"请离开终端",startTips:"<strong>{0}</strong>秒后开始消毒",cancelTask:"取消任务",ingPopupTitle:"正在紫外线消毒",ingPopupTips:"已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟",endTask:"结束消毒",endPopupTitle:"已消毒完毕",endPopupTips1:"等待",endPopupTips2:"秒后自动退出消毒模式",logout:"立即退出",pleaseLeaveCabinet:"正在紫外线消毒,请远离柜门"},loading:"加载中...",release:"释放更新",pullRefresh:"下拉刷新",isEnd:"已经到底了",noMoreData:"没有更多了",traceDetail:"全流程追溯详情",notConfiguredOffline:"未配置离线服务,请联系工程师处理!"}};
@@ -26746,7 +26746,7 @@ var esnext_iterator_constructor = __webpack_require__(8992);
26746
26746
  // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.for-each.js
26747
26747
  var esnext_iterator_for_each = __webpack_require__(3949);
26748
26748
  ;// ./package.json
26749
- var package_namespaceObject = {"rE":"2.0.180"};
26749
+ var package_namespaceObject = {"rE":"2.0.181"};
26750
26750
  ;// ./packages/utils/convert.js
26751
26751
  /**
26752
26752
  * 将大驼峰(camelCase)字符串转换为小写且带有空格分隔的形式(kebab-case)
package/nubomed-ui.umd.js CHANGED
@@ -26756,7 +26756,7 @@ var esnext_iterator_constructor = __webpack_require__(8992);
26756
26756
  // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.for-each.js
26757
26757
  var esnext_iterator_for_each = __webpack_require__(3949);
26758
26758
  ;// ./package.json
26759
- var package_namespaceObject = {"rE":"2.0.180"};
26759
+ var package_namespaceObject = {"rE":"2.0.181"};
26760
26760
  ;// ./packages/utils/convert.js
26761
26761
  /**
26762
26762
  * 将大驼峰(camelCase)字符串转换为小写且带有空格分隔的形式(kebab-case)