@anncic-api/event 1.0.0 → 1.0.6
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/dist/configuration.js +1 -1
- package/dist/decorator/Event.js +1 -1
- package/dist/index.js +1 -1
- package/dist/interface.js +1 -1
- package/dist/service/EventService.js +1 -1
- package/package.json +2 -2
package/dist/configuration.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var a0_0x34d6a5=a0_0x3326;function a0_0x3326(_0x244073,_0x30b58c){var _0x3a1425=a0_0x3a14();return a0_0x3326=function(_0x3326b8,_0x46c8f4){_0x3326b8=_0x3326b8-0x116;var _0x53b0e0=_0x3a1425[_0x3326b8];return _0x53b0e0;},a0_0x3326(_0x244073,_0x30b58c);}(function(_0x32a0f1,_0x555f7d){var _0x3567ca=a0_0x3326,_0x2fbc38=_0x32a0f1();while(!![]){try{var _0x2dfbc2=parseInt(_0x3567ca(0x11a))/0x1+parseInt(_0x3567ca(0x11c))/0x2*(-parseInt(_0x3567ca(0x11d))/0x3)+-parseInt(_0x3567ca(0x125))/0x4+-parseInt(_0x3567ca(0x129))/0x5+parseInt(_0x3567ca(0x130))/0x6+-parseInt(_0x3567ca(0x11e))/0x7+parseInt(_0x3567ca(0x12d))/0x8;if(_0x2dfbc2===_0x555f7d)break;else _0x2fbc38['push'](_0x2fbc38['shift']());}catch(_0x9cbded){_0x2fbc38['push'](_0x2fbc38['shift']());}}}(a0_0x3a14,0x79ee7));var __decorate=this&&this[a0_0x34d6a5(0x120)]||function(_0x1e09be,_0x25a7a9,_0x4eecb1,_0x5a793f){var _0x3a2e26=a0_0x34d6a5,_0x1d97ee=arguments[_0x3a2e26(0x11f)],_0x3b1e0a=_0x1d97ee<0x3?_0x25a7a9:_0x5a793f===null?_0x5a793f=Object[_0x3a2e26(0x12b)](_0x25a7a9,_0x4eecb1):_0x5a793f,_0xbc9cf1;if(typeof Reflect===_0x3a2e26(0x12a)&&typeof Reflect[_0x3a2e26(0x12f)]===_0x3a2e26(0x12c))_0x3b1e0a=Reflect[_0x3a2e26(0x12f)](_0x1e09be,_0x25a7a9,_0x4eecb1,_0x5a793f);else{for(var _0x52e788=_0x1e09be[_0x3a2e26(0x11f)]-0x1;_0x52e788>=0x0;_0x52e788--)if(_0xbc9cf1=_0x1e09be[_0x52e788])_0x3b1e0a=(_0x1d97ee<0x3?_0xbc9cf1(_0x3b1e0a):_0x1d97ee>0x3?_0xbc9cf1(_0x25a7a9,_0x4eecb1,_0x3b1e0a):_0xbc9cf1(_0x25a7a9,_0x4eecb1))||_0x3b1e0a;}return _0x1d97ee>0x3&&_0x3b1e0a&&Object['defineProperty'](_0x25a7a9,_0x4eecb1,_0x3b1e0a),_0x3b1e0a;},__metadata=this&&this['__metadata']||function(_0x5ef3a1,_0x46c379){var _0x4046=a0_0x34d6a5;if(typeof Reflect===_0x4046(0x12a)&&typeof Reflect[_0x4046(0x127)]===_0x4046(0x12c))return Reflect[_0x4046(0x127)](_0x5ef3a1,_0x46c379);};Object[a0_0x34d6a5(0x118)](exports,a0_0x34d6a5(0x119),{'value':!![]}),exports['CustomConfiguration']=void 0x0;const decorator_1=require(a0_0x34d6a5(0x124)),core_1=require(a0_0x34d6a5(0x123));let CustomConfiguration=class CustomConfiguration{async[a0_0x34d6a5(0x128)](){}};function a0_0x3a14(){var _0x8ae3b7=['2bbMrjP','46164vCfHgF','4877579JMKaMy','length','__decorate','decorator','anncic-api:event','@midwayjs/core','@midwayjs/decorator','603552kTWvVJ','Inject','metadata','onReady','1108795lKenuE','object','getOwnPropertyDescriptor','function','1313096MTFpvn','MidwayConfigService','decorate','4907616EYVwyO','prototype','Configuration','MidwayDecoratorService','defineProperty','__esModule','602190VRMWJM','design:type'];a0_0x3a14=function(){return _0x8ae3b7;};return a0_0x3a14();}__decorate([(0x0,decorator_1[a0_0x34d6a5(0x126)])(),__metadata(a0_0x34d6a5(0x11b),core_1[a0_0x34d6a5(0x12e)])],CustomConfiguration[a0_0x34d6a5(0x131)],'config',void 0x0),__decorate([(0x0,decorator_1[a0_0x34d6a5(0x126)])(),__metadata(a0_0x34d6a5(0x11b),core_1[a0_0x34d6a5(0x117)])],CustomConfiguration[a0_0x34d6a5(0x131)],a0_0x34d6a5(0x121),void 0x0),CustomConfiguration=__decorate([(0x0,decorator_1[a0_0x34d6a5(0x116)])({'conflictCheck':![],'namespace':a0_0x34d6a5(0x122)})],CustomConfiguration),exports['CustomConfiguration']=CustomConfiguration;
|
package/dist/decorator/Event.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a1_0x12ab94=a1_0x4359;(function(_0x592de1,_0x6b78f3){const _0x3c496e=a1_0x4359,_0x1ff760=_0x592de1();while(!![]){try{const _0x58980c=-parseInt(_0x3c496e(0xf5))/0x1*(-parseInt(_0x3c496e(0xf8))/0x2)+parseInt(_0x3c496e(0xf4))/0x3*(parseInt(_0x3c496e(0xf2))/0x4)+parseInt(_0x3c496e(0xe6))/0x5+parseInt(_0x3c496e(0xe4))/0x6*(-parseInt(_0x3c496e(0xe8))/0x7)+-parseInt(_0x3c496e(0xf7))/0x8*(-parseInt(_0x3c496e(0xed))/0x9)+parseInt(_0x3c496e(0xe9))/0xa*(-parseInt(_0x3c496e(0xec))/0xb)+-parseInt(_0x3c496e(0xee))/0xc*(parseInt(_0x3c496e(0xef))/0xd);if(_0x58980c===_0x6b78f3)break;else _0x1ff760['push'](_0x1ff760['shift']());}catch(_0xa6f95f){_0x1ff760['push'](_0x1ff760['shift']());}}}(a1_0xda8b,0xad2c9));function a1_0x4359(_0x57b27e,_0x5adfc9){const _0xda8b1b=a1_0xda8b();return a1_0x4359=function(_0x435988,_0x3ed24d){_0x435988=_0x435988-0xe3;let _0x267e4a=_0xda8b1b[_0x435988];return _0x267e4a;},a1_0x4359(_0x57b27e,_0x5adfc9);}Object[a1_0x12ab94(0xf9)](exports,a1_0x12ab94(0xe7),{'value':!![]}),exports[a1_0x12ab94(0xe5)]=void 0x0;const decorator_1=require(a1_0x12ab94(0xeb)),interface_1=require(a1_0x12ab94(0xf6));function Event(){return _0xbaed62=>{const _0x358c62=a1_0x4359;(0x0,decorator_1[_0x358c62(0xea)])()(_0xbaed62),(0x0,decorator_1[_0x358c62(0xf1)])(interface_1[_0x358c62(0xe3)],_0xbaed62),(0x0,decorator_1[_0x358c62(0xf0)])(decorator_1['ScopeEnum']['Request'],{'allowDowngrade':!![]})(_0xbaed62);};}function a1_0xda8b(){const _0x5e1fc6=['4345RdCLpt','1431YYlCaM','27423996cIICvS','13JQafll','Scope','saveModule','457268oWXFUu','EVENT_ON_KEY','21HknxLm','329JVHJrZ','../interface','62448PmAHWt','4940NuzRFo','defineProperty','EVENT_KEY','2645202aHeYev','Event','5978950cBoFmM','__esModule','14VxaFea','4390nHVpQJ','Provide','@midwayjs/decorator'];a1_0xda8b=function(){return _0x5e1fc6;};return a1_0xda8b();}exports[a1_0x12ab94(0xe5)]=Event,Event['On']=function(_0x8f05bc,_0x2bfad2=0x0){return(_0xea9750,_0x2c8294,_0x142ea4)=>{const _0x1269ec=a1_0x4359;return(0x0,decorator_1['attachClassMetadata'])(interface_1[_0x1269ec(0xf3)],{'name':_0x8f05bc,'priority':_0x2bfad2,'propertyKey':_0x2c8294,'descriptor':_0x142ea4},_0xea9750),_0x142ea4;};};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';function a2_0x2056(){var _0x41a2e6=['Event','__esModule','28fhlCeG','350760XoXztq','185271ImZIvv','1181468CrdfJK','Configuration','./service/EventService','14379450pCllqh','4ZQFIag','657075isahtK','138774KoBZxu','108740VKntPx','EventService','18TZdKUV','./decorator/Event','defineProperty'];a2_0x2056=function(){return _0x41a2e6;};return a2_0x2056();}var a2_0x2a6f60=a2_0x4fcb;(function(_0x1883c7,_0x427648){var _0x4d6176=a2_0x4fcb,_0x7fd7b3=_0x1883c7();while(!![]){try{var _0x4c978e=-parseInt(_0x4d6176(0x1fc))/0x1+-parseInt(_0x4d6176(0x1f0))/0x2*(parseInt(_0x4d6176(0x1f1))/0x3)+-parseInt(_0x4d6176(0x1fd))/0x4+-parseInt(_0x4d6176(0x1f3))/0x5+parseInt(_0x4d6176(0x1f2))/0x6*(-parseInt(_0x4d6176(0x1fa))/0x7)+-parseInt(_0x4d6176(0x1fb))/0x8*(parseInt(_0x4d6176(0x1f5))/0x9)+parseInt(_0x4d6176(0x1ef))/0xa;if(_0x4c978e===_0x427648)break;else _0x7fd7b3['push'](_0x7fd7b3['shift']());}catch(_0x27e575){_0x7fd7b3['push'](_0x7fd7b3['shift']());}}}(a2_0x2056,0x4d777));function a2_0x4fcb(_0x345685,_0x59a910){var _0x205621=a2_0x2056();return a2_0x4fcb=function(_0x4fcbd6,_0x111c3c){_0x4fcbd6=_0x4fcbd6-0x1ef;var _0x4a363e=_0x205621[_0x4fcbd6];return _0x4a363e;},a2_0x4fcb(_0x345685,_0x59a910);}Object[a2_0x2a6f60(0x1f7)](exports,a2_0x2a6f60(0x1f9),{'value':!![]}),exports['Configuration']=exports[a2_0x2a6f60(0x1f4)]=exports[a2_0x2a6f60(0x1f8)]=void 0x0;var Event_1=require(a2_0x2a6f60(0x1f6));Object[a2_0x2a6f60(0x1f7)](exports,a2_0x2a6f60(0x1f8),{'enumerable':!![],'get':function(){var _0x19d2b0=a2_0x2a6f60;return Event_1[_0x19d2b0(0x1f8)];}});var EventService_1=require(a2_0x2a6f60(0x1ff));Object['defineProperty'](exports,'EventService',{'enumerable':!![],'get':function(){return EventService_1['EventService'];}});var configuration_1=require('./configuration');Object[a2_0x2a6f60(0x1f7)](exports,a2_0x2a6f60(0x1fe),{'enumerable':!![],'get':function(){return configuration_1['CustomConfiguration'];}});
|
package/dist/interface.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var a3_0x1d04e1=a3_0xabaf;function a3_0xabaf(_0x1c36fc,_0x2854f8){var _0x638995=a3_0x6389();return a3_0xabaf=function(_0xabaf5e,_0x382753){_0xabaf5e=_0xabaf5e-0xd0;var _0x5916af=_0x638995[_0xabaf5e];return _0x5916af;},a3_0xabaf(_0x1c36fc,_0x2854f8);}(function(_0x2c8496,_0x2456c8){var _0x35862c=a3_0xabaf,_0x1e8646=_0x2c8496();while(!![]){try{var _0xe07bf6=-parseInt(_0x35862c(0xdd))/0x1+parseInt(_0x35862c(0xd3))/0x2*(-parseInt(_0x35862c(0xdc))/0x3)+parseInt(_0x35862c(0xd8))/0x4+parseInt(_0x35862c(0xd7))/0x5+parseInt(_0x35862c(0xd0))/0x6*(-parseInt(_0x35862c(0xda))/0x7)+parseInt(_0x35862c(0xdb))/0x8+-parseInt(_0x35862c(0xd1))/0x9*(-parseInt(_0x35862c(0xd2))/0xa);if(_0xe07bf6===_0x2456c8)break;else _0x1e8646['push'](_0x1e8646['shift']());}catch(_0x2d3e32){_0x1e8646['push'](_0x1e8646['shift']());}}}(a3_0x6389,0xc63ba));Object['defineProperty'](exports,a3_0x1d04e1(0xd5),{'value':!![]}),exports[a3_0x1d04e1(0xd4)]=exports[a3_0x1d04e1(0xd6)]=void 0x0,exports[a3_0x1d04e1(0xd6)]=a3_0x1d04e1(0xd9),exports[a3_0x1d04e1(0xd4)]='anncic-api:event:on';function a3_0x6389(){var _0x43552e=['40oVJStz','EVENT_ON_KEY','__esModule','EVENT_KEY','8085760eLuilU','556756qKnCXL','anncic-api:event','14IXfZax','1016464RjcOyI','227010WcRUMh','691017XfQYGM','1868004kjRdkC','109728NuosiZ','1440XziXfp'];a3_0x6389=function(){return _0x43552e;};return a3_0x6389();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a4_0xb99c7c=a4_0x3041;(function(_0x1ada6d,_0x4fc578){const _0x2586c7=a4_0x3041,_0x1faeaf=_0x1ada6d();while(!![]){try{const _0x5bf9e5=parseInt(_0x2586c7(0x17c))/0x1+-parseInt(_0x2586c7(0x15c))/0x2*(parseInt(_0x2586c7(0x17d))/0x3)+-parseInt(_0x2586c7(0x180))/0x4+parseInt(_0x2586c7(0x16a))/0x5*(-parseInt(_0x2586c7(0x17a))/0x6)+parseInt(_0x2586c7(0x175))/0x7+parseInt(_0x2586c7(0x177))/0x8*(-parseInt(_0x2586c7(0x189))/0x9)+-parseInt(_0x2586c7(0x16c))/0xa*(-parseInt(_0x2586c7(0x18a))/0xb);if(_0x5bf9e5===_0x4fc578)break;else _0x1faeaf['push'](_0x1faeaf['shift']());}catch(_0x342679){_0x1faeaf['push'](_0x1faeaf['shift']());}}}(a4_0x2abd,0xc6eea));function a4_0x3041(_0x53dcd8,_0x3847cf){const _0x2abd67=a4_0x2abd();return a4_0x3041=function(_0x304136,_0x26b489){_0x304136=_0x304136-0x15c;let _0x5d68f2=_0x2abd67[_0x304136];return _0x5d68f2;},a4_0x3041(_0x53dcd8,_0x3847cf);}var __decorate=this&&this[a4_0xb99c7c(0x184)]||function(_0x75a3d0,_0x1e9db9,_0x3b4b75,_0x2e2ac3){const _0x3dfed0=a4_0xb99c7c;var _0x57b3b4=arguments[_0x3dfed0(0x176)],_0x51d74e=_0x57b3b4<0x3?_0x1e9db9:_0x2e2ac3===null?_0x2e2ac3=Object[_0x3dfed0(0x16b)](_0x1e9db9,_0x3b4b75):_0x2e2ac3,_0x1f2ef4;if(typeof Reflect===_0x3dfed0(0x168)&&typeof Reflect[_0x3dfed0(0x181)]==='function')_0x51d74e=Reflect[_0x3dfed0(0x181)](_0x75a3d0,_0x1e9db9,_0x3b4b75,_0x2e2ac3);else{for(var _0x4a18d7=_0x75a3d0[_0x3dfed0(0x176)]-0x1;_0x4a18d7>=0x0;_0x4a18d7--)if(_0x1f2ef4=_0x75a3d0[_0x4a18d7])_0x51d74e=(_0x57b3b4<0x3?_0x1f2ef4(_0x51d74e):_0x57b3b4>0x3?_0x1f2ef4(_0x1e9db9,_0x3b4b75,_0x51d74e):_0x1f2ef4(_0x1e9db9,_0x3b4b75))||_0x51d74e;}return _0x57b3b4>0x3&&_0x51d74e&&Object[_0x3dfed0(0x182)](_0x1e9db9,_0x3b4b75,_0x51d74e),_0x51d74e;},__metadata=this&&this[a4_0xb99c7c(0x17f)]||function(_0x404469,_0x376945){const _0x23c5f0=a4_0xb99c7c;if(typeof Reflect===_0x23c5f0(0x168)&&typeof Reflect[_0x23c5f0(0x185)]===_0x23c5f0(0x17e))return Reflect[_0x23c5f0(0x185)](_0x404469,_0x376945);};Object[a4_0xb99c7c(0x182)](exports,a4_0xb99c7c(0x15d),{'value':!![]}),exports[a4_0xb99c7c(0x16f)]=void 0x0;const collect_js_1=require(a4_0xb99c7c(0x186)),decorator_1=require(a4_0xb99c7c(0x16d)),interface_1=require(a4_0xb99c7c(0x160));let EventService=class EventService{constructor(){const _0x2582a3=a4_0xb99c7c;this[_0x2582a3(0x187)]=![];}async[a4_0xb99c7c(0x161)](_0x4a1e9c){const _0x1c2b1e=a4_0xb99c7c;if(!this[_0x1c2b1e(0x187)]){this['init']=!![],this[_0x1c2b1e(0x174)]={};for(const _0x3b3c51 of(0x0,decorator_1['listModule'])(interface_1[_0x1c2b1e(0x15e)])||[]){const _0x6dbe96=await this[_0x1c2b1e(0x179)][_0x1c2b1e(0x183)]()[_0x1c2b1e(0x162)](_0x3b3c51);for(const _0x4508f0 of(0x0,decorator_1['getClassMetadata'])(interface_1[_0x1c2b1e(0x164)],_0x3b3c51)||[]){typeof(_0x6dbe96[_0x4508f0[_0x1c2b1e(0x18b)]]==_0x1c2b1e(0x17e))&&(!this[_0x1c2b1e(0x174)][_0x4508f0['name']]&&(this['listevent'][_0x4508f0[_0x1c2b1e(0x169)]]=[]),this[_0x1c2b1e(0x174)][_0x4508f0[_0x1c2b1e(0x169)]][_0x1c2b1e(0x16e)]({'priority':_0x4508f0[_0x1c2b1e(0x163)],'resolve':_0x6dbe96[_0x4508f0[_0x1c2b1e(0x18b)]][_0x1c2b1e(0x173)](_0x6dbe96),'propertyKey':_0x3b3c51[_0x1c2b1e(0x169)]+'@'+_0x4508f0[_0x1c2b1e(0x18b)]}));}}for(const _0x5b1ae8 in this['listevent']){this[_0x1c2b1e(0x174)][_0x5b1ae8]=(0x0,collect_js_1[_0x1c2b1e(0x188)])(this[_0x1c2b1e(0x174)][_0x5b1ae8])[_0x1c2b1e(0x15f)]('priority')[_0x1c2b1e(0x165)]();}}return _0x4a1e9c?this[_0x1c2b1e(0x174)][_0x4a1e9c]||[]:this[_0x1c2b1e(0x174)];}async['emit'](_0x4fbcb6,..._0x51dd5e){const _0x4a9c90=a4_0xb99c7c;var _0x3b7395,_0x386b21;await this[_0x4a9c90(0x161)]();for(let _0x4a99e4 in(_0x3b7395=this[_0x4a9c90(0x174)])===null||_0x3b7395===void 0x0?void 0x0:_0x3b7395[_0x4fbcb6]){const _0x23ecb2=(_0x386b21=this[_0x4a9c90(0x174)][_0x4fbcb6])===null||_0x386b21===void 0x0?void 0x0:_0x386b21[_0x4a99e4];(_0x23ecb2===null||_0x23ecb2===void 0x0?void 0x0:_0x23ecb2[_0x4a9c90(0x170)])&&typeof(_0x23ecb2===null||_0x23ecb2===void 0x0?void 0x0:_0x23ecb2[_0x4a9c90(0x170)])==_0x4a9c90(0x17e)&&await _0x23ecb2['resolve'](..._0x51dd5e);}}async['once'](_0x84fa8b,..._0x48c271){const _0x76ceb0=a4_0xb99c7c;return await this[_0x76ceb0(0x161)](),await this[_0x76ceb0(0x166)](_0x84fa8b,..._0x48c271),this[_0x76ceb0(0x18c)](_0x84fa8b);}async['off'](_0x2b2599){const _0x9f3ca0=a4_0xb99c7c;return await this[_0x9f3ca0(0x161)](),this[_0x9f3ca0(0x174)][_0x2b2599]&&delete this[_0x9f3ca0(0x174)][_0x2b2599],!!this['listevent'][_0x2b2599];}};function a4_0x2abd(){const _0x4a69b9=['2ZrQErC','__esModule','EVENT_KEY','sortByDesc','../interface','getListevent','getAsync','priority','EVENT_ON_KEY','all','emit','ScopeEnum','object','name','930QkYNdh','getOwnPropertyDescriptor','1197170YQUvUz','@midwayjs/decorator','push','EventService','resolve','design:type','Singleton','bind','listevent','7352863nOMAAh','length','9512936DgiFek','Scope','app','414vmJfJa','App','42108bzpmdZ','3486855UOGFxD','function','__metadata','4104388EWvgva','decorate','defineProperty','getApplicationContext','__decorate','metadata','collect.js','init','default','9lFIbWJ','286vybLzO','propertyKey','off'];a4_0x2abd=function(){return _0x4a69b9;};return a4_0x2abd();}__decorate([(0x0,decorator_1[a4_0xb99c7c(0x17b)])(),__metadata(a4_0xb99c7c(0x171),Object)],EventService['prototype'],a4_0xb99c7c(0x179),void 0x0),EventService=__decorate([(0x0,decorator_1['Provide'])('event'),(0x0,decorator_1[a4_0xb99c7c(0x178)])(decorator_1[a4_0xb99c7c(0x167)][a4_0xb99c7c(0x172)])],EventService),exports['EventService']=EventService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anncic-api/event",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"javascript-obfuscator": "2.19.0",
|
|
22
22
|
"typescript": "^4.7.4"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "b2bf6b02308760d755572ae1f38f864ce90bddb5"
|
|
25
25
|
}
|