@atomicservice/ascf-toolkit 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ascf-base/index.js +1 -1
- package/lib/ascf-common/index.js +1 -1
- package/lib/ascf-compiler/appjson-loader.js +1 -1
- package/lib/ascf-compiler/common/appjson-validator.js +1 -1
- package/lib/ascf-compiler/common/ascf-define.js +1 -1
- package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
- package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
- package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
- package/lib/ascf-compiler/common/exp-utils.js +1 -1
- package/lib/ascf-compiler/common/hash-sum.js +1 -1
- package/lib/ascf-compiler/common/hdc-executor.js +1 -1
- package/lib/ascf-compiler/common/hjs-utils.js +1 -1
- package/lib/ascf-compiler/common/hxml-validator.js +1 -1
- package/lib/ascf-compiler/common/logUndefined.js +1 -1
- package/lib/ascf-compiler/common/manifest-handler.js +1 -1
- package/lib/ascf-compiler/common/manifest-manager.js +1 -1
- package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
- package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
- package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
- package/lib/ascf-compiler/common/utils.js +1 -1
- package/lib/ascf-compiler/css-process-loader.js +1 -1
- package/lib/ascf-compiler/extract-loader.js +1 -1
- package/lib/ascf-compiler/hcss-loader.js +1 -1
- package/lib/ascf-compiler/hjs-loader.js +1 -1
- package/lib/ascf-compiler/hxml-loader.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
- package/lib/ascf-compiler/js-parser/parser.js +1 -1
- package/lib/ascf-compiler/loader-utils.js +1 -1
- package/lib/ascf-compiler/path-process-loader.js +1 -1
- package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
- package/lib/ascf-compiler/require-loader.js +1 -1
- package/lib/ascf-compiler/server/dev-server.js +1 -1
- package/lib/ascf-compiler/server/port-manager.js +1 -1
- package/lib/ascf-compiler/swc-loader.js +1 -1
- package/lib/ascf-compiler/template/attr-utils.js +1 -1
- package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
- package/lib/ascf-compiler/template/node-name-utils.js +1 -1
- package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
- package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
- package/lib/ascf-compiler/web.webpack.config.js +1 -1
- package/lib/ascf-converter/common/commonConfig.js +1 -1
- package/lib/ascf-converter/common/commonUtils.js +1 -1
- package/lib/ascf-converter/common/path-validator.js +1 -1
- package/lib/ascf-converter/common/textDocument.js +1 -1
- package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
- package/lib/ascf-converter/convertManager.js +1 -1
- package/lib/ascf-converter/features/converter.js +1 -1
- package/lib/ascf-converter/features/fileHandle.js +1 -1
- package/lib/ascf-converter/features/transformReport.js +1 -1
- package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
- package/lib/ascf-converter/parse/babelParser.js +1 -1
- package/lib/ascf-converter/parse/importVisitor.js +1 -1
- package/lib/ascf-converter/parse/wxssParser.js +1 -1
- package/lib/ascf-converter/report/js/index.js +1 -1
- package/lib/ascf-sign-tools/cli.js +1 -1
- package/lib/ascf-sign-tools/index.js +1 -1
- package/lib/bin/ascf.js +1 -1
- package/lib/commands/ascfbuild/index.js +1 -1
- package/lib/commands/build-npm/index.js +1 -1
- package/lib/commands/compile.js +1 -1
- package/lib/commands/convert.js +1 -1
- package/lib/commands/debugger/index.js +1 -1
- package/lib/commands/quickservice/index.js +1 -1
- package/lib/common/config.js +1 -1
- package/lib/common/constants.js +1 -1
- package/lib/common/log4js.js +1 -1
- package/lib/common/logger-plugin.js +1 -1
- package/lib/common/remove-strict-mode-plugin.js +1 -1
- package/lib/common/string-utils.js +1 -1
- package/lib/common/utils.js +1 -1
- package/lib/common/version-check.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x11fa7c=_0x6cdf;function _createForOfIteratorHelper(e,r){var n,a,t,o,i=_0x6cdf,c=i(507)!=typeof Symbol&&e[Symbol[i(518)]]||e[i(498)];if(c)return t=!(a=!0),{s:function(){c=c[i(505)](e)},n:function(){var e=i,r=c[e(553)]();return a=r[e(519)],r},e:function(e){t=!0,n=e},f:function(){var e=i;try{a||null==c[e(531)]||c[e(531)]()}finally{if(t)throw n}}};if(Array[i(551)](e)||(c=_unsupportedIterableToArray(e))||r&&e&&i(489)==typeof e[i(523)])return c&&(e=c),o=0,{s:r=function(){},n:function(){return o>=e[i(523)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:r};throw new TypeError(i(528))}function _unsupportedIterableToArray(e,r){var n,a=_0x6cdf;if(e)return a(490)==typeof e?_arrayLikeToArray(e,r):(n={}.toString[a(505)](e)[a(478)](8,-1),"Map"===(n=a(499)===n&&e[a(530)]?e[a(530)][a(476)]:n)||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[a(554)](n)?_arrayLikeToArray(e,r):void 0)}function _arrayLikeToArray(e,r){var n=_0x6cdf;(null==r||r>e[n(523)])&&(r=e[n(523)]);for(var a=0,t=Array(r);a<r;a++)t[a]=e[a];return t}(()=>{for(var e=_0x6cdf,r=_0x75c4();;)try{if(890194==-parseInt(e(520))*(-parseInt(e(485))/2)+parseInt(e(511))/3+-parseInt(e(473))/4+-parseInt(e(555))/5*(-parseInt(e(501))/6)+parseInt(e(545))/7+-parseInt(e(495))/8*(-parseInt(e(504))/9)+parseInt(e(487))/10*(-parseInt(e(481))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var loaderUtils=require(_0x11fa7c(516)),checkAppJson=require(_0x11fa7c(542)),_require=require(_0x11fa7c(535)),relative=_require[_0x11fa7c(536)],fs=require("fs"),path=require(_0x11fa7c(535)),_require2=require(_0x11fa7c(497)),getProjectInfo=_require2[_0x11fa7c(477)],readJsonFile=_require2[_0x11fa7c(541)],_require3=require("./common/utils"),resolve=_require3.resolve,packOptions=require(_0x11fa7c(529)),_require4=require(_0x11fa7c(559)),configs=_require4.configs,_require5=require(_0x11fa7c(503)),manifestManager=_require5[_0x11fa7c(527)],hasCheckAppJson=!1;function generateIgnoreRule(e){var r;return(r=e?packOptions[_0x11fa7c(496)](e):r)||{}}function getComponents(e){var n=_0x11fa7c,a=1<arguments[n(523)]&&void 0!==arguments[1]?arguments[1]:[],t=[];return null!=e&&e[n(550)](function(e){var r=n;a[r(539)](e.path)||t[r(533)](e[r(535)])}),JSON[n(502)](t)}function appProcess(n,e,r,a){var t=_0x11fa7c;configs[t(486)]()&&n.push(t(540)),n[t(533)]("global.__globalComponents = "[t(479)](JSON[t(502)](e),";")),n[t(533)](t(480).concat(a,"';")),Object[t(544)](r)[t(550)](function(e){var r=t;e===r(538)?n[r(533)](r(521)):n[r(533)](r(556)[r(479)](e[r(493)]("/")?e:""[r(479)](e,"/"),r(492)).concat(e,r(482)))})}function appJsonLoader(e){var c=_0x11fa7c,s=this,r=(hasCheckAppJson=hasCheckAppJson||checkAppJson(this),(null==(r=loaderUtils.parseQuery(this[c(494)])[c(474)](c(534)))?void 0:r[c(513)](/\\/g,"/"))||""),n=manifestManager[c(560)](),a=n[c(552)],n=n[c(558)],u=manifestManager[c(548)](),f=this[c(500)][c(543)],p=Object.values(n.usingComponents||{}),l=[],n=(u&&l[c(533)](c(506)+""[c(479)](loaderUtils[c(557)](this,"!"[c(479)](resolve(c(547)))),");")),r===c(538)&&appProcess(l,p,a,r),a[r]||a["".concat(r,"/")]);return n&&0<n[c(525)]&&n[c(550)](function(e,r){var n=c,a=e[n(537)],e=e[n(483)],e="./"+relative(f,e).replace(/\\/g,"/"),t=getComponents(a,p),o=e[n(513)](/\.json$/g,n(532)),e=path.resolve(getProjectInfo()[n(546)],e),i=e.replace(/\.json$/g,n(532));fs[n(509)](e)&&s.addDependency(e),fs[n(509)](i)&&s.addDependency(i),u?(e=getLazyCodeLoadUsingCmp(a),l.push("ascfDefine(() => require('"[n(479)](o,n(488))[n(479)](r,"', ")[n(479)](e,")"))):(l[n(533)](n(480).concat(r,"';")),l[n(533)](n(475)[n(479)](t,";")),l[n(533)](n(526).concat(o,n(482))))}),r===c(538)&&u&&(a=getRequireGlobalCmpStr(p),l.push(a)),asyncProcess(r,l,this),l.join("\r\n")}function _0x75c4(){var e=["require('./","1204932UZpZsu","customTabBar","replace","projectCfg","hasPlaceHolder","./loader-utils","isIgnoreFile","iterator","done","287479NlCCBq","require('./app.js');",'ascfRequire("',"length","asyncJsList","size","require('","manifestManager","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","./common/packoptions-utils","constructor","return",".js","push","package","path","relative","componentList","app","includes","const NOOP=()=>{}; setInterval(NOOP, 1000);","readJsonFile","./common/appjson-validator","srcPath","keys","10069780CmcdFx","ascfSrcPath","./ascf-define","getIsOpenLazyCodeLoad","value","forEach","isArray","projectComponentsMap","next","test","30605fJfKkB",'import(/* webpackChunkName: "',"stringifyRequest","manifest","../common/config","getManifestData","4289876rqsnRS","get","global.usingComponents = ","name","getProjectInfo","slice","concat","global.__qaRoute = '","3148442dyXdAd","');","compJsonPath","map","2GjdVMw","isInjectDebugTimer","70VNlaDF","'), '","number","string","exports","index.js\" */'./app.json?package=","endsWith","resourceQuery","11864brhrFx","parseIgnoreRules","../common/utils","@@iterator","Object","options","1542rAFYRn","stringify","../ascf-compiler/common/manifest-manager","1611pvpLTB","call","var {ascfDefine, ascfRequire} = require(","undefined","addDependency","existsSync"];return(_0x75c4=function(){return e})()}function getRequireGlobalCmpStr(){var n=_0x11fa7c,e=0<arguments[n(523)]&&void 0!==arguments[0]?arguments[0]:[],r=[];return(r=e.length?e[n(484)](function(e){var r=n;return r(522)[r(479)](e,'")')}):r).join("\r\n")}function _0x6cdf(e,r){var n=_0x75c4();return(_0x6cdf=function(e,r){return n[e-=473]})(e,r)}function getLazyCodeLoadUsingCmp(){var n=_0x11fa7c,e=0<arguments[n(523)]&&void 0!==arguments[0]?arguments[0]:[],r=[];return e.length&&(r=e.filter(function(e){var r=n;return!e[r(515)]||e.key===r(512)})[n(484)](function(e){return e.path})),JSON[n(502)](r)}function asyncProcess(e,r,n){var a,t=_0x11fa7c,o=getProjectInfo(),i=generateIgnoreRule(o[t(514)]);if(null==(a=configs[t(524)][e])?void 0:a.keys()){var c,s=_createForOfIteratorHelper(configs[t(524)][e][t(544)]());try{for(s.s();!(c=s.n())[t(519)];){var u=c[t(549)],f=path[t(536)](o[t(546)],u)[t(513)](/\\/g,"/");f[t(493)](t(532))||(f+=t(532)),packOptions[t(517)](path.relative(o[t(546)],u),i)||(n[t(508)](u[t(513)](/\//g,"\\")),r[t(533)](t(510).concat(f,t(482))))}}catch(e){s.e(e)}finally{s.f()}}}module[_0x11fa7c(491)]=appJsonLoader;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var _0xadf554=_0x4bac;function _typeof(a){var r=_0x4bac;return(_typeof="function"==typeof Symbol&&r(274)==typeof Symbol[r(241)]?function(a){return typeof a}:function(a){var e=r;return a&&e(272)==typeof Symbol&&a[e(251)]===Symbol&&a!==Symbol[e(253)]?e(274):typeof a})(a)}(()=>{for(var a=_0x4bac,e=_0x2930();;)try{if(951498==-parseInt(a(236))*(parseInt(a(231))/2)+parseInt(a(246))/3+parseInt(a(286))/4*(-parseInt(a(227))/5)+-parseInt(a(212))/6*(parseInt(a(276))/7)+parseInt(a(265))/8*(-parseInt(a(233))/9)+parseInt(a(216))/10+parseInt(a(206))/11)break;e.push(e.shift())}catch(a){e.push(e.shift())}})();var utils=require("./utils"),fs=require("fs"),path=require(_0xadf554(284)),logTypes=[_0xadf554(252),_0xadf554(269),"ERROR"],REGEXP_INT=/^[0-9]+$/,REGEXP_COLOR_LONG=/^#[0-9a-fA-F]{6}$/,REGEXP_COLOR_SHORT=/^#[0-9a-fA-F]{3}$/,REGEXP_PACKAGE_NAME=/^[a-zA-Z][a-zA-Z0-9_]*(\.[a-zA-Z0-9_]+)+$/,validator={enum:function(t,a){var n=_0xadf554;return 0<=t[n(223)](a[n(238)]())?{value:a}:{value:null,reason:function(a,e){var r=n;return r(222)[r(258)](a,r(187))[r(258)](e,"' is invalid, ")+r(247)[r(258)](t,"]")}}},booleans:function(a){var t=_0xadf554;return typeof a===t(200)?{value:a}:{value:null,reason:function(a,e){var r=t;return r(222)[r(258)](a,r(187)).concat(e,r(188))+r(195)}}},packageName:function(a){var t=_0xadf554;return(a||"")[t(238)]()[t(221)]()[t(224)](REGEXP_PACKAGE_NAME)?{value:!0}:{value:!1,reason:function(a,e){var r=t;return r(263)[r(258)](a,"' value '")[r(258)](e,r(199))}}},integer:function(a){var t=_0xadf554;return"string"==typeof a?a[t(224)](REGEXP_INT)?{value:!0,reason:function(a,e){var r=t;return r(201)[r(258)](a,"' ")+r(249)[r(258)](e,r(285))}}:{value:!1,reason:function(a,e){var r=t;return r(263)[r(258)](a,"' value '").concat(e,r(199))}}:(a=(a||"")[t(238)]())[t(224)](REGEXP_INT)?{value:!0}:{value:!1,reason:function(a,e){var r=t;return"ERROR: app.json configuration item '"[r(258)](a,r(187))[r(258)](e,"' is invalid.")}}},strArr:function(a){var t=_0xadf554;return Array[t(261)](a)?{value:a}:{value:!1,reason:function(a,e){var r=t;return r(222).concat(a,r(187))[r(258)](e,r(281))}}},window:function(a){return windowAndNetworkTimeOut(a,windowValidatorMap,_0xadf554(214))},tabBar:function(o){var i,r,u,d,l,f=_0xadf554;return f(245)!==_typeof(o)?{value:!1,reason:function(a){var e=f;return e(222)[e(258)](a,"' value is invalid.")}}:(i=[],r=[],Object.keys(tabBarValidatorMap)[f(239)](function(a){var e=f;tabBarValidatorMap[a][e(240)]&&i[e(207)](a),tabBarValidatorMap[a][e(237)]&&r[e(207)](tabBarValidatorMap[a].def)}),u={},d=[],l=0,Object[f(257)](o)[f(239)](function(a){var e,r,t,n=f;typeof tabBarValidatorMap[a]!==n(267)?(-1!==i[n(223)](a)&&(e=i.indexOf(a),i.splice(e,1)),e=tabBarValidatorMap[a].type,n(272)===typeof e&&(e=e(o[a]),n(211)!==typeof e[n(264)]&&n(190)!==typeof e[n(264)]||(u[a]=e.value),e[n(259)])&&((r=(e=e.reason(a,o[a])).match(/^([A-Z]+):/))&&(t=logTypes[n(223)](r[1]),l<t&&(l=t),e=e[n(271)](r[0],"")),d.push(e))):(l=1,d.push(n(266)[n(258)](a,n(186))))}),0<i[f(189)]&&(l=2,d[f(207)](" The mandatory sub-attribute is missing: "[f(258)](i.join(", ")))),{value:utils[f(229)](u)?null:JSON[f(194)](u),reason:0<d.length?function(a){var e=f;return"".concat(logTypes[l],": configuration item '")[e(258)](a,e(198))+""[e(258)](d.join(" \n "))}:null})},networkTimeout:function(a){return windowAndNetworkTimeOut(a,networkTimeoutValidatorMap,_0xadf554(278))},objArr:function(a){return{value:a}},string:function(a){return{value:a}},Object:function(a){return{value:a}},plugins:function(a){return{value:a}},preloadRule:function(a){return{value:a}},permission:function(a){return{value:a}},permissionObject:function(a){return{value:a}},HexColor:function(a){var t=_0xadf554;return(a=(a||"")[t(238)]()).match(REGEXP_COLOR_LONG)||a.match(REGEXP_COLOR_SHORT)?{value:a}:{value:null,reason:function(a,e){var r=t;return r(222).concat(a,r(193)).concat(e,r(242))}}},number:function(a){var t=_0xadf554;return t(190)===typeof a?a[t(224)](REGEXP_INT)?{value:Number(a),reason:function(a,e){var r=t;return r(201)[r(258)](a,"' ")+"value '"[r(258)](e,r(285))}}:{value:!1,reason:function(a,e){var r=t;return r(263)[r(258)](a,r(187))[r(258)](e,r(281))}}:(a=(a||"").toString())[t(224)](REGEXP_INT)?{value:a}:{value:!1,reason:function(a,e){var r=t;return r(263)[r(258)](a,r(187)).concat(e,r(199))}}},minPlatformVersion:function(a){var t=_0xadf554,e=validator[t(235)](a);return e[t(264)]?a<1069?{value:!1,reason:function(a,e){var r=t;return r(185).concat(e,r(273))+'please change "'.concat(a,r(244))}}:{value:!0}:e}},validatorMap={window:{type:validator[_0xadf554(214)],required:!1},tabBar:{type:validator[_0xadf554(268)],required:!1},networkTimeout:{type:validator[_0xadf554(278)],required:!1},functionalPages:{type:makeEnumValidator([_0xadf554(197),_0xadf554(209)]),required:!1},subpackages:{type:validator[_0xadf554(277)],required:!1},subPackages:{type:validator.objArr,required:!1},workers:{type:validator.string,required:!1},requiredBackgroundModes:{type:validator[_0xadf554(220)],required:!1},plugins:{type:validator[_0xadf554(230)],required:!1},preloadRule:{type:validator[_0xadf554(208)],required:!1},resizable:{type:makeEnumValidator([_0xadf554(197),_0xadf554(209)]),required:!1},navigateToMiniProgramAppIdList:{type:validator.strArr,required:!1},usingComponents:{type:validator[_0xadf554(243)],required:!1},permission:{type:validator[_0xadf554(213)],required:!1},sitemapLocation:{type:validator[_0xadf554(190)],required:!1},style:{type:validator.string,required:!1}},windowValidatorMap={navigationBarBackgroundColor:{type:validator[_0xadf554(217)],def:"#000000"},navigationBarTextStyle:{type:makeEnumValidator([_0xadf554(282),_0xadf554(203)]),def:_0xadf554(282)},navigationBarTitleText:{type:validator.string},navigationStyle:{type:makeEnumValidator(["default",_0xadf554(280)]),def:_0xadf554(196)},backgroundColor:{type:validator[_0xadf554(217)],def:_0xadf554(232)},backgroundTextStyle:{type:makeEnumValidator([_0xadf554(260),_0xadf554(192)]),def:_0xadf554(260)},backgroundColorTop:{type:validator[_0xadf554(190)],def:_0xadf554(232)},backgroundColorBottom:{type:validator[_0xadf554(190)],def:"#ffffff"},enablePullDownRefresh:{type:makeEnumValidator([_0xadf554(197),_0xadf554(209)]),def:_0xadf554(197)},onReachBottomDistance:{type:validator.number,def:50},pageOrientation:{type:makeEnumValidator([_0xadf554(215),"auto","landscape"]),def:_0xadf554(215)}},tabBarValidatorMap={color:{type:validator[_0xadf554(217)],required:!0},selectedColor:{type:validator.HexColor,required:!0},backgroundColor:{type:validator[_0xadf554(217)],required:!0},borderStyle:{type:makeEnumValidator([_0xadf554(203),_0xadf554(282)]),required:!1,def:_0xadf554(203)},list:{type:validator[_0xadf554(225)],required:!0},position:{type:makeEnumValidator([_0xadf554(228),"top"]),required:!1,def:_0xadf554(228)},custom:{type:makeBooleanValidator(),required:!1,def:_0xadf554(197)}},networkTimeoutValidatorMap={request:{type:validator[_0xadf554(211)],required:!1,def:6e4},connectSocket:{type:validator.number,required:!1,def:6e4},uploadFile:{type:validator[_0xadf554(211)],required:!1,def:6e4},downloadFile:{type:validator[_0xadf554(211)],required:!1,def:6e4}},preloadRuleValidatorMap={packages:{type:validator[_0xadf554(220)],required:!0},network:{type:makeEnumValidator([_0xadf554(275),_0xadf554(218)]),required:!1,def:_0xadf554(275)}},permissionValidatorMap={"scope.userLocation":{type:validator[_0xadf554(210)],required:!0}},requireAttrMap=[];function validate(a,e){var r=_0xadf554,t=void 0,n=void 0,o=validatorMap[a];return o&&r(272)===typeof o[r(256)]?(t=o.type(e))[r(259)]&&(n={reason:t[r(259)](a,e)}):t={value:!0},{value:t[r(264)],log:n}}function _0x4bac(a,e){var r=_0x2930();return(_0x4bac=function(a,e){return r[a-=185]})(a,e)}function windowAndNetworkTimeOut(o,i,u){var d,l,f,p=_0xadf554;return"{}"===JSON[p(194)](o)?{value:!0}:(d={},l=[],f=0,Object[p(257)](o)[p(239)](function(a){var e,r,t=p,n=i[a]&&i[a][t(256)];t(272)===typeof n?(n=n(o[a]),t(211)!==typeof n[t(264)]&&t(190)!==typeof n[t(264)]&&t(200)!==typeof n[t(264)]||(d[a]=n[t(264)]),n.reason&&((e=(n=n[t(259)](a,o[a]))[t(224)](/^([A-Z]+):/))&&(r=logTypes[t(223)](e[1]),f<r&&(f=r),n=n[t(271)](e[0],"")),l.push(n))):(f=1,l[t(207)](t(266)[t(258)](a,t(262))[t(258)](u,".")))}),{value:utils[p(229)](d)?null:JSON[p(194)](d),reason:0<l[p(189)]?function(a){var e=p;return""[e(258)](logTypes[f],": configuration item '").concat(a,"' contains: \n ")+""[e(258)](l[e(283)](" \n "))}:null})}function _0x2930(){var a=["921AxrRYi","def","toString","forEach","require","iterator","' is invalid.'","Object",'" field in the app.json file >= 1069.',"object","2252856nLXCOM","the attribute value must in [","options","value '","required","constructor","NOTE","prototype","manifestData","bind","type","keys","concat","reason","dark","isArray","' is not a configuration item of ","ERROR: app.json configuration item '","value","456Xaozqq"," Attribute '","undefined","tabBar","WARNING","manifest","replace","function"," is too early, ","symbol","wifi","21KApaLz","objArr","networkTimeout","booleans","custom","' is invalid","white","join","path","' is a character string, which should be an integer instead.","5950500vsTNoJ","ERROR: The platform version number of ","' is not a sub-attribute of tabBar.","' value '","' is invalid, ","length","string","ERROR: Can not resolve file :","light","' color value '","stringify","the attribute value type must be boolean","default","false","' contains: \n ","' is invalid.","boolean","WARNING: app.json configuration item '","existsSync","black","isExp","icon","53879441nHYjKu","push","preloadRule","true","permissionObject","number","3166866oMJGAR","permission","window","portrait","9399850rtXjdz","HexColor","all","resourcePath","strArr","trim","ERROR: Attribute '","indexOf","match","array","ERROR: app.json does not contain configuration item '","5KLlpeP","bottom","isEmptyObject","plugins","2958zbqdwS","#ffffff","190161tyuxVJ","log","integer"];return(_0x2930=function(){return a})()}function makeEnumValidator(a){var e=_0xadf554;return validator.enum[e(255)](null,a)}function makeBooleanValidator(){var a=_0xadf554;return validator[a(279)][a(255)](null)}function getComponents(a){var r=_0xadf554,t=1<arguments[r(189)]&&void 0!==arguments[1]?arguments[1]:[],n=[];return a[r(239)](function(a){var e=r;t.includes(a[e(284)])||n.push(a[e(284)])}),JSON.stringify(n)}(()=>{var r=_0xadf554;Object.keys(validatorMap)[r(239)](function(a){var e=r;validatorMap[a][e(250)]&&requireAttrMap[e(207)](a)})})(),module.exports=function(a){var r,t,e,n,o=_0xadf554,i=a[o(248)][o(254)][o(270)];return i&&(r=a[o(219)],t=[],requireAttrMap[o(239)](function(a){var e=o;i[a]||t.push({reason:e(226)[e(258)](a,"'"),filePath:r})}),e=i[o(205)],n=void(utils[o(204)](e)||!e||fs[o(202)](path.join(r,"..",e[o(221)]()))||t[o(207)]({reason:o(191)[o(258)](e),filePath:r})),Object[o(257)](i)[o(239)](function(a){var e=o;(n=validate(a,i[a]))[e(234)]&&t[e(207)]({reason:n[e(234)][e(259)],filePath:r})}),utils.logWarn(a,t)),!0};
|
|
1
|
+
var _0x55202d=_0x2d42;function _typeof(e){var t=_0x2d42;return(_typeof=t(514)==typeof Symbol&&t(529)==typeof Symbol.iterator?function(e){return typeof e}:function(e){var a=t;return e&&a(514)==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?a(529):typeof e})(e)}(()=>{for(var e=_0x2d42,a=_0x2978();;)try{if(652601==-parseInt(e(531))+-parseInt(e(483))/2+parseInt(e(488))/3+-parseInt(e(515))/4*(parseInt(e(535))/5)+-parseInt(e(470))/6+-parseInt(e(507))/7*(parseInt(e(518))/8)+parseInt(e(524))/9*(parseInt(e(552))/10))break;a.push(a.shift())}catch(e){a.push(a.shift())}})();var utils=require(_0x55202d(481)),fs=require("fs"),path=require(_0x55202d(504)),logTypes=[_0x55202d(498),_0x55202d(502),_0x55202d(554)],REGEXP_INT=/^[0-9]+$/,REGEXP_COLOR_LONG=/^#[0-9a-fA-F]{6}$/,REGEXP_COLOR_SHORT=/^#[0-9a-fA-F]{3}$/,REGEXP_PACKAGE_NAME=/^[a-zA-Z][a-zA-Z0-9_]*(\.[a-zA-Z0-9_]+)+$/,validator={enum:function(r,e){var o=_0x55202d;return 0<=r[o(494)](e.toString())?{value:e}:{value:null,reason:function(e,a){var t=o;return t(490).concat(e,"' value '")[t(546)](a,t(499))+t(545)[t(546)](r,"]")}}},booleans:function(e){return"boolean"==typeof e?{value:e}:{value:null,reason:function(e,a){var t=_0x2d42;return"ERROR: Attribute '"[t(546)](e,"' value '").concat(a,t(499))+t(532)}}},packageName:function(e){var r=_0x55202d;return(e||"")[r(464)]()[r(491)]()[r(479)](REGEXP_PACKAGE_NAME)?{value:!0}:{value:!1,reason:function(e,a){var t=r;return t(551)[t(546)](e,t(530))[t(546)](a,t(474))}}},integer:function(e){var r=_0x55202d;return r(510)===typeof e?e.match(REGEXP_INT)?{value:!0,reason:function(e,a){var t=r;return t(472).concat(e,"' ")+t(484).concat(a,t(459))}}:{value:!1,reason:function(e,a){var t=r;return t(551).concat(e,"' value '")[t(546)](a,t(474))}}:(e=(e||"")[r(464)]()).match(REGEXP_INT)?{value:!0}:{value:!1,reason:function(e,a){var t=r;return t(551).concat(e,t(530)).concat(a,t(474))}}},strArr:function(e){var r=_0x55202d;return Array[r(517)](e)?{value:e}:{value:!1,reason:function(e,a){var t=r;return t(490)[t(546)](e,t(530))[t(546)](a,"' is invalid")}}},window:function(e){return windowAndNetworkTimeOut(e,windowValidatorMap,_0x55202d(462))},tabBar:function(n){var i,t,u,d,l,p=_0x55202d;return p(468)!==_typeof(n)?{value:!1,reason:function(e){var a=p;return a(490)[a(546)](e,a(476))}}:(i=[],t=[],Object.keys(tabBarValidatorMap)[p(520)](function(e){var a=p;tabBarValidatorMap[e][a(542)]&&i[a(550)](e),tabBarValidatorMap[e][a(528)]&&t[a(550)](tabBarValidatorMap[e][a(528)])}),u={},d=[],l=0,Object[p(553)](n)[p(520)](function(e){var a,t,r,o=p;typeof tabBarValidatorMap[e]!==o(548)?(-1!==i[o(494)](e)&&(a=i.indexOf(e),i[o(478)](a,1)),a=tabBarValidatorMap[e].type,o(514)===typeof a&&(a=a(n[e]),o(526)!==typeof a[o(450)]&&o(510)!==typeof a[o(450)]||(u[e]=a[o(450)]),a.reason)&&((t=(a=a[o(539)](e,n[e])).match(/^([A-Z]+):/))&&(r=logTypes[o(494)](t[1]),l<r&&(l=r),a=a[o(519)](t[0],"")),d[o(550)](a))):(l=1,d[o(550)](" Attribute '"[o(546)](e,o(453))))}),0<i[p(534)]&&(l=2,d.push(p(463)[p(546)](i.join(", ")))),{value:utils[p(482)](u)?null:JSON[p(496)](u),reason:0<d[p(534)]?function(e){var a=p;return""[a(546)](logTypes[l],a(523))[a(546)](e,a(451))+""[a(546)](d[a(500)](a(487)))}:null})},networkTimeout:function(e){return windowAndNetworkTimeOut(e,networkTimeoutValidatorMap,"networkTimeout")},objArr:function(e){return{value:e}},string:function(e){return{value:e}},Object:function(e){return{value:e}},plugins:function(e){return{value:e}},preloadRule:function(e){return{value:e}},permission:function(e){return{value:e}},permissionObject:function(e){return{value:e}},HexColor:function(e){var r=_0x55202d;return(e=(e||"")[r(464)]())[r(479)](REGEXP_COLOR_LONG)||e[r(479)](REGEXP_COLOR_SHORT)?{value:e}:{value:null,reason:function(e,a){var t=r;return t(490)[t(546)](e,t(475))[t(546)](a,t(512))}}},number:function(e){var r=_0x55202d;return r(510)===typeof e?e[r(479)](REGEXP_INT)?{value:Number(e),reason:function(e,a){var t=r;return t(472)[t(546)](e,"' ")+t(484)[t(546)](a,t(459))}}:{value:!1,reason:function(e,a){var t=r;return t(551)[t(546)](e,t(530))[t(546)](a,t(460))}}:(e=(e||"")[r(464)]())[r(479)](REGEXP_INT)?{value:e}:{value:!1,reason:function(e,a){var t=r;return"ERROR: app.json configuration item '"[t(546)](e,t(530))[t(546)](a,t(474))}}},minPlatformVersion:function(e){var r=_0x55202d,a=validator[r(525)](e);return a.value?e<1069?{value:!1,reason:function(e,a){var t=r;return"ERROR: The platform version number of "[t(546)](a,t(543))+t(513).concat(e,t(452))}}:{value:!0}:a}},validatorMap={window:{type:validator.window,required:!1},tabBar:{type:validator[_0x55202d(538)],required:!1},networkTimeout:{type:validator[_0x55202d(549)],required:!1},functionalPages:{type:makeEnumValidator([_0x55202d(547),_0x55202d(495)]),required:!1},subpackages:{type:validator[_0x55202d(461)],required:!1},subPackages:{type:validator[_0x55202d(461)],required:!1},workers:{type:validator[_0x55202d(510)],required:!1},requiredBackgroundModes:{type:validator[_0x55202d(541)],required:!1},plugins:{type:validator[_0x55202d(485)],required:!1},preloadRule:{type:validator[_0x55202d(521)],required:!1},resizable:{type:makeEnumValidator(["false",_0x55202d(495)]),required:!1},navigateToMiniProgramAppIdList:{type:validator.strArr,required:!1},usingComponents:{type:validator[_0x55202d(455)],required:!1},permission:{type:validator[_0x55202d(454)],required:!1},sitemapLocation:{type:validator[_0x55202d(510)],required:!1},style:{type:validator[_0x55202d(510)],required:!1}},windowValidatorMap={navigationBarBackgroundColor:{type:validator.HexColor,def:_0x55202d(467)},navigationBarTextStyle:{type:makeEnumValidator([_0x55202d(509),_0x55202d(516)]),def:_0x55202d(509)},navigationBarTitleText:{type:validator[_0x55202d(510)]},navigationStyle:{type:makeEnumValidator([_0x55202d(501),_0x55202d(497)]),def:_0x55202d(501)},backgroundColor:{type:validator[_0x55202d(508)],def:_0x55202d(527)},backgroundTextStyle:{type:makeEnumValidator([_0x55202d(533),_0x55202d(486)]),def:"dark"},backgroundColorTop:{type:validator.string,def:_0x55202d(527)},backgroundColorBottom:{type:validator[_0x55202d(510)],def:_0x55202d(527)},enablePullDownRefresh:{type:makeEnumValidator([_0x55202d(547),_0x55202d(495)]),def:"false"},onReachBottomDistance:{type:validator[_0x55202d(526)],def:50},pageOrientation:{type:makeEnumValidator([_0x55202d(457),_0x55202d(469),_0x55202d(503)]),def:_0x55202d(457)}},tabBarValidatorMap={color:{type:validator[_0x55202d(508)],required:!0},selectedColor:{type:validator.HexColor,required:!0},backgroundColor:{type:validator[_0x55202d(508)],required:!0},borderStyle:{type:makeEnumValidator(["black","white"]),required:!1,def:"black"},list:{type:validator[_0x55202d(544)],required:!0},position:{type:makeEnumValidator([_0x55202d(489),_0x55202d(511)]),required:!1,def:"bottom"},custom:{type:makeBooleanValidator(),required:!1,def:_0x55202d(547)}},networkTimeoutValidatorMap={request:{type:validator[_0x55202d(526)],required:!1,def:6e4},connectSocket:{type:validator[_0x55202d(526)],required:!1,def:6e4},uploadFile:{type:validator[_0x55202d(526)],required:!1,def:6e4},downloadFile:{type:validator[_0x55202d(526)],required:!1,def:6e4}},preloadRuleValidatorMap={packages:{type:validator[_0x55202d(541)],required:!0},network:{type:makeEnumValidator([_0x55202d(506),_0x55202d(477)]),required:!1,def:_0x55202d(506)}},permissionValidatorMap={"scope.userLocation":{type:validator[_0x55202d(537)],required:!0}},requireAttrMap=[];function validate(e,a){var t=_0x55202d,r=void 0,o=void 0,n=validatorMap[e];return n&&t(514)===typeof n[t(493)]?(r=n.type(a))[t(539)]&&(o={reason:r[t(539)](e,a)}):r={value:!0},{value:r[t(450)],log:o}}function windowAndNetworkTimeOut(n,i,u){var d,l,p,s=_0x55202d;return"{}"===JSON[s(496)](n)?{value:!0}:(d={},l=[],p=0,Object[s(553)](n).forEach(function(e){var a,t,r=s,o=i[e]&&i[e].type;r(514)===typeof o?(o=o(n[e]),r(526)!==typeof o.value&&"string"!=typeof o.value&&r(480)!==typeof o.value||(d[e]=o.value),o[r(539)]&&((a=(o=o.reason(e,n[e])).match(/^([A-Z]+):/))&&(t=logTypes.indexOf(a[1]),p<t&&(p=t),o=o[r(519)](a[0],"")),l.push(o))):(p=1,l[r(550)](r(536).concat(e,r(456))[r(546)](u,".")))}),{value:utils[s(482)](d)?null:JSON[s(496)](d),reason:0<l[s(534)]?function(e){var a=s;return""[a(546)](logTypes[p],": configuration item '").concat(e,"' contains: \n ")+"".concat(l.join(a(487)))}:null})}function _0x2d42(e,a){var t=_0x2978();return(_0x2d42=function(e,a){return t[e-=450]})(e,a)}function makeEnumValidator(e){var a=_0x55202d;return validator.enum[a(473)](null,e)}function makeBooleanValidator(){return validator.booleans.bind(null)}function getComponents(e){var t=_0x55202d,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:[],o=[];return e[t(520)](function(e){var a=t;r.includes(e.path)||o[a(550)](e[a(504)])}),JSON[t(496)](o)}function _0x2978(){var e=["297087NsgkNh","HexColor","white","string","top","' is invalid.'",'please change "',"function","8xJAPem","black","isArray","128PfdKKl","replace","forEach","preloadRule","manifest",": configuration item '","9sDOXSy","integer","number","#ffffff","def","symbol","' value '","522341uOkcfG","the attribute value type must be boolean","dark","length","1527245hKCkFx"," Attribute '","permissionObject","tabBar","reason","existsSync","strArr","require"," is too early, ","array","the attribute value must in [","concat","false","undefined","networkTimeout","push","ERROR: app.json configuration item '","35519470NAhmFe","keys","ERROR","value","' contains: \n ",'" field in the app.json file >= 1069.',"' is not a sub-attribute of tabBar.","permission","Object","' is not a configuration item of ","portrait","required","' is a character string, which should be an integer instead.","' is invalid","objArr","window"," The mandatory sub-attribute is missing: ","toString","icon","log","#000000","object","auto","7377840HkFYjJ","ERROR: app.json does not contain configuration item '","WARNING: app.json configuration item '","bind","' is invalid.","' color value '","' value is invalid.","all","splice","match","boolean","./utils","isEmptyObject","523494oPgArw","value '","plugins","light"," \n ","1213008wuXjLl","bottom","ERROR: Attribute '","trim","manifestData","type","indexOf","true","stringify","custom","NOTE","' is invalid, ","join","default","WARNING","landscape","path","logWarn","wifi"];return(_0x2978=function(){return e})()}(()=>{var t=_0x55202d;Object[t(553)](validatorMap)[t(520)](function(e){var a=t;validatorMap[e][a(458)]&&requireAttrMap[a(550)](e)})})(),module.exports=function(e){var t,r,a,o,n=_0x55202d,i=e.options[n(492)][n(522)];return i&&(t=e.resourcePath,r=[],requireAttrMap.forEach(function(e){var a=n;i[e]||r[a(550)]({reason:a(471)[a(546)](e,"'"),filePath:t})}),a=i[n(465)],o=void(utils.isExp(a)||!a||fs[n(540)](path[n(500)](t,"..",a[n(491)]()))||r[n(550)]({reason:"ERROR: Can not resolve file :"[n(546)](a),filePath:t})),Object[n(553)](i)[n(520)](function(e){var a=n;(o=validate(e,i[e])).log&&r[a(550)]({reason:o[a(466)][a(539)],filePath:t})}),utils[n(505)](e,r)),!0};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var _0x4a7351=_0x5e8f;function _0x251b(){var e=["399300aLaWik","requireCb","724008GwIXQd","routePath","ASCF_ROUTES","length","221784cLZBwy","48083RGPYwq","exports"," info, please check your json file.","40ufMFuZ","concat","ascfRequire","WARNING: Can't find the ","__qaRoute","602160uZjvrm","491705zqSgsg","156803XqrhDv","ascfDefine","usingComponents","forEach"];return(_0x251b=function(){return e})()}function _0x5e8f(e,n){var a=_0x251b();return(_0x5e8f=function(e,n){return a[e-=314]})(e,n)}function ascfDefine(e,n){var a=_0x5e8f,r=2<arguments[a(314)]&&void 0!==arguments[2]?arguments[2]:[];globalThis[a(334)][n]={routePath:n,requireCb:e,usingComponents:r}}function ascfRequireInner(e){var n=_0x5e8f;global[n(323)]=e[n(333)],global.usingComponents=e.usingComponents,e[n(331)](),global.__qaRoute=""}function ascfRequire(e){var n=_0x5e8f,a=globalThis[n(334)][e];a?(a.usingComponents&&a[n(328)][n(329)](function(e){ascfRequire(e)}),ascfRequireInner(a)):console.warn(n(322)[n(320)](e,n(318)))}(()=>{for(var e=_0x5e8f,n=_0x251b();;)try{if(130894==-parseInt(e(326))+parseInt(e(315))/2+parseInt(e(332))/3+parseInt(e(330))/4+-parseInt(e(325))/5+-parseInt(e(324))/6+parseInt(e(316))/7*(parseInt(e(319))/8))break;n.push(n.shift())}catch(e){n.push(n.shift())}})(),globalThis[_0x4a7351(327)]=ascfDefine,globalThis[_0x4a7351(321)]=ascfRequire,globalThis[_0x4a7351(334)]=globalThis[_0x4a7351(334)]||{},module[_0x4a7351(317)]={ascfDefine:ascfDefine,ascfRequire:ascfRequire};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x4cde52=_0x364f,_require=((()=>{for(var e=_0x364f,r=_0x3fe5();;)try{if(248842==+parseInt(e(305))+-parseInt(e(306))/2*(parseInt(e(296))/3)+parseInt(e(294))/4+-parseInt(e(290))/5+parseInt(e(286))/6*(parseInt(e(267))/7)+-parseInt(e(295))/8+parseInt(e(278))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})(),require(_0x4cde52(307))),astParse=_require[_0x4cde52(288)],traverse=_require[_0x4cde52(276)],generate=_require.generate,requireHandler=_require[_0x4cde52(270)],_require2=require(_0x4cde52(275)),getProjectInfo=_require2.getProjectInfo,path=require(_0x4cde52(284)),fs=require("fs"),_require3=require(_0x4cde52(309)),normalizedAbsPath=_require3[_0x4cde52(287)],_require4=require("../../common/utils"),handleResolveAlias=_require4[_0x4cde52(299)],_require5=require(_0x4cde52(308)),configs=_require5[_0x4cde52(282)];function _0x3fe5(){var e=['ERROR: JS is not found in path "',"concat","handleResolveAlias","add","startsWith","hasOwnProperty","exports",'" (using by "',"57172tWBNWY","146LFJarz","../js-parser/parser","../../common/config","./utils","root","7cCZnNy","call","relative","requireHandler","prototype","existsSync","ascfSrcPath","endsWith","../../common/utils","traverse","jsLoaderList","3869946rqKqMF","index.js","replace",".js","configs","forEach","path","join","1658586hZSvEP","normalizedAbsPath","astParse","asyncJsList","2164465iEXTvX","resolve","code","app","1712304krygjD","3499008kfMkSC","2982XMIywg"];return(_0x3fe5=function(){return e})()}function getOwnerIndexJs(t,e){var a,r=_0x4cde52;return t=normalizePath(t),null!=e&&e.forEach(function(e){var r,n=_0x364f,e=normalizedAbsPath(e[n(266)]);e+=e.endsWith("/")?"":"/",null!=(r=t)&&r[n(301)](e)&&(a=e)}),a?a+r(279):normalizedAbsPath("app.js")}function pathHandler(e,r,n,t,a){var i=_0x4cde52,s=getProjectInfo().ascfSrcPath,t=(r=handleResolveAlias(r,t),path.dirname(e)),t=r[i(301)]("/")?path[i(285)](s,r):path[i(291)](t,r);return isValidJSPath(t,r,e),a||configs[i(277)][i(300)](e),!!isNeedAddCommon(n,t,e,a)||((r="/"+normalizePath(path[i(269)](s,t)))[i(274)](i(281))||(r+=i(281)),r)}function _0x364f(e,r){var n=_0x3fe5();return(_0x364f=function(e,r){return n[e-=266]})(e,r)}function normalizePath(e){return null==e?void 0:e[_0x4cde52(280)](/\\/g,"/")}function isNeedAddCommon(e,t,a,i){var s=_0x4cde52,o=getProjectInfo()[s(273)],c=(a=a.replace(/\\/g,"/"),(t=normalizePath(t))+(t[s(274)](".js")?"":s(281))),d=!1,u=!1;return null!=e&&e[s(283)](function(e){var r=s,n=path[r(285)](o,e.root)[r(280)](/\\/g,"/");n+=n[r(274)]("/")?"":"/",t[r(301)](n)&&a.startsWith(n)&&(u=!0),t.startsWith(n)&&!i&&(Object.prototype[r(302)][r(268)](configs.asyncJsList,e[r(266)])||(configs[r(289)][e[r(266)]]=new Set),configs[r(289)][e[r(266)]][r(300)](c),d=!0)}),d||i||(e=s(293),Object[s(271)][s(302)].call(configs[s(289)],"app")||(configs[s(289)][e]=new Set),configs[s(289)][e].add(c)),u}function isValidJSPath(e,r,n){var t=_0x4cde52;if(e.endsWith(t(281))||(e+=t(281)),!fs[t(272)](e))throw t(297)[t(298)](r,t(304))[t(298)](n,'")')}function jsScanner(e,r,n,t){var a=_0x4cde52,e=astParse(e),i=getOwnerIndexJs(r,t),r=requireHandler(pathHandler,r,t,i,n);return traverse(e,r),null==(t=generate(e))?void 0:t[a(292)]}module[_0x4cde52(303)]={jsScanner:jsScanner,getOwnerIndexJs:getOwnerIndexJs,pathHandler:pathHandler,normalizePath:normalizePath};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x48da(){var n=["2713596dcOkWu","2815246MMdBQU","concat","2ZUOkFl","toString","45BEjevo","1607864gMtnFb","2563008XQQVOj","length","146424akYKGX","18791290OqpIas","279663PknfAm","join","180TgblCh"];return(_0x48da=function(){return n})()}function _0x16fd(n,r){var t=_0x48da();return(_0x16fd=function(n,r){return t[n-=259]})(n,r)}(()=>{for(var n=_0x16fd,r=_0x48da();;)try{if(949951==-parseInt(n(259))*(-parseInt(n(265))/2)+parseInt(n(262))/3+-parseInt(n(269))/4+parseInt(n(261))/5*(parseInt(n(271))/6)+parseInt(n(263))/7+-parseInt(n(268))/8*(-parseInt(n(267))/9)+-parseInt(n(272))/10)break;r.push(r.shift())}catch(n){r.push(r.shift())}})(),module.exports=function(n){var p=_0x16fd,c=[];return c[p(266)]=function(){var n=p;return this.map(function(n){return n[1]||""})[n(260)]("")},c.i=function(n,r,t){var a=p,e=n,u=("string"==typeof e&&(e=[[null,e,""]]),{});if(t)for(var f=0;f<this[a(270)];f++){var s=this[f][0];null!=s&&(u[s]=!0)}for(var i=0;i<e[a(270)];i++){var o=[][a(264)](e[i]);t&&u[o[0]]||(r&&(o[2]?o[2]=""[a(264)](r," and ")[a(264)](o[2]):o[2]=r),c.push(o))}},c};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function eventHappenHjs(n,t,r,e){var a=_0x388d;return"function"==typeof n&&n[a(342)]?null==n?void 0:n[a(342)](r,t,t.ownerInstance):null==e?void 0:e(n,t)}function _0x388d(n,t){var r=_0x18ff();return(_0x388d=function(n,t){return r[n-=336]})(n,t)}function _0x18ff(){var n=["3556604aeyHEU","1752814rOugZw","5041284lbtFjy","call","1853834CvQBbC","1357926QFaBIQ","3UHkMkI","441225YYzUsU","952785HmtkFh","16BrpWZF"];return(_0x18ff=function(){return n})()}(()=>{for(var n=_0x388d,t=_0x18ff();;)try{if(741168==+parseInt(n(344))+parseInt(n(343))/2*(-parseInt(n(345))/3)+parseInt(n(339))/4+-parseInt(n(337))/5+-parseInt(n(341))/6+parseInt(n(340))/7*(parseInt(n(338))/8)+-parseInt(n(336))/9)break;t.push(t.shift())}catch(n){t.push(t.shift())}})(),module.exports=eventHappenHjs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function _0x4b22(){var e=["819585LgtsxL","trim","hashSum",'console.log("__ascf_lazy_import__ error: " + err);',"Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,require","buildLog","{{{([\\s\\S]*?)}}}|{{([\\s\\S]*?)}}","length","__ascf_lazy_import__(p1).then(()=>(__webpack_require__(p2))).then(cb).catch(cbErr);","7FsCBJT",'", please change it.',"(function(){ try { return xx} catch (_undefinedErr){ _logUndefined(_undefinedErr)};})()","await new Promise((resolve,reject) => { aa.then(resolve).catch(reject);});","1614555QPQsRh","1576456LewtUM","require(path)","try { (mod => {a();})(require('./w.js'));} catch(err) {(err => {a();})(err)}","index","break,case,class,catch,const,continue,debugger,default,delete,do,else,export,extends,finally,",'ERROR: Unexpected inner parentheses, with attr value : "',"push","{{{(.+?)}}}|{{(.+?)}}","includes","12wEyrdF","parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,","./hash-sum","concat","190DALWBV","match","stringify","1835900bcapjT","exports","5558016bwHhrG","test","replace","581489mBmTJe","slice","split","lastIndex","1291368qWEuvV"];return(_0x4b22=function(){return e})()}var _0x17c7f7=_0x40e4,allowedKeywords=((()=>{for(var e=_0x40e4,r=_0x4b22();;)try{if(698076==-parseInt(e(180))+parseInt(e(215))/2+parseInt(e(208))/3*(parseInt(e(184))/4)+-parseInt(e(198))/5+parseInt(e(217))/6*(parseInt(e(194))/7)+parseInt(e(199))/8+-parseInt(e(185))/9*(parseInt(e(212))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}})(),"Infinity,undefined,NaN,null,isFinite,isNaN,true,false,"+_0x17c7f7(209)+_0x17c7f7(189)),allowedKeywordsRE=allowedKeywords[_0x17c7f7(182)](","),prohibitedKeywordRE=new RegExp("\\b"[_0x17c7f7(211)]((_0x17c7f7(203)+"for,function,if,import,in,instanceof,let,return,super,switch,throw,try,var,while,with,yield,enum,await,implements,package,protected,static,interface,private,public")[_0x17c7f7(182)](",").join("\\b|\\b"),"\\b")),stripStringRE=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g,innerParenthesesRe=/{{([^}][^}])*({{.*)+/,_require=require(_0x17c7f7(210)),hashSum=_require[_0x17c7f7(187)],STRINGIFY_OBJECT=JSON[_0x17c7f7(214)]({}),OBEJECT_PLACEHOLDER=hashSum(STRINGIFY_OBJECT),REPLACE_RE=new RegExp(OBEJECT_PLACEHOLDER,"g"),BINDING_CONTENT_RE=/{{([\s\S]*)}}/,OBJECT_RE=/{\s*}/g,CATCH_FUNC=_0x17c7f7(196),INNER_FUNC_KEYWORDS="Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,require",INNER_FUNC_LIST=INNER_FUNC_KEYWORDS[_0x17c7f7(182)](","),HJS_GET_CONSTRUCTOR='getProperty4Object("constructor", xx)',ASCF_LAZY_IMPORT=_0x17c7f7(193),ASCF_LAZY_IMPORT_ERR=_0x17c7f7(188),NEW_PROMISE=_0x17c7f7(197),REQUIRE_TRY_CATCH=_0x17c7f7(201),REQUIRE_TRY_CATCH_FUL="try { (cb)(require(path));} catch(err) {(cbErr)(err)}",REQUIRE=_0x17c7f7(200);function replace(e){var r=_0x17c7f7;return 1<arguments[r(192)]&&void 0!==arguments[1]&&arguments[1]?e.replace(REPLACE_RE,STRINGIFY_OBJECT)[r(219)](/\s+$/gm,""):e[r(219)](REPLACE_RE,STRINGIFY_OBJECT)[r(186)]()}function isIdentifierNotAllow(e){return allowedKeywordsRE[_0x17c7f7(207)](e)}function parseText(e,r){var t=_0x17c7f7,n=2<arguments[t(192)]&&void 0!==arguments[2]&&arguments[2],E=!(3<arguments[t(192)]&&void 0!==arguments[3])||arguments[3],_=e;if(n){if(!textExpRE[t(218)](_))return null}else if(_=_[t(219)](/\n/g,""),!expRE[t(218)](_))return null;var a=[];if(innerParenthesesRe.test(_))r[t(190)][t(205)]({reason:t(204)[t(211)](_,t(195))});else{for(var i=0,R=(tagRE[t(183)]=i,OBJECT_RE[t(218)](_)&&(_=_[t(219)](OBJECT_RE,OBEJECT_PLACEHOLDER)),null);R=textTagRE.exec(_);){var c=R[t(202)],c=(i<c&&a[t(205)]({value:_[t(181)](i,c)}),htmlRE[t(218)](R[0]));c&&(R[1]=_[t(181)](i,textTagRE[t(183)]+1)[t(213)](BINDING_CONTENT_RE)[1]),a[t(205)]({tag:!0,value:replace(R[1]||R[2],E),html:c}),i=textTagRE[t(183)]}i<_[t(192)]&&a[t(205)]({value:replace(_[t(181)](i),E)})}return a}function isExpr(e){return expRE[_0x17c7f7(218)](e)}function singleExpr(e){return sexpRE[_0x17c7f7(218)](e.trim())}function removeExprffix(e){var r=_0x17c7f7;return e=(e=singleExpr(e)?e.replace(/^\s*{{/,"")[r(219)](/}}\s*$/,""):e)[r(186)]()}function addExprffix(e){var r=_0x17c7f7;return e=singleExpr(e)?e:"{{"[r(211)](e,"}}")}function containExpr(e){var r=_0x17c7f7;return!!e&&tagRE.test(e[r(219)](/(\n)|(\r)/g,""))}function removeAllExprFix(e){var r=_0x17c7f7;return e=containExpr(e)?e[r(219)](/\{\{\{?|\}\}\}?/g,""):e}var tagSource=_0x17c7f7(206),tagRE=new RegExp(tagSource,"g"),expRE=new RegExp(tagSource),textTagRE=new RegExp(_0x17c7f7(191),"g"),textExpRE=new RegExp(_0x17c7f7(191)),htmlRE=new RegExp("^{{{.*}}}$"),sexpRE=new RegExp("^{{{(.+?)}}}$|^{{(.+?)}}$");function _0x40e4(e,r){var t=_0x4b22();return(_0x40e4=function(e,r){return t[e-=180]})(e,r)}module[_0x17c7f7(216)]={parseText:parseText,isExpr:isExpr,singleExpr:singleExpr,addExprffix:addExprffix,removeExprffix:removeExprffix,containExpr:containExpr,removeAllExprFix:removeAllExprFix,prohibitedKeywordRE:prohibitedKeywordRE,stripStringRE:stripStringRE,isIdentifierNotAllow:isIdentifierNotAllow,CATCH_FUNC:CATCH_FUNC,INNER_FUNC_LIST:INNER_FUNC_LIST,HJS_GET_CONSTRUCTOR:HJS_GET_CONSTRUCTOR,ASCF_LAZY_IMPORT:ASCF_LAZY_IMPORT,ASCF_LAZY_IMPORT_ERR:ASCF_LAZY_IMPORT_ERR,NEW_PROMISE:NEW_PROMISE,REQUIRE_TRY_CATCH:REQUIRE_TRY_CATCH,REQUIRE:REQUIRE,REQUIRE_TRY_CATCH_FUL:REQUIRE_TRY_CATCH_FUL};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x2750f2=_0x25fb;function _typeof(t){var n=_0x25fb;return(_typeof=n(334)==typeof Symbol&&"symbol"==typeof Symbol[n(351)]?function(t){return typeof t}:function(t){var r=n;return t&&r(334)==typeof Symbol&&t[r(341)]===Symbol&&t!==Symbol[r(348)]?r(344):typeof t})(t)}function _0x443d(){var t=["2MflaLa","1643656AXFHXZ","symbol","3079592usUTfE","exports","819630AkEQJF","prototype","charCodeAt","80394ZxWOnb","iterator","7dgIjsr","length","function","40036QOenUs","10EyepHc","toString","call","3632765LbMled","804345JUknCK","constructor"];return(_0x443d=function(){return t})()}function hashSum(t){for(var r=_0x25fb,n=fold(fold(fold(0,""),Object[r(348)][r(337)][r(338)](t)),_typeof(t)),o=fold(n,t.toString()).toString(16);o[r(353)]<8;)o="0"+o;return o}function fold(t,r){var n,o,f=_0x25fb,e=t;if(0===r[f(353)])return e;for(n=0,o=r.length;n<o;n++)e=(e<<5)-e+r[f(349)](n),e|=0;return e<0?-2*e:e}function _0x25fb(t,r){var n=_0x443d();return(_0x25fb=function(t,r){return n[t-=334]})(t,r)}(()=>{for(var t=_0x25fb,r=_0x443d();;)try{if(366696==+parseInt(t(342))*(-parseInt(t(335))/2)+-parseInt(t(340))/3+parseInt(t(343))/4+parseInt(t(339))/5+parseInt(t(350))/6+parseInt(t(352))/7*(-parseInt(t(345))/8)+-parseInt(t(347))/9*(parseInt(t(336))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}})(),module[_0x2750f2(346)]={hashSum:hashSum};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x5de4e1=_0x4132;function _typeof(e){var r=_0x4132;return(_typeof=r(353)==typeof Symbol&&"symbol"==typeof Symbol[r(296)]?function(e){return typeof e}:function(e){var t=r;return e&&t(353)==typeof Symbol&&e[t(363)]===Symbol&&e!==Symbol[t(343)]?t(305):typeof e})(e)}function ownKeys(r,e){var t,o=_0x4132,n=Object[o(332)](r);return Object[o(286)]&&(t=Object[o(286)](r),e&&(t=t[o(318)](function(e){var t=o;return Object[t(306)](r,e)[t(293)]})),n.push[o(287)](n,t)),n}function _objectSpread(t){for(var r=_0x4132,e=1;e<arguments[r(259)];e++){var o=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(o),!0)[r(276)](function(e){_defineProperty(t,e,o[e])}):Object[r(298)]?Object[r(291)](t,Object[r(298)](o)):ownKeys(Object(o))[r(276)](function(e){Object[r(352)](t,e,Object.getOwnPropertyDescriptor(o,e))})}return t}function _defineProperty(e,t,r){var o=_0x4132;return(t=_toPropertyKey(t))in e?Object[o(352)](e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _toPropertyKey(e){var t=_0x4132,e=_toPrimitive(e,"string");return t(305)==_typeof(e)?e:e+""}function _toPrimitive(e,t){var r=_0x4132;if(r(342)!=_typeof(e)||!e)return e;var o=e[Symbol[r(289)]];if(void 0===o)return(r(275)===t?String:Number)(e);o=o.call(e,t||r(272));if(r(342)!=_typeof(o))return o;throw new TypeError(r(321))}(()=>{for(var e=_0x4132,t=_0xd968();;)try{if(597373==-parseInt(e(346))*(parseInt(e(328))/2)+parseInt(e(317))/3+parseInt(e(292))/4+-parseInt(e(249))/5+parseInt(e(282))/6*(parseInt(e(319))/7)+-parseInt(e(279))/8+parseInt(e(267))/9*(parseInt(e(294))/10))break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var _require=require(_0x5de4e1(250)),getProjectInfo=_require[_0x5de4e1(339)],getHvigorwPath=_require.getHvigorwPath,getEntryPkgPath=_require[_0x5de4e1(252)],getHdcPath=_require[_0x5de4e1(333)],getModuleNames=_require[_0x5de4e1(311)],getBundleName=_require[_0x5de4e1(315)],execSafe=_require.execSafe,log4js=require(_0x5de4e1(330)),path=require(_0x5de4e1(345)),fs=require("fs"),_require2=require(_0x5de4e1(320)),execSync=_require2.execSync,_require3=require(_0x5de4e1(280)),configs=_require3[_0x5de4e1(323)],logger=log4js[_0x5de4e1(348)](_0x5de4e1(307)),IS_WIN32=process[_0x5de4e1(313)]===_0x5de4e1(325),TOOLS_DIR_OSX=_0x5de4e1(281),TOOLS_DIR_WIN=_0x5de4e1(290),DEFAULT_TOOLS_DIR=IS_WIN32?TOOLS_DIR_WIN:TOOLS_DIR_OSX;function getPath(){for(var e=_0x5de4e1,t=process.env[e(340)]||process[e(245)].DEVECO_SDK_HOME||process[e(245)].ASCF_DEVECO_SDK_HOME,t=t?t[e(335)](";")[0][e(288)]()+"/../tools/":DEFAULT_TOOLS_DIR,r=arguments.length,o=new Array(r),n=0;n<r;n++)o[n]=arguments[n];t=path.join[e(287)](path,[t][e(324)](o));return IS_WIN32&&t[e(336)](" ")?'"'[e(324)](t,'"'):t}function getDevEcoSdkHome(){var e=_0x5de4e1,t=getPath(e(337))[e(284)](/"/g,"");return fs[e(263)](t)?logger[e(349)](e(269)+t):logger[e(314)]("DEVECO_SDK_HOME is not found, please specify env DEVECO_SDK_HOME"),t}var isCommandRunning=!1;function assembleHap(){var e=_0x5de4e1;logger[e(274)](e(316)),runCmd(""[e(324)](getHvigorwPath(),e(361)),{chdir:!0,cwd:getProjectInfo()[e(360)]})}function _0x4132(e,t){var r=_0xd968();return(_0x4132=function(e,t){return r[e-=245]})(e,t)}function stopHvigorDaemon(){var e=_0x5de4e1;logger[e(274)]("stop-daemon"),runCmd(""[e(324)](getHvigorwPath()," --stop-daemon"),{chdir:!0,cwd:getProjectInfo()[e(360)]})}function installPkg(){var e=_0x5de4e1,t=getModuleNames();t[e(327)]?(t=path[e(354)](getEntryPkgPath(),e(350),e(272),"outputs",e(272),""[e(324)](t.name,e(355))),fs[e(263)](t)?(logger[e(274)](e(264)),runCmd(""[e(324)](getHdcPath()," -t ")[e(324)](getDeviceId(),e(247))[e(324)](t),{chdir:!0,cwd:getProjectInfo()[e(360)]})):logger[e(358)](e(304),t)):logger.error(e(271))}function assembleAndInstallHap(e){var t,r,o,n,a=_0x5de4e1;global._supportLegacyHos?(t=getProjectInfo()[a(360)],r=configs[a(261)]||"com.enjoy.now.hmos",o=global.ASCF_QS_BUILT_PATH?path.basename(global[a(254)]):null==(o=fs[a(344)](""[a(324)](t,a(301))))||null==(o=o[a(318)](function(e){return/.*-debug-.*\.spk/[a(359)](e)}))?void 0:o[0],n=getBundleNameQs(t),runCmd(""[a(324)](getHdcPath()," -t ")[a(324)](getDeviceId()," shell aa start -a MpEntryAbility -b ")[a(324)](r,a(285))[a(324)](e[a(251)],"/build/dist/")[a(324)](o,a(312)).concat(n),{chdir:!0,cwd:t})):(assembleHap(),installPkg())}function uninstallPkg(){var e,t=_0x5de4e1;global[t(283)]||(e=getBundleName(),logger[t(274)](t(253)),runCmd(""[t(324)](getHdcPath()," -t ")[t(324)](getDeviceId(),t(277))[t(324)](e),{chdir:!0,cwd:getProjectInfo().projectPath}))}function getBundleNameQs(e){var t=_0x5de4e1,e=path[t(299)](e,t(351),t(329),"app.json");if(fs[t(263)](e)){e=JSON[t(256)](fs[t(341)](e,t(248)));if(null!=e&&e[t(295)])return null==e?void 0:e[t(295)];logger.error(t(309))}else logger[t(358)]("app.json is not found")}function startAbility(){var e,t=_0x5de4e1,r=getProjectInfo()[t(360)];logger[t(274)](t(262)[t(324)](r)),global._supportLegacyHos?(r=getBundleNameQs(r),e=configs[t(261)]||"com.enjoy.now.hmos",runCmd([getHdcPath(),"-t",getDeviceId(),t(347),"aa","start","-a",t(308),"-b",e,"--ps",t(255),r,t(338),t(300),t(322)][t(354)](" "))):(e=getBundleName())?(r=getModuleNames())[t(327)]?r.entryAbility?(logger[t(274)](t(302)[t(324)](e)),runCmd(""[t(324)](getHdcPath(),t(265))[t(324)](getDeviceId(),t(258)).concat(r[t(260)],t(334))[t(324)](e," -m ")[t(324)](r[t(327)],t(303)))):logger[t(358)](t(362)):logger.error(t(271)):logger[t(358)](t(310))}function runCmd(e,t){var r=_0x5de4e1;if(e&&!isCommandRunning){var o=getDevEcoSdkHome(),o=Object.assign({encoding:"utf8",env:_objectSpread(_objectSpread({},process[r(245)]||{}),{},{DEVECO_SDK_HOME:o})},t);try{logger[r(274)](r(270),e),isCommandRunning=!0;var n=execSync(e,o),a=String(n);return/failed to start ability/[r(359)](a)?logger[r(358)]("Run command error: ",a):logger[r(274)](r(356),a),n}catch(e){logger[r(358)](r(273),e)}finally{isCommandRunning=!1}}}function hdcRemovePort(e,t){var r=_0x5de4e1;0!==e&&0!==t&&(logger[r(274)](r(246)),e=execSafe(""[r(324)](getHdcPath(),r(265))[r(324)](getDeviceId(),r(297))[r(324)](e,r(278)).concat(t)),logger.debug(e))}function tryHdcPortReversing(e){var t=_0x5de4e1,r=1<arguments[t(259)]&&void 0!==arguments[1]?arguments[1]:0,o=Math[t(266)](64512*Math[t(268)]())+1024,n=execSafe(""[t(324)](getHdcPath(),t(265))[t(324)](getDeviceId(),t(357))[t(324)](o," tcp:")[t(324)](e));return n&&5!==r?n[t(336)]("Forwardport result:OK")?o:tryHdcPortReversing(e,++r):0}function _0xd968(){var e=["abilities.name is null, in the file of module.json5","constructor","env","Remove forward port"," install ","utf8","1395430twjPld","../../common/utils","remotePort","getEntryPkgPath","Uninstall package","ASCF_QS_BUILT_PATH","ascfPackageName","parse","deviceId"," shell aa start -a ","length","entryAbility","qsHostPkg","start startAbility under ","existsSync","installing package bundleName to sn"," -t ","floor","9ihelmL","random","DEVECO_SDK_HOME=","Run command: ","module.name is null, in the file of module.json5","default","Run command error: ","info","string","forEach"," uninstall "," tcp:","7554560PLFzmp","../../common/config","/Applications/DevEco-Studio.app/Contents/tools","18ATnWlk","_supportLegacyHos","replace"," --ps startMode installAndRunDebugPkg --ps pkgUrl http://127.0.0.1:","getOwnPropertySymbols","apply","trim","toPrimitive","C:\\Program Files\\Huawei\\DevEco Studio\\tools","defineProperties","2135040ymFObv","enumerable","9987470ECgdaI","package","iterator"," fport rm tcp:","getOwnPropertyDescriptors","resolve","launchMode","/build/dist","start ability "," --ps launchMode forceUpdate","hapPath is not exists","symbol","getOwnPropertyDescriptor","hdc-executor","MpEntryAbility","app.json package is null","bundleName is null","getModuleNames"," --ps ascfPackageName ","platform","warn","getBundleName","assembleHap","140367ZdrXRx","filter","2021537SDabsi","child_process","@@toPrimitive must return a primitive value.","forceUpdate","configs","concat","win32"," list targets","name","316Hruaru","ascf_src","../../common/log4js","exit","keys","getHdcPath"," -b ","split","includes","../sdk","--ps","getProjectInfo","DevEco Studio","readFileSync","object","prototype","readdirSync","path","3955XGcPtS","shell","getLogger","debug","build","ascf","defineProperty","function","join","-default-signed.hap","Run command result:"," rport tcp:","error","test","projectPath"," assembleHap --parallel --incremental --daemon -p skipAscfCompile=true"];return(_0xd968=function(){return e})()}function getDeviceId(){var e,t=_0x5de4e1;return configs[t(257)]||((e=execSafe(""[t(324)](getHdcPath(),t(326))))&&!/(Empty|Fail)/[t(359)](e)||(logger[t(358)]("App Launch: select a device first"),process[t(331)](1)),e=e[t(335)]("\n"),configs[t(257)]=e[0][t(288)]()),configs[t(257)]}module.exports={stopHvigorDaemon:stopHvigorDaemon,assembleAndInstallHap:assembleAndInstallHap,assembleHap:assembleHap,installPkg:installPkg,uninstallPkg:uninstallPkg,startAbility:startAbility,hdcRemovePort:hdcRemovePort,tryHdcPortReversing:tryHdcPortReversing,getDeviceId:getDeviceId};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var _0x5d6afb=_0x33fe;function _0x2d6e(){var t=["1906730FZNIFO","exports","Function","4110012EmjZAA","bind","construct","376075luFtaZ","RegExp","4LsLXXb","138MHXLxz","length","8rVpOWD","apply","4856940JYTzgX","setPrototypeOf","constructor","Boolean","Number","2448kfgHoP","__proto__","valueOf","5065JwCIXF","7257SYKVqc","Date","push","572532UoQqAb"];return(_0x2d6e=function(){return t})()}function _construct(t,e,r){var n,a=_0x33fe;return _isNativeReflectConstruct()?Reflect[a(412)].apply(null,arguments):((n=[null])[a(431)][a(419)](n,e),e=new(t[a(411)].apply(t,n)),r&&_setPrototypeOf(e,r.prototype),e)}function _0x33fe(t,e){var r=_0x2d6e();return(_0x33fe=function(t,e){return r[t-=406]})(t,e)}function _setPrototypeOf(t,e){var r=_0x33fe;return(_setPrototypeOf=Object[r(421)]?Object[r(421)][r(411)]():function(t,e){return t[r(426)]=e,t})(t,e)}function _isNativeReflectConstruct(){var t=_0x33fe;try{var e=!Boolean.prototype[t(427)].call(Reflect[t(412)](Boolean,[],function(){}))}catch(t){}return(_isNativeReflectConstruct=function(){return!!e})()}function getRegExp(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return _construct(RegExp,e)}function getDate(){for(var t=arguments[_0x33fe(417)],e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return _construct(Date,e)}function getProperty4Object(t,e){var r=_0x33fe,n=null==e?void 0:e[t];if(t!==r(422))return n;switch(n){case Date:return r(430);case RegExp:return r(414);case Object:return"Object";case Function:return r(409);case Array:return"Array";case String:return"String";case Boolean:return r(423);case Number:return r(424);default:return n}}(()=>{for(var t=_0x33fe,e=_0x2d6e();;)try{if(255491==+parseInt(t(429))*(-parseInt(t(416))/2)+-parseInt(t(406))/3*(-parseInt(t(415))/4)+-parseInt(t(428))/5*(-parseInt(t(425))/6)+-parseInt(t(413))/7+parseInt(t(418))/8*(parseInt(t(410))/9)+parseInt(t(407))/10+-parseInt(t(420))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}})(),module[_0x5d6afb(408)]={getDate:getDate,getRegExp:getRegExp,getProperty4Object:getProperty4Object};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var _0x21b1b0=_0xba14,expUtils=((()=>{for(var e=_0xba14,b=_0x3622();;)try{if(519574==-parseInt(e(704))*(-parseInt(e(649))/2)+parseInt(e(782))/3+-parseInt(e(511))/4*(-parseInt(e(765))/5)+-parseInt(e(632))/6+-parseInt(e(570))/7+parseInt(e(521))/8*(parseInt(e(737))/9)+-parseInt(e(480))/10)break;b.push(b.shift())}catch(e){b.push(b.shift())}})(),require(_0x21b1b0(399))),fs=require("fs"),utils=require(_0x21b1b0(742)),path=require("path"),vm=require("vm"),ATTR_NAME=_0x21b1b0(771),tagCommon={attrs:[{name:"id"},{name:"class"},{name:"style"},{name:_0x21b1b0(735)},{name:_0x21b1b0(626)},{name:_0x21b1b0(423)},{name:_0x21b1b0(514)},{name:_0x21b1b0(609),combDiectives:[_0x21b1b0(735),_0x21b1b0(527)]},{name:_0x21b1b0(527)},{name:"has:for-index",combDiectives:[_0x21b1b0(735),_0x21b1b0(527)]},{name:"has:for-item",combDiectives:[_0x21b1b0(735),_0x21b1b0(527)]},{name:_0x21b1b0(793)},{name:_0x21b1b0(788)},{name:_0x21b1b0(793)},{name:"data-"},{name:_0x21b1b0(424)},{name:_0x21b1b0(579)}]},tagComponentMap={map:{events:[_0x21b1b0(681),_0x21b1b0(728),"bindlabeltap",_0x21b1b0(751),_0x21b1b0(682),_0x21b1b0(501),_0x21b1b0(711),_0x21b1b0(588)],attrs:[{name:_0x21b1b0(786),type:[_0x21b1b0(456)],required:!0},{name:_0x21b1b0(485),type:[_0x21b1b0(456)],required:!0},{name:_0x21b1b0(697),type:[_0x21b1b0(456)],default:16,enum:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]},{name:"marker",type:[_0x21b1b0(446)]},{name:_0x21b1b0(689),type:[_0x21b1b0(446)]},{name:_0x21b1b0(641),type:[_0x21b1b0(446)]},{name:"circles",type:[_0x21b1b0(446)]},{name:_0x21b1b0(599),type:[_0x21b1b0(446)]},{name:"include-points",type:["array"]},{name:_0x21b1b0(653),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(623),type:[_0x21b1b0(446)]},{name:_0x21b1b0(636),type:["string"]},{name:"layer-style",type:[_0x21b1b0(456)],default:1},{name:_0x21b1b0(657),type:[_0x21b1b0(456)],default:0},{name:_0x21b1b0(757),type:[_0x21b1b0(456)],default:0},{name:_0x21b1b0(583),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(455),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(610),type:["boolean"],default:!1},{name:_0x21b1b0(798),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(505),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(529),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(674),type:["boolean"],default:!1},{name:_0x21b1b0(443),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(540),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(619),type:[_0x21b1b0(702)]}]},video:{events:[_0x21b1b0(536),"bindpause",_0x21b1b0(474),"bindtimeupdate",_0x21b1b0(595),_0x21b1b0(743),_0x21b1b0(562),_0x21b1b0(781),_0x21b1b0(418)],attrs:[{name:"src",type:["string"],checkPath:!0,required:!0},{name:_0x21b1b0(503),type:[_0x21b1b0(456)]},{name:_0x21b1b0(599),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(416),type:["array"]},{name:"danmu-list",type:[_0x21b1b0(446)]},{name:_0x21b1b0(746),type:[_0x21b1b0(739)],default:!1},{name:"enable-danmu",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(408),type:["boolean"],default:!1},{name:"loop",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(720),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(592),type:[_0x21b1b0(456)],default:0},{name:_0x21b1b0(758),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(725),type:[_0x21b1b0(426)],default:_0x21b1b0(618),enum:["contain","fill","cover"]},{name:_0x21b1b0(662),type:[_0x21b1b0(426)],checkPath:!0},{name:_0x21b1b0(413),type:["number"],enum:[0,-90,90]},{name:_0x21b1b0(635),type:[_0x21b1b0(739)],default:!0},{name:"show-fullscreen-btn",type:["boolean"],default:!0},{name:_0x21b1b0(441),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(738),type:["boolean"],default:!0},{name:"enable-prgress-gesture",type:["boolean"],default:!0},{name:"show-mute-btn",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(403),type:[_0x21b1b0(426)]},{name:_0x21b1b0(565),type:[_0x21b1b0(426)],default:_0x21b1b0(553),enum:[_0x21b1b0(553),"center"]},{name:_0x21b1b0(506),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(568),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(663),type:[_0x21b1b0(739)],default:!0},{name:"vslide-gesture",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(716),type:["boolean"],default:!0},{name:_0x21b1b0(430),type:["string"]}]},"live-pusher":{events:[_0x21b1b0(552),"bindnetstatus","binderror",_0x21b1b0(686),"bindbgmprogress","bindbgmcomplete"],attrs:[{name:_0x21b1b0(477),type:[_0x21b1b0(426)],checkPath:!0},{name:"mode",type:[_0x21b1b0(426)],default:_0x21b1b0(582),enum:["live",_0x21b1b0(646)]},{name:_0x21b1b0(427),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(720),type:["boolean"],default:!1},{name:_0x21b1b0(693),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(778),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(533),type:[_0x21b1b0(426)],default:_0x21b1b0(512),enum:[_0x21b1b0(512),"horizontal"]},{name:_0x21b1b0(483),type:[_0x21b1b0(456)],default:0,enum:[0,1,2,3,4,5,6,7,8,9]},{name:_0x21b1b0(516),type:[_0x21b1b0(456)],default:0,enum:[0,1,2,3,4,5,6,7,8,9]},{name:_0x21b1b0(630),type:[_0x21b1b0(426)],default:_0x21b1b0(672),enum:["9:16",_0x21b1b0(561)]},{name:"mini-bitrate",type:["number"],default:200},{name:_0x21b1b0(523),type:[_0x21b1b0(456)],default:1e3},{name:"audio-quality",type:[_0x21b1b0(426)],default:_0x21b1b0(747),enum:[_0x21b1b0(733),_0x21b1b0(747)]},{name:_0x21b1b0(695),type:["string"]},{name:_0x21b1b0(524),type:["string"]},{name:"zoom",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(644),type:["string"],default:_0x21b1b0(461),enum:[_0x21b1b0(461),_0x21b1b0(602)]},{name:_0x21b1b0(539),type:["boolean"],default:!1},{name:_0x21b1b0(470),type:["boolean"],default:!1}]},"live-player":{events:[_0x21b1b0(552),_0x21b1b0(595),_0x21b1b0(481)],attrs:[{name:_0x21b1b0(633),type:[_0x21b1b0(426)],checkPath:!0},{name:_0x21b1b0(707),type:[_0x21b1b0(426)],default:"RTC",enum:["HD",_0x21b1b0(515),"SD","RTC"]},{name:_0x21b1b0(408),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(720),type:["boolean"],default:!1},{name:_0x21b1b0(533),type:[_0x21b1b0(426)],default:_0x21b1b0(512),enum:[_0x21b1b0(512),_0x21b1b0(744)]},{name:"object-fit",type:[_0x21b1b0(426)],default:_0x21b1b0(618),enum:[_0x21b1b0(618),_0x21b1b0(468)]},{name:_0x21b1b0(539),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(655),type:[_0x21b1b0(456)],default:1},{name:_0x21b1b0(655),type:[_0x21b1b0(456)],default:3},{name:"sound-mode",type:[_0x21b1b0(426)],default:_0x21b1b0(727),enum:[_0x21b1b0(727),_0x21b1b0(600)]},{name:_0x21b1b0(663),type:[_0x21b1b0(739)],default:!0},{name:_0x21b1b0(568),type:[_0x21b1b0(739)],default:!0}]},camrea:{events:[_0x21b1b0(756),"binderror",_0x21b1b0(572),"bindscancode"],attrs:[{name:_0x21b1b0(707),type:["boolean"],default:"normal",enum:["front","back"]},{name:"device-position",type:[_0x21b1b0(426)],default:"back"},{name:_0x21b1b0(658),type:[_0x21b1b0(426)],default:_0x21b1b0(530),enum:[_0x21b1b0(530),"on","off",_0x21b1b0(504)]},{name:_0x21b1b0(683),type:[_0x21b1b0(426)],default:"medium",enum:[_0x21b1b0(690),_0x21b1b0(410),_0x21b1b0(604)]},{name:_0x21b1b0(658),type:[_0x21b1b0(426)],default:"auto"}]},view:{attrs:[{name:_0x21b1b0(605),type:[_0x21b1b0(426)],default:_0x21b1b0(712)},{name:_0x21b1b0(703),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(492),type:[_0x21b1b0(456)],default:50},{name:_0x21b1b0(597),type:[_0x21b1b0(456)],default:400}]},"scroll-view":{events:[_0x21b1b0(722),"bindscrolltolower",_0x21b1b0(587)],attrs:[{name:"scroll-x",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(450),type:["boolean"],default:!1},{name:_0x21b1b0(729),type:["number",_0x21b1b0(426)],default:50},{name:"lower-threshold",type:[_0x21b1b0(456),_0x21b1b0(426)],default:50},{name:"scroll-top",type:[_0x21b1b0(456),_0x21b1b0(426)]},{name:"scroll-left",type:[_0x21b1b0(456),_0x21b1b0(426)]},{name:"scroll-into-view",type:[_0x21b1b0(426)]},{name:_0x21b1b0(709),type:["boolean"],default:!1},{name:_0x21b1b0(688),type:[_0x21b1b0(739)],default:!1},{name:"scroll-anchoring",type:["boolean"],default:!1}]},"movable-area":{attrs:[{name:"scale-area",type:[_0x21b1b0(739)],default:!1}]},"movable-view":{events:["bindchange",_0x21b1b0(531),"htouchmove",_0x21b1b0(678)],attrs:[{name:_0x21b1b0(413),type:[_0x21b1b0(426)],default:_0x21b1b0(651)},{name:_0x21b1b0(576),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(749),type:[_0x21b1b0(739)],default:!1},{name:"x",type:[_0x21b1b0(456)]},{name:"y",type:[_0x21b1b0(456)]},{name:"damping",type:[_0x21b1b0(456)],default:20},{name:_0x21b1b0(466),type:[_0x21b1b0(456)],default:2},{name:"disabled",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(697),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(508),type:[_0x21b1b0(456)],default:.5},{name:"scale-max",type:[_0x21b1b0(456)],default:10},{name:_0x21b1b0(762),type:[_0x21b1b0(456)],default:1},{name:_0x21b1b0(528),type:["boolean"],default:!0}]},audio:{events:[_0x21b1b0(562),"bindplay",_0x21b1b0(606),_0x21b1b0(460),_0x21b1b0(474)],attrs:[{name:"id",type:[_0x21b1b0(426)]},{name:_0x21b1b0(633),type:["string"],checkPath:!0},{name:_0x21b1b0(420),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(599),type:["boolean"],default:!1},{name:_0x21b1b0(662),type:[_0x21b1b0(426)],checkPath:!0},{name:_0x21b1b0(745),type:[_0x21b1b0(426)]},{name:_0x21b1b0(458),type:["string"]}]},progress:{events:[_0x21b1b0(659)],attrs:[{name:"percent",type:[_0x21b1b0(456)]},{name:"show-info",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(475),type:["number","string"],default:0},{name:_0x21b1b0(401),type:[_0x21b1b0(456),_0x21b1b0(426)],default:16},{name:_0x21b1b0(792),type:["number",_0x21b1b0(426)],default:6},{name:_0x21b1b0(615),type:[_0x21b1b0(426)],default:_0x21b1b0(791)},{name:_0x21b1b0(546),type:["string"],default:_0x21b1b0(791)},{name:"backgroundColor",type:[_0x21b1b0(426)],default:_0x21b1b0(445)},{name:"active",type:["boolean"],default:!1},{name:_0x21b1b0(409),type:["string"],default:"backwards"},{name:"durations",type:[_0x21b1b0(456)],default:30}]},"rich-text":{attrs:[{name:_0x21b1b0(736),type:[_0x21b1b0(446),_0x21b1b0(426)],default:[]},{name:_0x21b1b0(577),type:["string"]}]},text:{attrs:[{name:_0x21b1b0(408),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(408),type:[_0x21b1b0(426)]},{name:_0x21b1b0(719),type:["boolean"],default:!1}]},swiper:{events:[_0x21b1b0(598),_0x21b1b0(741),"bindanimationfinish"],attrs:[{name:"indicator-dots",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(750),type:[_0x21b1b0(426)],default:_0x21b1b0(453)},{name:_0x21b1b0(603),type:[_0x21b1b0(426)],default:_0x21b1b0(767)},{name:"autoplay",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(486),type:[_0x21b1b0(456),_0x21b1b0(426)],default:0},{name:_0x21b1b0(723),type:[_0x21b1b0(456),_0x21b1b0(426)],default:5e3},{name:_0x21b1b0(503),type:[_0x21b1b0(456),_0x21b1b0(426)],default:500},{name:_0x21b1b0(512),type:["boolean"],default:!1},{name:_0x21b1b0(629),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(726),type:["string",_0x21b1b0(456)],default:"0px"},{name:"next-margin",type:[_0x21b1b0(426),"number"],default:_0x21b1b0(730)},{name:_0x21b1b0(559),type:["number"],default:1},{name:_0x21b1b0(488),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(538),type:[_0x21b1b0(426)],default:_0x21b1b0(447),enum:["default",_0x21b1b0(773),_0x21b1b0(472),_0x21b1b0(543),_0x21b1b0(769)]}]},"swiper-item":{parent:_0x21b1b0(499),attrs:[{name:"item-id"}]},image:{events:["binderror","bindload"],attrs:[{name:"src",checkPath:!0},{name:_0x21b1b0(707)},{name:_0x21b1b0(509)},{name:_0x21b1b0(601)},{name:_0x21b1b0(763)}]},icon:{attrs:[{name:_0x21b1b0(797),type:["string"]},{name:_0x21b1b0(590),type:["number",_0x21b1b0(426)],default:23},{name:_0x21b1b0(615),type:["string"]}]},"cover-image":{attrs:[{name:"src",required:!0,checkPath:!0}],events:[_0x21b1b0(431),_0x21b1b0(562)]},"cover-view":{attrs:[{name:_0x21b1b0(628),type:["number",_0x21b1b0(426)]}]},checkbox:{attrs:[{name:_0x21b1b0(785),type:["string",_0x21b1b0(456)]},{name:_0x21b1b0(671),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(494),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(615),type:["string"],default:"#09BB07"}]},button:{events:["bindgetuserinfo",_0x21b1b0(574),"bindgetphonenumber","binderror","bindopensetting","bindlaunchapp"],attrs:[{name:_0x21b1b0(590),type:[_0x21b1b0(426)],default:_0x21b1b0(447),enum:[_0x21b1b0(447),_0x21b1b0(404)]},{name:_0x21b1b0(797),type:[_0x21b1b0(426)],default:"default",enum:[_0x21b1b0(542),_0x21b1b0(447),_0x21b1b0(422)]},{name:_0x21b1b0(777),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(671),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(679),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(789),type:[_0x21b1b0(426)],enum:[_0x21b1b0(790),_0x21b1b0(467)]},{name:"open-type",type:[_0x21b1b0(426)],enum:[_0x21b1b0(435),_0x21b1b0(519),_0x21b1b0(451),_0x21b1b0(520),_0x21b1b0(586),_0x21b1b0(748),_0x21b1b0(591)]},{name:"hover-class",type:["string"],default:_0x21b1b0(760)},{name:_0x21b1b0(703),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(492),type:[_0x21b1b0(456)],default:20},{name:_0x21b1b0(597),type:[_0x21b1b0(456)],default:70},{name:_0x21b1b0(500),type:[_0x21b1b0(426)],default:"en",enum:["en",_0x21b1b0(779),"zh_TW"]},{name:_0x21b1b0(774),type:[_0x21b1b0(426)]},{name:_0x21b1b0(405),type:[_0x21b1b0(426)]},{name:_0x21b1b0(417),type:[_0x21b1b0(426)]},{name:_0x21b1b0(627),type:[_0x21b1b0(426)]},{name:_0x21b1b0(465),type:[_0x21b1b0(426)]},{name:_0x21b1b0(787),type:[_0x21b1b0(739)],default:!1}]},"checkbox-group":{events:[_0x21b1b0(411)],attrs:[]},editor:{events:[_0x21b1b0(537),_0x21b1b0(734),_0x21b1b0(753),_0x21b1b0(432),_0x21b1b0(661)],attrs:[{name:_0x21b1b0(668),type:[_0x21b1b0(739)],default:!1},{name:"placeholder",type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:_0x21b1b0(439),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(490),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(647),type:[_0x21b1b0(739)],default:!1}]},form:{events:[_0x21b1b0(617),"bindreset"],attrs:[{name:_0x21b1b0(656),type:["boolean"],default:!1},{name:_0x21b1b0(415),type:["number"],default:0}]},input:{events:["bindinput","bindfocus",_0x21b1b0(753),_0x21b1b0(495),_0x21b1b0(643)],attrs:[{name:_0x21b1b0(785),type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:"type",type:[_0x21b1b0(426)],default:"text",enum:[_0x21b1b0(714),_0x21b1b0(456),"idcard",_0x21b1b0(502)]},{name:_0x21b1b0(535),type:[_0x21b1b0(739)],default:!1},{name:"placeholder",type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:_0x21b1b0(772),type:[_0x21b1b0(426)]},{name:_0x21b1b0(496),type:[_0x21b1b0(426)],default:"input-placeholder"},{name:"disabled",type:[_0x21b1b0(739)],default:!1},{name:"maxlength",type:[_0x21b1b0(456)],default:140},{name:_0x21b1b0(794),type:[_0x21b1b0(456)],default:0},{name:"auto-focus",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(567),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(549),type:[_0x21b1b0(426)],default:_0x21b1b0(799),enum:[_0x21b1b0(551),"search",_0x21b1b0(692),"go",_0x21b1b0(799)]},{name:_0x21b1b0(489),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(398),type:[_0x21b1b0(456)]},{name:_0x21b1b0(700),type:[_0x21b1b0(456)],default:-1},{name:_0x21b1b0(631),type:["number"],default:-1},{name:"adjust-position",type:["boolean"],default:!0},{name:"hold-keyboard",type:[_0x21b1b0(739)],default:!1}]},label:{attrs:[{name:_0x21b1b0(640),type:[_0x21b1b0(426)]}]},picker:{events:[_0x21b1b0(699),_0x21b1b0(411),"bindcolumnchange"],attrs:[{name:_0x21b1b0(707),type:[_0x21b1b0(426)],default:"selector",enum:[_0x21b1b0(429),_0x21b1b0(775),_0x21b1b0(571),_0x21b1b0(440),_0x21b1b0(706)]},{name:_0x21b1b0(671),type:["boolean"],default:!1},{name:"range",type:["array"]},{name:_0x21b1b0(673),type:[_0x21b1b0(739)],string:!1},{name:_0x21b1b0(785),type:[_0x21b1b0(456),_0x21b1b0(446),_0x21b1b0(426)]},{name:_0x21b1b0(558),type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:"end",type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:_0x21b1b0(666),type:[_0x21b1b0(426)],default:"day",enum:[_0x21b1b0(660),_0x21b1b0(752),_0x21b1b0(621)]},{name:_0x21b1b0(545),type:[_0x21b1b0(426)]}]},"picker-view":{events:[_0x21b1b0(411),_0x21b1b0(795),_0x21b1b0(459)],attrs:[{name:_0x21b1b0(785),type:[_0x21b1b0(446)],default:_0x21b1b0(429)},{name:_0x21b1b0(776),type:["string"]},{name:_0x21b1b0(639),type:[_0x21b1b0(426)]},{name:_0x21b1b0(581),type:[_0x21b1b0(426)]},{name:"mask-class",type:["string"]}]},"picker-view-column":{attrs:[]},radio:{attrs:[{name:_0x21b1b0(785),type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:_0x21b1b0(615),type:["string"],default:_0x21b1b0(791)},{name:_0x21b1b0(494),type:[_0x21b1b0(739)],default:!1},{name:"disabled",type:["boolean"],default:!1}]},"radio-group":{events:[_0x21b1b0(411)],attrs:[]},slider:{events:[_0x21b1b0(411),"bindchanging"],attrs:[{name:_0x21b1b0(469),type:[_0x21b1b0(456)],default:0},{name:_0x21b1b0(685),type:["number"],default:100},{name:_0x21b1b0(710),type:[_0x21b1b0(456)],default:1},{name:_0x21b1b0(671),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(785),type:[_0x21b1b0(456)],default:0},{name:"color",type:["string"],default:"#e9e9e9"},{name:_0x21b1b0(593),type:[_0x21b1b0(426)],default:_0x21b1b0(614)},{name:_0x21b1b0(546),type:[_0x21b1b0(426)],default:_0x21b1b0(614)},{name:_0x21b1b0(414),type:[_0x21b1b0(426)],default:_0x21b1b0(454)},{name:_0x21b1b0(780),type:[_0x21b1b0(456)],default:28},{name:_0x21b1b0(487),type:[_0x21b1b0(426)],default:_0x21b1b0(624)},{name:_0x21b1b0(701),type:[_0x21b1b0(739)],default:!1}]},switch:{events:[_0x21b1b0(411)],attrs:[{name:_0x21b1b0(494),type:[_0x21b1b0(739)],default:!1},{name:"disabled",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(797),type:[_0x21b1b0(426)],default:_0x21b1b0(438)},{name:_0x21b1b0(615),type:[_0x21b1b0(426)],default:"#04BE02"}]},textarea:{events:["bindfocus","bindblur",_0x21b1b0(476),_0x21b1b0(432),_0x21b1b0(495),_0x21b1b0(643)],attrs:[{name:_0x21b1b0(785),type:[_0x21b1b0(426)]},{name:_0x21b1b0(696),type:[_0x21b1b0(426),_0x21b1b0(456)]},{name:_0x21b1b0(772),type:[_0x21b1b0(426)]},{name:_0x21b1b0(496),type:[_0x21b1b0(426)],default:_0x21b1b0(482)},{name:_0x21b1b0(671),type:["boolean"],default:!1},{name:_0x21b1b0(580),type:[_0x21b1b0(456)],default:140},{name:_0x21b1b0(768),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(567),type:["boolean"],default:!1},{name:_0x21b1b0(713),type:["boolean"],default:!1},{name:_0x21b1b0(550),type:[_0x21b1b0(739)],default:!1},{name:"cursor-spacing",type:["number"],default:0},{name:_0x21b1b0(398),type:["number"],default:-1},{name:_0x21b1b0(740),type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(700),type:[_0x21b1b0(456)],default:-1},{name:_0x21b1b0(631),type:["number"],default:-1},{name:_0x21b1b0(669),type:[_0x21b1b0(739)],default:!0},{name:"hold-keyboard",type:[_0x21b1b0(739)],default:!1}]},"functional-page-navigator":{events:[_0x21b1b0(732),_0x21b1b0(444),"bindcancel"],attrs:[{name:_0x21b1b0(652),type:[_0x21b1b0(426)],default:_0x21b1b0(400)},{name:_0x21b1b0(745),type:[_0x21b1b0(426)]},{name:_0x21b1b0(463),type:["object"]}]},navigator:{events:["bindsuccess","bindfail","bindcomplete"],attrs:[{name:_0x21b1b0(578),type:[_0x21b1b0(426)],default:_0x21b1b0(541)},{name:_0x21b1b0(477),type:[_0x21b1b0(426)]},{name:_0x21b1b0(613),type:["string"],default:"navigate",enum:[_0x21b1b0(569),_0x21b1b0(625),_0x21b1b0(670),"reLaunch",_0x21b1b0(783),_0x21b1b0(620)]},{name:_0x21b1b0(770),type:[_0x21b1b0(456)],default:1},{name:_0x21b1b0(715),type:[_0x21b1b0(426)]},{name:"path",type:[_0x21b1b0(426)]},{name:_0x21b1b0(556),type:[_0x21b1b0(702)]},{name:"version",type:[_0x21b1b0(426)],default:_0x21b1b0(400),enum:[_0x21b1b0(510),_0x21b1b0(754),"release"]},{name:"hover-class",type:[_0x21b1b0(426)],default:_0x21b1b0(478)},{name:_0x21b1b0(703),type:["boolean"],default:!1},{name:"hover-start-time",type:[_0x21b1b0(456)],default:50},{name:_0x21b1b0(597),type:[_0x21b1b0(456)],default:600}]},"open-data":{events:[_0x21b1b0(562)],attrs:[{name:"type",type:[_0x21b1b0(426)],enum:[_0x21b1b0(513),_0x21b1b0(761),"userAvatarUrl",_0x21b1b0(493),"userCity",_0x21b1b0(705),_0x21b1b0(522),_0x21b1b0(555)]},{name:"open-gid",type:["string"]},{name:_0x21b1b0(500),type:[_0x21b1b0(426)],default:"en",enum:["en",_0x21b1b0(779),_0x21b1b0(612)]},{name:_0x21b1b0(437),type:[_0x21b1b0(426)]},{name:_0x21b1b0(402),type:[_0x21b1b0(426)]}]},"official-account":{events:[_0x21b1b0(431),_0x21b1b0(562)],attrs:[]},ad:{events:["bindload",_0x21b1b0(562),_0x21b1b0(645)],attrs:[{name:_0x21b1b0(637),type:["string"],required:!0},{name:"ad-intervals",type:[_0x21b1b0(456)]}]},"web-view":{events:["bindmessage",_0x21b1b0(431),"binderror"],attrs:[{name:_0x21b1b0(633),type:[_0x21b1b0(426)],checkPath:!0}]},canvas:{events:[_0x21b1b0(667),"bindtouchmove","bindtouchend","bindtouchcancel",_0x21b1b0(544),_0x21b1b0(562)],attrs:[{name:"type",type:[_0x21b1b0(426)]},{name:_0x21b1b0(548),type:[_0x21b1b0(426)]},{name:"disable-scroll",type:[_0x21b1b0(739)],default:!1}]},"navigation-bar":{events:[],attrs:[{name:_0x21b1b0(403),type:[_0x21b1b0(426)]},{name:"loading",type:[_0x21b1b0(739)],default:!1},{name:_0x21b1b0(796),type:[_0x21b1b0(426)]},{name:_0x21b1b0(414),type:[_0x21b1b0(426)]},{name:"color-animation-duration",type:[_0x21b1b0(456)],default:0},{name:_0x21b1b0(407),type:[_0x21b1b0(426)],default:""},{name:"color-animation-timing-func",type:[_0x21b1b0(426)],default:_0x21b1b0(773),enum:[_0x21b1b0(773),_0x21b1b0(434),_0x21b1b0(759),_0x21b1b0(642)]}]},"page-meta":{events:[_0x21b1b0(498),_0x21b1b0(587),_0x21b1b0(596)],attrs:[{name:_0x21b1b0(575),type:[_0x21b1b0(426)]},{name:_0x21b1b0(414),type:["string"]},{name:_0x21b1b0(557),type:["string"]},{name:_0x21b1b0(764),type:["string"]},{name:_0x21b1b0(628),type:["string"],default:""},{name:_0x21b1b0(691),type:[_0x21b1b0(456)],default:300},{name:_0x21b1b0(407),type:[_0x21b1b0(426)],default:""},{name:_0x21b1b0(589),type:[_0x21b1b0(426)],default:""}]},"ad-button":{events:[_0x21b1b0(681)],attrs:[{name:_0x21b1b0(698),type:[_0x21b1b0(426)],required:!0},{name:_0x21b1b0(448),type:[_0x21b1b0(426)],required:!0},{name:_0x21b1b0(585),type:[_0x21b1b0(456)],default:0},{name:_0x21b1b0(613),type:["number"],default:0}]}},tagRequiredParent={},tagRequiredAttrs={},tagAllowedAttrs={},tagAttrsAllowedType={},tagAttrsNeedCheckPath={},attrsNeedCombine={},URL_MATCH_REG_EXP=/url\s*\(\s*['"]?\s*([^\(\)]+?)\s*['"]?\s*\)/g,URL_CONTENT_REG_EXP=/url\s*\(\s*['"]?([^'"]*)['"]?\s*\)/;function initData(n){var x=_0x21b1b0;tagCommon[x(654)][x(473)](function(e){return e.combDiectives})[x(442)](function(e){var b=x;return attrsNeedCombine[e[b(745)]]=e[b(718)]}),Object[x(479)](n)[x(442)](function(e){var b=x,t=n[e],a=t.attrs;t[b(675)]&&t[b(675)][b(412)]&&(tagRequiredParent[e]=t.parent),tagRequiredAttrs[e]=a[b(473)](function(e){return e[b(650)]}),tagAllowedAttrs[e]=a[b(484)](tagCommon.attrs),tagAttrsAllowedType[e]=a[b(473)](function(e){return e[b(797)]}),tagAttrsNeedCheckPath[e]=a[b(473)](function(e){return e.checkPath}).map(function(e){return e[b(745)]})})}function getRelativePath(e,b){return path.relative(e,b).replace(/\\/g,"/")}function findIncldeTagSrcChain(e,b){for(var t,a=_0x21b1b0,n=[],x=e[a(665)],_=b[a(708)],r=b.resourcePath;x;)x[a(452)][a(491)](/^q\-/,"")===a(449)&&(t=x[a(654)].filter(function(e){var b=a;return e.name===b(633)})[0])&&n[a(755)](t[a(785)]),x=x[a(665)];return n[a(412)]&&(r=n[a(680)](function(e,b){var t=a,b=utils[t(457)](b,r,_)[t(462)];return r=b},"")),/\.hxml$/[a(560)](r)?r:""[a(484)](r,".hxml")}function findIncludeSrcPath(e,b){var t=_0x21b1b0,a=e;return/^\//.test(b)?{srcPath:e}:((e=e.split(/\/|\\/))[t(717)](),e=e[t(436)]("/"),{sourcePath:a,filePath:path.join(e,b)[t(491)](/\\/g,"/")})}function checkSourcePath(e,b,t,a,n){var x,_=_0x21b1b0;/^(https?:)?\/\//[_(560)](b[_(785)])||(x=b.value,e=e[_(507)],tagAttrsNeedCheckPath[e][_(425)](b[_(745)])&&fileExistHandle(e,b,t,a,n),b.name!==_(687))||typeof x!==_(426)||x[_(425)]("rpx")||checkStyleUrlPath(e,b,t,a,n)}function fileExistHandle(e,b,t,a,n){var x=_0x21b1b0;if(!/^(https?:)?\/\//.test(b[x(785)])){if(typeof b[x(785)]!==x(426))return b.value;var _=b.value,r=a[x(708)],a=a[x(664)],l=findIncludeSrcPath(n,_),a=utils[x(457)](_,a,r)[x(462)][x(491)](/\s/g,""),a=l&&l.filePath?l[x(462)]:a;fs[x(421)](a)?(l=getRelativePath(r,a),b[x(785)]="/"[x(484)](l)):/^\/[^\/]+|(\.?\.\/)/[x(560)](_)&&t[x(525)]({filePath:n,loc:b[x(554)]||{start:0,end:0},reason:x(616)[x(484)](e,x(721))[x(484)](b[x(745)],"' ")+x(428)[x(484)](b[x(785)],x(547))+x(766)})}return b[x(785)]}function checkStyleUrlPath(a,e,n,x,_){var r=_0x21b1b0;URL_MATCH_REG_EXP.test(e.value)&&(e[r(785)]=e[r(785)][r(491)](URL_MATCH_REG_EXP,function(e){var b=r,t=e.replace(/(\\")|(\\')/g,"")[b(497)](URL_CONTENT_REG_EXP);return t?(t=fileExistHandle(a,{value:t[1],name:b(687)},n,x,_),b(584)[b(484)](t,")")):e}))}function _0xba14(e,b){var t=_0x3622();return(_0xba14=function(e,b){return t[e-=398]})(e,b)}function checkAttrValType(e,b,t,a){var n=_0x21b1b0,x=tagAttrsAllowedType[e][n(634)](function(e){return e[n(745)]===b.name});x&&(x=x[n(797)])&&(x=x.filter(function(e){return"boolean"!==e}))[n(412)]&&!x.includes(getAttrValType(b[n(785)]))&&t[n(525)]({filePath:a,loc:b[n(554)],reason:n(616)[n(484)](e,n(721))[n(484)](b[n(745)],"' ")+"value '"[n(484)](b[n(785)],n(534))[n(484)](getAttrValType(b[n(785)]),n(611))+n(526)[n(484)](JSON[n(684)](x[n(436)](", ")))})}function getAttrValType(e){var b,t=_0x21b1b0;try{return/^{(:+)}$/[t(560)](e)?t(702):(b=vm[t(608)](e),Object.prototype[t(406)][t(532)](b)[t(724)](8,-1)[t(573)]())}catch(e){return t(426)}}function isParentTagExist(e,b){for(var t=_0x21b1b0,a=e[t(665)];a&&a[t(452)][t(491)](/^q\-/,"")!==b;)a=a[t(665)];return!!a}function checkTagName(e,b,t){var a=_0x21b1b0,n=e.tagName,b=b[a(622)];tagRequiredParent[n]&&!isParentTagExist(e,e=tagRequiredParent[n])&&b.push({filePath:t,reason:"WRANING: Component <".concat(n,"> cant not find parent component: <")[a(484)](e,a(611))+"Please check it"})}function _0x3622(){var e=["color","WRANNING: Component <","bindsubmit","contain","setting","exit","day","buildLog","polygons","#ffffff","redirect","has:if","send-message-img","scroll-top","circular","aspect","selection-end","1704288fuPIvt","src","find","show-progress","subkey","unit-id","camelCaseToHyphened","indicator-class","for","polyline","easeInOut","bindkeyboardheightchange","device-position","bindclose","RTC","show-img-resize","without corresponding has:if.","2nmzuaj","required","none","version","show-location","attrs","min-cache","report-submit","rotate","flash","bindactiveend","year","bindstatuschange","poster","auto-pause-if-open-native","resourcePath","parentNode","fields","bindtouchstart","read-only","adjust-position","switchTab","disabled","9:16","range-key","enable-traffic","parent","isExpr","splice","vtouchmove","loading","reduce","bindtap","bindcallouttap","frame-size","stringify","max","bindbgmstart","style","scroll-flex","cover","small","scroll-duration","next","enable-camera","indexOf","waiting-image","placeholder","scale","adid","bindcancel","selection-start","show-value","object","hover-stop-propagation","950689Ubwidz","userProvince","region","mode","rootPath","scroll-with-animation","step","bindregionchange","node","auto-height","text","app-id","vslide-gesture-in-fullscreen","pop","combDiectives","decode","muted","> attribute '","bindscrolltoupper","interval","slice","object-fit","previous-margin","speaker","bindmarketap","upper-threshold","0px","> missing required attribute '","bindsuccess","low","bindfocus","has:for","nodes","720HvoYED","show-center-play-btn","boolean","show-confirm-bar","bindtransition","./utils","bindwating","horizontal","name","danmu-button","high","openSetting","out-of-bounds","indicator-color","bindcontroltap","month","bindblur","trial","unshift","bindstop","skew","page-gesture","easeOut","button-hover","userNickName","scale-value","show-menu-by-longpress","background-color-bottom","5exwMSY","Please check.","#000000","auto-focus","easeInOutCubic","delta","ATTR_NAME","placeholder-style","linear","session-from","multiSelector","indicator-style","plain","atuo-foucus","zh_CN","block-size","bindprogress","2032437CFtvtS","navigateBack","WRANNING: ","value","longitude","show-message-card","bind","form-type","submit","#09BB07","stroke-width","data","cursor-spacing","bindpickstart","front-color","type","enable-overlooking","done","cursor","./exp-utils","release","font-size","default-avatar","title","mini","send-message-title","toString","page-style","autoplay","active-mode","medium","bindchange","length","direction","background-color","report-submit-timeout","danmu-list","send-message-path","bindloadmetadata","childNodes","loop","existsSync","warn","has:elif","catch","includes","string","autopush","source path '","selector","ad-unit-id","bindload","bindinput","' value '","easeIn","contact","join","default-text","switch","show-img-size","date","show-play-btn","forEach","enable-scroll","bindfail","#EBEBEB","array","default","adunitid","_@template@_","scroll-y","getPhoneNumber","nodeName","rgba(0, 0, 0, .3)","#e9e9e9","enable-3D","number","getAbsPath","author","bindpickend","bindtimeupdate","front","filePath","args","without corresponding has:for.","app-parameter","friction","reset","fillCrop","min","mirror","', please change it.","easeInCubic","filter","bindended","border-radius","bindlinechange","url","navigator-hover","keys","14956770MyUhiM","bindnetstatus","textarea-placeholde","beauty","concat","latitude","current","block-color","skip-hidden-item-layout","confirm-hold","show-img-toolbar","replace","hover-start-time","userGender","checked","bindconfirm","placeholder-class","match","bindresize","swiper","lang","bindupdated","digit","duration","torch","enable-zoom","enable-play-gesture","tagName","scale-min","webp","develop","1539368TNFcQs","vertical","groupName","has:else","FHD","whiteness","trim","WARNING: Unexpected JavaScript keyword as attribute name: '","share","getUserInfo","83152IYFYlu","userCountry","max-bitrate","waiting-image-hash","push","Use below types ","has:for-items","animation","enable-sttellite","auto","bindscale","call","orientation","' is not allowed type: <","password","bindplay","bindready","easing-function","background-mute","enable-rotate","self","primary","easeOutCubic","bindlongtap","custom-item","active-color","' is not exist, ","canvas-id","confirm-type","fixed","send","bindstatechange","buttom","loc","userLanguage","extra-data","background-color-top","start","display-multiple-items","test","3:4","binderror","enum","WARNING: Unexpected attribute name: ","play-btn-postion"," used on element <","focus","auto-pause-if-navigate","navigate","3816617rJJYNk","time","bindinitdone","toLowerCase","bindcontact","background-text-style","inertia","space","target","capture-catch:","maxlength","mask-style","live","show-compass","url(","valuetype","launchApp","bindscroll","bindpoitap","root-font-size","size","feedback","initial-time","selected-color","v-if","bindfullscreenchange","bindscrolldone","hover-stay-time","bindchang","controls","ear","lazy-load","back","indicator-active-color","large","hover-class","bindpause","key","runInThisContext","has:key","show-scale",">, ","zh_TW","open-type","#1aad19"];return(_0x3622=function(){return e})()}function checkAttrValInAllowedList(e,b,t,a,n){var x=_0x21b1b0,_=getAttrValType(b[x(785)])===x(456)?Number(b[x(785)]):b[x(785)],a=(typeof _===x(426)&&(_=_[x(517)]()),a[x(622)]);t.includes(_)||a.push({filePath:n,loc:b[x(554)],reason:"WRANNING: Component <"[x(484)](e,x(721))[x(484)](b[x(745)],x(433))[x(484)](b.value,"' is not allowed,")+" Use below values \n "[x(484)](JSON[x(684)](t.join(", ")))})}function checkElseIf(e,b,t,a){var n,x,_=_0x21b1b0,r=!1;[_(514),_(423)][_(425)](b[_(745)])&&((x=e[_(665)][_(419)])&&1<x[_(412)]&&(n=x[_(694)](e),r=(x=x[_(724)](0,n)).length&&x.some(function(e){var t=_;return e[t(654)]&&e[t(654)][t(634)](function(e){var b=t;return e.name===b(594)})})),r||(t[_(622)][_(525)]({filePath:a,loc:b[_(554)],trigger:ATTR_NAME,reason:_(784)[_(484)](b[_(745)],"=")[_(484)](b[_(785)],_(566))[_(484)](e[_(507)],"> ")+_(648)}),e.attrs.splice(e[_(654)][_(694)](b),1)))}function checkAttrFor(e,b,t,a){var n,x,_=_0x21b1b0,r=attrsNeedCombine[b[_(745)]];r&&(x=(n=e[_(654)])[_(694)](b),!n.find(function(e){var b=_;return r[b(425)](e[b(745)])}))&&(t[_(622)].push({filePath:a,loc:b[_(554)],trigger:ATTR_NAME,reason:_(784)[_(484)](b[_(745)],"=").concat(b[_(785)]," used on element <").concat(e[_(507)],"> ")+_(464)}),/^has:key$/.test(b[_(745)]))&&e[_(654)][_(677)](x,1)}function checkAttrAllowed(e,b,t){var a=_0x21b1b0,n=[a(607)];return/^(v-|:)/[a(560)](e[a(745)])?(b[a(525)]({filePath:t,loc:e[a(554)],trigger:ATTR_NAME,reason:a(564).concat(e.name,", attribute can not start with 'v-' or ':'. ")}),!1):(n.includes(e.name)&&b[a(525)]({filePath:t,loc:e[a(554)],trigger:ATTR_NAME,reason:a(518)[a(484)](e.name,a(471))}),!0)}function checkTagAttrs(b,n,x,_){var r,l,i=_0x21b1b0,o=b[i(507)],u=n.buildLog,e=b[i(654)],m=tagAllowedAttrs[o],t=tagRequiredAttrs[o];m?(t.forEach(function(t){var a=i;e[a(634)](function(e){var b=a;return e.name===t[b(745)]})||u.push({filePath:_,loc:b.loc,reason:a(616)[a(484)](o,a(731)).concat(t[a(745)],"'")})}),r=[],e[i(442)](function(t){var e,a=i;checkAttrAllowed(t,u,_)&&r[a(525)](t),!expUtils[a(676)](t.value)&&!utils.isEmptyStr(t[a(785)])&&(/^data\-/.test(t[a(745)])||(t[a(745)]=utils[a(638)](t[a(745)])),e=m[a(634)](function(e){var b=a;return new RegExp("^".concat(e[b(745)]))[b(560)](t[b(745)])}))&&(e[a(563)]?checkAttrValInAllowedList(o,t,e[a(563)],n,_):checkAttrValType(o,t,u,_),checkSourcePath(b,t,u,x,_)),checkElseIf(b,t,n,_),checkAttrFor(b,t,n,_)}),b[i(654)]=r):e&&0<e[i(412)]&&(l=[],e.forEach(function(e,b,t){var a=i;checkAttrAllowed(e,u,_)&&l[a(525)](e)}),b.attrs=l)}function checkNode(e,b,t){var a=findIncldeTagSrcChain(e,t);checkTagName(e,b,a),checkTagAttrs(e,b,t,a)}initData(tagComponentMap),module.exports={checkTagAttrs:checkTagAttrs,checkTagName:checkTagName,isParentTagExist:isParentTagExist,checkNode:checkNode,findIncldeTagSrcChain:findIncldeTagSrcChain};
|
|
1
|
+
var _0x5ab112=_0x3689;function _0x3689(a,e){var t=_0x58a6();return(_0x3689=function(a,e){return t[a-=411]})(a,e)}(()=>{for(var a=_0x3689,e=_0x58a6();;)try{if(976527==-parseInt(a(537))*(-parseInt(a(800))/2)+parseInt(a(578))/3*(parseInt(a(522))/4)+-parseInt(a(670))/5+parseInt(a(569))/6+-parseInt(a(687))/7+-parseInt(a(785))/8+-parseInt(a(479))/9)break;e.push(e.shift())}catch(a){e.push(e.shift())}})();var expUtils=require(_0x5ab112(411)),fs=require("fs"),utils=require(_0x5ab112(712)),path=require(_0x5ab112(732)),vm=require("vm"),ATTR_NAME=_0x5ab112(440),tagCommon={attrs:[{name:"id"},{name:_0x5ab112(607)},{name:_0x5ab112(601)},{name:_0x5ab112(614)},{name:_0x5ab112(697)},{name:_0x5ab112(624)},{name:"has:else"},{name:"has:key",combDiectives:[_0x5ab112(614),_0x5ab112(804)]},{name:_0x5ab112(804)},{name:"has:for-index",combDiectives:[_0x5ab112(614),_0x5ab112(804)]},{name:"has:for-item",combDiectives:["has:for",_0x5ab112(804)]},{name:_0x5ab112(755)},{name:_0x5ab112(439)},{name:_0x5ab112(755)},{name:"data-"},{name:"catch"},{name:_0x5ab112(469)}]},tagComponentMap={map:{events:["bindtap","bindmarketap",_0x5ab112(760),_0x5ab112(623),"bindcallouttap",_0x5ab112(460),"bindregionchange",_0x5ab112(458)],attrs:[{name:_0x5ab112(682),type:[_0x5ab112(477)],required:!0},{name:_0x5ab112(709),type:["number"],required:!0},{name:_0x5ab112(434),type:[_0x5ab112(477)],default:16,enum:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]},{name:_0x5ab112(658),type:[_0x5ab112(475)]},{name:_0x5ab112(437),type:["array"]},{name:_0x5ab112(598),type:[_0x5ab112(475)]},{name:_0x5ab112(515),type:["array"]},{name:_0x5ab112(704),type:[_0x5ab112(475)]},{name:_0x5ab112(656),type:[_0x5ab112(475)]},{name:_0x5ab112(449),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(808),type:[_0x5ab112(475)]},{name:_0x5ab112(552),type:[_0x5ab112(480)]},{name:_0x5ab112(713),type:[_0x5ab112(477)],default:1},{name:_0x5ab112(692),type:[_0x5ab112(477)],default:0},{name:_0x5ab112(728),type:[_0x5ab112(477)],default:0},{name:_0x5ab112(494),type:["boolean"],default:!1},{name:_0x5ab112(520),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(674),type:["boolean"],default:!1},{name:_0x5ab112(689),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(802),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(748),type:["boolean"],default:!1},{name:_0x5ab112(483),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(533),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(784),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(543),type:[_0x5ab112(639)]}]},video:{events:["bindplay",_0x5ab112(727),_0x5ab112(553),_0x5ab112(795),_0x5ab112(594),_0x5ab112(534),"binderror","bindprogress","bindloadmetadata"],attrs:[{name:_0x5ab112(576),type:["string"],checkPath:!0,required:!0},{name:_0x5ab112(649),type:[_0x5ab112(477)]},{name:"controls",type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(776),type:["array"]},{name:"danmu-list",type:["array"]},{name:_0x5ab112(751),type:[_0x5ab112(647)],default:!1},{name:"enable-danmu",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(772),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(744),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(485),type:["boolean"],default:!1},{name:_0x5ab112(763),type:[_0x5ab112(477)],default:0},{name:_0x5ab112(428),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(679),type:[_0x5ab112(480)],default:_0x5ab112(502),enum:["contain",_0x5ab112(539),_0x5ab112(437)]},{name:_0x5ab112(651),type:["string"],checkPath:!0},{name:"direction",type:[_0x5ab112(477)],enum:[0,-90,90]},{name:"show-progress",type:["boolean"],default:!0},{name:_0x5ab112(699),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(756),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(775),type:[_0x5ab112(647)],default:!0},{name:"enable-prgress-gesture",type:[_0x5ab112(647)],default:!0},{name:"show-mute-btn",type:["boolean"],default:!1},{name:_0x5ab112(473),type:[_0x5ab112(480)]},{name:_0x5ab112(464),type:["string"],default:"buttom",enum:[_0x5ab112(433),_0x5ab112(803)]},{name:_0x5ab112(620),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(758),type:[_0x5ab112(647)],default:!0},{name:"auto-pause-if-open-native",type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(513),type:["boolean"],default:!1},{name:_0x5ab112(495),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(711),type:["string"]}]},"live-pusher":{events:["bindstatechange","bindnetstatus",_0x5ab112(456),_0x5ab112(648),_0x5ab112(521),"bindbgmcomplete"],attrs:[{name:_0x5ab112(412),type:[_0x5ab112(480)],checkPath:!0},{name:_0x5ab112(661),type:[_0x5ab112(480)],default:_0x5ab112(572),enum:[_0x5ab112(572),_0x5ab112(762)]},{name:_0x5ab112(764),type:[_0x5ab112(647)],default:!1},{name:"muted",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(547),type:[_0x5ab112(647)],default:!0},{name:"atuo-foucus",type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(517),type:[_0x5ab112(480)],default:_0x5ab112(636),enum:["vertical",_0x5ab112(550)]},{name:_0x5ab112(541),type:[_0x5ab112(477)],default:0,enum:[0,1,2,3,4,5,6,7,8,9]},{name:_0x5ab112(721),type:[_0x5ab112(477)],default:0,enum:[0,1,2,3,4,5,6,7,8,9]},{name:_0x5ab112(724),type:["string"],default:"9:16",enum:[_0x5ab112(519),_0x5ab112(590)]},{name:_0x5ab112(621),type:["number"],default:200},{name:"max-bitrate",type:[_0x5ab112(477)],default:1e3},{name:_0x5ab112(806),type:["string"],default:"high",enum:["low",_0x5ab112(801)]},{name:"waiting-image",type:[_0x5ab112(480)]},{name:_0x5ab112(470),type:[_0x5ab112(480)]},{name:_0x5ab112(471),type:[_0x5ab112(647)],default:!1},{name:"device-position",type:[_0x5ab112(480)],default:_0x5ab112(722),enum:[_0x5ab112(722),_0x5ab112(593)]},{name:_0x5ab112(688),type:["boolean"],default:!1},{name:_0x5ab112(778),type:["boolean"],default:!1}]},"live-player":{events:[_0x5ab112(780),_0x5ab112(594),_0x5ab112(643)],attrs:[{name:_0x5ab112(576),type:["string"],checkPath:!0},{name:_0x5ab112(661),type:[_0x5ab112(480)],default:"RTC",enum:["HD",_0x5ab112(743),"SD",_0x5ab112(762)]},{name:_0x5ab112(772),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(485),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(517),type:[_0x5ab112(480)],default:_0x5ab112(636),enum:[_0x5ab112(636),"horizontal"]},{name:"object-fit",type:[_0x5ab112(480)],default:_0x5ab112(502),enum:[_0x5ab112(502),_0x5ab112(781)]},{name:_0x5ab112(688),type:[_0x5ab112(647)],default:!1},{name:"min-cache",type:[_0x5ab112(477)],default:1},{name:_0x5ab112(622),type:[_0x5ab112(477)],default:3},{name:_0x5ab112(536),type:[_0x5ab112(480)],default:_0x5ab112(588),enum:[_0x5ab112(588),_0x5ab112(526)]},{name:_0x5ab112(559),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(758),type:[_0x5ab112(647)],default:!0}]},camrea:{events:["bindstop","binderror",_0x5ab112(592),_0x5ab112(555)],attrs:[{name:_0x5ab112(661),type:[_0x5ab112(647)],default:"normal",enum:["front","back"]},{name:_0x5ab112(634),type:[_0x5ab112(480)],default:_0x5ab112(593)},{name:"flash",type:[_0x5ab112(480)],default:"auto",enum:[_0x5ab112(752),"on",_0x5ab112(466),"torch"]},{name:_0x5ab112(678),type:[_0x5ab112(480)],default:"medium",enum:[_0x5ab112(504),"medium",_0x5ab112(659)]},{name:_0x5ab112(567),type:[_0x5ab112(480)],default:_0x5ab112(752)}]},view:{attrs:[{name:_0x5ab112(681),type:[_0x5ab112(480)],default:_0x5ab112(705)},{name:_0x5ab112(747),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(720),type:[_0x5ab112(477)],default:50},{name:"hover-stay-time",type:[_0x5ab112(477)],default:400}]},"scroll-view":{events:[_0x5ab112(796),_0x5ab112(453),_0x5ab112(606)],attrs:[{name:"scroll-x",type:[_0x5ab112(647)],default:!1},{name:"scroll-y",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(701),type:["number",_0x5ab112(480)],default:50},{name:_0x5ab112(654),type:[_0x5ab112(477),_0x5ab112(480)],default:50},{name:_0x5ab112(500),type:[_0x5ab112(477),_0x5ab112(480)]},{name:_0x5ab112(561),type:["number",_0x5ab112(480)]},{name:_0x5ab112(416),type:[_0x5ab112(480)]},{name:"scroll-with-animation",type:["boolean"],default:!1},{name:"scroll-flex",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(427),type:[_0x5ab112(647)],default:!1}]},"movable-area":{attrs:[{name:_0x5ab112(523),type:[_0x5ab112(647)],default:!1}]},"movable-view":{events:[_0x5ab112(610),_0x5ab112(665),_0x5ab112(646),_0x5ab112(791)],attrs:[{name:_0x5ab112(600),type:[_0x5ab112(480)],default:"none"},{name:_0x5ab112(680),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(429),type:[_0x5ab112(647)],default:!1},{name:"x",type:[_0x5ab112(477)]},{name:"y",type:[_0x5ab112(477)]},{name:_0x5ab112(668),type:[_0x5ab112(477)],default:20},{name:_0x5ab112(589),type:[_0x5ab112(477)],default:2},{name:"disabled",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(434),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(566),type:[_0x5ab112(477)],default:.5},{name:_0x5ab112(630),type:["number"],default:10},{name:_0x5ab112(564),type:["number"],default:1},{name:_0x5ab112(560),type:[_0x5ab112(647)],default:!0}]},audio:{events:[_0x5ab112(456),_0x5ab112(556),_0x5ab112(727),"bindtimeupdate","bindended"],attrs:[{name:"id",type:[_0x5ab112(480)]},{name:_0x5ab112(576),type:[_0x5ab112(480)],checkPath:!0},{name:"loop",type:["boolean"],default:!1},{name:_0x5ab112(704),type:["boolean"],default:!1},{name:_0x5ab112(651),type:[_0x5ab112(480)],checkPath:!0},{name:_0x5ab112(481),type:[_0x5ab112(480)]},{name:_0x5ab112(545),type:[_0x5ab112(480)]}]},progress:{events:[_0x5ab112(499)],attrs:[{name:_0x5ab112(573),type:[_0x5ab112(477)]},{name:_0x5ab112(503),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(777),type:[_0x5ab112(477),_0x5ab112(480)],default:0},{name:_0x5ab112(635),type:[_0x5ab112(477),_0x5ab112(480)],default:16},{name:_0x5ab112(733),type:[_0x5ab112(477),_0x5ab112(480)],default:6},{name:"color",type:[_0x5ab112(480)],default:_0x5ab112(740)},{name:"active-color",type:[_0x5ab112(480)],default:_0x5ab112(740)},{name:"backgroundColor",type:[_0x5ab112(480)],default:_0x5ab112(583)},{name:_0x5ab112(676),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(714),type:[_0x5ab112(480)],default:"backwards"},{name:_0x5ab112(452),type:["number"],default:30}]},"rich-text":{attrs:[{name:_0x5ab112(632),type:["array",_0x5ab112(480)],default:[]},{name:_0x5ab112(797),type:["string"]}]},text:{attrs:[{name:_0x5ab112(772),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(772),type:["string"]},{name:_0x5ab112(425),type:[_0x5ab112(647)],default:!1}]},swiper:{events:[_0x5ab112(707),"bindtransition",_0x5ab112(488)],attrs:[{name:"indicator-dots",type:["boolean"],default:!1},{name:_0x5ab112(770),type:[_0x5ab112(480)],default:_0x5ab112(809)},{name:"indicator-active-color",type:[_0x5ab112(480)],default:_0x5ab112(467)},{name:_0x5ab112(772),type:[_0x5ab112(647)],default:!1},{name:"current",type:[_0x5ab112(477),_0x5ab112(480)],default:0},{name:_0x5ab112(615),type:[_0x5ab112(477),"string"],default:5e3},{name:"duration",type:[_0x5ab112(477),_0x5ab112(480)],default:500},{name:_0x5ab112(636),type:[_0x5ab112(647)],default:!1},{name:"circular",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(474),type:[_0x5ab112(480),"number"],default:_0x5ab112(739)},{name:_0x5ab112(677),type:[_0x5ab112(480),"number"],default:_0x5ab112(739)},{name:_0x5ab112(608),type:[_0x5ab112(477)],default:1},{name:_0x5ab112(717),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(424),type:["string"],default:"default",enum:["default",_0x5ab112(585),_0x5ab112(448),_0x5ab112(612),_0x5ab112(716)]}]},"swiper-item":{parent:"swiper",attrs:[{name:_0x5ab112(725)}]},image:{events:[_0x5ab112(456),_0x5ab112(491)],attrs:[{name:_0x5ab112(576),checkPath:!0},{name:_0x5ab112(661)},{name:_0x5ab112(738)},{name:"lazy-load"},{name:"show-menu-by-longpress"}]},icon:{attrs:[{name:"type",type:[_0x5ab112(480)]},{name:_0x5ab112(457),type:["number",_0x5ab112(480)],default:23},{name:_0x5ab112(461),type:[_0x5ab112(480)]}]},"cover-image":{attrs:[{name:_0x5ab112(576),required:!0,checkPath:!0}],events:["bindload","binderror"]},"cover-view":{attrs:[{name:_0x5ab112(500),type:[_0x5ab112(477),_0x5ab112(480)]}]},checkbox:{attrs:[{name:_0x5ab112(691),type:[_0x5ab112(480),_0x5ab112(477)]},{name:"disabled",type:["boolean"],default:!1},{name:_0x5ab112(507),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(461),type:["string"],default:_0x5ab112(740)}]},button:{events:[_0x5ab112(497),"bindcontact",_0x5ab112(508),_0x5ab112(456),_0x5ab112(667),_0x5ab112(768)],attrs:[{name:_0x5ab112(457),type:["string"],default:_0x5ab112(535),enum:[_0x5ab112(535),_0x5ab112(723)]},{name:_0x5ab112(787),type:[_0x5ab112(480)],default:_0x5ab112(535),enum:[_0x5ab112(487),_0x5ab112(535),_0x5ab112(490)]},{name:_0x5ab112(626),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(619),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(505),type:[_0x5ab112(647)],default:!1},{name:"form-type",type:[_0x5ab112(480)],enum:[_0x5ab112(581),_0x5ab112(568)]},{name:"open-type",type:[_0x5ab112(480)],enum:[_0x5ab112(512),_0x5ab112(735),"getPhoneNumber",_0x5ab112(493),_0x5ab112(664),"openSetting","feedback"]},{name:_0x5ab112(681),type:["string"],default:"button-hover"},{name:"hover-stop-propagation",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(720),type:[_0x5ab112(477)],default:20},{name:_0x5ab112(782),type:["number"],default:70},{name:"lang",type:["string"],default:"en",enum:["en","zh_CN",_0x5ab112(525)]},{name:_0x5ab112(673),type:["string"]},{name:_0x5ab112(577),type:[_0x5ab112(480)]},{name:"send-message-path",type:[_0x5ab112(480)]},{name:_0x5ab112(478),type:[_0x5ab112(480)]},{name:_0x5ab112(715),type:[_0x5ab112(480)]},{name:"show-message-card",type:[_0x5ab112(647)],default:!1}]},"checkbox-group":{events:[_0x5ab112(610)],attrs:[]},editor:{events:[_0x5ab112(650),_0x5ab112(655),_0x5ab112(638),_0x5ab112(436),_0x5ab112(447)],attrs:[{name:_0x5ab112(693),type:["boolean"],default:!1},{name:_0x5ab112(629),type:[_0x5ab112(480),_0x5ab112(477)]},{name:_0x5ab112(660),type:["boolean"],default:!1},{name:"show-img-toolbar",type:["boolean"],default:!1},{name:_0x5ab112(613),type:[_0x5ab112(647)],default:!1}]},form:{events:[_0x5ab112(420),_0x5ab112(514)],attrs:[{name:_0x5ab112(538),type:["boolean"],default:!1},{name:_0x5ab112(759),type:["number"],default:0}]},input:{events:[_0x5ab112(436),"bindfocus","bindblur",_0x5ab112(684),_0x5ab112(617)],attrs:[{name:"value",type:[_0x5ab112(480),_0x5ab112(477)]},{name:"type",type:[_0x5ab112(480)],default:_0x5ab112(708),enum:["text",_0x5ab112(477),_0x5ab112(726),"digit"]},{name:_0x5ab112(532),type:["boolean"],default:!1},{name:"placeholder",type:["string",_0x5ab112(477)]},{name:_0x5ab112(736),type:[_0x5ab112(480)]},{name:_0x5ab112(586),type:[_0x5ab112(480)],default:_0x5ab112(492)},{name:_0x5ab112(619),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(605),type:["number"],default:140},{name:"cursor-spacing",type:[_0x5ab112(477)],default:0},{name:_0x5ab112(445),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(749),type:["boolean"],default:!1},{name:_0x5ab112(702),type:[_0x5ab112(480)],default:_0x5ab112(415),enum:[_0x5ab112(430),"search",_0x5ab112(528),"go",_0x5ab112(415)]},{name:_0x5ab112(571),type:[_0x5ab112(647)],default:!1},{name:"cursor",type:["number"]},{name:_0x5ab112(432),type:[_0x5ab112(477)],default:-1},{name:_0x5ab112(696),type:[_0x5ab112(477)],default:-1},{name:"adjust-position",type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(769),type:[_0x5ab112(647)],default:!1}]},label:{attrs:[{name:_0x5ab112(465),type:[_0x5ab112(480)]}]},picker:{events:[_0x5ab112(754),_0x5ab112(610),_0x5ab112(551)],attrs:[{name:"mode",type:[_0x5ab112(480)],default:_0x5ab112(530),enum:[_0x5ab112(530),"multiSelector","time",_0x5ab112(584),_0x5ab112(418)]},{name:_0x5ab112(619),type:["boolean"],default:!1},{name:"range",type:[_0x5ab112(475)]},{name:_0x5ab112(587),type:[_0x5ab112(647)],string:!1},{name:"value",type:[_0x5ab112(477),_0x5ab112(475),_0x5ab112(480)]},{name:_0x5ab112(511),type:[_0x5ab112(480),_0x5ab112(477)]},{name:_0x5ab112(616),type:[_0x5ab112(480),"number"]},{name:_0x5ab112(421),type:[_0x5ab112(480)],default:_0x5ab112(637),enum:["year",_0x5ab112(570),"day"]},{name:_0x5ab112(462),type:[_0x5ab112(480)]}]},"picker-view":{events:["bindchange","bindpickstart",_0x5ab112(706)],attrs:[{name:_0x5ab112(691),type:[_0x5ab112(475)],default:_0x5ab112(530)},{name:"indicator-style",type:[_0x5ab112(480)]},{name:_0x5ab112(580),type:[_0x5ab112(480)]},{name:_0x5ab112(690),type:[_0x5ab112(480)]},{name:_0x5ab112(734),type:["string"]}]},"picker-view-column":{attrs:[]},radio:{attrs:[{name:_0x5ab112(691),type:["string","number"]},{name:_0x5ab112(461),type:[_0x5ab112(480)],default:_0x5ab112(740)},{name:_0x5ab112(507),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(619),type:["boolean"],default:!1}]},"radio-group":{events:["bindchange"],attrs:[]},slider:{events:[_0x5ab112(610),_0x5ab112(750)],attrs:[{name:"min",type:["number"],default:0},{name:_0x5ab112(685),type:[_0x5ab112(477)],default:100},{name:_0x5ab112(595),type:["number"],default:1},{name:_0x5ab112(619),type:[_0x5ab112(647)],default:!1},{name:"value",type:[_0x5ab112(477)],default:0},{name:_0x5ab112(461),type:["string"],default:_0x5ab112(792)},{name:_0x5ab112(518),type:[_0x5ab112(480)],default:_0x5ab112(476)},{name:_0x5ab112(790),type:["string"],default:_0x5ab112(476)},{name:_0x5ab112(773),type:[_0x5ab112(480)],default:_0x5ab112(792)},{name:_0x5ab112(798),type:["number"],default:28},{name:_0x5ab112(431),type:["string"],default:_0x5ab112(574)},{name:_0x5ab112(531),type:["boolean"],default:!1}]},switch:{events:[_0x5ab112(610)],attrs:[{name:_0x5ab112(507),type:[_0x5ab112(647)],default:!1},{name:"disabled",type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(787),type:[_0x5ab112(480)],default:"switch"},{name:_0x5ab112(461),type:[_0x5ab112(480)],default:_0x5ab112(675)}]},textarea:{events:[_0x5ab112(655),_0x5ab112(638),"bindlinechange",_0x5ab112(436),_0x5ab112(684),_0x5ab112(617)],attrs:[{name:_0x5ab112(691),type:["string"]},{name:_0x5ab112(629),type:[_0x5ab112(480),_0x5ab112(477)]},{name:_0x5ab112(736),type:[_0x5ab112(480)]},{name:_0x5ab112(586),type:[_0x5ab112(480)],default:_0x5ab112(807)},{name:_0x5ab112(619),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(605),type:[_0x5ab112(477)],default:140},{name:_0x5ab112(445),type:["boolean"],default:!1},{name:_0x5ab112(749),type:["boolean"],default:!1},{name:_0x5ab112(455),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(446),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(641),type:[_0x5ab112(477)],default:0},{name:_0x5ab112(788),type:["number"],default:-1},{name:_0x5ab112(558),type:[_0x5ab112(647)],default:!1},{name:_0x5ab112(432),type:[_0x5ab112(477)],default:-1},{name:_0x5ab112(696),type:[_0x5ab112(477)],default:-1},{name:_0x5ab112(618),type:[_0x5ab112(647)],default:!0},{name:_0x5ab112(769),type:[_0x5ab112(647)],default:!1}]},"functional-page-navigator":{events:[_0x5ab112(710),"bindfail",_0x5ab112(754)],attrs:[{name:"version",type:[_0x5ab112(480)],default:"release"},{name:_0x5ab112(481),type:[_0x5ab112(480)]},{name:"args",type:["object"]}]},navigator:{events:[_0x5ab112(710),_0x5ab112(542),"bindcomplete"],attrs:[{name:"target",type:["string"],default:_0x5ab112(441)},{name:"url",type:["string"]},{name:_0x5ab112(450),type:[_0x5ab112(480)],default:_0x5ab112(686),enum:["navigate",_0x5ab112(472),"switchTab","reLaunch","navigateBack",_0x5ab112(501)]},{name:_0x5ab112(805),type:["number"],default:1},{name:_0x5ab112(631),type:[_0x5ab112(480)]},{name:_0x5ab112(732),type:[_0x5ab112(480)]},{name:_0x5ab112(438),type:["object"]},{name:_0x5ab112(628),type:[_0x5ab112(480)],default:_0x5ab112(652),enum:[_0x5ab112(671),_0x5ab112(442),_0x5ab112(652)]},{name:_0x5ab112(681),type:[_0x5ab112(480)],default:_0x5ab112(582)},{name:_0x5ab112(747),type:["boolean"],default:!1},{name:_0x5ab112(720),type:[_0x5ab112(477)],default:50},{name:_0x5ab112(782),type:[_0x5ab112(477)],default:600}]},"open-data":{events:[_0x5ab112(456)],attrs:[{name:"type",type:["string"],enum:[_0x5ab112(548),"userNickName",_0x5ab112(604),"userGender",_0x5ab112(489),_0x5ab112(672),_0x5ab112(793),_0x5ab112(454)]},{name:"open-gid",type:["string"]},{name:"lang",type:[_0x5ab112(480)],default:"en",enum:["en",_0x5ab112(546),_0x5ab112(525)]},{name:"default-text",type:[_0x5ab112(480)]},{name:_0x5ab112(703),type:[_0x5ab112(480)]}]},"official-account":{events:[_0x5ab112(491),"binderror"],attrs:[]},ad:{events:["bindload","binderror",_0x5ab112(426)],attrs:[{name:"unit-id",type:[_0x5ab112(480)],required:!0},{name:_0x5ab112(563),type:[_0x5ab112(477)]}]},"web-view":{events:["bindmessage",_0x5ab112(491),_0x5ab112(456)],attrs:[{name:_0x5ab112(576),type:[_0x5ab112(480)],checkPath:!0}]},canvas:{events:[_0x5ab112(484),_0x5ab112(662),_0x5ab112(486),_0x5ab112(698),_0x5ab112(653),_0x5ab112(456)],attrs:[{name:_0x5ab112(787),type:[_0x5ab112(480)]},{name:_0x5ab112(599),type:["string"]},{name:_0x5ab112(468),type:["boolean"],default:!1}]},"navigation-bar":{events:[],attrs:[{name:_0x5ab112(473),type:[_0x5ab112(480)]},{name:_0x5ab112(505),type:["boolean"],default:!1},{name:"front-color",type:[_0x5ab112(480)]},{name:_0x5ab112(773),type:[_0x5ab112(480)]},{name:_0x5ab112(435),type:["number"],default:0},{name:_0x5ab112(746),type:[_0x5ab112(480)],default:""},{name:_0x5ab112(737),type:["string"],default:_0x5ab112(585),enum:[_0x5ab112(585),_0x5ab112(700),_0x5ab112(579),_0x5ab112(799)]}]},"page-meta":{events:[_0x5ab112(627),"bindscroll","bindscrolldone"],attrs:[{name:_0x5ab112(451),type:[_0x5ab112(480)]},{name:_0x5ab112(773),type:[_0x5ab112(480)]},{name:_0x5ab112(444),type:[_0x5ab112(480)]},{name:_0x5ab112(596),type:[_0x5ab112(480)]},{name:_0x5ab112(500),type:[_0x5ab112(480)],default:""},{name:"scroll-duration",type:[_0x5ab112(477)],default:300},{name:"page-style",type:["string"],default:""},{name:_0x5ab112(757),type:[_0x5ab112(480)],default:""}]},"ad-button":{events:[_0x5ab112(611)],attrs:[{name:_0x5ab112(694),type:[_0x5ab112(480)],required:!0},{name:_0x5ab112(509),type:[_0x5ab112(480)],required:!0},{name:"valuetype",type:["number"],default:0},{name:_0x5ab112(450),type:[_0x5ab112(477)],default:0}]}},tagRequiredParent={},tagRequiredAttrs={},tagAllowedAttrs={},tagAttrsAllowedType={},tagAttrsNeedCheckPath={},attrsNeedCombine={},URL_MATCH_REG_EXP=/url\s*\(\s*['"]?\s*([^\(\)]+?)\s*['"]?\s*\)/g,URL_CONTENT_REG_EXP=/url\s*\(\s*['"]?([^'"]*)['"]?\s*\)/;function initData(b){var x=_0x5ab112;tagCommon.attrs[x(443)](function(a){return a.combDiectives}).forEach(function(a){return attrsNeedCombine[a[x(481)]]=a.combDiectives}),Object.keys(b)[x(413)](function(a){var e=x,t=b[a],n=t[e(663)];t[e(602)]&&t[e(602)][e(783)]&&(tagRequiredParent[a]=t[e(602)]),tagRequiredAttrs[a]=n[e(443)](function(a){return a[e(767)]}),tagAllowedAttrs[a]=n[e(597)](tagCommon[e(663)]),tagAttrsAllowedType[a]=n[e(443)](function(a){return a[e(787)]}),tagAttrsNeedCheckPath[a]=n[e(443)](function(a){return a[e(683)]}).map(function(a){return a[e(481)]})})}function getRelativePath(a,e){return path[_0x5ab112(422)](a,e).replace(/\\/g,"/")}function findIncldeTagSrcChain(a,e){for(var t,n=_0x5ab112,b=[],x=a[n(603)],_=e[n(789)],r=e[n(562)];x;)x[n(544)][n(669)](/^q\-/,"")===n(423)&&(t=x[n(663)][n(443)](function(a){return"src"===a[n(481)]})[0])&&b[n(644)](t[n(691)]),x=x[n(603)];return b[n(783)]&&(r=b.reduce(function(a,e){e=utils[n(516)](e,r,_).filePath;return r=e},"")),/\.hxml$/[n(719)](r)?r:""[n(597)](r,".hxml")}function findIncludeSrcPath(a,e){var t=_0x5ab112,n=a;return/^\//[t(719)](e)?{srcPath:a}:((a=a[t(774)](/\/|\\/)).pop(),a=a[t(779)]("/"),{sourcePath:n,filePath:path[t(779)](a,e)[t(669)](/\\/g,"/")})}function checkSourcePath(a,e,t,n,b){var x,_=_0x5ab112;/^(https?:)?\/\//[_(719)](e[_(691)])||(x=e[_(691)],a=a[_(771)],tagAttrsNeedCheckPath[a][_(666)](e[_(481)])&&fileExistHandle(a,e,t,n,b),e[_(481)]!==_(601))||typeof x!==_(480)||x[_(666)]("rpx")||checkStyleUrlPath(a,e,t,n,b)}function fileExistHandle(a,e,t,n,b){var x,_,r,l=_0x5ab112;return/^(https?:)?\/\//[l(719)](e[l(691)])||typeof e.value!==l(480)?e[l(691)]:(x=e[l(691)],_=n[l(789)],n=n[l(562)],r=findIncludeSrcPath(b,x),n=utils[l(516)](x,n,_)[l(695)][l(669)](/\s/g,""),n=r&&r.filePath?r[l(695)]:n,fs[l(645)](n)?(r=getRelativePath(_,n),e[l(691)]="/"[l(597)](r)):/^\/[^\/]+|(\.?\.\/)/.test(x)&&t[l(417)]({filePath:b,loc:e[l(633)]||{start:0,end:0},reason:"WRANNING: Component <"[l(597)](a,"> attribute '")[l(597)](e[l(481)],"' ")+l(482)[l(597)](e[l(691)],l(731))+l(510)}),e.value)}function checkStyleUrlPath(n,a,b,x,_){var r=_0x5ab112;URL_MATCH_REG_EXP[r(719)](a[r(691)])&&(a[r(691)]=a[r(691)][r(669)](URL_MATCH_REG_EXP,function(a){var e=r,t=a[e(669)](/(\\")|(\\')/g,"").match(URL_CONTENT_REG_EXP);return t?(t=fileExistHandle(n,{value:t[1],name:e(601)},b,x,_),e(609).concat(t,")")):a}))}function checkAttrValType(a,e,t,n){var b=_0x5ab112,x=tagAttrsAllowedType[a].find(function(a){return a[_0x3689(481)]===e.name});x&&(x=x[b(787)])&&(x=x.filter(function(a){return a!==b(647)}))[b(783)]&&!x.includes(getAttrValType(e.value))&&t[b(417)]({filePath:n,loc:e[b(633)],reason:b(766).concat(a,"> attribute '")[b(597)](e[b(481)],"' ")+b(529)[b(597)](e[b(691)],"' is not allowed type: <").concat(getAttrValType(e.value),b(575))+b(459)[b(597)](JSON.stringify(x[b(779)](", ")))})}function getAttrValType(a){var e,t=_0x5ab112;try{return/^{(:+)}$/[t(719)](a)?"object":(e=vm.runInThisContext(a),Object[t(761)].toString[t(498)](e)[t(419)](8,-1)[t(729)]())}catch(a){return"string"}}function isParentTagExist(a,e){for(var t=_0x5ab112,n=a[t(603)];n&&n[t(544)][t(669)](/^q\-/,"")!==e;)n=n.parentNode;return!!n}function checkTagName(a,e,t){var n=_0x5ab112,b=a[n(771)],e=e[n(625)];tagRequiredParent[b]&&!isParentTagExist(a,a=tagRequiredParent[b])&&e[n(417)]({filePath:t,reason:"WRANING: Component <"[n(597)](b,n(657))[n(597)](a,n(575))+n(549)})}function checkAttrValInAllowedList(a,e,t,n,b){var x=_0x5ab112,_="number"===getAttrValType(e.value)?Number(e[x(691)]):e[x(691)],n=(typeof _===x(480)&&(_=_[x(554)]()),n.buildLog);t[x(666)](_)||n.push({filePath:b,loc:e[x(633)],reason:x(766).concat(a,x(524)).concat(e[x(481)],x(463)).concat(e.value,x(540))+x(742)[x(597)](JSON[x(730)](t.join(", ")))})}function checkElseIf(a,e,t,n){var b,x,_=_0x5ab112,r=!1;[_(642),_(624)][_(666)](e[_(481)])&&((x=a[_(603)].childNodes)&&1<x.length&&(b=x.indexOf(a),r=(x=x[_(419)](0,b)).length&&x[_(745)](function(a){var e=_;return a[e(663)]&&a[e(663)][e(506)](function(a){return"v-if"===a[e(481)]})})),r||(t[_(625)][_(417)]({filePath:n,loc:e[_(633)],trigger:ATTR_NAME,reason:"WRANNING: "[_(597)](e[_(481)],"=")[_(597)](e[_(691)],_(640))[_(597)](a[_(771)],"> ")+_(496)}),a[_(663)][_(741)](a[_(663)][_(414)](e),1)))}function checkAttrFor(a,e,t,n){var b,x,_=_0x5ab112,r=attrsNeedCombine[e[_(481)]];r&&(x=(b=a[_(663)]).indexOf(e),!b[_(506)](function(a){var e=_;return r[e(666)](a[e(481)])}))&&(t[_(625)][_(417)]({filePath:n,loc:e.loc,trigger:ATTR_NAME,reason:_(718)[_(597)](e.name,"=")[_(597)](e[_(691)],_(640))[_(597)](a.tagName,"> ")+_(794)}),/^has:key$/[_(719)](e.name))&&a[_(663)][_(741)](x,1)}function checkAttrAllowed(a,e,t){var n=_0x5ab112,b=[n(565)];return/^(v-|:)/[n(719)](a[n(481)])?(e[n(417)]({filePath:t,loc:a[n(633)],trigger:ATTR_NAME,reason:n(786)[n(597)](a[n(481)],", attribute can not start with 'v-' or ':'. ")}),!1):(b[n(666)](a.name)&&e[n(417)]({filePath:t,loc:a[n(633)],trigger:ATTR_NAME,reason:"WARNING: Unexpected JavaScript keyword as attribute name: '"[n(597)](a.name,"', please change it.")}),!0)}function checkTagAttrs(e,b,x,_){var r,n,l=_0x5ab112,i=e.tagName,o=b[l(625)],a=e.attrs,u=tagAllowedAttrs[i],t=tagRequiredAttrs[i];u?(t[l(413)](function(t){var n=l;a[n(506)](function(a){var e=n;return a[e(481)]===t[e(481)]})||o[n(417)]({filePath:_,loc:e.loc,reason:"WRANNING: Component <".concat(i,n(527))[n(597)](t[n(481)],"'")})}),r=[],a.forEach(function(t){var a,n=l;checkAttrAllowed(t,o,_)&&r[n(417)](t),!expUtils[n(591)](t.value)&&!utils[n(557)](t[n(691)])&&(/^data\-/[n(719)](t[n(481)])||(t[n(481)]=utils.camelCaseToHyphened(t[n(481)])),a=u[n(506)](function(a){var e=n;return new RegExp("^".concat(a[e(481)]))[e(719)](t[e(481)])}))&&(a[n(753)]?checkAttrValInAllowedList(i,t,a.enum,b,_):checkAttrValType(i,t,o,_),checkSourcePath(e,t,o,x,_)),checkElseIf(e,t,b,_),checkAttrFor(e,t,b,_)}),e.attrs=r):a&&0<a[l(783)]&&(n=[],a.forEach(function(a,e,t){checkAttrAllowed(a,o,_)&&n.push(a)}),e[l(663)]=n)}function _0x58a6(){var a=["text","latitude","bindsuccess","ad-unit-id","./utils","layer-style","active-mode","app-parameter","easeInOutCubic","skip-hidden-item-layout","WRANNING: ","test","hover-start-time","whiteness","front","mini","aspect","item-id","idcard","bindpause","skew","toLowerCase","stringify","' is not exist, ","path","stroke-width","mask-class","share","placeholder-style","color-animation-timing-func","webp","0px","#09BB07","splice"," Use below values \n ","FHD","loop","some","page-style","hover-stop-propagation","enable-sttellite","focus","bindchanging","danmu-button","auto","enum","bindcancel","data","show-play-btn","root-font-size","auto-pause-if-navigate","report-submit-timeout","bindlabeltap","prototype","RTC","initial-time","autopush","exports","WRANNING: Component <","required","bindlaunchapp","hold-keyboard","indicator-color","tagName","autoplay","background-color","split","show-center-play-btn","danmu-list","border-radius","mirror","join","bindstatechange","fillCrop","hover-stay-time","length","enable-rotate","1961608HRlyqd","WARNING: Unexpected attribute name: ","type","cursor","rootPath","active-color","vtouchmove","#e9e9e9","userCountry","without corresponding has:for.","bindtimeupdate","bindscrolltoupper","space","block-size","easeInOut","579906yPUapg","high","enable-zoom","center","has:for-items","delta","audio-quality","textarea-placeholde","polygons","rgba(0, 0, 0, .3)","./exp-utils","url","forEach","indexOf","done","scroll-into-view","push","region","slice","bindsubmit","fields","relative","_@template@_","easing-function","decode","bindclose","scroll-anchoring","page-gesture","out-of-bounds","send","block-color","selection-start","buttom","scale","color-animation-duration","bindinput","cover","extra-data","bind","ATTR_NAME","self","trial","filter","background-color-top","auto-focus","fixed","bindstatuschange","easeInCubic","show-location","open-type","background-text-style","durations","bindscrolltolower","userLanguage","auto-height","binderror","size","bindpoitap","Use below types ","bindupdated","color","custom-item","' value '","play-btn-postion","for","off","#000000","disable-scroll","capture-catch:","waiting-image-hash","zoom","redirect","title","previous-margin","array","#1aad19","number","send-message-img","30852639xnZXbv","string","name","source path '","enable-traffic","bindtouchstart","muted","bindtouchend","primary","bindanimationfinish","userCity","warn","bindload","input-placeholder","getUserInfo","show-compass","vslide-gesture-in-fullscreen","without corresponding has:if.","bindgetuserinfo","call","bindactiveend","scroll-top","exit","contain","show-info","small","loading","find","checked","bindgetphonenumber","adunitid","Please check.","start","contact","vslide-gesture","bindreset","circles","getAbsPath","orientation","selected-color","9:16","enable-3D","bindbgmprogress","18376VMQMBm","scale-area","> attribute '","zh_TW","ear","> missing required attribute '","next","value '","selector","show-value","password","enable-scroll","bindwating","default","sound-mode","6rHIjSC","report-submit","fill","' is not allowed,","beauty","bindfail","setting","nodeName","author","zh_CN","enable-camera","groupName","Please check it","horizontal","bindcolumnchange","subkey","bindended","trim","bindscancode","bindplay","isEmptyStr","show-confirm-bar","auto-pause-if-open-native","animation","scroll-left","resourcePath","ad-intervals","scale-value","key","scale-min","flash","reset","10077426zZiyJG","month","confirm-hold","live","percent","#ffffff",">, ","src","send-message-title","1182keeTLq","easeOut","indicator-class","submit","navigator-hover","#EBEBEB","date","linear","placeholder-class","range-key","speaker","friction","3:4","isExpr","bindinitdone","back","bindfullscreenchange","step","background-color-bottom","concat","polyline","canvas-id","direction","style","parent","parentNode","userAvatarUrl","maxlength","bindscroll","class","display-multiple-items","url(","bindchange","bindtap","easeOutCubic","show-img-resize","has:for","interval","end","bindkeyboardheightchange","adjust-position","disabled","enable-play-gesture","mini-bitrate","min-cache","bindcontroltap","has:elif","buildLog","plain","bindresize","version","placeholder","scale-max","app-id","nodes","loc","device-position","font-size","vertical","day","bindblur","object"," used on element <","cursor-spacing","has:else","bindnetstatus","unshift","existsSync","htouchmove","boolean","bindbgmstart","duration","bindready","poster","release","bindlongtap","lower-threshold","bindfocus","include-points","> cant not find parent component: <","marker","large","show-img-size","mode","bindtouchmove","attrs","launchApp","bindscale","includes","bindopensetting","damping","replace","225000MUqFDg","develop","userProvince","session-from","show-scale","#04BE02","active","next-margin","frame-size","object-fit","inertia","hover-class","longitude","checkPath","bindconfirm","max","navigate","3741682blWLta","background-mute","enable-overlooking","mask-style","value","rotate","read-only","adid","filePath","selection-end","has:if","bindtouchcancel","show-fullscreen-btn","easeIn","upper-threshold","confirm-type","default-avatar","controls","node","bindpickend","bindchang"];return(_0x58a6=function(){return a})()}function checkNode(a,e,t){var n=findIncldeTagSrcChain(a,t);checkTagName(a,e,n),checkTagAttrs(a,e,t,n)}initData(tagComponentMap),module[_0x5ab112(765)]={checkTagAttrs:checkTagAttrs,checkTagName:checkTagName,isParentTagExist:isParentTagExist,checkNode:checkNode,findIncldeTagSrcChain:findIncldeTagSrcChain};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function _0x4019(r,n){var t=_0x5751();return(_0x4019=function(r,n){return t[r-=272]})(r,n)}var _0x451ff0=_0x4019;function _0x5751(){var r=["exports","1402780gMQOBB","23280UDHWdg","3009112dETRok","5NxbjOe","1730907fTVrDd","1438234rjlUqR","3366UdyUho","23592AUPKCL","undefined property , error: ","3798998OkQtqX"];return(_0x5751=function(){return r})()}(()=>{for(var r=_0x4019,n=_0x5751();;)try{if(773644==-parseInt(r(275))+parseInt(r(272))/2+-parseInt(r(274))/3+parseInt(r(281))/4*(-parseInt(r(273))/5)+parseInt(r(277))/6+parseInt(r(279))/7+parseInt(r(282))/8*(parseInt(r(276))/9))break;n.push(n.shift())}catch(r){n.push(n.shift())}})(),module[_0x451ff0(280)]=function(r){var n=_0x451ff0;console.warn(n(278),r)};
|