no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sources":["uni_modules/uni-popup/components/uni-popup/i18n/index.js"],"sourcesContent":["import en from './en.json'\r\nimport zhHans from './zh-Hans.json'\r\nimport zhHant from './zh-Hant.json'\r\nexport default {\r\n\ten,\r\n\t'zh-Hans': zhHans,\r\n\t'zh-Hant': zhHant\r\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAGA,MAAe,WAAA;AAAA,EACd;AAAA,EACA,WAAW;AAAA,EACX,WAAW;AACZ;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"popup.js","sources":["uni_modules/uni-popup/components/uni-popup/popup.js"],"sourcesContent":["\nexport default {\r\n\tdata() {\r\n\t\treturn {\r\n\t\t\t\r\n\t\t}\r\n\t},\n\tcreated(){\n\t\tthis.popup = this.getParent()\n\t},\n\tmethods:{\n\t\t/**\n\t\t * 获取父元素实例\n\t\t */\n\t\tgetParent(name = 'uniPopup') {\n\t\t\tlet parent = this.$parent;\n\t\t\tlet parentName = parent.$options.name;\n\t\t\twhile (parentName !== name) {\n\t\t\t\tparent = parent.$parent;\n\t\t\t\tif (!parent) return false\n\t\t\t\tparentName = parent.$options.name;\n\t\t\t}\n\t\t\treturn parent;\n\t\t},\n\t}\r\n}\r\n"],"names":[],"mappings":";AACA,MAAe,QAAA;AAAA,EACd,OAAO;AACN,WAAO,CAEN;AAAA,EACD;AAAA,EACD,UAAS;AACR,SAAK,QAAQ,KAAK,UAAW;AAAA,EAC7B;AAAA,EACD,SAAQ;AAAA;AAAA;AAAA;AAAA,IAIP,UAAU,OAAO,YAAY;AAC5B,UAAI,SAAS,KAAK;AAClB,UAAI,aAAa,OAAO,SAAS;AACjC,aAAO,eAAe,MAAM;AAC3B,iBAAS,OAAO;AAChB,YAAI,CAAC;AAAQ,iBAAO;AACpB,qBAAa,OAAO,SAAS;AAAA,MAC7B;AACD,aAAO;AAAA,IACP;AAAA,EACD;AACF;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-avatar/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nimport test from '../../libs/function/test';\nexport default {\n props: {\n // 头像图片路径(不能为相对路径)\n src: {\n type: String,\n default: () => defProps.avatar.src\n },\n // 头像形状circle-圆形square-方形\n shape: {\n type: String,\n default: () => defProps.avatar.shape\n },\n // 头像尺寸\n size: {\n type: [String, Number],\n default: () => defProps.avatar.size\n },\n // 裁剪模式\n mode: {\n type: String,\n default: () => defProps.avatar.mode\n },\n // 显示的文字\n text: {\n type: String,\n default: () => defProps.avatar.text\n },\n // 背景色\n bgColor: {\n type: String,\n default: () => defProps.avatar.bgColor\n },\n // 文字颜色\n color: {\n type: String,\n default: () => defProps.avatar.color\n },\n // 文字大小\n fontSize: {\n type: [String, Number],\n default: () => defProps.avatar.fontSize\n },\n // 显示的图标\n icon: {\n type: String,\n default: () => defProps.avatar.icon\n },\n // 显示小程序头像只对百度微信QQ小程序有效\n mpAvatar: {\n type: Boolean,\n default: () => defProps.avatar.mpAvatar\n },\n // 是否使用随机背景色\n randomBgColor: {\n type: Boolean,\n default: () => defProps.avatar.randomBgColor\n },\n // 加载失败的默认头像(组件有内置默认图片)\n defaultUrl: {\n type: String,\n default: () => defProps.avatar.defaultUrl\n },\n // 如果配置了randomBgColor为true且配置了此值则从默认的背景色数组中取出对应索引的颜色值取值0-19之间\n colorIndex: {\n type: [String, Number],\n // 校验参数规则索引在0-19之间\n validator(n) {\n return test.range(n, [0, 19]) || n === ''\n },\n default: () => defProps.avatar.colorIndex\n },\n // 组件标识符\n name: {\n type: String,\n default: () => defProps.avatar.name\n }\n }\n}\n"],"names":["defProps","test"],"mappings":";;;AAEA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,KAAK;AAAA,MACD,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM,CAAC,QAAQ,MAAM;AAAA;AAAA,MAErB,UAAU,GAAG;AACT,eAAOC,yCAAI,KAAC,MAAM,GAAG,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM;AAAA,MAC1C;AAAA,MACD,SAAS,MAAMD,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-cell-group/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 分组标题\n title: {\n type: String,\n default: () => defProps.cellGroup.title\n },\n // 是否显示外边框\n border: {\n type: Boolean,\n default: () => defProps.cellGroup.border\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,UAAU;AAAA,IACrC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,UAAU;AAAA,IACrC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-cell-group.js","sources":["uni_modules/uview-plus/components/u-cell-group/u-cell-group.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtY2VsbC1ncm91cC91LWNlbGwtZ3JvdXAudnVl"],"sourcesContent":["<template>\n <view :style=\"[addStyle(customStyle)]\" :class=\"[customClass]\" class=\"u-cell-group\">\n <view v-if=\"title\" class=\"u-cell-group__title\">\n <slot name=\"title\">\n\t\t\t\t<text class=\"u-cell-group__title__text\">{{ title }}</text>\n\t\t\t</slot>\n </view>\n <view class=\"u-cell-group__wrapper\">\n\t\t\t<u-line v-if=\"border\"></u-line>\n <slot />\n </view>\n </view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addStyle } from '../../libs/function/index';\n\t/**\n\t * cellGroup 单元格\n\t * @description cell单元格一般用于一组列表的情况比如个人中心页设置页等。\n\t * @tutorial https://uview-plus.jiangruyi.com/components/cell.html\n\t * \n\t * @property {String}\ttitle\t\t分组标题\n\t * @property {Boolean}\tborder\t\t是否显示外边框 (默认 true )\n\t * @property {Object}\tcustomStyle\t定义需要用到的外部样式\n\t * \n\t * @event {Function} click \t点击cell列表时触发\n\t * @example <u-cell-group title=\"设置喜好\">\n\t */\n\texport default {\n\t\tname: 'u-cell-group',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tmethods: {\n\t\t\taddStyle\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\t\n\t$u-cell-group-title-padding: 16px 16px 8px !default;\n\t$u-cell-group-title-font-size: 15px !default;\n\t$u-cell-group-title-line-height: 16px !default;\n\t$u-cell-group-title-color: $u-main-color !default;\n\n .u-cell-group {\n\t\tflex: 1;\n\t\t\n &__title {\n padding: $u-cell-group-title-padding;\n\n &__text {\n font-size: $u-cell-group-title-font-size;\n line-height: $u-cell-group-title-line-height;\n color: $u-cell-group-title-color;\n }\n }\n\t\t\n\t\t&__wrapper {\n\t\t\tposition: relative;\n\t\t}\n }\n</style>\n\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-cell-group/u-cell-group.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addStyle"],"mappings":";;;;;;AA+BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,uDAAK;AAAA,EAC9B,SAAS;AAAA,IACR,UAAAC,0CAAO;AAAA,EACR;AACD;;;;;;;;;;;;;;;;;;;;;;ACpCD,GAAG,gBAAgB,SAAS;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-checkbox-group/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 标识符\n name: {\n type: String,\n default: () => defProps.checkboxGroup.name\n },\n\t\t// #ifdef VUE3\n\t\t// 绑定的值\n\t\tmodelValue: {\n\t\t type: Array,\n\t\t default: () => defProps.checkboxGroup.value\n\t\t},\n\t\t// #endif\n\t\t// #ifdef VUE2\n\t\t// 绑定的值\n\t\tvalue: {\n\t\t type: Array,\n\t\t default: () => defProps.checkboxGroup.value\n\t\t},\n\t\t// #endif\n // 形状circle-圆形square-方形\n shape: {\n type: String,\n default: () => defProps.checkboxGroup.shape\n },\n // 是否禁用全部checkbox\n disabled: {\n type: Boolean,\n default: () => defProps.checkboxGroup.disabled\n },\n\n // 选中状态下的颜色如设置此值将会覆盖parent的activeColor值\n activeColor: {\n type: String,\n default: () => defProps.checkboxGroup.activeColor\n },\n // 未选中的颜色\n inactiveColor: {\n type: String,\n default: () => defProps.checkboxGroup.inactiveColor\n },\n\n // 整个组件的尺寸默认px\n size: {\n type: [String, Number],\n default: () => defProps.checkboxGroup.size\n },\n // 布局方式row-横向column-纵向\n placement: {\n type: String,\n default: () => defProps.checkboxGroup.placement\n },\n // label的字体大小px单位\n labelSize: {\n type: [String, Number],\n default: () => defProps.checkboxGroup.labelSize\n },\n // label的字体颜色\n labelColor: {\n type: [String],\n default: () => defProps.checkboxGroup.labelColor\n },\n // 是否禁止点击文本操作\n labelDisabled: {\n type: Boolean,\n default: () => defProps.checkboxGroup.labelDisabled\n },\n // 图标颜色\n iconColor: {\n type: String,\n default: () => defProps.checkboxGroup.iconColor\n },\n // 图标的大小单位px\n iconSize: {\n type: [String, Number],\n default: () => defProps.checkboxGroup.iconSize\n },\n // 勾选图标的对齐方式left-左边right-右边\n iconPlacement: {\n type: String,\n default: () => defProps.checkboxGroup.iconPlacement\n },\n // 竖向配列时,是否显示下划线\n borderBottom: {\n type: Boolean,\n default: () => defProps.checkboxGroup.borderBottom\n }\n\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAGP,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAUK,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAGD,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAGD,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM,CAAC,MAAM;AAAA,MACb,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,cAAc;AAAA,IACzC;AAAA,EAEJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-checkbox/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // checkbox的名称\n name: {\n type: [String, Number, Boolean],\n default: () => defProps.checkbox.name\n },\n // 形状square为方形circle为圆型\n shape: {\n type: String,\n default: () => defProps.checkbox.shape\n },\n // 整体的大小\n size: {\n type: [String, Number],\n default: () => defProps.checkbox.size\n },\n // 是否默认选中\n checked: {\n type: Boolean,\n default: () => defProps.checkbox.checked\n },\n // 是否禁用\n disabled: {\n type: [String, Boolean],\n default: () => defProps.checkbox.disabled\n },\n // 选中状态下的颜色如设置此值将会覆盖parent的activeColor值\n activeColor: {\n type: String,\n default: () => defProps.checkbox.activeColor\n },\n // 未选中的颜色\n inactiveColor: {\n type: String,\n default: () => defProps.checkbox.inactiveColor\n },\n // 图标的大小单位px\n iconSize: {\n type: [String, Number],\n default: () => defProps.checkbox.iconSize\n },\n // 图标颜色\n iconColor: {\n type: String,\n default: () => defProps.checkbox.iconColor\n },\n // label提示文字因为nvue下直接slot进来的文字由于特殊的结构无法修改样式\n label: {\n type: [String, Number],\n default: () => defProps.checkbox.label\n },\n // label的字体大小px单位\n labelSize: {\n type: [String, Number],\n default: () => defProps.checkbox.labelSize\n },\n // label的颜色\n labelColor: {\n type: String,\n default: () => defProps.checkbox.labelColor\n },\n // 是否禁止点击提示语选中复选框\n labelDisabled: {\n type: [String, Boolean],\n default: () => defProps.checkbox.labelDisabled\n },\n\t\t// 是否独立使用\n usedAlone: {\n type: [Boolean],\n default: () => false\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,MAC9B,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,OAAO;AAAA,MACtB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM,CAAC,QAAQ,OAAO;AAAA,MACtB,SAAS,MAAMA,iDAAS,SAAS;AAAA,IACpC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,OAAO;AAAA,MACd,SAAS,MAAM;AAAA,IAClB;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-icon/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 图标类名\n name: {\n type: String,\n default: () => defProps.icon.name\n },\n // 图标颜色,可接受主题色\n color: {\n type: String,\n default: () => defProps.icon.color\n },\n // 字体大小单位px\n size: {\n type: [String, Number],\n default: () => defProps.icon.size\n },\n // 是否显示粗体\n bold: {\n type: Boolean,\n default: () => defProps.icon.bold\n },\n // 点击图标的时候传递事件出去的index用于区分点击了哪一个\n index: {\n type: [String, Number],\n default: () => defProps.icon.index\n },\n // 触摸图标时的类名\n hoverClass: {\n type: String,\n default: () => defProps.icon.hoverClass\n },\n // 自定义扩展前缀,方便用户扩展自己的图标库\n customPrefix: {\n type: String,\n default: () => defProps.icon.customPrefix\n },\n // 图标右边或者下面的文字\n label: {\n type: [String, Number],\n default: () => defProps.icon.label\n },\n // label的位置只能右边或者下边\n labelPos: {\n type: String,\n default: () => defProps.icon.labelPos\n },\n // label的大小\n labelSize: {\n type: [String, Number],\n default: () => defProps.icon.labelSize\n },\n // label的颜色\n labelColor: {\n type: String,\n default: () => defProps.icon.labelColor\n },\n // label与图标的距离\n space: {\n type: [String, Number],\n default: () => defProps.icon.space\n },\n // 图片的mode\n imgMode: {\n type: String,\n default: () => defProps.icon.imgMode\n },\n // 用于显示图片小图标时,图片的宽度\n width: {\n type: [String, Number],\n default: () => defProps.icon.width\n },\n // 用于显示图片小图标时,图片的高度\n height: {\n type: [String, Number],\n default: () => defProps.icon.height\n },\n // 用于解决某些情况下,让图标垂直居中的用途\n top: {\n type: [String, Number],\n default: () => defProps.icon.top\n },\n // 是否阻止事件传播\n stop: {\n type: Boolean,\n default: () => defProps.icon.stop\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,KAAK;AAAA,MACD,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-line/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n color: {\n type: String,\n default: () => defProps.line.color\n },\n // 长度竖向时表现为高度横向时表现为长度可以为百分比带px单位的值等\n length: {\n type: [String, Number],\n default: () => defProps.line.length\n },\n // 线条方向col-竖向row-横向\n direction: {\n type: String,\n default: () => defProps.line.direction\n },\n // 是否显示细边框\n hairline: {\n type: Boolean,\n default: () => defProps.line.hairline\n },\n // 线条与上下左右元素的间距,字符串形式,如\"30px\"、\"20px 30px\"\n margin: {\n type: [String, Number],\n default: () => defProps.line.margin\n },\n // 是否虚线true-虚线false-实线\n dashed: {\n type: Boolean,\n default: () => defProps.line.dashed\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA,IACH,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-line.js","sources":["uni_modules/uview-plus/components/u-line/u-line.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtbGluZS91LWxpbmUudnVl"],"sourcesContent":["<template>\n\t<view\n\t class=\"u-line\"\n\t :style=\"[lineStyle]\"\n\t>\n\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addUnit, addStyle, deepMerge } from '../../libs/function/index';\n\t/**\n\t * line 线条\n\t * @description 此组件一般用于显示一根线条用于分隔内容块有横向和竖向两种模式且能设置0.5px线条,使用也很简单\n\t * @tutorial https://ijry.github.io/uview-plus/components/line.html\n\t * @property {String}\t\t\tcolor\t\t线条的颜色 ( 默认 '#d6d7d9' )\n\t * @property {String | Number}\tlength\t\t长度竖向时表现为高度横向时表现为长度可以为百分比带px单位的值等 ( 默认 '100%' )\n\t * @property {String}\t\t\tdirection\t线条的方向row-横向col-竖向 (默认 'row' )\n\t * @property {Boolean}\t\t\thairline\t是否显示细线条 (默认 true )\n\t * @property {String | Number}\tmargin\t\t线条与上下左右元素的间距字符串形式如\"30px\" (默认 0 )\n\t * @property {Boolean}\t\t\tdashed\t\t是否虚线true-虚线false-实线 (默认 false )\n\t * @property {Object}\t\t\tcustomStyle\t定义需要用到的外部样式\n\t * @example <u-line color=\"red\"></u-line>\n\t */\n\texport default {\n\t\tname: 'u-line',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tcomputed: {\n\t\t\tlineStyle() {\n\t\t\t\tconst style = {}\n\t\t\t\tstyle.margin = this.margin\n\t\t\t\t// 如果是水平线条边框高度为1px再通过transform缩小一半就是0.5px了\n\t\t\t\tif (this.direction === 'row') {\n\t\t\t\t\t// 此处采用兼容分开写兼容nvue的写法\n\t\t\t\t\tstyle.borderBottomWidth = '1px'\n\t\t\t\t\tstyle.borderBottomStyle = this.dashed ? 'dashed' : 'solid'\n\t\t\t\t\tstyle.width = addUnit(this.length)\n\t\t\t\t\tif (this.hairline) style.transform = 'scaleY(0.5)'\n\t\t\t\t} else {\n\t\t\t\t\t// 如果是竖向线条边框宽度为1px再通过transform缩小一半就是0.5px了\n\t\t\t\t\tstyle.borderLeftWidth = '1px'\n\t\t\t\t\tstyle.borderLeftStyle = this.dashed ? 'dashed' : 'solid'\n\t\t\t\t\tstyle.height = addUnit(this.length)\n\t\t\t\t\tif (this.hairline) style.transform = 'scaleX(0.5)'\n\t\t\t\t}\n\n\t\t\t\tstyle.borderColor = this.color\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle))\n\t\t\t}\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\n\t.u-line {\n\t\t/* #ifndef APP-NVUE */\n\t\tvertical-align: middle;\n\t\t/* #endif */\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-line/u-line.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit","deepMerge","addStyle"],"mappings":";;;;;;AA2BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,kDAAK;AAAA,EAC9B,UAAU;AAAA,IACT,YAAY;AACX,YAAM,QAAQ,CAAC;AACf,YAAM,SAAS,KAAK;AAEpB,UAAI,KAAK,cAAc,OAAO;AAE7B,cAAM,oBAAoB;AAC1B,cAAM,oBAAoB,KAAK,SAAS,WAAW;AACnD,cAAM,QAAQC,kDAAQ,KAAK,MAAM;AACjC,YAAI,KAAK;AAAU,gBAAM,YAAY;AAAA,aAC/B;AAEN,cAAM,kBAAkB;AACxB,cAAM,kBAAkB,KAAK,SAAS,WAAW;AACjD,cAAM,SAASA,kDAAQ,KAAK,MAAM;AAClC,YAAI,KAAK;AAAU,gBAAM,YAAY;AAAA,MACtC;AAEA,YAAM,cAAc,KAAK;AACzB,aAAOC,0CAAS,UAAC,OAAOC,0CAAQ,SAAC,KAAK,WAAW,CAAC;AAAA,IACnD;AAAA,EACD;AACD;;;;;;;ACpDD,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-link/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 文字颜色\n color: {\n type: String,\n default: () => defProps.link.color\n },\n // 字体大小单位px\n fontSize: {\n type: [String, Number],\n default: () => defProps.link.fontSize\n },\n // 是否显示下划线\n underLine: {\n type: Boolean,\n default: () => defProps.link.underLine\n },\n // 要跳转的链接\n href: {\n type: String,\n default: () => defProps.link.href\n },\n // 小程序中复制到粘贴板的提示语\n mpTips: {\n type: String,\n default: () => defProps.link.mpTips\n },\n // 下划线颜色\n lineColor: {\n type: String,\n default: () => defProps.link.lineColor\n },\n // 超链接的问题不使用slot形式传入是因为nvue下无法修改颜色\n text: {\n type: String,\n default: () => defProps.link.text\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,KAAK;AAAA,IAChC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-link.js","sources":["uni_modules/uview-plus/components/u-link/u-link.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtbGluay91LWxpbmsudnVl"],"sourcesContent":["<template>\n\t<text\n\t class=\"u-link\"\n\t @tap.stop=\"openLink\"\n\t :style=\"[linkStyle, addStyle(customStyle)]\"\n\t>{{text}}</text>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addStyle, addUnit, getPx, toast } from '../../libs/function/index';\n\t/**\n\t * link 超链接\n\t * @description 该组件为超链接组件在不同平台有不同表现形式在APP平台会通过plus环境打开内置浏览器在小程序中把链接复制到粘贴板同时提示信息在H5中通过window.open打开链接。\n\t * @tutorial https://ijry.github.io/uview-plus/components/link.html\n\t * @property {String}\t\t\tcolor\t\t文字颜色 (默认 color['u-primary'] \n\t * @property {String Number}\tfontSize\t字体大小单位px (默认 15 \n\t * @property {Boolean}\t\t\tunderLine\t是否显示下划线 (默认 false \n\t * @property {String}\t\t\thref\t\t跳转的链接要带上http(s)\n\t * @property {String}\t\t\tmpTips\t\t各个小程序平台把链接复制到粘贴板后的提示语默认“链接已复制请在浏览器打开”\n\t * @property {String}\t\t\tlineColor\t下划线颜色默认同color参数颜色 \n\t * @property {String}\t\t\ttext\t\t超链接的问题不使用slot形式传入是因为nvue下无法修改颜色 \n\t * @property {Object}\t\t\tcustomStyle\t定义需要用到的外部样式\n\t * \n\t * @example <u-link href=\"http://www.uviewui.com\">蜀道难,难于上青天</u-link>\n\t */\n\texport default {\n\t\tname: \"u-link\",\n\t\tmixins: [mpMixin, mixin, props],\n\t\tcomputed: {\n\t\t\tlinkStyle() {\n\t\t\t\tconst style = {\n\t\t\t\t\tcolor: this.color,\n\t\t\t\t\tfontSize: addUnit(this.fontSize),\n\t\t\t\t\t// line-height设置为比字体大小多2px\n\t\t\t\t\tlineHeight: addUnit(getPx(this.fontSize) + 2),\n\t\t\t\t\ttextDecoration: this.underLine ? 'underline' : 'none'\n\t\t\t\t}\n\t\t\t\t// if (this.underLine) {\n\t\t\t\t// \tstyle.borderBottomColor = this.lineColor || this.color\n\t\t\t\t// \tstyle.borderBottomWidth = '1px'\n\t\t\t\t// }\n\t\t\t\treturn style\n\t\t\t}\n\t\t},\n\t\temits: [\"click\"],\n\t\tmethods: {\n\t\t\taddStyle,\n\t\t\topenLink() {\n\t\t\t\t// #ifdef APP-PLUS\n\t\t\t\tplus.runtime.openURL(this.href)\n\t\t\t\t// #endif\n\t\t\t\t// #ifdef H5\n\t\t\t\twindow.open(this.href)\n\t\t\t\t// #endif\n\t\t\t\t// #ifdef MP\n\t\t\t\tuni.setClipboardData({\n\t\t\t\t\tdata: this.href,\n\t\t\t\t\tsuccess: () => {\n\t\t\t\t\t\tuni.hideToast();\n\t\t\t\t\t\tthis.$nextTick(() => {\n\t\t\t\t\t\t\ttoast(this.mpTips);\n\t\t\t\t\t\t})\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// #endif\n\t\t\t\tthis.$emit('click')\n\t\t\t}\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\t$u-link-line-height:1 !default;\n\n\t.u-link {\n\t\t/* #ifndef APP-NVUE */\n\t\tline-height: $u-link-line-height;\n\t\t/* #endif */\n\t\t@include flex;\n\t\tflex-wrap: wrap;\n\t\tflex: 1;\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-link/u-link.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit","getPx","addStyle","uni","toast"],"mappings":";;;;;;AA4BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,kDAAK;AAAA,EAC9B,UAAU;AAAA,IACT,YAAY;AACX,YAAM,QAAQ;AAAA,QACb,OAAO,KAAK;AAAA,QACZ,UAAUC,0CAAAA,QAAQ,KAAK,QAAQ;AAAA;AAAA,QAE/B,YAAYA,0CAAO,QAACC,0CAAK,MAAC,KAAK,QAAQ,IAAI,CAAC;AAAA,QAC5C,gBAAgB,KAAK,YAAY,cAAc;AAAA,MAChD;AAKA,aAAO;AAAA,IACR;AAAA,EACA;AAAA,EACD,OAAO,CAAC,OAAO;AAAA,EACf,SAAS;AAAA,IACR,UAAAC,0CAAQ;AAAA,IACR,WAAW;AAQVC,oBAAAA,MAAI,iBAAiB;AAAA,QACpB,MAAM,KAAK;AAAA,QACX,SAAS,MAAM;AACdA,wBAAG,MAAC,UAAS;AACb,eAAK,UAAU,MAAM;AACpBC,4DAAM,KAAK,MAAM;AAAA,WACjB;AAAA,QACF;AAAA,MACD,CAAC;AAED,WAAK,MAAM,OAAO;AAAA,IACnB;AAAA,EACD;AACD;;;;;;;;;;ACtED,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-loading-icon/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\r\nexport default {\r\n props: {\r\n // 是否显示组件\r\n show: {\r\n type: Boolean,\r\n default: () => defProps.loadingIcon.show\r\n },\r\n // 颜色\r\n color: {\r\n type: String,\r\n default: () => defProps.loadingIcon.color\r\n },\r\n // 提示文字颜色\r\n textColor: {\r\n type: String,\r\n default: () => defProps.loadingIcon.textColor\r\n },\r\n // 文字和图标是否垂直排列\r\n vertical: {\r\n type: Boolean,\r\n default: () => defProps.loadingIcon.vertical\r\n },\r\n // 模式选择circle-圆形spinner-花朵形semicircle-半圆形\r\n mode: {\r\n type: String,\r\n default: () => defProps.loadingIcon.mode\r\n },\r\n // 图标大小单位默认px\r\n size: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.size\r\n },\r\n // 文字大小\r\n textSize: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.textSize\r\n },\r\n // 文字内容\r\n text: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.text\r\n },\r\n // 动画模式\r\n timingFunction: {\r\n type: String,\r\n default: () => defProps.loadingIcon.timingFunction\r\n },\r\n // 动画执行周期时间\r\n duration: {\r\n type: [String, Number],\r\n default: () => defProps.loadingIcon.duration\r\n },\r\n // mode=circle时的暗边颜色\r\n inactiveColor: {\r\n type: String,\r\n default: () => defProps.loadingIcon.inactiveColor\r\n }\r\n }\r\n}\r\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,gBAAgB;AAAA,MACZ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA;AAAA,IAED,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,YAAY;AAAA,IACvC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-overlay/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否显示遮罩\n show: {\n type: Boolean,\n default: () => defProps.overlay.show\n },\n // 层级z-index\n zIndex: {\n type: [String, Number],\n default: () => defProps.overlay.zIndex\n },\n // 遮罩的过渡时间单位为ms\n duration: {\n type: [String, Number],\n default: () => defProps.overlay.duration\n },\n // 不透明度值当做rgba的第四个参数\n opacity: {\n type: [String, Number],\n default: () => defProps.overlay.opacity\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-overlay.js","sources":["uni_modules/uview-plus/components/u-overlay/u-overlay.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utb3ZlcmxheS91LW92ZXJsYXkudnVl"],"sourcesContent":["<template>\n\t<u-transition\n\t :show=\"show\"\n\t custom-class=\"u-overlay\"\n\t :duration=\"duration\"\n\t :custom-style=\"overlayStyle\"\n\t @click=\"clickHandler\"\n\t>\n\t\t<slot />\n\t</u-transition>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addStyle, deepMerge } from '../../libs/function/index';\n\t/**\n\t * overlay 遮罩\n\t * @description 创建一个遮罩层,用于强调特定的页面元素,并阻止用户对遮罩下层的内容进行操作,一般用于弹窗场景\n\t * @tutorial https://ijry.github.io/uview-plus/components/overlay.html\n\t * @property {Boolean}\t\t\tshow\t\t是否显示遮罩默认 false \n\t * @property {String | Number}\tzIndex\t\tzIndex 层级(默认 10070 \n\t * @property {String | Number}\tduration\t动画时长单位毫秒默认 300 \n\t * @property {String | Number}\topacity\t\t不透明度值当做rgba的第四个参数 (默认 0.5 \n\t * @property {Object}\t\t\tcustomStyle\t定义需要用到的外部样式\n\t * @event {Function} click 点击遮罩发送事件\n\t * @example <u-overlay :show=\"show\" @click=\"show = false\"></u-overlay>\n\t */\n\texport default {\n\t\tname: \"u-overlay\",\n\t\tmixins: [mpMixin, mixin,props],\n\t\tcomputed: {\n\t\t\toverlayStyle() {\n\t\t\t\tconst style = {\n\t\t\t\t\tposition: 'fixed',\n\t\t\t\t\ttop: 0,\n\t\t\t\t\tleft: 0,\n\t\t\t\t\tright: 0,\n\t\t\t\t\tzIndex: this.zIndex,\n\t\t\t\t\tbottom: 0,\n\t\t\t\t\t'background-color': `rgba(0, 0, 0, ${this.opacity})`\n\t\t\t\t}\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle))\n\t\t\t}\n\t\t},\n\t\temits: [\"click\"],\n\t\tmethods: {\n\t\t\tclickHandler() {\n\t\t\t\tthis.$emit('click')\n\t\t\t}\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n $u-overlay-top:0 !default;\n $u-overlay-left:0 !default;\n $u-overlay-width:100% !default;\n $u-overlay-height:100% !default;\n $u-overlay-background-color:rgba(0, 0, 0, .7) !default;\n\t.u-overlay {\n\t\tposition: fixed;\n\t\ttop:$u-overlay-top;\n\t\tleft:$u-overlay-left;\n\t\twidth: $u-overlay-width;\n\t\theight:$u-overlay-height;\n\t\tbackground-color:$u-overlay-background-color;\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-overlay/u-overlay.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","deepMerge","addStyle"],"mappings":";;;;;;AA6BC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAACC,qDAAK;AAAA,EAC7B,UAAU;AAAA,IACT,eAAe;AACd,YAAM,QAAQ;AAAA,QACb,UAAU;AAAA,QACV,KAAK;AAAA,QACL,MAAM;AAAA,QACN,OAAO;AAAA,QACP,QAAQ,KAAK;AAAA,QACb,QAAQ;AAAA,QACR,oBAAoB,iBAAiB,KAAK,OAAO;AAAA,MAClD;AACA,aAAOC,0CAAS,UAAC,OAAOC,0CAAQ,SAAC,KAAK,WAAW,CAAC;AAAA,IACnD;AAAA,EACA;AAAA,EACD,OAAO,CAAC,OAAO;AAAA,EACf,SAAS;AAAA,IACR,eAAe;AACd,WAAK,MAAM,OAAO;AAAA,IACnB;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;ACnDD,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-picker/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示picker弹窗\n show: {\n type: Boolean,\n default: () => defProps.picker.show\n },\n\t\t// 弹出的方向,可选值为 top bottom right left center\n popupMode: {\n type: String,\n default: () => defProps.picker.popupMode\n },\n // 是否展示顶部的操作栏\n showToolbar: {\n type: Boolean,\n default: () => defProps.picker.showToolbar\n },\n // 顶部标题\n title: {\n type: String,\n default: () => defProps.picker.title\n },\n // 对象数组,设置每一列的数据\n columns: {\n type: Array,\n default: () => defProps.picker.columns\n },\n // 是否显示加载中状态\n loading: {\n type: Boolean,\n default: () => defProps.picker.loading\n },\n // 各列中,单个选项的高度\n itemHeight: {\n type: [String, Number],\n default: () => defProps.picker.itemHeight\n },\n // 取消按钮的文字\n cancelText: {\n type: String,\n default: () => defProps.picker.cancelText\n },\n // 确认按钮的文字\n confirmText: {\n type: String,\n default: () => defProps.picker.confirmText\n },\n // 取消按钮的颜色\n cancelColor: {\n type: String,\n default: () => defProps.picker.cancelColor\n },\n // 确认按钮的颜色\n confirmColor: {\n type: String,\n default: () => defProps.picker.confirmColor\n },\n // 每列中可见选项的数量\n visibleItemCount: {\n type: [String, Number],\n default: () => defProps.picker.visibleItemCount\n },\n // 选项对象中,需要展示的属性键名\n keyName: {\n type: String,\n default: () => defProps.picker.keyName\n },\n // 是否允许点击遮罩关闭选择器\n closeOnClickOverlay: {\n type: Boolean,\n default: () => defProps.picker.closeOnClickOverlay\n },\n // 各列的默认索引\n defaultIndex: {\n type: Array,\n default: () => defProps.picker.defaultIndex\n },\n\t\t// 是否在手指松开时立即触发 change 事件。若不开启则会在滚动动画结束后触发 change 事件只在微信2.21.1及以上有效\n\t\timmediateChange: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: () => defProps.picker.immediateChange\n\t\t}\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,kBAAkB;AAAA,MACd,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,qBAAqB;AAAA,MACjB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAClC;AAAA;AAAA,IAEP,iBAAiB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,OAAO;AAAA,IAC/B;AAAA,EACE;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-popup/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示弹窗\n show: {\n type: Boolean,\n default: () => defProps.popup.show\n },\n // 是否显示遮罩\n overlay: {\n type: Boolean,\n default: () => defProps.popup.overlay\n },\n // 弹出的方向,可选值为 top bottom right left center\n mode: {\n type: String,\n default: () => defProps.popup.mode\n },\n // 动画时长单位ms\n duration: {\n type: [String, Number],\n default: () => defProps.popup.duration\n },\n // 是否显示关闭图标\n closeable: {\n type: Boolean,\n default: () => defProps.popup.closeable\n },\n // 自定义遮罩的样式\n overlayStyle: {\n type: [Object, String],\n default: () => defProps.popup.overlayStyle\n },\n // 点击遮罩是否关闭弹窗\n closeOnClickOverlay: {\n type: Boolean,\n default: () => defProps.popup.closeOnClickOverlay\n },\n // 层级\n zIndex: {\n type: [String, Number],\n default: () => defProps.popup.zIndex\n },\n // 是否为iPhoneX留出底部安全距离\n safeAreaInsetBottom: {\n type: Boolean,\n default: () => defProps.popup.safeAreaInsetBottom\n },\n // 是否留出顶部安全距离(状态栏高度)\n safeAreaInsetTop: {\n type: Boolean,\n default: () => defProps.popup.safeAreaInsetTop\n },\n // 自定义关闭图标位置top-left为左上角top-right为右上角bottom-left为左下角bottom-right为右下角\n closeIconPos: {\n type: String,\n default: () => defProps.popup.closeIconPos\n },\n // 是否显示圆角\n round: {\n type: [Boolean, String, Number],\n default: () => defProps.popup.round\n },\n // mode=center也即中部弹出时是否使用缩放模式\n zoom: {\n type: Boolean,\n default: () => defProps.popup.zoom\n },\n // 弹窗背景色设置为transparent可去除白色背景\n bgColor: {\n type: String,\n default: () => defProps.popup.bgColor\n },\n // 遮罩的透明度0-1之间\n overlayOpacity: {\n type: [Number, String],\n default: () => defProps.popup.overlayOpacity\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,qBAAqB;AAAA,MACjB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,qBAAqB;AAAA,MACjB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,kBAAkB;AAAA,MACd,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM,CAAC,SAAS,QAAQ,MAAM;AAAA,MAC9B,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA;AAAA,IAED,gBAAgB;AAAA,MACZ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,MAAM;AAAA,IACjC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-safe-bottom/props.js"],"sourcesContent":["// import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n\n }\n}\n"],"names":[],"mappings":";AACA,MAAe,QAAA;AAAA,EACX,OAAO,CAEN;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-safe-bottom.js","sources":["uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utc2FmZS1ib3R0b20vdS1zYWZlLWJvdHRvbS52dWU"],"sourcesContent":["<template>\r\n\t<view\r\n\t\tclass=\"u-safe-bottom\"\r\n\t\t:style=\"[style]\"\r\n\t\t:class=\"[!isNvue && 'u-safe-area-inset-bottom']\"\r\n\t>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport props from \"./props.js\";\r\n\timport mpMixin from '../../libs/mixin/mpMixin';\r\n\timport mixin from '../../libs/mixin/mixin';\r\n\timport { addStyle, deepMerge, addUnit, sys } from '../../libs/function/index';\r\n\t/**\r\n\t * SafeBottom 底部安全区\r\n\t * @description 这个适配主要是针对IPhone X等一些底部带指示条的机型指示条的操作区域与页面底部存在重合容易导致用户误操作因此我们需要针对这些机型进行底部安全区适配。\r\n\t * @tutorial https://ijry.github.io/uview-plus/components/safeAreaInset.html\r\n\t * @property {type}\t\tprop_name\r\n\t * @property {Object}\tcustomStyle\t定义需要用到的外部样式\r\n\t *\r\n\t * @event {Function()}\r\n\t * @example <u-status-bar></u-status-bar>\r\n\t */\r\n\texport default {\r\n\t\tname: \"u-safe-bottom\",\r\n\t\tmixins: [mpMixin, mixin, props],\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tsafeAreaBottomHeight: 0,\r\n\t\t\t\tisNvue: false,\r\n\t\t\t};\r\n\t\t},\r\n\t\tcomputed: {\r\n\t\t\tstyle() {\r\n\t\t\t\tconst style = {};\r\n\t\t\t\t// #ifdef APP-NVUE || MP-TOUTIAO\r\n\t\t\t\t// nvue下高度使用js计算填充\r\n\t\t\t\tstyle.height = addUnit(sys().safeAreaInsets.bottom, 'px');\r\n\t\t\t\t// #endif\r\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle));\r\n\t\t\t},\r\n\t\t},\r\n\t\tmounted() {\r\n\t\t\t// #ifdef APP-NVUE\r\n\t\t\t// 标识为是否nvue\r\n\t\t\tthis.isNvue = true;\r\n\t\t\t// #endif\r\n\t\t},\r\n\t};\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.u-safe-bottom {\r\n\t\t/* #ifndef APP-NVUE */\r\n\t\twidth: 100%;\r\n\t\t/* #endif */\r\n\t}\r\n</style>\r\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","deepMerge","addStyle"],"mappings":";;;;;;AAwBC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,wDAAK;AAAA,EAC9B,OAAO;AACN,WAAO;AAAA,MACN,sBAAsB;AAAA,MACtB,QAAQ;AAAA;EAET;AAAA,EACD,UAAU;AAAA,IACT,QAAQ;AACP,YAAM,QAAQ,CAAA;AAKd,aAAOC,0CAAAA,UAAU,OAAOC,0CAAAA,SAAS,KAAK,WAAW,CAAC;AAAA,IAClD;AAAA,EACD;AAAA,EACD,UAAU;AAAA,EAKT;;;;;;;;;AC/CH,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-status-bar/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n bgColor: {\n type: String,\n default: () => defProps.statusBar.bgColor\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA,IACH,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,UAAU;AAAA,IACrC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-status-bar.js","sources":["uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utc3RhdHVzLWJhci91LXN0YXR1cy1iYXIudnVl"],"sourcesContent":["<template>\n\t<view\n\t :style=\"[style]\"\n\t class=\"u-status-bar\"\n\t>\n\t\t<slot />\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addUnit, addStyle, deepMerge, sys } from '../../libs/function/index';\n\t/**\n\t * StatbusBar 状态栏占位\n\t * @description 本组件主要用于状态填充,比如在自定导航栏的时候,它会自动适配一个恰当的状态栏高度。\n\t * @tutorial https://uview-plus.jiangruyi.com/components/statusBar.html\n\t * @property {String}\t\t\tbgColor\t\t\t背景色 (默认 'transparent' )\n\t * @property {String | Object}\tcustomStyle\t\t自定义样式 \n\t * @example <u-status-bar></u-status-bar>\n\t */\n\texport default {\n\t\tname: 'u-status-bar',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tdata() {\n\t\t\treturn {\n\t\t\t}\n\t\t},\n\t\tcomputed: {\n\t\t\tstyle() {\n\t\t\t\tconst style = {}\n\t\t\t\t// 状态栏高度由于某些安卓和微信开发工具无法识别css的顶部状态栏变量所以使用js获取的方式\n\t\t\t\tstyle.height = addUnit(sys().statusBarHeight, 'px')\n\t\t\t\tstyle.backgroundColor = this.bgColor\n\t\t\t\treturn deepMerge(style, addStyle(this.customStyle))\n\t\t\t}\n\t\t},\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t.u-status-bar {\n\t\t// nvue会默认100%如果nvue下显式写100%的话会导致宽度不为100%而异常\n\t\t/* #ifndef APP-NVUE */\n\t\twidth: 100%;\n\t\t/* #endif */\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit","sys","deepMerge","addStyle"],"mappings":";;;;;;AAsBC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,uDAAK;AAAA,EAC9B,OAAO;AACN,WAAO,CACP;AAAA,EACA;AAAA,EACD,UAAU;AAAA,IACT,QAAQ;AACP,YAAM,QAAQ,CAAC;AAEf,YAAM,SAASC,0CAAO,QAACC,0CAAG,IAAA,EAAG,iBAAiB,IAAI;AAClD,YAAM,kBAAkB,KAAK;AAC7B,aAAOC,0CAAS,UAAC,OAAOC,0CAAQ,SAAC,KAAK,WAAW,CAAC;AAAA,IACnD;AAAA,EACA;AACF;;;;;;;ACrCD,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-swiper-indicator/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 轮播的长度\n length: {\n type: [String, Number],\n default: () => defProps.swiperIndicator.length\n },\n // 当前处于活动状态的轮播的索引\n current: {\n type: [String, Number],\n default: () => defProps.swiperIndicator.current\n },\n // 指示器非激活颜色\n indicatorActiveColor: {\n type: String,\n default: () => defProps.swiperIndicator.indicatorActiveColor\n },\n // 指示器的激活颜色\n indicatorInactiveColor: {\n type: String,\n default: () => defProps.swiperIndicator.indicatorInactiveColor\n },\n\t\t// 指示器模式line-线型dot-点型\n\t\tindicatorMode: {\n\t\t type: String,\n\t\t default: () => defProps.swiperIndicator.indicatorMode\n\t\t}\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,QAAQ;AAAA,MACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAED,sBAAsB;AAAA,MAClB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAED,wBAAwB;AAAA,MACpB,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA;AAAA,IAEP,eAAe;AAAA,MACX,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,gBAAgB;AAAA,IAC3C;AAAA,EACE;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-swiper-indicator.js","sources":["uni_modules/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3Utc3dpcGVyLWluZGljYXRvci91LXN3aXBlci1pbmRpY2F0b3IudnVl"],"sourcesContent":["<template>\n\t<view class=\"u-swiper-indicator\">\n\t\t<view\n\t\t\tclass=\"u-swiper-indicator__wrapper\"\n\t\t\tv-if=\"indicatorMode === 'line'\"\n\t\t\t:class=\"[`u-swiper-indicator__wrapper--${indicatorMode}`]\"\n\t\t\t:style=\"{\n\t\t\t\twidth: addUnit(lineWidth * length),\n\t\t\t\tbackgroundColor: indicatorInactiveColor\n\t\t\t}\"\n\t\t>\n\t\t\t<view\n\t\t\t\tclass=\"u-swiper-indicator__wrapper--line__bar\"\n\t\t\t\t:style=\"[lineStyle]\"\n\t\t\t></view>\n\t\t</view>\n\t\t<view\n\t\t\tclass=\"u-swiper-indicator__wrapper\"\n\t\t\tv-if=\"indicatorMode === 'dot'\"\n\t\t>\n\t\t\t<view\n\t\t\t\tclass=\"u-swiper-indicator__wrapper__dot\"\n\t\t\t\tv-for=\"(item, index) in length\"\n\t\t\t\t:key=\"index\"\n\t\t\t\t:class=\"[index === current && 'u-swiper-indicator__wrapper__dot--active']\"\n\t\t\t\t:style=\"[dotStyle(index)]\"\n\t\t\t>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\timport { addUnit } from '../../libs/function/index';\n\t/**\n\t * SwiperIndicator 轮播图指示器\n\t * @description 该组件一般用于导航轮播,广告展示等场景,可开箱即用,\n\t * @tutorial https://ijry.github.io/uview-plus/components/swiper.html\n\t * @property {String | Number}\tlength\t\t\t\t\t轮播的长度默认 0 \n\t * @property {String | Number}\tcurrent\t\t\t\t\t当前处于活动状态的轮播的索引默认 0 \n\t * @property {String}\t\t\tindicatorActiveColor\t指示器非激活颜色\n\t * @property {String}\t\t\tindicatorInactiveColor\t指示器的激活颜色\n\t * @property {String}\t\t\tindicatorMode\t\t\t指示器模式默认 'line' \n\t * @example\t<u-swiper :list=\"list4\" indicator keyName=\"url\" :autoplay=\"false\"></u-swiper>\n\t */\n\texport default {\n\t\tname: 'u-swiper-indicator',\n\t\tmixins: [mpMixin, mixin, props],\n\t\tdata() {\n\t\t\treturn {\n\t\t\t\tlineWidth: 22\n\t\t\t}\n\t\t},\n\t\tcomputed: {\n\t\t\t// 指示器为线型的样式\n\t\t\tlineStyle() {\n\t\t\t\tlet style = {}\n\t\t\t\tstyle.width = addUnit(this.lineWidth)\n\t\t\t\tstyle.transform = `translateX(${ addUnit(this.current * this.lineWidth) })`\n\t\t\t\tstyle.backgroundColor = this.indicatorActiveColor\n\t\t\t\treturn style\n\t\t\t},\n\t\t\t// 指示器为点型的样式\n\t\t\tdotStyle() {\n\t\t\t\treturn index => {\n\t\t\t\t\tlet style = {}\n\t\t\t\t\tstyle.backgroundColor = index === this.current ? this.indicatorActiveColor : this.indicatorInactiveColor\n\t\t\t\t\treturn style\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tmethods: {\n\t\t\taddUnit\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\n\t.u-swiper-indicator {\n\n\t\t&__wrapper {\n\t\t\t@include flex;\n\n\t\t\t&--line {\n\t\t\t\tborder-radius: 100px;\n\t\t\t\theight: 4px;\n\n\t\t\t\t&__bar {\n\t\t\t\t\twidth: 22px;\n\t\t\t\t\theight: 4px;\n\t\t\t\t\tborder-radius: 100px;\n\t\t\t\t\tbackground-color: #FFFFFF;\n\t\t\t\t\ttransition: transform 0.3s;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&__dot {\n\t\t\t\twidth: 5px;\n\t\t\t\theight: 5px;\n\t\t\t\tborder-radius: 100px;\n\t\t\t\tmargin: 0 4px;\n\n\t\t\t\t&--active {\n\t\t\t\t\twidth: 12px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props","addUnit"],"mappings":";;;;;;AAgDC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,6DAAK;AAAA,EAC9B,OAAO;AACN,WAAO;AAAA,MACN,WAAW;AAAA,IACZ;AAAA,EACA;AAAA,EACD,UAAU;AAAA;AAAA,IAET,YAAY;AACX,UAAI,QAAQ,CAAC;AACb,YAAM,QAAQC,kDAAQ,KAAK,SAAS;AACpC,YAAM,YAAY,cAAeA,0CAAO,QAAC,KAAK,UAAU,KAAK,SAAS,CAAA;AACtE,YAAM,kBAAkB,KAAK;AAC7B,aAAO;AAAA,IACP;AAAA;AAAA,IAED,WAAW;AACV,aAAO,WAAS;AACf,YAAI,QAAQ,CAAC;AACb,cAAM,kBAAkB,UAAU,KAAK,UAAU,KAAK,uBAAuB,KAAK;AAClF,eAAO;AAAA,MACR;AAAA,IACD;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,SAAAA,0CAAM;AAAA,EACP;AACD;;;;;;;;;;;;;;;;;;;;;;AC5ED,GAAG,gBAAgB,SAAS;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-tag/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 标签类型info、primary、success、warning、error\n type: {\n type: String,\n default: () => defProps.tag.type\n },\n // 不可用\n disabled: {\n type: [Boolean, String],\n default: () => defProps.tag.disabled\n },\n // 标签的大小largemediummini\n size: {\n type: String,\n default: () => defProps.tag.size\n },\n // tag的形状circle两边半圆形, square方形带圆角\n shape: {\n type: String,\n default: () => defProps.tag.shape\n },\n // 标签文字\n text: {\n type: [String, Number],\n default: () => defProps.tag.text\n },\n // 背景颜色,默认为空字符串,即不处理\n bgColor: {\n type: String,\n default: () => defProps.tag.bgColor\n },\n // 标签字体颜色,默认为空字符串,即不处理\n color: {\n type: String,\n default: () => defProps.tag.color\n },\n // 标签的边框颜色\n borderColor: {\n type: String,\n default: () => defProps.tag.borderColor\n },\n // 关闭按钮图标的颜色\n closeColor: {\n type: String,\n default: () => defProps.tag.closeColor\n },\n // 点击时返回的索引值,用于区分例遍的数组哪个元素被点击了\n name: {\n type: [String, Number],\n default: () => defProps.tag.name\n },\n // // 模式选择dark|light|plain\n // mode: {\n // \ttype: String,\n // \tdefault: 'light'\n // },\n // 镂空时是否填充背景色\n plainFill: {\n type: Boolean,\n default: () => defProps.tag.plainFill\n },\n // 是否镂空\n plain: {\n type: Boolean,\n default: () => defProps.tag.plain\n },\n // 是否可关闭\n closable: {\n type: Boolean,\n default: () => defProps.tag.closable\n },\n // 是否显示\n show: {\n type: Boolean,\n default: () => defProps.tag.show\n },\n // 内置图标,或绝对路径的图片\n icon: {\n type: String,\n default: () => defProps.tag.icon,\n\t\t},\n\t\ticonColor: {\n type: String,\n default: () => defProps.tag.iconColor\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,SAAS,MAAM;AAAA,MACtB,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOD,WAAW;AAAA,MACP,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IACrC;AAAA,IACD,WAAW;AAAA,MACD,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,IAAI;AAAA,IAC/B;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-toolbar/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示工具条\n show: {\n type: Boolean,\n default: () => defProps.toolbar.show\n },\n // 取消按钮的文字\n cancelText: {\n type: String,\n default: () => defProps.toolbar.cancelText\n },\n // 确认按钮的文字\n confirmText: {\n type: String,\n default: () => defProps.toolbar.confirmText\n },\n // 取消按钮的颜色\n cancelColor: {\n type: String,\n default: () => defProps.toolbar.cancelColor\n },\n // 确认按钮的颜色\n confirmColor: {\n type: String,\n default: () => defProps.toolbar.confirmColor\n },\n // 标题文字\n title: {\n type: String,\n default: () => defProps.toolbar.title\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,cAAc;AAAA,MACV,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA;AAAA,IAED,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,QAAQ;AAAA,IACnC;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-toolbar.js","sources":["uni_modules/uview-plus/components/u-toolbar/u-toolbar.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtdG9vbGJhci91LXRvb2xiYXIudnVl"],"sourcesContent":["<template>\n\t<view\n\t\tclass=\"u-toolbar\"\n\t\t@touchmove.stop.prevent=\"noop\"\n\t\tv-if=\"show\"\n\t>\n\t\t<view\n\t\t\tclass=\"u-toolbar__cancel__wrapper\"\n\t\t\thover-class=\"u-hover-class\"\n\t\t>\n\t\t\t<text\n\t\t\t\tclass=\"u-toolbar__wrapper__cancel\"\n\t\t\t\t@tap=\"cancel\"\n\t\t\t\t:style=\"{\n\t\t\t\t\tcolor: cancelColor\n\t\t\t\t}\"\n\t\t\t>{{ cancelText }}</text>\n\t\t</view>\n\t\t<text\n\t\t\tclass=\"u-toolbar__title u-line-1\"\n\t\t\tv-if=\"title\"\n\t\t>{{ title }}</text>\n\t\t<view\n\t\t\tclass=\"u-toolbar__confirm__wrapper\"\n\t\t\thover-class=\"u-hover-class\"\n\t\t>\n\t\t\t<text\n\t\t\t\tclass=\"u-toolbar__wrapper__confirm\"\n\t\t\t\t@tap=\"confirm\"\n\t\t\t\t:style=\"{\n\t\t\t\tcolor: confirmColor\n\t\t\t}\"\n\t\t\t>{{ confirmText }}</text>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\n\timport props from './props';\n\timport mpMixin from '../../libs/mixin/mpMixin';\n\timport mixin from '../../libs/mixin/mixin';\n\t/**\n\t * Toolbar 工具条\n\t * @description \n\t * @tutorial https://ijry.github.io/uview-plus/components/toolbar.html\n\t * @property {Boolean}\tshow\t\t\t是否展示工具条默认 true \n\t * @property {String}\tcancelText\t\t取消按钮的文字默认 '取消' \n\t * @property {String}\tconfirmText\t\t确认按钮的文字默认 '确认' \n\t * @property {String}\tcancelColor\t\t取消按钮的颜色默认 '#909193' \n\t * @property {String}\tconfirmColor\t确认按钮的颜色默认 '#3c9cff' \n\t * @property {String}\ttitle\t\t\t标题文字\n\t * @event {Function} \n\t * @example \n\t */\n\texport default {\n\t\tname: 'u-toolbar',\n\t\tmixins: [mpMixin, mixin, props],\n\t\temits: [\"confirm\", \"cancel\"],\n\t\tmethods: {\n\t\t\t// 点击取消按钮\n\t\t\tcancel() {\n\t\t\t\tthis.$emit('cancel')\n\t\t\t},\n\t\t\t// 点击确定按钮\n\t\t\tconfirm() {\n\t\t\t\tthis.$emit('confirm')\n\t\t\t}\n\t\t},\n\t}\n</script>\n\n<style lang=\"scss\" scoped>\n\t@import \"../../libs/css/components.scss\";\n\n\t.u-toolbar {\n\t\theight: 42px;\n\t\t@include flex;\n\t\tjustify-content: space-between;\n\t\talign-items: center;\n\n\t\t&__wrapper {\n\t\t\t&__cancel {\n\t\t\t\tcolor: $u-tips-color;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tpadding: 0 15px;\n\t\t\t}\n\t\t}\n\n\t\t&__title {\n\t\t\tcolor: $u-main-color;\n\t\t\tpadding: 0 60rpx;\n\t\t\tfont-size: 16px;\n\t\t\tflex: 1;\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t&__wrapper {\n\t\t\t&__confirm {\n\t\t\t\tcolor: $u-primary;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tpadding: 0 15px;\n\t\t\t}\n\t\t}\n\t}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-toolbar/u-toolbar.vue'\nwx.createComponent(Component)"],"names":["mpMixin","mixin","props"],"mappings":";;;;;AAsDC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,QAAQ,CAACA,yCAAAA,SAASC,uCAAK,OAAEC,qDAAK;AAAA,EAC9B,OAAO,CAAC,WAAW,QAAQ;AAAA,EAC3B,SAAS;AAAA;AAAA,IAER,SAAS;AACR,WAAK,MAAM,QAAQ;AAAA,IACnB;AAAA;AAAA,IAED,UAAU;AACT,WAAK,MAAM,SAAS;AAAA,IACrB;AAAA,EACA;AACF;;;;;;;;;;;;;;;;;;;ACnED,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"props.js","sources":["uni_modules/uview-plus/components/u-transition/props.js"],"sourcesContent":["import defProps from '../../libs/config/props.js';\nexport default {\n props: {\n // 是否展示组件\n show: {\n type: Boolean,\n default: () => defProps.transition.show\n },\n // 使用的动画模式\n mode: {\n type: String,\n default: () => defProps.transition.mode\n },\n // 动画的执行时间单位ms\n duration: {\n type: [String, Number],\n default: () => defProps.transition.duration\n },\n // 使用的动画过渡函数\n timingFunction: {\n type: String,\n default: () => defProps.transition.timingFunction\n }\n }\n}\n"],"names":["defProps"],"mappings":";;AACA,MAAe,QAAA;AAAA,EACX,OAAO;AAAA;AAAA,IAEH,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA;AAAA,IAED,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA;AAAA,IAED,UAAU;AAAA,MACN,MAAM,CAAC,QAAQ,MAAM;AAAA,MACrB,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA;AAAA,IAED,gBAAgB;AAAA,MACZ,MAAM;AAAA,MACN,SAAS,MAAMA,iDAAS,WAAW;AAAA,IACtC;AAAA,EACJ;AACL;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"u-transition.js","sources":["uni_modules/uview-plus/components/u-transition/u-transition.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kupHlhYXnlLUvdW5pX21vZHVsZXMvdXZpZXctcGx1cy9jb21wb25lbnRzL3UtdHJhbnNpdGlvbi91LXRyYW5zaXRpb24udnVl"],"sourcesContent":["<template>\n\t<view\n\t\tv-if=\"inited\"\n\t\tclass=\"u-transition\"\n\t\tref=\"u-transition\"\n\t\t@tap=\"clickHandler\"\n\t\t:class=\"classes\"\n\t\t:style=\"[mergeStyle]\"\n\t\t@touchmove=\"noop\"\n\t>\n\t\t<slot />\n\t</view>\n</template>\n\n<script>\nimport props from './props';\nimport mpMixin from '../../libs/mixin/mpMixin';\nimport mixin from '../../libs/mixin/mixin';\nimport { addStyle } from '../../libs/function/index';\n// 组件的methods方法由于内容较长写在外部文件中通过mixin引入\nimport transition from \"./transition.js\";\n/**\n * transition 动画组件\n * @description\n * @tutorial\n * @property {String}\t\t\tshow\t\t\t是否展示组件 (默认 false \n * @property {String}\t\t\tmode\t\t\t使用的动画模式 (默认 'fade' \n * @property {String | Number}\tduration\t\t动画的执行时间单位ms (默认 '300' \n * @property {String}\t\t\ttimingFunction\t使用的动画过渡函数 (默认 'ease-out' \n * @property {Object}\t\t\tcustomStyle\t\t自定义样式\n * @event {Function} before-enter\t进入前触发\n * @event {Function} enter\t\t\t进入中触发\n * @event {Function} after-enter\t进入后触发\n * @event {Function} before-leave\t离开前触发\n * @event {Function} leave\t\t\t离开中触发\n * @event {Function} after-leave\t离开后触发\n * @example\n */\nexport default {\n\tname: 'u-transition',\n\tdata() {\n\t\treturn {\n\t\t\tinited: false, // 是否显示/隐藏组件\n\t\t\tviewStyle: {}, // 组件内部的样式\n\t\t\tstatus: '', // 记录组件动画的状态\n\t\t\ttransitionEnded: false, // 组件是否结束的标记\n\t\t\tdisplay: false, // 组件是否展示\n\t\t\tclasses: '', // 应用的类名\n\t\t}\n\t},\n\temits: ['click', 'beforeEnter', 'enter', 'afterEnter', 'beforeLeave', 'leave', 'afterLeave'],\n\tcomputed: {\n\t mergeStyle() {\n\t const { viewStyle, customStyle } = this\n\t return {\n\t // #ifndef APP-NVUE\n\t transitionDuration: `${this.duration}ms`,\n\t // display: `${this.display ? '' : 'none'}`,\n\t\t\t\ttransitionTimingFunction: this.timingFunction,\n\t // #endif\n\t\t\t\t// 避免自定义样式影响到动画属性所以写在viewStyle前面\n\t ...addStyle(customStyle),\n\t ...viewStyle\n\t }\n\t }\n\t},\n\t// 将mixin挂在到组件中实际上为一个vue格式对象。\n\tmixins: [mpMixin, mixin, transition, props],\n\twatch: {\n\t\tshow: {\n\t\t\thandler(newVal) {\n\t\t\t\t// vue和nvue分别执行不同的方法\n\t\t\t\t// #ifdef APP-NVUE\n\t\t\t\tnewVal ? this.nvueEnter() : this.nvueLeave()\n\t\t\t\t// #endif\n\t\t\t\t// #ifndef APP-NVUE\n\t\t\t\tnewVal ? this.vueEnter() : this.vueLeave()\n\t\t\t\t// #endif\n\t\t\t},\n\t\t\t// 表示同时监听初始化时的props的show的意思\n\t\t\timmediate: true\n\t\t}\n\t}\n}\n</script>\n\n<style lang=\"scss\" scoped>\n@import '../../libs/css/components.scss';\n\n/* #ifndef APP-NVUE */\n// vue版本动画相关的样式抽离在外部文件\n@import './vue.ani-style.scss';\n/* #endif */\n\n.u-transition {}\n</style>\n","import Component from 'D:/project/云充电/uni_modules/uview-plus/components/u-transition/u-transition.vue'\nwx.createComponent(Component)"],"names":["addStyle","mpMixin","mixin","transition","props"],"mappings":";;;;;;;AAsCA,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;AAAA,MACN,QAAQ;AAAA;AAAA,MACR,WAAW,CAAE;AAAA;AAAA,MACb,QAAQ;AAAA;AAAA,MACR,iBAAiB;AAAA;AAAA,MACjB,SAAS;AAAA;AAAA,MACT,SAAS;AAAA;AAAA,IACV;AAAA,EACA;AAAA,EACD,OAAO,CAAC,SAAS,eAAe,SAAS,cAAc,eAAe,SAAS,YAAY;AAAA,EAC3F,UAAU;AAAA,IACN,aAAa;AACT,YAAM,EAAE,WAAW,YAAY,IAAI;AACnC,aAAO;AAAA,QAEH,oBAAoB,GAAG,KAAK,QAAQ;AAAA;AAAA,QAE7C,0BAA0B,KAAK;AAAA;AAAA,QAGtB,GAAGA,0CAAAA,SAAS,WAAW;AAAA,QACvB,GAAG;AAAA,MACP;AAAA,IACJ;AAAA,EACH;AAAA;AAAA,EAED,QAAQ,CAACC,yCAAO,SAAEC,8CAAOC,wDAAAA,YAAYC,mDAAAA,KAAK;AAAA,EAC1C,OAAO;AAAA,IACN,MAAM;AAAA,MACL,QAAQ,QAAQ;AAMf,iBAAS,KAAK,aAAa,KAAK,SAAS;AAAA,MAEzC;AAAA;AAAA,MAED,WAAW;AAAA,IACZ;AAAA,EACD;AACD;;;;;;;;;;;;AClFA,GAAG,gBAAgB,SAAS;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sources":["uni_modules/uview-plus/index.js"],"sourcesContent":["// 看到此报错是因为没有配置vite.config.js的【transpileDependencies】\n// const pleaseSetTranspileDependencies = {}, babelTest = pleaseSetTranspileDependencies?.test\n\n// 引入全局mixin\nimport mixin from './libs/mixin/mixin.js'\n// 小程序特有的mixin\nimport mpMixin from './libs/mixin/mpMixin.js'\n// 全局挂载引入http相关请求拦截插件\nimport Request from './libs/luch-request'\n\n// 路由封装\nimport route from './libs/util/route.js'\n// 颜色渐变相关,colorGradient-颜色渐变,hexToRgb-十六进制颜色转rgb颜色,rgbToHex-rgb转十六进制\nimport colorGradient from './libs/function/colorGradient.js'\n\n// 规则检验\nimport test from './libs/function/test.js'\n// 防抖方法\nimport debounce from './libs/function/debounce.js'\n// 节流方法\nimport throttle from './libs/function/throttle.js'\n// 公共文件写入的方法\nimport index from './libs/function/index.js'\n\n// 配置信息\nimport config from './libs/config/config.js'\n// props配置信息\nimport props from './libs/config/props.js'\n// 各个需要fixed的地方的z-index配置文件\nimport zIndex from './libs/config/zIndex.js'\n// 关于颜色的配置,特殊场景使用\nimport color from './libs/config/color.js'\n// 平台\nimport platform from './libs/function/platform'\n\n// 导出\nconst http = new Request()\nlet themeType = ['primary', 'success', 'error', 'warning', 'info'];\nexport { route, http, debounce, throttle, platform, themeType, mixin, mpMixin, props, color, test, zIndex }\nexport * from './libs/function/index.js'\nexport * from './libs/function/colorGradient.js'\n\n/**\n * @description 修改uView内置属性值\n * @param {object} props 修改内置props属性\n * @param {object} config 修改内置config属性\n * @param {object} color 修改内置color属性\n * @param {object} zIndex 修改内置zIndex属性\n */\nexport function setConfig(configs) {\n\tindex.shallowMerge(config, configs.config || {})\n\tindex.shallowMerge(props, configs.props || {})\n\tindex.shallowMerge(color, configs.color || {})\n\tindex.shallowMerge(zIndex, configs.zIndex || {})\n}\nindex.setConfig = setConfig\n\nconst $u = {\n route,\n date: index.timeFormat, // 另名date\n colorGradient: colorGradient.colorGradient,\n hexToRgb: colorGradient.hexToRgb,\n rgbToHex: colorGradient.rgbToHex,\n colorToRgba: colorGradient.colorToRgba,\n test,\n type: themeType,\n http,\n config, // uview-plus配置信息相关比如版本号\n zIndex,\n debounce,\n throttle,\n mixin,\n mpMixin,\n props,\n ...index,\n color,\n platform\n}\n\n// $u挂载到uni对象上\nuni.$u = $u\n\nconst install = (Vue) => {\n // 同时挂载到uni和Vue.prototype中\n // #ifndef APP-NVUE\n // 只有vue挂载到Vue.prototype才有意义因为nvue中全局Vue.prototype和Vue.mixin是无效的\n Vue.config.globalProperties.$u = $u\n Vue.mixin(mixin)\n // #endif\n}\n\nexport default {\n install\n}\n"],"names":["Request","index","config","props","color","zIndex","route","colorGradient","test","debounce","throttle","mixin","mpMixin","platform","uni"],"mappings":";;;;;;;;;;;;;;;;AAoCA,MAAM,OAAO,IAAIA,oDAAAA,QAAS;AAC1B,IAAI,YAAY,CAAC,WAAW,WAAW,SAAS,WAAW,MAAM;AAY1D,SAAS,UAAU,SAAS;AAClCC,4CAAAA,MAAM,aAAaC,yCAAAA,QAAQ,QAAQ,UAAU,CAAA,CAAE;AAC/CD,4CAAAA,MAAM,aAAaE,wCAAAA,UAAO,QAAQ,SAAS,CAAA,CAAE;AAC7CF,4CAAAA,MAAM,aAAaG,wCAAAA,OAAO,QAAQ,SAAS,CAAA,CAAE;AAC7CH,4CAAAA,MAAM,aAAaI,yCAAAA,QAAQ,QAAQ,UAAU,CAAA,CAAE;AAChD;AACAJ,0CAAK,MAAC,YAAY;AAElB,MAAM,KAAK;AAAA,EACX,OAAIK,sCAAK;AAAA,EACL,MAAML,0CAAK,MAAC;AAAA;AAAA,EACZ,eAAeM,kDAAa,cAAC;AAAA,EAC7B,UAAUA,kDAAa,cAAC;AAAA,EACxB,UAAUA,kDAAa,cAAC;AAAA,EACxB,aAAaA,kDAAa,cAAC;AAAA,EAC/B,MAAIC,yCAAI;AAAA,EACJ,MAAM;AAAA,EACN;AAAA,EACJ,QAAIN,yCAAM;AAAA;AAAA,EACV,QAAIG,yCAAM;AAAA,EACV,UAAII,6CAAQ;AAAA,EACZ,UAAIC,6CAAQ;AAAA,EACZ,OAAIC,uCAAK;AAAA,EACT,SAAIC,yCAAO;AAAA,EACX,OAAIT,wCAAK;AAAA,EACL,GAAGF,0CAAK;AAAA,EACZ,OAAIG,wCAAK;AAAA,EACT,UAAIS,6CAAQ;AACZ;AAGAC,cAAG,MAAC,KAAK;AAET,MAAM,UAAU,CAAC,QAAQ;AAIrB,MAAI,OAAO,iBAAiB,KAAK;AACjC,MAAI,MAAMH,4CAAK;AAEnB;AAEA,MAAe,YAAA;AAAA,EACX;AACJ;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"color.js","sources":["uni_modules/uview-plus/libs/config/color.js"],"sourcesContent":["// 为了让用户能够自定义主题会逐步弃用此文件各颜色通过css提供\r\n// 为了给某些特殊场景使用和向后兼容,无需删除此文件(2020-06-20)\r\nconst color = {\r\n primary: '#3c9cff',\r\n info: '#909399',\r\n default: '#909399',\r\n warning: '#f9ae3d',\r\n error: '#f56c6c',\r\n success: '#5ac725',\r\n mainColor: '#303133',\r\n contentColor: '#606266',\r\n tipsColor: '#909399',\r\n lightColor: '#c0c4cc',\r\n borderColor: '#e4e7ed'\r\n}\r\n\r\nexport default color\n"],"names":[],"mappings":";AAEK,MAAC,QAAQ;AAAA,EACV,SAAS;AAAA,EACT,MAAM;AAAA,EACN,SAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,WAAW;AAAA,EACX,cAAc;AAAA,EACd,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,aAAa;AACjB;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"config.js","sources":["uni_modules/uview-plus/libs/config/config.js"],"sourcesContent":["const version = '3'\n\n// 开发环境才提示,生产环境不会提示\nif (process.env.NODE_ENV === 'development') {\n\tconsole.log(`\\n %c uview-plus V${version} %c https://ijry.github.io/uview-plus/ \\n\\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0;', 'color: #3c9cff;background: #ffffff; padding:5px 0;');\n}\n\nexport default {\n v: version,\n version,\n // 主题名称\n type: [\n 'primary',\n 'success',\n 'info',\n 'error',\n 'warning'\n ],\n // 颜色部分本来可以通过scss的:export导出供js使用但是奈何nvue不支持\n color: {\n 'u-primary': '#2979ff',\n 'u-warning': '#ff9900',\n 'u-success': '#19be6b',\n 'u-error': '#fa3534',\n 'u-info': '#909399',\n 'u-main-color': '#303133',\n 'u-content-color': '#606266',\n 'u-tips-color': '#909399',\n 'u-light-color': '#c0c4cc'\n },\n\t// 默认单位可以通过配置为rpx那么在用于传入组件大小参数为数值时就默认为rpx\n\tunit: 'px'\n}\n"],"names":[],"mappings":";;AAAA,MAAM,UAAU;AAG4B;wFAC/B;AAAA,kBAAqB,OAAO;AAAA;AAAA,GAA+C,uDAAuD,oDAAoD;AACnM;AAEA,MAAe,SAAA;AAAA,EACX,GAAG;AAAA,EACH;AAAA;AAAA,EAEA,MAAM;AAAA,IACF;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA;AAAA,EAEA,OAAO;AAAA,IACH,aAAa;AAAA,IACb,aAAa;AAAA,IACb,aAAa;AAAA,IACb,WAAW;AAAA,IACX,UAAU;AAAA,IACV,gBAAgB;AAAA,IAChB,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,EACrB;AAAA;AAAA,EAEH,MAAM;AACP;;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"actionSheet.js","sources":["uni_modules/uview-plus/libs/config/props/actionSheet.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:44:35\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/actionSheet.js\n */\nexport default {\n // action-sheet组件\n actionSheet: {\n show: false,\n title: '',\n description: '',\n actions: [],\n index: '',\n cancelText: '',\n closeOnClickAction: true,\n safeAreaInsetBottom: true,\n openType: '',\n closeOnClickOverlay: true,\n round: 0\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,cAAA;AAAA;AAAA,EAEX,aAAa;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,aAAa;AAAA,IACb,SAAS,CAAE;AAAA,IACX,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,oBAAoB;AAAA,IACpB,qBAAqB;AAAA,IACrB,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,OAAO;AAAA,EACV;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"album.js","sources":["uni_modules/uview-plus/libs/config/props/album.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:47:24\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/album.js\n */\nexport default {\n // album 组件\n album: {\n urls: [],\n keyName: '',\n singleSize: 180,\n multipleSize: 70,\n space: 6,\n singleMode: 'scaleToFill',\n multipleMode: 'aspectFill',\n maxCount: 9,\n previewFullImage: true,\n rowCount: 3,\n showMore: true\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEX,OAAO;AAAA,IACH,MAAM,CAAE;AAAA,IACR,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,UAAU;AAAA,IACV,kBAAkB;AAAA,IAClB,UAAU;AAAA,IACV,UAAU;AAAA,EACb;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"alert.js","sources":["uni_modules/uview-plus/libs/config/props/alert.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:48:53\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/alert.js\n */\nexport default {\n // alert警告组件\n alert: {\n title: '',\n type: 'warning',\n description: '',\n closable: false,\n showIcon: false,\n effect: 'light',\n center: false,\n fontSize: 14\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEX,OAAO;AAAA,IACH,OAAO;AAAA,IACP,MAAM;AAAA,IACN,aAAa;AAAA,IACb,UAAU;AAAA,IACV,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,UAAU;AAAA,EACb;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"avatar.js","sources":["uni_modules/uview-plus/libs/config/props/avatar.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:49:22\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/avatar.js\n */\nexport default {\n // avatar 组件\n avatar: {\n src: '',\n shape: 'circle',\n size: 40,\n mode: 'scaleToFill',\n text: '',\n bgColor: '#c0c4cc',\n color: '#ffffff',\n fontSize: 18,\n icon: '',\n mpAvatar: false,\n randomBgColor: false,\n defaultUrl: '',\n colorIndex: '',\n name: ''\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,SAAA;AAAA;AAAA,EAEX,QAAQ;AAAA,IACJ,KAAK;AAAA,IACL,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,OAAO;AAAA,IACP,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,IACV,eAAe;AAAA,IACf,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,MAAM;AAAA,EACT;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"avatarGroup.js","sources":["uni_modules/uview-plus/libs/config/props/avatarGroup.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:49:55\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/avatarGroup.js\n */\nexport default {\n // avatarGroup 组件\n avatarGroup: {\n urls: [],\n maxCount: 5,\n shape: 'circle',\n mode: 'scaleToFill',\n showMore: true,\n size: 40,\n keyName: '',\n gap: 0.5,\n\t\textraValue: 0\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,cAAA;AAAA;AAAA,EAEX,aAAa;AAAA,IACT,MAAM,CAAE;AAAA,IACR,UAAU;AAAA,IACV,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACX,YAAY;AAAA,EACT;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"backtop.js","sources":["uni_modules/uview-plus/libs/config/props/backtop.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:50:18\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/backtop.js\n */\nexport default {\n // backtop组件\n backtop: {\n mode: 'circle',\n icon: 'arrow-upward',\n text: '',\n duration: 100,\n scrollTop: 0,\n top: 400,\n bottom: 100,\n right: 20,\n zIndex: 9,\n iconStyle: {\n color: '#909399',\n fontSize: '19px'\n }\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,UAAA;AAAA;AAAA,EAEX,SAAS;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,IACV,WAAW;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,WAAW;AAAA,MACP,OAAO;AAAA,MACP,UAAU;AAAA,IACb;AAAA,EACJ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"badge.js","sources":["uni_modules/uview-plus/libs/config/props/badge.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-23 19:51:50\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/badge.js\n */\nexport default {\n // 徽标数组件\n badge: {\n isDot: false,\n value: '',\n show: true,\n max: 999,\n type: 'error',\n showZero: false,\n bgColor: null,\n color: null,\n shape: 'circle',\n numberType: 'overflow',\n offset: [],\n inverted: false,\n absolute: false\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEX,OAAO;AAAA,IACH,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,QAAQ,CAAE;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,EACb;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"button.js","sources":["uni_modules/uview-plus/libs/config/props/button.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:51:27\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/button.js\n */\nexport default {\n // button组件\n button: {\n hairline: false,\n type: 'info',\n size: 'normal',\n shape: 'square',\n plain: false,\n disabled: false,\n loading: false,\n loadingText: '',\n loadingMode: 'spinner',\n loadingSize: 15,\n openType: '',\n formType: '',\n appParameter: '',\n hoverStopPropagation: true,\n lang: 'en',\n sessionFrom: '',\n sendMessageTitle: '',\n sendMessagePath: '',\n sendMessageImg: '',\n showMessageCard: false,\n dataName: '',\n throttleTime: 0,\n hoverStartTime: 0,\n hoverStayTime: 200,\n text: '',\n icon: '',\n iconColor: '',\n color: ''\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,SAAA;AAAA;AAAA,EAEX,QAAQ;AAAA,IACJ,UAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,SAAS;AAAA,IACT,aAAa;AAAA,IACb,aAAa;AAAA,IACb,aAAa;AAAA,IACb,UAAU;AAAA,IACV,UAAU;AAAA,IACV,cAAc;AAAA,IACd,sBAAsB;AAAA,IACtB,MAAM;AAAA,IACN,aAAa;AAAA,IACb,kBAAkB;AAAA,IAClB,iBAAiB;AAAA,IACjB,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,UAAU;AAAA,IACV,cAAc;AAAA,IACd,gBAAgB;AAAA,IAChB,eAAe;AAAA,IACf,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW;AAAA,IACX,OAAO;AAAA,EACV;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"calendar.js","sources":["uni_modules/uview-plus/libs/config/props/calendar.js"],"sourcesContent":["/*\r\n * @Author : LQ\r\n * @Description :\r\n * @version : 1.0\r\n * @Date : 2021-08-20 16:44:21\r\n * @LastAuthor : LQ\r\n * @lastTime : 2021-08-20 16:52:43\r\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/calendar.js\r\n */\r\nexport default {\r\n // calendar 组件\r\n calendar: {\r\n title: '日期选择',\r\n showTitle: true,\r\n showSubtitle: true,\r\n mode: 'single',\r\n startText: '开始',\r\n endText: '结束',\r\n customList: [],\r\n color: '#3c9cff',\r\n minDate: 0,\r\n maxDate: 0,\r\n defaultDate: null,\r\n maxCount: Number.MAX_SAFE_INTEGER, // Infinity\r\n rowHeight: 56,\r\n formatter: null,\r\n showLunar: false,\r\n showMark: true,\r\n confirmText: '确定',\r\n confirmDisabledText: '确定',\r\n show: false,\r\n closeOnClickOverlay: false,\r\n readonly: false,\r\n showConfirm: true,\r\n maxRange: Number.MAX_SAFE_INTEGER, // Infinity\r\n rangePrompt: '',\r\n showRangePrompt: true,\r\n allowSameDay: false,\r\n\t\tround: 0,\r\n\t\tmonthNum: 3\r\n }\r\n}\r\n"],"names":[],"mappings":";AASA,MAAe,WAAA;AAAA;AAAA,EAEX,UAAU;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,cAAc;AAAA,IACd,MAAM;AAAA,IACN,WAAW;AAAA,IACX,SAAS;AAAA,IACT,YAAY,CAAE;AAAA,IACd,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,aAAa;AAAA,IACb,UAAU,OAAO;AAAA;AAAA,IACjB,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,UAAU;AAAA,IACV,aAAa;AAAA,IACb,qBAAqB;AAAA,IACrB,MAAM;AAAA,IACN,qBAAqB;AAAA,IACrB,UAAU;AAAA,IACV,aAAa;AAAA,IACb,UAAU,OAAO;AAAA;AAAA,IACjB,aAAa;AAAA,IACb,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACpB,OAAO;AAAA,IACP,UAAU;AAAA,EACP;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"carKeyboard.js","sources":["uni_modules/uview-plus/libs/config/props/carKeyboard.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:53:20\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/carKeyboard.js\n */\nexport default {\n // 车牌号键盘\n carKeyboard: {\n random: false\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,cAAA;AAAA;AAAA,EAEX,aAAa;AAAA,IACT,QAAQ;AAAA,EACX;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"cell.js","sources":["uni_modules/uview-plus/libs/config/props/cell.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-23 20:53:09\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/cell.js\n */\nexport default {\n\t// cell组件的props\n\tcell: {\n\t\tcustomClass: '',\n\t\ttitle: '',\n\t\tlabel: '',\n\t\tvalue: '',\n\t\ticon: '',\n\t\tdisabled: false,\n\t\tborder: true,\n\t\tcenter: false,\n\t\turl: '',\n\t\tlinkType: 'navigateTo',\n\t\tclickable: false,\n\t\tisLink: false,\n\t\trequired: false,\n\t\tarrowDirection: '',\n\t\ticonStyle: {},\n\t\trightIconStyle: {},\n\t\trightIcon: 'arrow-right',\n\t\ttitleStyle: {},\n\t\tsize: '',\n\t\tstop: true,\n\t\tname: ''\n\t}\n}\n"],"names":[],"mappings":";AASA,MAAe,OAAA;AAAA;AAAA,EAEd,MAAM;AAAA,IACL,aAAa;AAAA,IACb,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,UAAU;AAAA,IACV,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,gBAAgB;AAAA,IAChB,WAAW,CAAE;AAAA,IACb,gBAAgB,CAAE;AAAA,IAClB,WAAW;AAAA,IACX,YAAY,CAAE;AAAA,IACd,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,EACN;AACF;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"cellGroup.js","sources":["uni_modules/uview-plus/libs/config/props/cellGroup.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:54:16\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/cellGroup.js\n */\nexport default {\n // cell-group组件的props\n cellGroup: {\n title: '',\n border: true,\n customStyle: {}\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,YAAA;AAAA;AAAA,EAEX,WAAW;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,aAAa,CAAE;AAAA,EAClB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"checkbox.js","sources":["uni_modules/uview-plus/libs/config/props/checkbox.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-23 21:06:59\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/checkbox.js\n */\nexport default {\n // checkbox组件\n checkbox: {\n name: '',\n shape: '',\n size: '',\n checkbox: false,\n disabled: '',\n activeColor: '',\n inactiveColor: '',\n iconSize: '',\n iconColor: '',\n label: '',\n labelSize: '',\n labelColor: '',\n labelDisabled: ''\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,WAAA;AAAA;AAAA,EAEX,UAAU;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,UAAU;AAAA,IACV,aAAa;AAAA,IACb,eAAe;AAAA,IACf,UAAU;AAAA,IACV,WAAW;AAAA,IACX,OAAO;AAAA,IACP,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,eAAe;AAAA,EAClB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"checkboxGroup.js","sources":["uni_modules/uview-plus/libs/config/props/checkboxGroup.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:54:47\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/checkboxGroup.js\n */\nexport default {\n // checkbox-group组件\n checkboxGroup: {\n name: '',\n value: [],\n shape: 'square',\n disabled: false,\n activeColor: '#2979ff',\n inactiveColor: '#c8c9cc',\n size: 18,\n placement: 'row',\n labelSize: 14,\n labelColor: '#303133',\n labelDisabled: false,\n iconColor: '#ffffff',\n iconSize: 12,\n iconPlacement: 'left',\n borderBottom: false\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,gBAAA;AAAA;AAAA,EAEX,eAAe;AAAA,IACX,MAAM;AAAA,IACN,OAAO,CAAE;AAAA,IACT,OAAO;AAAA,IACP,UAAU;AAAA,IACV,aAAa;AAAA,IACb,eAAe;AAAA,IACf,MAAM;AAAA,IACN,WAAW;AAAA,IACX,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,eAAe;AAAA,IACf,WAAW;AAAA,IACX,UAAU;AAAA,IACV,eAAe;AAAA,IACf,cAAc;AAAA,EACjB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"circleProgress.js","sources":["uni_modules/uview-plus/libs/config/props/circleProgress.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:55:02\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/circleProgress.js\n */\nexport default {\n // circleProgress 组件\n circleProgress: {\n percentage: 30\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,iBAAA;AAAA;AAAA,EAEX,gBAAgB;AAAA,IACZ,YAAY;AAAA,EACf;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"code.js","sources":["uni_modules/uview-plus/libs/config/props/code.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:55:27\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/code.js\n */\n\nexport default {\n // code 组件\n code: {\n seconds: 60,\n startText: '获取验证码',\n changeText: 'X秒重新获取',\n endText: '重新获取',\n keepRunning: false,\n uniqueKey: ''\n }\n}\n"],"names":[],"mappings":";AAUA,MAAe,OAAA;AAAA;AAAA,EAEX,MAAM;AAAA,IACF,SAAS;AAAA,IACT,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,SAAS;AAAA,IACT,aAAa;AAAA,IACb,WAAW;AAAA,EACd;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"codeInput.js","sources":["uni_modules/uview-plus/libs/config/props/codeInput.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:55:58\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/codeInput.js\n */\nexport default {\n // codeInput 组件\n codeInput: {\n\t\tadjustPosition: true,\n maxlength: 6,\n dot: false,\n mode: 'box',\n hairline: false,\n space: 10,\n value: '',\n focus: false,\n bold: false,\n color: '#606266',\n fontSize: 18,\n size: 35,\n disabledKeyboard: false,\n borderColor: '#c9cacc',\n\t\tdisabledDot: true\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,YAAA;AAAA;AAAA,EAEX,WAAW;AAAA,IACb,gBAAgB;AAAA,IACV,WAAW;AAAA,IACX,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,UAAU;AAAA,IACV,MAAM;AAAA,IACN,kBAAkB;AAAA,IAClB,aAAa;AAAA,IACnB,aAAa;AAAA,EACV;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"col.js","sources":["uni_modules/uview-plus/libs/config/props/col.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:56:12\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/col.js\n */\nexport default {\n // col 组件\n col: {\n span: 12,\n offset: 0,\n justify: 'start',\n align: 'stretch',\n textAlign: 'left'\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,MAAA;AAAA;AAAA,EAEX,KAAK;AAAA,IACD,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,WAAW;AAAA,EACd;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"collapse.js","sources":["uni_modules/uview-plus/libs/config/props/collapse.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:56:30\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/collapse.js\n */\nexport default {\n // collapse 组件\n collapse: {\n value: null,\n accordion: false,\n border: true\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,WAAA;AAAA;AAAA,EAEX,UAAU;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,QAAQ;AAAA,EACX;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"collapseItem.js","sources":["uni_modules/uview-plus/libs/config/props/collapseItem.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:56:42\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/collapseItem.js\n */\nexport default {\n // collapseItem 组件\n collapseItem: {\n title: '',\n value: '',\n label: '',\n disabled: false,\n isLink: true,\n clickable: true,\n border: true,\n align: 'left',\n name: '',\n icon: '',\n duration: 300\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,eAAA;AAAA;AAAA,EAEX,cAAc;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,EACb;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"columnNotice.js","sources":["uni_modules/uview-plus/libs/config/props/columnNotice.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:57:16\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/columnNotice.js\n */\nexport default {\n // columnNotice 组件\n columnNotice: {\n text: '',\n icon: 'volume',\n mode: '',\n color: '#f9ae3d',\n bgColor: '#fdf6ec',\n fontSize: 14,\n speed: 80,\n step: false,\n duration: 1500,\n disableTouch: true\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,eAAA;AAAA;AAAA,EAEX,cAAc;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,cAAc;AAAA,EACjB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"countDown.js","sources":["uni_modules/uview-plus/libs/config/props/countDown.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:11:29\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/countDown.js\n */\nexport default {\n // u-count-down 计时器组件\n countDown: {\n time: 0,\n format: 'HH:mm:ss',\n autoStart: true,\n millisecond: false\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,YAAA;AAAA;AAAA,EAEX,WAAW;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,aAAa;AAAA,EAChB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"countTo.js","sources":["uni_modules/uview-plus/libs/config/props/countTo.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:57:32\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/countTo.js\n */\nexport default {\n // countTo 组件\n countTo: {\n startVal: 0,\n endVal: 0,\n duration: 2000,\n autoplay: true,\n decimals: 0,\n useEasing: true,\n decimal: '.',\n color: '#606266',\n fontSize: 22,\n bold: false,\n separator: ''\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,UAAA;AAAA;AAAA,EAEX,SAAS;AAAA,IACL,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,WAAW;AAAA,IACX,SAAS;AAAA,IACT,OAAO;AAAA,IACP,UAAU;AAAA,IACV,MAAM;AAAA,IACN,WAAW;AAAA,EACd;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"datetimePicker.js","sources":["uni_modules/uview-plus/libs/config/props/datetimePicker.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:57:48\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/datetimePicker.js\n */\nexport default {\n // datetimePicker 组件\n datetimePicker: {\n show: false,\n\t\tpopupMode: 'bottom',\n showToolbar: true,\n value: '',\n title: '',\n mode: 'datetime',\n maxDate: new Date(new Date().getFullYear() + 10, 0, 1).getTime(),\n minDate: new Date(new Date().getFullYear() - 10, 0, 1).getTime(),\n minHour: 0,\n maxHour: 23,\n minMinute: 0,\n maxMinute: 59,\n filter: null,\n formatter: null,\n loading: false,\n itemHeight: 44,\n cancelText: '取消',\n confirmText: '确认',\n cancelColor: '#909193',\n confirmColor: '#3c9cff',\n visibleItemCount: 5,\n closeOnClickOverlay: false,\n defaultIndex: []\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,iBAAA;AAAA;AAAA,EAEX,gBAAgB;AAAA,IACZ,MAAM;AAAA,IACZ,WAAW;AAAA,IACL,aAAa;AAAA,IACb,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS,IAAI,MAAK,oBAAI,QAAO,gBAAgB,IAAI,GAAG,CAAC,EAAE,QAAS;AAAA,IAChE,SAAS,IAAI,MAAK,oBAAI,QAAO,gBAAgB,IAAI,GAAG,CAAC,EAAE,QAAS;AAAA,IAChE,SAAS;AAAA,IACT,SAAS;AAAA,IACT,WAAW;AAAA,IACX,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,aAAa;AAAA,IACb,cAAc;AAAA,IACd,kBAAkB;AAAA,IAClB,qBAAqB;AAAA,IACrB,cAAc,CAAE;AAAA,EACnB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"divider.js","sources":["uni_modules/uview-plus/libs/config/props/divider.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 16:58:03\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/divider.js\n */\nexport default {\n // divider组件\n divider: {\n dashed: false,\n hairline: true,\n dot: false,\n textPosition: 'center',\n text: '',\n textSize: 14,\n textColor: '#909399',\n lineColor: '#dcdfe6'\n }\n\n}\n"],"names":[],"mappings":";AASA,MAAe,UAAA;AAAA;AAAA,EAEX,SAAS;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,KAAK;AAAA,IACL,cAAc;AAAA,IACd,MAAM;AAAA,IACN,UAAU;AAAA,IACV,WAAW;AAAA,IACX,WAAW;AAAA,EACd;AAEL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"empty.js","sources":["uni_modules/uview-plus/libs/config/props/empty.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:03:27\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/empty.js\n */\nexport default {\n // empty组件\n empty: {\n icon: '',\n text: '',\n textColor: '#c0c4cc',\n textSize: 14,\n iconColor: '#c0c4cc',\n iconSize: 90,\n mode: 'data',\n width: 160,\n height: 160,\n show: true,\n marginTop: 0\n }\n\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEX,OAAO;AAAA,IACH,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW;AAAA,IACX,UAAU;AAAA,IACV,WAAW;AAAA,IACX,UAAU;AAAA,IACV,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,WAAW;AAAA,EACd;AAEL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"form.js","sources":["uni_modules/uview-plus/libs/config/props/form.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:03:49\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/form.js\n */\nexport default {\n // form 组件\n form: {\n model: {},\n rules: {},\n errorType: 'message',\n borderBottom: true,\n labelPosition: 'left',\n labelWidth: 45,\n labelAlign: 'left',\n labelStyle: {}\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,OAAA;AAAA;AAAA,EAEX,MAAM;AAAA,IACF,OAAO,CAAE;AAAA,IACT,OAAO,CAAE;AAAA,IACT,WAAW;AAAA,IACX,cAAc;AAAA,IACd,eAAe;AAAA,IACf,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,YAAY,CAAE;AAAA,EACjB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"formItem.js","sources":["uni_modules/uview-plus/libs/config/props/formItem.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:04:32\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/formItem.js\n */\nexport default {\n // formItem 组件\n formItem: {\n label: '',\n prop: '',\n rule: '',\n borderBottom: '',\n labelPosition: '',\n labelWidth: '',\n rightIcon: '',\n leftIcon: '',\n required: false,\n leftIconStyle: '',\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,WAAA;AAAA;AAAA,EAEX,UAAU;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,cAAc;AAAA,IACd,eAAe;AAAA,IACf,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,UAAU;AAAA,IACV,UAAU;AAAA,IACV,eAAe;AAAA,EAClB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"gap.js","sources":["uni_modules/uview-plus/libs/config/props/gap.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:05:25\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/gap.js\n */\nexport default {\n // gap组件\n gap: {\n bgColor: 'transparent',\n height: 20,\n marginTop: 0,\n marginBottom: 0,\n customStyle: {}\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,MAAA;AAAA;AAAA,EAEX,KAAK;AAAA,IACD,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,cAAc;AAAA,IACd,aAAa,CAAE;AAAA,EAClB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"grid.js","sources":["uni_modules/uview-plus/libs/config/props/grid.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:05:57\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/grid.js\n */\nexport default {\n // grid组件\n grid: {\n col: 3,\n border: false,\n align: 'left'\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,OAAA;AAAA;AAAA,EAEX,MAAM;AAAA,IACF,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,EACV;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"gridItem.js","sources":["uni_modules/uview-plus/libs/config/props/gridItem.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:06:13\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/gridItem.js\n */\nexport default {\n // grid-item组件\n gridItem: {\n name: null,\n bgColor: 'transparent'\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,WAAA;AAAA;AAAA,EAEX,UAAU;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,EACZ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"icon.js","sources":["uni_modules/uview-plus/libs/config/props/icon.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 18:00:14\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/icon.js\n */\nimport config from '../config'\n\nconst {\n color\n} = config\nexport default {\n // icon组件\n icon: {\n name: '',\n color: color['u-content-color'],\n size: '16px',\n bold: false,\n index: '',\n hoverClass: '',\n customPrefix: 'uicon',\n label: '',\n labelPos: 'right',\n labelSize: '15px',\n labelColor: color['u-content-color'],\n space: '3px',\n imgMode: '',\n width: '',\n height: '',\n top: 0,\n stop: false\n }\n}\n"],"names":["config"],"mappings":";;AAWA,MAAM;AAAA,EACF;AACJ,IAAIA,yCAAM;AACV,MAAe,OAAA;AAAA;AAAA,EAEX,MAAM;AAAA,IACF,MAAM;AAAA,IACN,OAAO,MAAM,iBAAiB;AAAA,IAC9B,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,OAAO;AAAA,IACP,UAAU;AAAA,IACV,WAAW;AAAA,IACX,YAAY,MAAM,iBAAiB;AAAA,IACnC,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,MAAM;AAAA,EACT;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"image.js","sources":["uni_modules/uview-plus/libs/config/props/image.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:01:51\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/image.js\n */\nexport default {\n // image组件\n image: {\n src: '',\n mode: 'aspectFill',\n width: '300',\n height: '225',\n shape: 'square',\n radius: 0,\n lazyLoad: true,\n showMenuByLongpress: true,\n loadingIcon: 'photo',\n errorIcon: 'error-circle',\n showLoading: true,\n showError: true,\n fade: true,\n webp: false,\n duration: 500,\n bgColor: '#f3f4f6'\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEX,OAAO;AAAA,IACH,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,aAAa;AAAA,IACb,WAAW;AAAA,IACX,aAAa;AAAA,IACb,WAAW;AAAA,IACX,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,IACV,SAAS;AAAA,EACZ;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"indexAnchor.js","sources":["uni_modules/uview-plus/libs/config/props/indexAnchor.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:13:15\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/indexAnchor.js\n */\nexport default {\n // indexAnchor 组件\n indexAnchor: {\n text: '',\n color: '#606266',\n size: 14,\n bgColor: '#dedede',\n height: 32\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,cAAA;AAAA;AAAA,EAEX,aAAa;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,EACX;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"indexList.js","sources":["uni_modules/uview-plus/libs/config/props/indexList.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:13:35\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/indexList.js\n */\nexport default {\n // indexList 组件\n indexList: {\n inactiveColor: '#606266',\n activeColor: '#5677fc',\n indexList: [],\n sticky: true,\n customNavHeight: 0\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,YAAA;AAAA;AAAA,EAEX,WAAW;AAAA,IACP,eAAe;AAAA,IACf,aAAa;AAAA,IACb,WAAW,CAAE;AAAA,IACb,QAAQ;AAAA,IACR,iBAAiB;AAAA,EACpB;AACL;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"input.js","sources":["uni_modules/uview-plus/libs/config/props/input.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:13:55\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/input.js\n */\nexport default {\n\t// index 组件\n\tinput: {\n\t\tvalue: '',\n\t\ttype: 'text',\n\t\tfixed: false,\n\t\tdisabled: false,\n\t\tdisabledColor: '#f5f7fa',\n\t\tclearable: false,\n\t\tpassword: false,\n\t\tmaxlength: -1,\n\t\tplaceholder: null,\n\t\tplaceholderClass: 'input-placeholder',\n\t\tplaceholderStyle: 'color: #c0c4cc',\n\t\tshowWordLimit: false,\n\t\tconfirmType: 'done',\n\t\tconfirmHold: false,\n\t\tholdKeyboard: false,\n\t\tfocus: false,\n\t\tautoBlur: false,\n\t\tdisableDefaultPadding: false,\n\t\tcursor: -1,\n\t\tcursorSpacing: 30,\n\t\tselectionStart: -1,\n\t\tselectionEnd: -1,\n\t\tadjustPosition: true,\n\t\tinputAlign: 'left',\n\t\tfontSize: '15px',\n\t\tcolor: '#303133',\n\t\tprefixIcon: '',\n\t\tprefixIconStyle: '',\n\t\tsuffixIcon: '',\n\t\tsuffixIconStyle: '',\n\t\tborder: 'surround',\n\t\treadonly: false,\n\t\tshape: 'square',\n\t\tformatter: null\n\t}\n}\n"],"names":[],"mappings":";AASA,MAAe,QAAA;AAAA;AAAA,EAEd,OAAO;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,UAAU;AAAA,IACV,eAAe;AAAA,IACf,WAAW;AAAA,IACX,UAAU;AAAA,IACV,WAAW;AAAA,IACX,aAAa;AAAA,IACb,kBAAkB;AAAA,IAClB,kBAAkB;AAAA,IAClB,eAAe;AAAA,IACf,aAAa;AAAA,IACb,aAAa;AAAA,IACb,cAAc;AAAA,IACd,OAAO;AAAA,IACP,UAAU;AAAA,IACV,uBAAuB;AAAA,IACvB,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,cAAc;AAAA,IACd,gBAAgB;AAAA,IAChB,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,iBAAiB;AAAA,IACjB,YAAY;AAAA,IACZ,iBAAiB;AAAA,IACjB,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,OAAO;AAAA,IACP,WAAW;AAAA,EACX;AACF;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"keyboard.js","sources":["uni_modules/uview-plus/libs/config/props/keyboard.js"],"sourcesContent":["/*\n * @Author : LQ\n * @Description :\n * @version : 1.0\n * @Date : 2021-08-20 16:44:21\n * @LastAuthor : LQ\n * @lastTime : 2021-08-20 17:07:49\n * @FilePath : /u-view2.0/uview-ui/libs/config/props/keyboard.js\n */\nexport default {\n // 键盘组件\n keyboard: {\n mode: 'number',\n dotDisabled: false,\n tooltip: true,\n showTips: true,\n tips: '',\n showCancel: true,\n showConfirm: true,\n random: false,\n safeAreaInsetBottom: true,\n closeOnClickOverlay: true,\n show: false,\n overlay: true,\n zIndex: 10075,\n cancelText: '取消',\n confirmText: '确定',\n autoChange: false\n }\n}\n"],"names":[],"mappings":";AASA,MAAe,WAAA;AAAA;AAAA,EAEX,UAAU;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,qBAAqB;AAAA,IACrB,qBAAqB;AAAA,IACrB,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,YAAY;AAAA,EACf;AACL;;"}

Some files were not shown because too many files have changed in this diff Show More