@wp1001/ui 2.9.13 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/@vant-D4fmGxs6.js +1 -3891
  2. package/index.html +28 -0
  3. package/index.js +1 -8419
  4. package/lib/tinymce/zh_CN.js +1 -0
  5. package/package.json +1 -1
  6. package/packages/assets/devtools-detector.js +1 -2
  7. package/packages/components/xarray/index.js +1 -64
  8. package/packages/components/xautorows/index.js +1 -35
  9. package/packages/components/xbutton/mobile.js +1 -3
  10. package/packages/components/xbutton/pc.js +1 -3
  11. package/packages/components/xbuttons/mobile.js +1 -51
  12. package/packages/components/xbuttons/pc.js +1 -51
  13. package/packages/components/xchart/constants.js +1 -58
  14. package/packages/components/xchart/index.js +1 -263
  15. package/packages/components/xchart/utils.js +1 -121
  16. package/packages/components/xcheckboxs/mobile.js +1 -58
  17. package/packages/components/xcheckboxs/pc.js +1 -49
  18. package/packages/components/xcol/mobile.js +1 -10
  19. package/packages/components/xcol/pc.js +1 -10
  20. package/packages/components/xdatepicker/mobile.js +1 -71
  21. package/packages/components/xdatepicker/pc.js +1 -9
  22. package/packages/components/xdialog/mobile.js +1 -60
  23. package/packages/components/xdialog/pc.js +1 -64
  24. package/packages/components/xdict/index.js +1 -47
  25. package/packages/components/xdistrictselect/mobile.js +1 -79
  26. package/packages/components/xdistrictselect/pc.js +1 -127
  27. package/packages/components/xform/mobile.js +1 -29
  28. package/packages/components/xform/pc.js +1 -42
  29. package/packages/components/xform/utils.js +1 -95
  30. package/packages/components/xformitem/mobile.js +1 -56
  31. package/packages/components/xformitem/pc.js +1 -72
  32. package/packages/components/xicon/mobile.js +1 -35
  33. package/packages/components/xicon/pc.js +1 -35
  34. package/packages/components/xinfo/index.js +1 -100
  35. package/packages/components/xlooper/index.js +1 -7
  36. package/packages/components/xpagination/mobile.js +1 -21
  37. package/packages/components/xpagination/pc.js +1 -21
  38. package/packages/components/xpicker/index.js +1 -38
  39. package/packages/components/xradios/mobile.js +1 -40
  40. package/packages/components/xradios/pc.js +1 -53
  41. package/packages/components/xrow/mobile.js +1 -9
  42. package/packages/components/xrow/pc.js +1 -9
  43. package/packages/components/xscan/mobile.js +1 -24
  44. package/packages/components/xscan/pc.js +1 -20
  45. package/packages/components/xsearcher/index.js +1 -198
  46. package/packages/components/xselect/mobile.js +1 -86
  47. package/packages/components/xselect/pc.js +1 -114
  48. package/packages/components/xselect/util.js +1 -66
  49. package/packages/components/xselectv2/index.js +1 -91
  50. package/packages/components/xtable/mobile.js +1 -108
  51. package/packages/components/xtable/pc.js +1 -143
  52. package/packages/components/xtable/searcher.js +1 -477
  53. package/packages/components/xtable/settings.js +1 -80
  54. package/packages/components/xtable/utils.js +1 -692
  55. package/packages/components/xtabletools/mobile.js +1 -25
  56. package/packages/components/xtabletools/pc.js +1 -18
  57. package/packages/components/xtablev2/index.js +1 -53
  58. package/packages/components/xtags/mobile.js +1 -17
  59. package/packages/components/xtags/pc.js +1 -17
  60. package/packages/components/xtinymce/index.js +1 -71
  61. package/packages/components/xuploader/xfileuploader.js +1 -48
  62. package/packages/components/xuploader/ximageuploader.js +1 -53
  63. package/packages/comps.js +1 -108
  64. package/packages/controllers/BaseController.js +1 -125
  65. package/packages/controllers/CrudController.js +1 -907
  66. package/packages/controllers/TempCrudController.js +1 -32
  67. package/packages/controllers/index.js +1 -15
  68. package/packages/directives/el-table-infinite-scroll.js +1 -55
  69. package/packages/directives/index.js +1 -5
  70. package/packages/index.js +1 -81
  71. package/packages/layout/breadcrumb/index.js +1 -41
  72. package/packages/layout/header/inner.js +1 -11
  73. package/packages/layout/screenlock/index.js +1 -129
  74. package/packages/layout/sidebar/item.js +1 -16
  75. package/packages/layout/sidebar/menu.js +1 -72
  76. package/packages/layout/tagsview/ScrollPane.js +1 -65
  77. package/packages/layout/tagsview/index.js +1 -169
  78. package/packages/plop/actions/make-fill-admin-partials-action.js +1 -95
  79. package/packages/plop/generators/make-admin-page.js +1 -39
  80. package/packages/plop/generators/make-database-admin-pages.js +1 -84
  81. package/packages/plop/generators/make-page-generator.js +1 -52
  82. package/packages/plop/generators/make-simple-page.js +1 -20
  83. package/packages/plop/plopfile.js +1 -24
  84. package/packages/plop/utils/index.js +1 -168
  85. package/packages/plop/utils/plop-utils.js +1 -86
  86. package/packages/utils/crypt.js +1 -24
  87. package/packages/utils/decorators.js +1 -67
  88. package/packages/utils/disallowDevtools.js +1 -53
  89. package/packages/utils/effects.js +1 -173
  90. package/packages/utils/funcs.js +1 -78
  91. package/packages/utils/index.js +1 -95
  92. package/packages/utils/message.js +1 -110
  93. package/packages/utils/middlewares.js +1 -86
  94. package/packages/utils/model.js +1 -71
  95. package/packages/utils/modelUtils.js +1 -203
  96. package/packages/utils/request.js +1 -57
  97. package/packages/utils/site.js +1 -33
  98. package/packages/vite-plugins.js +1 -141
  99. package/src/App.vue +134 -0
  100. package/src/main.js +1 -0
  101. package/src/request.js +1 -0
  102. package/style.css +1 -0
  103. package/vite.config.js +1 -0
  104. package/vite.lib.config.js +1 -0
  105. package/.env +0 -6
@@ -1,72 +1 @@
1
- import { PcItem } from './utils.jsx'
2
-
3
- export default {
4
- name: 'PcXFormItem',
5
- props: {
6
- modelValue: Boolean | Number | String | Array,
7
- comp: {
8
- type: String,
9
- default: 'ElInput'
10
- },
11
- showTooltip: {
12
- type: Boolean,
13
- default: false
14
- },
15
- viewonly: {
16
- type: Boolean,
17
- default: false
18
- },
19
- labelWidth: String,
20
- model: Object,
21
- item: Object,
22
-
23
- // 接收下面这几个属性,为了避免这些属性被绑定到当前组件根节点上,在下面会进行过滤传给子组件
24
- compType: String,
25
- slot: String,
26
- span: Number,
27
- clearable: Boolean,
28
- html: String,
29
- text: String,
30
- options: Array,
31
- platform: String,
32
- placeholder: String,
33
- maxlength: String | Number,
34
- prefixIcon: String,
35
- suffixIcon: String,
36
- modelName: String,
37
- params: Object,
38
- labelTexts: Array,
39
- required: Boolean,
40
- minWidth: String | Number,
41
- _label: String
42
- },
43
- emits: ['update:modelValue', 'change'],
44
- computed: {
45
- attrs () {
46
- const {
47
- prop,
48
- label,
49
- platform,
50
- comp,
51
- slot,
52
- compType,
53
- span,
54
- offset,
55
- showTooltip,
56
- required,
57
- format,
58
- style,
59
- html,
60
- class: klass,
61
- ...others
62
- } = { ...this.$props, ...this.$attrs }
63
- return others
64
- },
65
- width () {
66
- return this.$attrs.label ? this.labelWidth : '0px'
67
- }
68
- },
69
- render () {
70
- return PcItem(this)
71
- }
72
- }
1
+ const a28_0x56c22e=a28_0x2018;(function(_0x550b4b,_0x1e4ba8){const _0x3866f7=a28_0x2018,_0x5771f5=_0x550b4b();while(!![]){try{const _0x403732=-parseInt(_0x3866f7(0x11b))/0x1+parseInt(_0x3866f7(0x110))/0x2*(parseInt(_0x3866f7(0x118))/0x3)+parseInt(_0x3866f7(0x11a))/0x4+-parseInt(_0x3866f7(0x10c))/0x5*(-parseInt(_0x3866f7(0x116))/0x6)+parseInt(_0x3866f7(0x114))/0x7+-parseInt(_0x3866f7(0x10e))/0x8+parseInt(_0x3866f7(0x115))/0x9*(-parseInt(_0x3866f7(0x10d))/0xa);if(_0x403732===_0x1e4ba8)break;else _0x5771f5['push'](_0x5771f5['shift']());}catch(_0x595fe4){_0x5771f5['push'](_0x5771f5['shift']());}}}(a28_0x5acd,0xed9c5));import{PcItem}from'./utils.jsx';function a28_0x2018(_0x56640a,_0x10e752){const _0x5acddd=a28_0x5acd();return a28_0x2018=function(_0x2018af,_0x1b9cfd){_0x2018af=_0x2018af-0x10c;let _0x36932d=_0x5acddd[_0x2018af];return _0x36932d;},a28_0x2018(_0x56640a,_0x10e752);}function a28_0x5acd(){const _0x476311=['$props','0px','2178687SaWTKl','9gJEnzv','1974bZMeeI','$attrs','4835598GKUoKC','ElInput','6525436xsqCVN','402235zyUsAp','27865RVujkK','26410390CstwtB','10971648HezVPa','PcXFormItem','2BJIstX','update:modelValue'];a28_0x5acd=function(){return _0x476311;};return a28_0x5acd();}export default{'name':a28_0x56c22e(0x10f),'props':{'modelValue':Boolean|Number|String|Array,'comp':{'type':String,'default':a28_0x56c22e(0x119)},'showTooltip':{'type':Boolean,'default':![]},'viewonly':{'type':Boolean,'default':![]},'labelWidth':String,'model':Object,'item':Object,'compType':String,'slot':String,'span':Number,'clearable':Boolean,'html':String,'text':String,'options':Array,'platform':String,'placeholder':String,'maxlength':String|Number,'prefixIcon':String,'suffixIcon':String,'modelName':String,'params':Object,'labelTexts':Array,'required':Boolean,'minWidth':String|Number,'_label':String},'emits':[a28_0x56c22e(0x111),'change'],'computed':{'attrs'(){const _0x8dcf9f=a28_0x56c22e,{prop:_0x19a462,label:_0x105630,platform:_0x105d71,comp:_0x1ac16e,slot:_0x5cf2a9,compType:_0x4be04d,span:_0x4c519d,offset:_0x3d16bb,showTooltip:_0x1545f2,required:_0x27b26c,format:_0x1e7c74,style:_0x2ba42e,html:_0x49e60f,class:_0x41eb87,..._0x1e4b0d}={...this[_0x8dcf9f(0x112)],...this[_0x8dcf9f(0x117)]};return _0x1e4b0d;},'width'(){const _0x5c2b83=a28_0x56c22e;return this[_0x5c2b83(0x117)]['label']?this['labelWidth']:_0x5c2b83(0x113);}},'render'(){return PcItem(this);}};
@@ -1,35 +1 @@
1
- // javascript-obfuscator:disable
2
- const modules = import.meta.glob('../../assets/icons/*.png')
3
- // javascript-obfuscator:enable
4
-
5
- export default {
6
- name: 'MobileXIcon',
7
- props: {
8
- name: String
9
- },
10
- data () {
11
- return {
12
- icons: {}
13
- }
14
- },
15
- computed: {
16
- iconClass () {
17
- const [set, name] = this.name.split(':')
18
- return 'icon--' + set + ' icon--' + set + '--' + name
19
- }
20
- },
21
- created () {
22
- this.initIcons()
23
- },
24
- methods: {
25
- async initIcons () {
26
- const icons = {}
27
- await Promise.all(Object.keys(modules).map(async path => {
28
- const name = path.split('/').pop().split('.')[0]
29
- const res = await modules[path]()
30
- icons[name] = res.default
31
- }))
32
- this.icons = icons
33
- }
34
- }
35
- }
1
+ function a29_0x1954(_0x2d22cf,_0x41f284){const _0x1c6f10=a29_0x1c6f();return a29_0x1954=function(_0x19548a,_0x4580f4){_0x19548a=_0x19548a-0x96;let _0x3f5432=_0x1c6f10[_0x19548a];return _0x3f5432;},a29_0x1954(_0x2d22cf,_0x41f284);}const a29_0x59a293=a29_0x1954;(function(_0x53f9a7,_0x688925){const _0x1e0338=a29_0x1954,_0x5b23a3=_0x53f9a7();while(!![]){try{const _0x201cb5=-parseInt(_0x1e0338(0x9c))/0x1+parseInt(_0x1e0338(0x9e))/0x2+parseInt(_0x1e0338(0xa0))/0x3*(parseInt(_0x1e0338(0xa1))/0x4)+-parseInt(_0x1e0338(0xaa))/0x5*(parseInt(_0x1e0338(0x9d))/0x6)+-parseInt(_0x1e0338(0xa8))/0x7+-parseInt(_0x1e0338(0x9a))/0x8*(parseInt(_0x1e0338(0x96))/0x9)+-parseInt(_0x1e0338(0x99))/0xa*(-parseInt(_0x1e0338(0xa2))/0xb);if(_0x201cb5===_0x688925)break;else _0x5b23a3['push'](_0x5b23a3['shift']());}catch(_0x5f05a0){_0x5b23a3['push'](_0x5b23a3['shift']());}}}(a29_0x1c6f,0xf1cef));const modules=import.meta.glob('../../assets/icons/*.png');function a29_0x1c6f(){const _0x4d26c9=['initIcons','2386413TjwHlV','name','map','40jLwFCH','24yFwZqu','icon--','73871swmXSy','1464258CqEyHR','1547722lzhjkp','keys','3VIiRwf','2993668jlyvUt','1772881uwGaSP','\x20icon--','icons','default','split','all','441910WWYMOq','MobileXIcon','5MoVjQr'];a29_0x1c6f=function(){return _0x4d26c9;};return a29_0x1c6f();}export default{'name':a29_0x59a293(0xa9),'props':{'name':String},'data'(){return{'icons':{}};},'computed':{'iconClass'(){const _0xb4a571=a29_0x59a293,[_0x19a331,_0x2ce74c]=this[_0xb4a571(0x97)][_0xb4a571(0xa6)](':');return _0xb4a571(0x9b)+_0x19a331+_0xb4a571(0xa3)+_0x19a331+'--'+_0x2ce74c;}},'created'(){const _0x5d9bf7=a29_0x59a293;this[_0x5d9bf7(0xab)]();},'methods':{async 'initIcons'(){const _0x4a0c76=a29_0x59a293,_0x2f4e27={};await Promise[_0x4a0c76(0xa7)](Object[_0x4a0c76(0x9f)](modules)[_0x4a0c76(0x98)](async _0x557bb6=>{const _0x4fa5b7=_0x4a0c76,_0x2e8b4d=_0x557bb6[_0x4fa5b7(0xa6)]('/')['pop']()['split']('.')[0x0],_0x2a90ad=await modules[_0x557bb6]();_0x2f4e27[_0x2e8b4d]=_0x2a90ad[_0x4fa5b7(0xa5)];})),this[_0x4a0c76(0xa4)]=_0x2f4e27;}}};
@@ -1,35 +1 @@
1
- // javascript-obfuscator:disable
2
- const modules = import.meta.glob('../../assets/icons/*.png')
3
- // javascript-obfuscator:enable
4
-
5
- export default {
6
- name: 'PcXIcon',
7
- props: {
8
- name: String
9
- },
10
- data () {
11
- return {
12
- icons: {}
13
- }
14
- },
15
- computed: {
16
- iconClass () {
17
- const [set, name] = this.name.split(':')
18
- return 'icon--' + set + ' icon--' + set + '--' + name
19
- }
20
- },
21
- created () {
22
- this.initIcons()
23
- },
24
- methods: {
25
- async initIcons () {
26
- const icons = {}
27
- await Promise.all(Object.keys(modules).map(async path => {
28
- const name = path.split('/').pop().split('.')[0]
29
- const res = await modules[path]()
30
- icons[name] = res.default
31
- }))
32
- this.icons = icons
33
- }
34
- }
35
- }
1
+ function a30_0x3754(_0x2fac02,_0x17b82f){const _0x519b60=a30_0x519b();return a30_0x3754=function(_0x375413,_0x3bd62c){_0x375413=_0x375413-0x15f;let _0x1dda0d=_0x519b60[_0x375413];return _0x1dda0d;},a30_0x3754(_0x2fac02,_0x17b82f);}(function(_0x5c289e,_0x1ab301){const _0x57d07a=a30_0x3754,_0x28b22a=_0x5c289e();while(!![]){try{const _0x31c0b8=parseInt(_0x57d07a(0x170))/0x1+parseInt(_0x57d07a(0x171))/0x2+-parseInt(_0x57d07a(0x168))/0x3*(parseInt(_0x57d07a(0x163))/0x4)+parseInt(_0x57d07a(0x165))/0x5*(-parseInt(_0x57d07a(0x16d))/0x6)+parseInt(_0x57d07a(0x160))/0x7*(parseInt(_0x57d07a(0x16b))/0x8)+parseInt(_0x57d07a(0x16f))/0x9+parseInt(_0x57d07a(0x16e))/0xa*(parseInt(_0x57d07a(0x161))/0xb);if(_0x31c0b8===_0x1ab301)break;else _0x28b22a['push'](_0x28b22a['shift']());}catch(_0x4beafe){_0x28b22a['push'](_0x28b22a['shift']());}}}(a30_0x519b,0xb09c4));function a30_0x519b(){const _0x3c5ac0=['40mjtYIL','split','8602698rAcUwV','27560djNtUu','12494763LpBcjT','447460YaWkfB','1572302pNssAk','name','initIcons','icon--','347235FuWieN','44aTTQLR','default','222704lFUGBH','\x20icon--','5ieAusJ','all','keys','39rVJzmD','map','pop'];a30_0x519b=function(){return _0x3c5ac0;};return a30_0x519b();}const modules=import.meta.glob('../../assets/icons/*.png');export default{'name':'PcXIcon','props':{'name':String},'data'(){return{'icons':{}};},'computed':{'iconClass'(){const _0x10a709=a30_0x3754,[_0x225fa2,_0x50a2f7]=this[_0x10a709(0x172)][_0x10a709(0x16c)](':');return _0x10a709(0x15f)+_0x225fa2+_0x10a709(0x164)+_0x225fa2+'--'+_0x50a2f7;}},'created'(){const _0x50a038=a30_0x3754;this[_0x50a038(0x173)]();},'methods':{async 'initIcons'(){const _0x3943a0=a30_0x3754,_0xbfb1bc={};await Promise[_0x3943a0(0x166)](Object[_0x3943a0(0x167)](modules)[_0x3943a0(0x169)](async _0x352409=>{const _0x50d095=_0x3943a0,_0x5849fc=_0x352409[_0x50d095(0x16c)]('/')[_0x50d095(0x16a)]()[_0x50d095(0x16c)]('.')[0x0],_0x373ce0=await modules[_0x352409]();_0xbfb1bc[_0x5849fc]=_0x373ce0[_0x50d095(0x162)];})),this['icons']=_0xbfb1bc;}}};
@@ -1,100 +1 @@
1
- const { highdict } = StardustJs
2
- import tableUtils from '../xtable/utils.js'
3
-
4
- export default {
5
- name: 'XInfo',
6
- props: {
7
- data: Object,
8
- fields: Array,
9
- span: {
10
- type: Number,
11
- default: window.isMobile ? 24 : 8
12
- },
13
- showColon: {
14
- type: Boolean,
15
- default: false
16
- },
17
- labelWidth: {
18
- type: String,
19
- default: '80px'
20
- },
21
- align: String,
22
- labelAlign: String,
23
- valueAlign: String,
24
- defaultValue: ''
25
- },
26
- computed: {
27
- blocks () {
28
- const blocks = {}
29
- this.fields.filter(f => f.prop || f.comp || f.slot).forEach(f => {
30
- const { infoAttrs = {}, ...others } = f
31
- const item = { span: this.span, ...others, ...infoAttrs }
32
- const name = item.block || '基本信息'
33
- let block = blocks[name]
34
- if (!block) {
35
- blocks[name] = block = []
36
- block.span = 0
37
- }
38
- if (block.span + item.span > 24 && block.length) {
39
- block[block.length - 1].span += 24 - block.span
40
- } else {
41
- block.span += item.span
42
- }
43
- block.push(item)
44
- })
45
- return blocks
46
- },
47
- hideHeader () {
48
- const keys = Object.keys(this.blocks)
49
- return keys.length === 1 && keys[0] === '基本信息'
50
- },
51
- _labelAlign () {
52
- return this.labelAlign || this.align || 'left'
53
- },
54
- _valueAlign () {
55
- return this.valueAlign || this.align || 'left'
56
- }
57
- },
58
- data () {
59
- return {
60
- activeNames: [],
61
- get: highdict.get
62
- }
63
- },
64
- created () {
65
- this.activeNames = Object.keys(this.blocks)
66
- },
67
- mounted () {
68
- if (window.QRCode && this.$refs.qrcodeImg?.length) {
69
- this.qrcodeDict ||= {}
70
- this.fields.filter(field => {
71
- return field.slot === '$qrcode' || field.infoAttrs?.slot === '$qrcode'
72
- }).forEach(async (field, index) => {
73
- const value = this.get(this.data, field.prop)
74
- this.qrcodeDict[value] ||= new Promise(resolve => {
75
- window.QRCode.toDataURL(value, {
76
- width: 128, height: 128, margin: 1, ...field.infoAttrs
77
- }).then(src => {
78
- this.qrcodeDict[value] = src
79
- resolve(src)
80
- })
81
- })
82
- this.$refs.qrcodeImg[index].src = await this.qrcodeDict[value]
83
- })
84
- }
85
- },
86
- methods: {
87
- calcValue: tableUtils.methods.calcValue,
88
- calcLink: tableUtils.methods.calcLink,
89
- calcImages (field, data) {
90
- if (!data._images) {
91
- const scope = { row: data }
92
- tableUtils.methods.calcImages(scope, field)
93
- data._images = scope._images
94
- data._urls = scope._urls
95
- data._image_urls = scope._image_urls
96
- }
97
- return data._images
98
- }
99
- }
100
- }
1
+ const a31_0x3ac4ab=a31_0x3cdd;function a31_0x3cdd(_0x402c92,_0x5cce54){const _0xcfded6=a31_0xcfde();return a31_0x3cdd=function(_0x3cddd7,_0x121f8d){_0x3cddd7=_0x3cddd7-0x14c;let _0x3e8be8=_0xcfded6[_0x3cddd7];return _0x3e8be8;},a31_0x3cdd(_0x402c92,_0x5cce54);}(function(_0x29b841,_0x3a912e){const _0x362249=a31_0x3cdd,_0x2269bb=_0x29b841();while(!![]){try{const _0x2bf675=parseInt(_0x362249(0x166))/0x1+parseInt(_0x362249(0x159))/0x2*(-parseInt(_0x362249(0x162))/0x3)+parseInt(_0x362249(0x173))/0x4+parseInt(_0x362249(0x165))/0x5*(-parseInt(_0x362249(0x14c))/0x6)+-parseInt(_0x362249(0x15b))/0x7*(-parseInt(_0x362249(0x14f))/0x8)+-parseInt(_0x362249(0x14d))/0x9+parseInt(_0x362249(0x174))/0xa*(-parseInt(_0x362249(0x154))/0xb);if(_0x2bf675===_0x3a912e)break;else _0x2269bb['push'](_0x2269bb['shift']());}catch(_0x3949b3){_0x2269bb['push'](_0x2269bb['shift']());}}}(a31_0xcfde,0x56efd));const {highdict}=StardustJs;import a31_0x3635ab from'../xtable/utils.js';function a31_0xcfde(){const _0x44e1e1=['qrcodeDict','316384bilGcB','data','activeNames','filter','blocks','6127KUkzwx','_urls','length','align','comp','142ONjKbj','slot','77kLYWyk','QRCode','qrcodeImg','infoAttrs','$refs','then','prop','1377BVXuDM','fields','calcImages','5CDFzGT','299188kpmycV','get','$qrcode','_images','valueAlign','toDataURL','forEach','methods','keys','span','calcLink','_image_urls','push','1348080JVKBJq','1790ZTJchO','2115756MERhzg','2072025oGFTzr'];a31_0xcfde=function(){return _0x44e1e1;};return a31_0xcfde();}export default{'name':'XInfo','props':{'data':Object,'fields':Array,'span':{'type':Number,'default':window['isMobile']?0x18:0x8},'showColon':{'type':Boolean,'default':![]},'labelWidth':{'type':String,'default':'80px'},'align':String,'labelAlign':String,'valueAlign':String,'defaultValue':''},'computed':{'blocks'(){const _0x5201f2=a31_0x3cdd,_0xb64183={};return this[_0x5201f2(0x163)]['filter'](_0x510da2=>_0x510da2['prop']||_0x510da2[_0x5201f2(0x158)]||_0x510da2[_0x5201f2(0x15a)])[_0x5201f2(0x16c)](_0x53cdf7=>{const _0xed9181=_0x5201f2,{infoAttrs:infoAttrs={},..._0x20ae3c}=_0x53cdf7,_0x21d962={'span':this[_0xed9181(0x16f)],..._0x20ae3c,...infoAttrs},_0x4b4baf=_0x21d962['block']||'基本信息';let _0x5a8410=_0xb64183[_0x4b4baf];!_0x5a8410&&(_0xb64183[_0x4b4baf]=_0x5a8410=[],_0x5a8410[_0xed9181(0x16f)]=0x0),_0x5a8410['span']+_0x21d962[_0xed9181(0x16f)]>0x18&&_0x5a8410['length']?_0x5a8410[_0x5a8410[_0xed9181(0x156)]-0x1][_0xed9181(0x16f)]+=0x18-_0x5a8410[_0xed9181(0x16f)]:_0x5a8410['span']+=_0x21d962[_0xed9181(0x16f)],_0x5a8410[_0xed9181(0x172)](_0x21d962);}),_0xb64183;},'hideHeader'(){const _0x4ad7f2=a31_0x3cdd,_0x2dbd92=Object[_0x4ad7f2(0x16e)](this[_0x4ad7f2(0x153)]);return _0x2dbd92['length']===0x1&&_0x2dbd92[0x0]==='基本信息';},'_labelAlign'(){return this['labelAlign']||this['align']||'left';},'_valueAlign'(){const _0x5c2c8e=a31_0x3cdd;return this[_0x5c2c8e(0x16a)]||this[_0x5c2c8e(0x157)]||'left';}},'data'(){const _0x589dbe=a31_0x3cdd;return{'activeNames':[],'get':highdict[_0x589dbe(0x167)]};},'created'(){const _0x16dd66=a31_0x3cdd;this[_0x16dd66(0x151)]=Object['keys'](this[_0x16dd66(0x153)]);},'mounted'(){const _0x2e5173=a31_0x3cdd;window[_0x2e5173(0x15c)]&&this[_0x2e5173(0x15f)][_0x2e5173(0x15d)]?.[_0x2e5173(0x156)]&&(this[_0x2e5173(0x14e)]||={},this['fields'][_0x2e5173(0x152)](_0x589ee0=>{const _0x12c6d5=_0x2e5173;return _0x589ee0['slot']==='$qrcode'||_0x589ee0[_0x12c6d5(0x15e)]?.[_0x12c6d5(0x15a)]===_0x12c6d5(0x168);})['forEach'](async(_0x24d33b,_0x5b7dc7)=>{const _0x2ece81=_0x2e5173,_0x32df1e=this[_0x2ece81(0x167)](this[_0x2ece81(0x150)],_0x24d33b[_0x2ece81(0x161)]);this[_0x2ece81(0x14e)][_0x32df1e]||=new Promise(_0x1b11b1=>{const _0x5aae48=_0x2ece81;window[_0x5aae48(0x15c)][_0x5aae48(0x16b)](_0x32df1e,{'width':0x80,'height':0x80,'margin':0x1,..._0x24d33b[_0x5aae48(0x15e)]})[_0x5aae48(0x160)](_0x3dcaf4=>{const _0x2ddefa=_0x5aae48;this[_0x2ddefa(0x14e)][_0x32df1e]=_0x3dcaf4,_0x1b11b1(_0x3dcaf4);});}),this[_0x2ece81(0x15f)][_0x2ece81(0x15d)][_0x5b7dc7]['src']=await this[_0x2ece81(0x14e)][_0x32df1e];}));},'methods':{'calcValue':a31_0x3635ab['methods']['calcValue'],'calcLink':a31_0x3635ab[a31_0x3ac4ab(0x16d)][a31_0x3ac4ab(0x170)],'calcImages'(_0x6ffeba,_0xb137ee){const _0x17fd66=a31_0x3ac4ab;if(!_0xb137ee[_0x17fd66(0x169)]){const _0x51bc24={'row':_0xb137ee};a31_0x3635ab[_0x17fd66(0x16d)][_0x17fd66(0x164)](_0x51bc24,_0x6ffeba),_0xb137ee['_images']=_0x51bc24['_images'],_0xb137ee[_0x17fd66(0x155)]=_0x51bc24['_urls'],_0xb137ee[_0x17fd66(0x171)]=_0x51bc24['_image_urls'];}return _0xb137ee[_0x17fd66(0x169)];}}};
@@ -1,7 +1 @@
1
- export default {
2
- name: 'XLooper',
3
- props: {
4
- compName: String,
5
- items: Array
6
- }
7
- }
1
+ var a32_0x3df244=a32_0x4c12;(function(_0x8882d,_0x2fa970){var _0x3fc96f=a32_0x4c12,_0x55c28c=_0x8882d();while(!![]){try{var _0x3645b5=-parseInt(_0x3fc96f(0xa0))/0x1+-parseInt(_0x3fc96f(0xa1))/0x2+parseInt(_0x3fc96f(0xa4))/0x3+-parseInt(_0x3fc96f(0xa6))/0x4+parseInt(_0x3fc96f(0xa8))/0x5*(parseInt(_0x3fc96f(0xa5))/0x6)+-parseInt(_0x3fc96f(0xa2))/0x7*(parseInt(_0x3fc96f(0xaa))/0x8)+-parseInt(_0x3fc96f(0xa7))/0x9*(-parseInt(_0x3fc96f(0xa3))/0xa);if(_0x3645b5===_0x2fa970)break;else _0x55c28c['push'](_0x55c28c['shift']());}catch(_0x490d54){_0x55c28c['push'](_0x55c28c['shift']());}}}(a32_0xe80c,0xe4b64));function a32_0x4c12(_0x229803,_0x40be4a){var _0xe80c32=a32_0xe80c();return a32_0x4c12=function(_0x4c12e1,_0x5690f0){_0x4c12e1=_0x4c12e1-0xa0;var _0x509af7=_0xe80c32[_0x4c12e1];return _0x509af7;},a32_0x4c12(_0x229803,_0x40be4a);}export default{'name':a32_0x3df244(0xa9),'props':{'compName':String,'items':Array}};function a32_0xe80c(){var _0x28ab53=['738490cxNepL','118447niaKkM','24867250HXOKSQ','2717061EbeTiS','2395662OTKFZW','1651440UNRyTR','9nMIXwQ','15hcKqXV','XLooper','536QteAog','1737627dwEITO'];a32_0xe80c=function(){return _0x28ab53;};return a32_0xe80c();}
@@ -1,21 +1 @@
1
- export default {
2
- name: 'MobileXPagination',
3
- props: {
4
- query: Object,
5
- total: Number
6
- },
7
- emits: ['search'],
8
- computed: {
9
- pageCount () {
10
- return Math.ceil(this.total / this.query.limit)
11
- }
12
- },
13
- watch: {
14
- 'query.page' () {
15
- this.$emit('search')
16
- },
17
- 'query.limit' () {
18
- this.$emit('search')
19
- }
20
- }
21
- }
1
+ var a33_0x530c08=a33_0x43b5;function a33_0x43b5(_0x3a93ca,_0x2cd343){var _0x36b158=a33_0x36b1();return a33_0x43b5=function(_0x43b50f,_0x176409){_0x43b50f=_0x43b50f-0x1f4;var _0x21a6d1=_0x36b158[_0x43b50f];return _0x21a6d1;},a33_0x43b5(_0x3a93ca,_0x2cd343);}(function(_0x84672c,_0x2ec87a){var _0x36efeb=a33_0x43b5,_0x3a6d41=_0x84672c();while(!![]){try{var _0x29419b=-parseInt(_0x36efeb(0x1fe))/0x1*(parseInt(_0x36efeb(0x203))/0x2)+-parseInt(_0x36efeb(0x1fc))/0x3*(parseInt(_0x36efeb(0x1f9))/0x4)+-parseInt(_0x36efeb(0x1f4))/0x5+-parseInt(_0x36efeb(0x1f5))/0x6*(parseInt(_0x36efeb(0x202))/0x7)+-parseInt(_0x36efeb(0x1f7))/0x8+parseInt(_0x36efeb(0x1fa))/0x9*(-parseInt(_0x36efeb(0x1fb))/0xa)+parseInt(_0x36efeb(0x201))/0xb;if(_0x29419b===_0x2ec87a)break;else _0x3a6d41['push'](_0x3a6d41['shift']());}catch(_0x185f03){_0x3a6d41['push'](_0x3a6d41['shift']());}}}(a33_0x36b1,0x53910));export default{'name':'MobileXPagination','props':{'query':Object,'total':Number},'emits':[a33_0x530c08(0x1ff)],'computed':{'pageCount'(){var _0xb960c8=a33_0x530c08;return Math[_0xb960c8(0x204)](this[_0xb960c8(0x1fd)]/this[_0xb960c8(0x1f8)][_0xb960c8(0x1f6)]);}},'watch':{'query.page'(){var _0x5be0ca=a33_0x530c08;this[_0x5be0ca(0x200)]('search');},'query.limit'(){var _0x263588=a33_0x530c08;this['$emit'](_0x263588(0x1ff));}}};function a33_0x36b1(){var _0x4c6f7d=['162JPkMqE','325970lFXPcf','3gKuDrY','total','1OHRIDn','search','$emit','27616787hoYXDb','42cZwKyW','1309126pAwreP','ceil','3408180rEShRP','83874kMYpXW','limit','346752kcFAZA','query','472664CPbzIG'];a33_0x36b1=function(){return _0x4c6f7d;};return a33_0x36b1();}
@@ -1,21 +1 @@
1
- export default {
2
- name: 'PcXPagination',
3
- props: {
4
- query: Object,
5
- total: Number
6
- },
7
- emits: ['search'],
8
- computed: {
9
- pageCount () {
10
- return Math.ceil(this.total / this.query.limit)
11
- }
12
- },
13
- watch: {
14
- 'query.page' () {
15
- this.$emit('search')
16
- },
17
- 'query.limit' () {
18
- this.$emit('search')
19
- }
20
- }
21
- }
1
+ function a34_0x5a41(_0x37b4a5,_0x50e0d4){var _0x17ddfa=a34_0x17dd();return a34_0x5a41=function(_0x5a41db,_0x505544){_0x5a41db=_0x5a41db-0x17e;var _0x2554ad=_0x17ddfa[_0x5a41db];return _0x2554ad;},a34_0x5a41(_0x37b4a5,_0x50e0d4);}var a34_0xee12f5=a34_0x5a41;(function(_0x158ec3,_0x2c8229){var _0x2f477b=a34_0x5a41,_0x1960b0=_0x158ec3();while(!![]){try{var _0x270ea6=-parseInt(_0x2f477b(0x180))/0x1+parseInt(_0x2f477b(0x18b))/0x2+-parseInt(_0x2f477b(0x182))/0x3+parseInt(_0x2f477b(0x186))/0x4+-parseInt(_0x2f477b(0x17f))/0x5*(parseInt(_0x2f477b(0x183))/0x6)+parseInt(_0x2f477b(0x184))/0x7+-parseInt(_0x2f477b(0x18a))/0x8;if(_0x270ea6===_0x2c8229)break;else _0x1960b0['push'](_0x1960b0['shift']());}catch(_0x539a95){_0x1960b0['push'](_0x1960b0['shift']());}}}(a34_0x17dd,0x67a3e));export default{'name':a34_0xee12f5(0x181),'props':{'query':Object,'total':Number},'emits':[a34_0xee12f5(0x189)],'computed':{'pageCount'(){var _0x2b6ede=a34_0xee12f5;return Math[_0x2b6ede(0x188)](this[_0x2b6ede(0x18c)]/this[_0x2b6ede(0x185)][_0x2b6ede(0x17e)]);}},'watch':{'query.page'(){var _0x5d008b=a34_0xee12f5;this['$emit'](_0x5d008b(0x189));},'query.limit'(){var _0x3b2f77=a34_0xee12f5;this[_0x3b2f77(0x187)](_0x3b2f77(0x189));}}};function a34_0x17dd(){var _0x4a60b1=['limit','2415efXIxf','95232xhjXzg','PcXPagination','1903881mEGcim','1914xpERfN','5375391PKWVks','query','2927204iwiLGR','$emit','ceil','search','3316704meNjpY','446640gKFElP','total'];a34_0x17dd=function(){return _0x4a60b1;};return a34_0x17dd();}
@@ -1,38 +1 @@
1
- export default {
2
- name: 'XPicker',
3
- props: {
4
- modelValue: Boolean | Number | String,
5
- placeholder: String,
6
- show: Boolean,
7
- columns: Array
8
- },
9
- emits: [
10
- 'show',
11
- 'confirm',
12
- 'cancel',
13
- 'update:modelValue'
14
- ],
15
- computed: {
16
- visible: {
17
- get () {
18
- return this.show
19
- },
20
- set (value) {
21
- this.$emit(value ? 'show' : 'cancel')
22
- }
23
- },
24
- value () {
25
- return [this.modelValue]
26
- },
27
- text () {
28
- return this.columns.find(c => c.value === this.modelValue)?.text ?? this.placeholder
29
- }
30
- },
31
- methods: {
32
- onConfirm (value) {
33
- this.$emit('change', value)
34
- this.$emit('confirm', value)
35
- this.$emit('update:modelValue', value)
36
- }
37
- }
38
- }
1
+ var a35_0x17b405=a35_0x2f77;function a35_0x2f77(_0x2462f0,_0x523eff){var _0x32a0d9=a35_0x32a0();return a35_0x2f77=function(_0x2f7702,_0x367879){_0x2f7702=_0x2f7702-0x80;var _0x131c65=_0x32a0d9[_0x2f7702];return _0x131c65;},a35_0x2f77(_0x2462f0,_0x523eff);}function a35_0x32a0(){var _0x3ad3e2=['show','change','5753kQmgEc','13044168iXTaYM','305JQwztf','2710eXmjsr','cancel','XPicker','21660yBQEGJ','columns','183781ZPKlSq','value','confirm','text','744uBTEmz','1663635iScDlD','4xkicvR','32wVxwDV','modelValue','find','4TlItBx','placeholder','update:modelValue','397237Otvogh','2233861hTUjmo','$emit'];a35_0x32a0=function(){return _0x3ad3e2;};return a35_0x32a0();}(function(_0xd7faf2,_0x5c6b34){var _0x7cd643=a35_0x2f77,_0x3b3c05=_0xd7faf2();while(!![]){try{var _0x6aaecd=parseInt(_0x7cd643(0x85))/0x1*(-parseInt(_0x7cd643(0x98))/0x2)+-parseInt(_0x7cd643(0x97))/0x3*(parseInt(_0x7cd643(0x82))/0x4)+parseInt(_0x7cd643(0x8c))/0x5*(parseInt(_0x7cd643(0x90))/0x6)+parseInt(_0x7cd643(0x86))/0x7*(parseInt(_0x7cd643(0x99))/0x8)+parseInt(_0x7cd643(0x8b))/0x9+-parseInt(_0x7cd643(0x8d))/0xa*(-parseInt(_0x7cd643(0x8a))/0xb)+parseInt(_0x7cd643(0x96))/0xc*(-parseInt(_0x7cd643(0x92))/0xd);if(_0x6aaecd===_0x5c6b34)break;else _0x3b3c05['push'](_0x3b3c05['shift']());}catch(_0x5b6993){_0x3b3c05['push'](_0x3b3c05['shift']());}}}(a35_0x32a0,0xd2842));export default{'name':a35_0x17b405(0x8f),'props':{'modelValue':Boolean|Number|String,'placeholder':String,'show':Boolean,'columns':Array},'emits':['show',a35_0x17b405(0x94),a35_0x17b405(0x8e),a35_0x17b405(0x84)],'computed':{'visible':{'get'(){var _0x6010c1=a35_0x17b405;return this[_0x6010c1(0x88)];},'set'(_0x4291fe){var _0x255a4e=a35_0x17b405;this[_0x255a4e(0x87)](_0x4291fe?_0x255a4e(0x88):'cancel');}},'value'(){var _0x575494=a35_0x17b405;return[this[_0x575494(0x80)]];},'text'(){var _0x154508=a35_0x17b405;return this[_0x154508(0x91)][_0x154508(0x81)](_0x3ebd75=>_0x3ebd75[_0x154508(0x93)]===this[_0x154508(0x80)])?.[_0x154508(0x95)]??this[_0x154508(0x83)];}},'methods':{'onConfirm'(_0x3e0122){var _0x4f0d49=a35_0x17b405;this[_0x4f0d49(0x87)](_0x4f0d49(0x89),_0x3e0122),this['$emit'](_0x4f0d49(0x94),_0x3e0122),this[_0x4f0d49(0x87)](_0x4f0d49(0x84),_0x3e0122);}}};
@@ -1,40 +1 @@
1
- import { formatOptions } from '../../utils/index.js'
2
-
3
- export default {
4
- name: 'MobileXRadios',
5
- inheritAttrs: false,
6
- props: {
7
- text: {
8
- type: String,
9
- default: 'text'
10
- },
11
- plain: {
12
- type: Boolean,
13
- default: false
14
- },
15
- value: {
16
- type: String,
17
- default: 'value'
18
- },
19
- direction: {
20
- type: String,
21
- default: 'horizontal'
22
- },
23
- sort: Boolean | String,
24
- options: Array | Object
25
- },
26
- data () {
27
- return {
28
- _options: []
29
- }
30
- },
31
- watch: {
32
- options: {
33
- immediate: true,
34
- deep: true,
35
- handler () {
36
- this._options = formatOptions(this.options, this)
37
- }
38
- }
39
- }
40
- }
1
+ var a36_0x5da270=a36_0x411d;function a36_0x411d(_0x4df754,_0x263e9d){var _0x1f5b3c=a36_0x1f5b();return a36_0x411d=function(_0x411ddf,_0x411f0c){_0x411ddf=_0x411ddf-0x1e5;var _0x521b13=_0x1f5b3c[_0x411ddf];return _0x521b13;},a36_0x411d(_0x4df754,_0x263e9d);}function a36_0x1f5b(){var _0x1a88d0=['horizontal','MobileXRadios','1119024XZyOtm','options','3969130jZSOBC','_options','2484SiWKVb','12600syyEIy','text','162scEQtX','516940OlSXHm','184215dZTGvw','536301kqdZrm','196CthtNq','18yqKGCR'];a36_0x1f5b=function(){return _0x1a88d0;};return a36_0x1f5b();}(function(_0x20fc1e,_0x3b5392){var _0x5d169c=a36_0x411d,_0x32ee66=_0x20fc1e();while(!![]){try{var _0x43b3ce=-parseInt(_0x5d169c(0x1e7))/0x1+parseInt(_0x5d169c(0x1e6))/0x2*(-parseInt(_0x5d169c(0x1f2))/0x3)+parseInt(_0x5d169c(0x1ee))/0x4+-parseInt(_0x5d169c(0x1e8))/0x5*(-parseInt(_0x5d169c(0x1eb))/0x6)+parseInt(_0x5d169c(0x1ea))/0x7*(parseInt(_0x5d169c(0x1f3))/0x8)+parseInt(_0x5d169c(0x1e9))/0x9+parseInt(_0x5d169c(0x1f0))/0xa;if(_0x43b3ce===_0x3b5392)break;else _0x32ee66['push'](_0x32ee66['shift']());}catch(_0x2c0e48){_0x32ee66['push'](_0x32ee66['shift']());}}}(a36_0x1f5b,0x4aebf));import{formatOptions}from'../../utils/index.js';export default{'name':a36_0x5da270(0x1ed),'inheritAttrs':![],'props':{'text':{'type':String,'default':a36_0x5da270(0x1e5)},'plain':{'type':Boolean,'default':![]},'value':{'type':String,'default':'value'},'direction':{'type':String,'default':a36_0x5da270(0x1ec)},'sort':Boolean|String,'options':Array|Object},'data'(){return{'_options':[]};},'watch':{'options':{'immediate':!![],'deep':!![],'handler'(){var _0x2cc67b=a36_0x5da270;this[_0x2cc67b(0x1f1)]=formatOptions(this[_0x2cc67b(0x1ef)],this);}}}};
@@ -1,53 +1 @@
1
- import { formatOptions } from '../../utils/index.js'
2
-
3
- export default {
4
- name: 'PcXRadios',
5
- inheritAttrs: false,
6
- props: {
7
- modelValue: Number | String,
8
- plain: {
9
- type: Boolean,
10
- default: false
11
- },
12
- text: {
13
- type: String,
14
- default: 'text'
15
- },
16
- value: {
17
- type: String,
18
- default: 'value'
19
- },
20
- button: {
21
- type: Boolean,
22
- default: false
23
- },
24
- sort: Boolean | String,
25
- options: Array | Object,
26
- },
27
- emits: ['update:modelValue', 'change'],
28
- data () {
29
- return {
30
- _options: []
31
- }
32
- },
33
- computed: {
34
- attrs () {
35
- const {
36
- clearable,
37
- platform,
38
- placeholder,
39
- ...others
40
- } = this.$attrs
41
- return others
42
- }
43
- },
44
- watch: {
45
- options: {
46
- immediate: true,
47
- deep: true,
48
- handler () {
49
- this._options = formatOptions(this.options, this)
50
- }
51
- }
52
- }
53
- }
1
+ const a37_0x4ccfe1=a37_0x18b8;(function(_0x43d9e0,_0x1ad338){const _0x17a30f=a37_0x18b8,_0x146b8b=_0x43d9e0();while(!![]){try{const _0x371228=parseInt(_0x17a30f(0xca))/0x1*(parseInt(_0x17a30f(0xc6))/0x2)+-parseInt(_0x17a30f(0xc5))/0x3+parseInt(_0x17a30f(0xcc))/0x4+parseInt(_0x17a30f(0xd3))/0x5*(-parseInt(_0x17a30f(0xc8))/0x6)+-parseInt(_0x17a30f(0xc9))/0x7*(-parseInt(_0x17a30f(0xcd))/0x8)+parseInt(_0x17a30f(0xd0))/0x9*(-parseInt(_0x17a30f(0xce))/0xa)+parseInt(_0x17a30f(0xc7))/0xb;if(_0x371228===_0x1ad338)break;else _0x146b8b['push'](_0x146b8b['shift']());}catch(_0x5f10da){_0x146b8b['push'](_0x146b8b['shift']());}}}(a37_0x4237,0x1bc4c));import{formatOptions}from'../../utils/index.js';export default{'name':a37_0x4ccfe1(0xd1),'inheritAttrs':![],'props':{'modelValue':Number|String,'plain':{'type':Boolean,'default':![]},'text':{'type':String,'default':'text'},'value':{'type':String,'default':'value'},'button':{'type':Boolean,'default':![]},'sort':Boolean|String,'options':Array|Object},'emits':[a37_0x4ccfe1(0xd2),a37_0x4ccfe1(0xd4)],'data'(){return{'_options':[]};},'computed':{'attrs'(){const _0x5805a3=a37_0x4ccfe1,{clearable:_0xae5bda,platform:_0x4b577d,placeholder:_0x1d0805,..._0xbdc157}=this[_0x5805a3(0xcf)];return _0xbdc157;}},'watch':{'options':{'immediate':!![],'deep':!![],'handler'(){const _0x4fec85=a37_0x4ccfe1;this[_0x4fec85(0xcb)]=formatOptions(this['options'],this);}}}};function a37_0x18b8(_0x25952f,_0x3aedf7){const _0x42374a=a37_0x4237();return a37_0x18b8=function(_0x18b829,_0x531f73){_0x18b829=_0x18b829-0xc5;let _0x19d208=_0x42374a[_0x18b829];return _0x19d208;},a37_0x18b8(_0x25952f,_0x3aedf7);}function a37_0x4237(){const _0x27280b=['$attrs','72ZUvhka','PcXRadios','update:modelValue','5aPiPxe','change','142926OWtdii','38376lFMTVq','1166770KZIYaD','925542eyTbfx','42HsfEnk','9rxtIIG','_options','718316wjCnRf','32440bQpcwB','208790zmCHBp'];a37_0x4237=function(){return _0x27280b;};return a37_0x4237();}
@@ -1,9 +1 @@
1
- export default {
2
- name: 'MobileXRow',
3
- props: {
4
- cols: {
5
- type: Array,
6
- default: []
7
- }
8
- }
9
- }
1
+ var a38_0xe57ef7=a38_0x460d;(function(_0x412815,_0x38403b){var _0x591dd1=a38_0x460d,_0x1dd29f=_0x412815();while(!![]){try{var _0x4f2e6f=parseInt(_0x591dd1(0xa0))/0x1*(parseInt(_0x591dd1(0x9c))/0x2)+parseInt(_0x591dd1(0x9e))/0x3+parseInt(_0x591dd1(0xa4))/0x4+-parseInt(_0x591dd1(0xa3))/0x5*(parseInt(_0x591dd1(0xa2))/0x6)+parseInt(_0x591dd1(0xa5))/0x7+parseInt(_0x591dd1(0xa1))/0x8+-parseInt(_0x591dd1(0x9b))/0x9*(parseInt(_0x591dd1(0x9f))/0xa);if(_0x4f2e6f===_0x38403b)break;else _0x1dd29f['push'](_0x1dd29f['shift']());}catch(_0x353a8a){_0x1dd29f['push'](_0x1dd29f['shift']());}}}(a38_0x16a9,0x641d1));export default{'name':a38_0xe57ef7(0x9d),'props':{'cols':{'type':Array,'default':[]}}};function a38_0x460d(_0x300e20,_0x382eeb){var _0x16a986=a38_0x16a9();return a38_0x460d=function(_0x460dd9,_0x28465b){_0x460dd9=_0x460dd9-0x9b;var _0x5d7ef0=_0x16a986[_0x460dd9];return _0x5d7ef0;},a38_0x460d(_0x300e20,_0x382eeb);}function a38_0x16a9(){var _0x4bc269=['54sUPmJL','72410kIjJiC','697624FEhrLw','3076927OWgQxv','29853hAEJDs','32QFEkoS','MobileXRow','821676XAiTeG','2770ueMthz','4460rTtCHe','3999944xEjwrB'];a38_0x16a9=function(){return _0x4bc269;};return a38_0x16a9();}
@@ -1,9 +1 @@
1
- export default {
2
- name: 'PcXRow',
3
- props: {
4
- cols: {
5
- type: Array,
6
- default: []
7
- }
8
- }
9
- }
1
+ function a39_0x14a0(){var _0x3a6b74=['6rYDnHs','6626755Yfbghn','3044286svzJvv','993666AwocgH','1349842YJvJWb','2750316ruBZTr','171122HSzzOH','2690924ucfaDe','24caUqFz','PcXRow'];a39_0x14a0=function(){return _0x3a6b74;};return a39_0x14a0();}function a39_0x4b4b(_0x5efd5f,_0xed472){var _0x14a066=a39_0x14a0();return a39_0x4b4b=function(_0x4b4ba1,_0x58262a){_0x4b4ba1=_0x4b4ba1-0xd7;var _0x505be5=_0x14a066[_0x4b4ba1];return _0x505be5;},a39_0x4b4b(_0x5efd5f,_0xed472);}var a39_0x174fc2=a39_0x4b4b;(function(_0xa99405,_0x263339){var _0x4da0ca=a39_0x4b4b,_0x45f229=_0xa99405();while(!![]){try{var _0x99e58f=parseInt(_0x4da0ca(0xdf))/0x1+-parseInt(_0x4da0ca(0xd8))/0x2+parseInt(_0x4da0ca(0xde))/0x3+parseInt(_0x4da0ca(0xe0))/0x4+-parseInt(_0x4da0ca(0xdc))/0x5+-parseInt(_0x4da0ca(0xdb))/0x6*(-parseInt(_0x4da0ca(0xd7))/0x7)+parseInt(_0x4da0ca(0xd9))/0x8*(parseInt(_0x4da0ca(0xdd))/0x9);if(_0x99e58f===_0x263339)break;else _0x45f229['push'](_0x45f229['shift']());}catch(_0x20af7e){_0x45f229['push'](_0x45f229['shift']());}}}(a39_0x14a0,0xb3f0e));export default{'name':a39_0x174fc2(0xda),'props':{'cols':{'type':Array,'default':[]}}};
@@ -1,24 +1 @@
1
- export default {
2
- name: 'MobileXScan',
3
- props: {
4
- modelValue: String,
5
- _label: {
6
- type: String,
7
- default: '扫码'
8
- },
9
- readonly: {
10
- type: Boolean,
11
- default: false
12
- }
13
- },
14
- emits: ['update:modelValue'],
15
- methods: {
16
- handleClick () {
17
- this.readonly && this.handleScan()
18
- },
19
- async handleScan () {
20
- const code = await StardustBrowser.funcs.scanCode()
21
- this.$emit('update:modelValue', code)
22
- }
23
- }
24
- }
1
+ const a40_0x2a534e=a40_0xffde;(function(_0x2941d4,_0x4b95a0){const _0x471ea1=a40_0xffde,_0x4ea508=_0x2941d4();while(!![]){try{const _0x87f28b=-parseInt(_0x471ea1(0x1df))/0x1*(-parseInt(_0x471ea1(0x1e9))/0x2)+parseInt(_0x471ea1(0x1e2))/0x3+parseInt(_0x471ea1(0x1ec))/0x4+parseInt(_0x471ea1(0x1e7))/0x5+parseInt(_0x471ea1(0x1e5))/0x6*(parseInt(_0x471ea1(0x1e3))/0x7)+parseInt(_0x471ea1(0x1e4))/0x8+-parseInt(_0x471ea1(0x1e8))/0x9;if(_0x87f28b===_0x4b95a0)break;else _0x4ea508['push'](_0x4ea508['shift']());}catch(_0x5b2ba0){_0x4ea508['push'](_0x4ea508['shift']());}}}(a40_0x345c,0x3a5d0));function a40_0x345c(){const _0x59beed=['6045417mrkhBL','392QllXaE','update:modelValue','MobileXScan','1002288rYpNdz','717ekBCpC','scanCode','$emit','216210hlBAnu','397593AQAUTZ','1001440muybBM','18FPTknv','handleScan','760090dwpLCv'];a40_0x345c=function(){return _0x59beed;};return a40_0x345c();}function a40_0xffde(_0x2506a6,_0x2c2e47){const _0x345cce=a40_0x345c();return a40_0xffde=function(_0xffdecd,_0x3d0c96){_0xffdecd=_0xffdecd-0x1df;let _0x590d88=_0x345cce[_0xffdecd];return _0x590d88;},a40_0xffde(_0x2506a6,_0x2c2e47);}export default{'name':a40_0x2a534e(0x1eb),'props':{'modelValue':String,'_label':{'type':String,'default':'扫码'},'readonly':{'type':Boolean,'default':![]}},'emits':[a40_0x2a534e(0x1ea)],'methods':{'handleClick'(){const _0xf2b09c=a40_0x2a534e;this['readonly']&&this[_0xf2b09c(0x1e6)]();},async 'handleScan'(){const _0x4fd3af=a40_0x2a534e,_0x310361=await StardustBrowser['funcs'][_0x4fd3af(0x1e0)]();this[_0x4fd3af(0x1e1)](_0x4fd3af(0x1ea),_0x310361);}}};
@@ -1,20 +1 @@
1
- export default {
2
- name: 'PcXScan',
3
- props: {
4
- modelValue: String,
5
- readonly: {
6
- type: Boolean,
7
- default: false
8
- }
9
- },
10
- emits: ['update:modelValue'],
11
- methods: {
12
- handleClick () {
13
- this.readonly && this.handleScan()
14
- },
15
- async handleScan () {
16
- const code = await StardustBrowser.funcs.scanCode()
17
- this.$emit('update:modelValue', code)
18
- }
19
- }
20
- }
1
+ const a41_0x49104d=a41_0x3e54;function a41_0x1ee4(){const _0xb9e785=['2180761qXTTnX','scanCode','7iwfUMT','PcXScan','update:modelValue','16998bGdHGe','42mMKrbS','4469200fNLuyl','readonly','$emit','1332355HhCcpS','120174dbwZbt','handleScan','6056073fEJZtl','51981fAAVVm','10LukqpL','136QyatbT'];a41_0x1ee4=function(){return _0xb9e785;};return a41_0x1ee4();}function a41_0x3e54(_0x55cc5f,_0x4dc7ad){const _0x1ee420=a41_0x1ee4();return a41_0x3e54=function(_0x3e542a,_0x4d1f18){_0x3e542a=_0x3e542a-0x1c0;let _0xb195e2=_0x1ee420[_0x3e542a];return _0xb195e2;},a41_0x3e54(_0x55cc5f,_0x4dc7ad);}(function(_0x3c5585,_0x29524e){const _0x57ae1f=a41_0x3e54,_0x5ac2f5=_0x3c5585();while(!![]){try{const _0x320dc4=-parseInt(_0x57ae1f(0x1d0))/0x1*(-parseInt(_0x57ae1f(0x1c2))/0x2)+-parseInt(_0x57ae1f(0x1cb))/0x3*(-parseInt(_0x57ae1f(0x1cd))/0x4)+-parseInt(_0x57ae1f(0x1c7))/0x5+-parseInt(_0x57ae1f(0x1c8))/0x6*(parseInt(_0x57ae1f(0x1c3))/0x7)+parseInt(_0x57ae1f(0x1c4))/0x8+-parseInt(_0x57ae1f(0x1ca))/0x9+-parseInt(_0x57ae1f(0x1cc))/0xa*(-parseInt(_0x57ae1f(0x1ce))/0xb);if(_0x320dc4===_0x29524e)break;else _0x5ac2f5['push'](_0x5ac2f5['shift']());}catch(_0x2d92d4){_0x5ac2f5['push'](_0x5ac2f5['shift']());}}}(a41_0x1ee4,0x54772));export default{'name':a41_0x49104d(0x1c0),'props':{'modelValue':String,'readonly':{'type':Boolean,'default':![]}},'emits':['update:modelValue'],'methods':{'handleClick'(){const _0x58fe01=a41_0x49104d;this[_0x58fe01(0x1c5)]&&this[_0x58fe01(0x1c9)]();},async 'handleScan'(){const _0x35ee6e=a41_0x49104d,_0x2a0c76=await StardustBrowser['funcs'][_0x35ee6e(0x1cf)]();this[_0x35ee6e(0x1c6)](_0x35ee6e(0x1c1),_0x2a0c76);}}};