@anncic-api/event 1.0.6 → 1.0.9
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_0x9efa8f=a0_0x590e;(function(_0x599811,_0xb749d0){var _0x2887a6=a0_0x590e,_0x1ed4e7=_0x599811();while(!![]){try{var _0x2ff4b1=-parseInt(_0x2887a6(0x1eb))/0x1+-parseInt(_0x2887a6(0x1e6))/0x2*(-parseInt(_0x2887a6(0x1d5))/0x3)+parseInt(_0x2887a6(0x1db))/0x4*(-parseInt(_0x2887a6(0x1d4))/0x5)+-parseInt(_0x2887a6(0x1e3))/0x6*(-parseInt(_0x2887a6(0x1da))/0x7)+parseInt(_0x2887a6(0x1d3))/0x8*(-parseInt(_0x2887a6(0x1ed))/0x9)+-parseInt(_0x2887a6(0x1ee))/0xa+-parseInt(_0x2887a6(0x1e0))/0xb*(-parseInt(_0x2887a6(0x1d6))/0xc);if(_0x2ff4b1===_0xb749d0)break;else _0x1ed4e7['push'](_0x1ed4e7['shift']());}catch(_0xf2dbc7){_0x1ed4e7['push'](_0x1ed4e7['shift']());}}}(a0_0x5248,0x97d6d));var __decorate=this&&this[a0_0x9efa8f(0x1e9)]||function(_0x3a62b0,_0xd82475,_0x40b801,_0x308dd2){var _0x242e53=a0_0x9efa8f,_0x1fc919=arguments[_0x242e53(0x1d8)],_0x514914=_0x1fc919<0x3?_0xd82475:_0x308dd2===null?_0x308dd2=Object[_0x242e53(0x1de)](_0xd82475,_0x40b801):_0x308dd2,_0x38af69;if(typeof Reflect===_0x242e53(0x1d9)&&typeof Reflect[_0x242e53(0x1d7)]===_0x242e53(0x1d0))_0x514914=Reflect[_0x242e53(0x1d7)](_0x3a62b0,_0xd82475,_0x40b801,_0x308dd2);else{for(var _0x123fd7=_0x3a62b0[_0x242e53(0x1d8)]-0x1;_0x123fd7>=0x0;_0x123fd7--)if(_0x38af69=_0x3a62b0[_0x123fd7])_0x514914=(_0x1fc919<0x3?_0x38af69(_0x514914):_0x1fc919>0x3?_0x38af69(_0xd82475,_0x40b801,_0x514914):_0x38af69(_0xd82475,_0x40b801))||_0x514914;}return _0x1fc919>0x3&&_0x514914&&Object[_0x242e53(0x1ea)](_0xd82475,_0x40b801,_0x514914),_0x514914;},__metadata=this&&this['__metadata']||function(_0x4b031f,_0x1a2e88){var _0x59dc8e=a0_0x9efa8f;if(typeof Reflect==='object'&&typeof Reflect[_0x59dc8e(0x1e8)]===_0x59dc8e(0x1d0))return Reflect[_0x59dc8e(0x1e8)](_0x4b031f,_0x1a2e88);};Object[a0_0x9efa8f(0x1ea)](exports,a0_0x9efa8f(0x1df),{'value':!![]}),exports[a0_0x9efa8f(0x1dd)]=void 0x0;const decorator_1=require(a0_0x9efa8f(0x1d2)),core_1=require('@midwayjs/core');let CustomConfiguration=class CustomConfiguration{async[a0_0x9efa8f(0x1e7)](){}};function a0_0x590e(_0x59313c,_0xdb2683){var _0x524871=a0_0x5248();return a0_0x590e=function(_0x590e30,_0x43f0a8){_0x590e30=_0x590e30-0x1d0;var _0x2ef028=_0x524871[_0x590e30];return _0x2ef028;},a0_0x590e(_0x59313c,_0xdb2683);}__decorate([(0x0,decorator_1[a0_0x9efa8f(0x1e4)])(),__metadata('design:type',core_1[a0_0x9efa8f(0x1dc)])],CustomConfiguration[a0_0x9efa8f(0x1e1)],a0_0x9efa8f(0x1e2),void 0x0),__decorate([(0x0,decorator_1['Inject'])(),__metadata(a0_0x9efa8f(0x1ec),core_1['MidwayDecoratorService'])],CustomConfiguration['prototype'],a0_0x9efa8f(0x1d1),void 0x0),CustomConfiguration=__decorate([(0x0,decorator_1['Configuration'])({'conflictCheck':![],'namespace':a0_0x9efa8f(0x1e5)})],CustomConfiguration),exports['CustomConfiguration']=CustomConfiguration;function a0_0x5248(){var _0x32686c=['4401wmPVBF','10657280AxFtqA','function','decorator','@midwayjs/decorator','9984nMMUKP','257500IeIrsH','3bVYjIH','53699604NBWwKX','decorate','length','object','14rYhDkd','92BlizIv','MidwayConfigService','CustomConfiguration','getOwnPropertyDescriptor','__esModule','11CVIwpO','prototype','config','495606IxgNjH','Inject','anncic-api:event','43662wmvucT','onReady','metadata','__decorate','defineProperty','1179567TxIkWO','design:type'];a0_0x5248=function(){return _0x32686c;};return a0_0x5248();}
|
package/dist/decorator/Event.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a1_0xb8df75=a1_0x2498;(function(_0x421d51,_0x382888){const _0x415ff4=a1_0x2498,_0x184186=_0x421d51();while(!![]){try{const _0x32d850=parseInt(_0x415ff4(0x1aa))/0x1+parseInt(_0x415ff4(0x1af))/0x2+parseInt(_0x415ff4(0x1b7))/0x3+parseInt(_0x415ff4(0x1ac))/0x4+-parseInt(_0x415ff4(0x1b3))/0x5*(parseInt(_0x415ff4(0x1b1))/0x6)+-parseInt(_0x415ff4(0x1b2))/0x7*(-parseInt(_0x415ff4(0x1b4))/0x8)+parseInt(_0x415ff4(0x1ab))/0x9*(-parseInt(_0x415ff4(0x1b9))/0xa);if(_0x32d850===_0x382888)break;else _0x184186['push'](_0x184186['shift']());}catch(_0x15f2cc){_0x184186['push'](_0x184186['shift']());}}}(a1_0x5eda,0x7a82d));function a1_0x2498(_0x393cd3,_0x102dba){const _0x5edaf2=a1_0x5eda();return a1_0x2498=function(_0x249896,_0x432e4b){_0x249896=_0x249896-0x1a7;let _0x220ef8=_0x5edaf2[_0x249896];return _0x220ef8;},a1_0x2498(_0x393cd3,_0x102dba);}Object[a1_0xb8df75(0x1b8)](exports,a1_0xb8df75(0x1ae),{'value':!![]}),exports[a1_0xb8df75(0x1ba)]=void 0x0;const decorator_1=require(a1_0xb8df75(0x1b0)),interface_1=require(a1_0xb8df75(0x1b5));function Event(){return _0x41eacb=>{const _0x5a4b91=a1_0x2498;(0x0,decorator_1[_0x5a4b91(0x1b6)])()(_0x41eacb),(0x0,decorator_1['saveModule'])(interface_1[_0x5a4b91(0x1a7)],_0x41eacb),(0x0,decorator_1[_0x5a4b91(0x1ad)])(decorator_1[_0x5a4b91(0x1bb)]['Request'],{'allowDowngrade':!![]})(_0x41eacb);};}function a1_0x5eda(){const _0x5137fd=['57408bHRpyl','defineProperty','22357810vTjJuS','Event','ScopeEnum','EVENT_KEY','EVENT_ON_KEY','attachClassMetadata','966179YqKLsy','9NAHIjn','1823952HAVAnO','Scope','__esModule','1543216iZpJtT','@midwayjs/decorator','11034tXEKNl','7txCjUu','1270AlrdIA','7934248KogWYH','../interface','Provide'];a1_0x5eda=function(){return _0x5137fd;};return a1_0x5eda();}exports['Event']=Event,Event['On']=function(_0x4ed419,_0x294e12=0x0){return(_0x277770,_0x4197df,_0x3912eb)=>{const _0x4cc461=a1_0x2498;return(0x0,decorator_1[_0x4cc461(0x1a9)])(interface_1[_0x4cc461(0x1a8)],{'name':_0x4ed419,'priority':_0x294e12,'propertyKey':_0x4197df,'descriptor':_0x3912eb},_0x277770),_0x3912eb;};};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function
|
|
1
|
+
'use strict';var a2_0xddd56f=a2_0x54c8;function a2_0x5cc8(){var _0xfbd061=['CustomConfiguration','./configuration','9iZliDn','__esModule','417807jHgUZR','4344KeOicM','39vYVyCI','Configuration','135576ZynDfF','./service/EventService','Event','./decorator/Event','defineProperty','EventService','1565494RFDHHc','10PJGDks','60nIePZv','453306MLUKMu','176286PnWrhl','5LRNWaf','1687codCey','60hJMeTe','54619OrbyAA'];a2_0x5cc8=function(){return _0xfbd061;};return a2_0x5cc8();}(function(_0x55c5cb,_0xfa211c){var _0x2fa554=a2_0x54c8,_0x25ebe3=_0x55c5cb();while(!![]){try{var _0x1def98=parseInt(_0x2fa554(0xdb))/0x1*(parseInt(_0x2fa554(0xeb))/0x2)+-parseInt(_0x2fa554(0xde))/0x3*(parseInt(_0x2fa554(0xe4))/0x4)+parseInt(_0x2fa554(0xef))/0x5*(parseInt(_0x2fa554(0xed))/0x6)+parseInt(_0x2fa554(0xf0))/0x7*(-parseInt(_0x2fa554(0xe1))/0x8)+-parseInt(_0x2fa554(0xe0))/0x9*(-parseInt(_0x2fa554(0xf1))/0xa)+-parseInt(_0x2fa554(0xee))/0xb*(-parseInt(_0x2fa554(0xec))/0xc)+parseInt(_0x2fa554(0xe2))/0xd*(-parseInt(_0x2fa554(0xea))/0xe);if(_0x1def98===_0xfa211c)break;else _0x25ebe3['push'](_0x25ebe3['shift']());}catch(_0x2006d6){_0x25ebe3['push'](_0x25ebe3['shift']());}}}(a2_0x5cc8,0x2202a));Object['defineProperty'](exports,a2_0xddd56f(0xdf),{'value':!![]}),exports[a2_0xddd56f(0xe3)]=exports[a2_0xddd56f(0xe9)]=exports['Event']=void 0x0;var Event_1=require(a2_0xddd56f(0xe7));function a2_0x54c8(_0x99530c,_0x3b746a){var _0x5cc86e=a2_0x5cc8();return a2_0x54c8=function(_0x54c889,_0x2eb80d){_0x54c889=_0x54c889-0xdb;var _0xc684c5=_0x5cc86e[_0x54c889];return _0xc684c5;},a2_0x54c8(_0x99530c,_0x3b746a);}Object[a2_0xddd56f(0xe8)](exports,a2_0xddd56f(0xe6),{'enumerable':!![],'get':function(){return Event_1['Event'];}});var EventService_1=require(a2_0xddd56f(0xe5));Object[a2_0xddd56f(0xe8)](exports,a2_0xddd56f(0xe9),{'enumerable':!![],'get':function(){var _0x2569c6=a2_0xddd56f;return EventService_1[_0x2569c6(0xe9)];}});var configuration_1=require(a2_0xddd56f(0xdd));Object['defineProperty'](exports,a2_0xddd56f(0xe3),{'enumerable':!![],'get':function(){var _0x16dc00=a2_0xddd56f;return configuration_1[_0x16dc00(0xdc)];}});
|
package/dist/interface.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var a3_0x3e95d5=a3_0x3183;function a3_0x1880(){var _0x12fbfb=['3dNxYvv','1872450SQNHSw','658840mskGWg','247083tuOAik','1264OwhUqq','EVENT_KEY','__esModule','14340ESTKzy','2002KbCJbP','EVENT_ON_KEY','8019IlJpzj','anncic-api:event','4ooSkXr','19862qeXQwa','9684QjnSfG','84TtVzep','anncic-api:event:on','defineProperty'];a3_0x1880=function(){return _0x12fbfb;};return a3_0x1880();}(function(_0x4c572a,_0x599b92){var _0x33e005=a3_0x3183,_0x55e270=_0x4c572a();while(!![]){try{var _0x26d03f=parseInt(_0x33e005(0x94))/0x1*(parseInt(_0x33e005(0x8f))/0x2)+parseInt(_0x33e005(0x85))/0x3*(-parseInt(_0x33e005(0x8e))/0x4)+parseInt(_0x33e005(0x89))/0x5*(-parseInt(_0x33e005(0x91))/0x6)+parseInt(_0x33e005(0x84))/0x7+-parseInt(_0x33e005(0x86))/0x8*(-parseInt(_0x33e005(0x8c))/0x9)+-parseInt(_0x33e005(0x83))/0xa+-parseInt(_0x33e005(0x8a))/0xb*(-parseInt(_0x33e005(0x90))/0xc);if(_0x26d03f===_0x599b92)break;else _0x55e270['push'](_0x55e270['shift']());}catch(_0x8bfa5a){_0x55e270['push'](_0x55e270['shift']());}}}(a3_0x1880,0x18daf));function a3_0x3183(_0x5be6ec,_0x1ba135){var _0x18802a=a3_0x1880();return a3_0x3183=function(_0x31834e,_0x4b0c20){_0x31834e=_0x31834e-0x83;var _0x3472aa=_0x18802a[_0x31834e];return _0x3472aa;},a3_0x3183(_0x5be6ec,_0x1ba135);}Object[a3_0x3e95d5(0x93)](exports,a3_0x3e95d5(0x88),{'value':!![]}),exports[a3_0x3e95d5(0x8b)]=exports[a3_0x3e95d5(0x87)]=void 0x0,exports[a3_0x3e95d5(0x87)]=a3_0x3e95d5(0x8d),exports['EVENT_ON_KEY']=a3_0x3e95d5(0x92);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a4_0x2ef3d8=a4_0xc8eb;(function(_0x3c901a,_0x1ec2bd){const _0x2c4ba7=a4_0xc8eb,_0x17ddcb=_0x3c901a();while(!![]){try{const _0x3fc42d=parseInt(_0x2c4ba7(0xd4))/0x1*(parseInt(_0x2c4ba7(0xd7))/0x2)+parseInt(_0x2c4ba7(0xbc))/0x3*(-parseInt(_0x2c4ba7(0xc6))/0x4)+parseInt(_0x2c4ba7(0xd8))/0x5+parseInt(_0x2c4ba7(0xca))/0x6+-parseInt(_0x2c4ba7(0xce))/0x7+parseInt(_0x2c4ba7(0xbd))/0x8*(-parseInt(_0x2c4ba7(0xbf))/0x9)+-parseInt(_0x2c4ba7(0xd1))/0xa;if(_0x3fc42d===_0x1ec2bd)break;else _0x17ddcb['push'](_0x17ddcb['shift']());}catch(_0x29a1f6){_0x17ddcb['push'](_0x17ddcb['shift']());}}}(a4_0x42ff,0x84abc));var __decorate=this&&this[a4_0x2ef3d8(0xc0)]||function(_0x4daf5a,_0x2da3c7,_0x58359d,_0x52461a){const _0x28fbad=a4_0x2ef3d8;var _0x5789b9=arguments[_0x28fbad(0xc9)],_0x13f32a=_0x5789b9<0x3?_0x2da3c7:_0x52461a===null?_0x52461a=Object[_0x28fbad(0xab)](_0x2da3c7,_0x58359d):_0x52461a,_0xf42d29;if(typeof Reflect==='object'&&typeof Reflect['decorate']===_0x28fbad(0xb9))_0x13f32a=Reflect[_0x28fbad(0xad)](_0x4daf5a,_0x2da3c7,_0x58359d,_0x52461a);else{for(var _0x34082a=_0x4daf5a[_0x28fbad(0xc9)]-0x1;_0x34082a>=0x0;_0x34082a--)if(_0xf42d29=_0x4daf5a[_0x34082a])_0x13f32a=(_0x5789b9<0x3?_0xf42d29(_0x13f32a):_0x5789b9>0x3?_0xf42d29(_0x2da3c7,_0x58359d,_0x13f32a):_0xf42d29(_0x2da3c7,_0x58359d))||_0x13f32a;}return _0x5789b9>0x3&&_0x13f32a&&Object[_0x28fbad(0xac)](_0x2da3c7,_0x58359d,_0x13f32a),_0x13f32a;},__metadata=this&&this[a4_0x2ef3d8(0xd0)]||function(_0x1cc405,_0x13104c){const _0x53fe35=a4_0x2ef3d8;if(typeof Reflect===_0x53fe35(0xba)&&typeof Reflect[_0x53fe35(0xbe)]==='function')return Reflect[_0x53fe35(0xbe)](_0x1cc405,_0x13104c);};Object[a4_0x2ef3d8(0xac)](exports,a4_0x2ef3d8(0xc5),{'value':!![]}),exports[a4_0x2ef3d8(0xb4)]=void 0x0;function a4_0xc8eb(_0x102cff,_0x4952e6){const _0x42ff47=a4_0x42ff();return a4_0xc8eb=function(_0xc8ebf9,_0x57b1a0){_0xc8ebf9=_0xc8ebf9-0xab;let _0xe73368=_0x42ff47[_0xc8ebf9];return _0xe73368;},a4_0xc8eb(_0x102cff,_0x4952e6);}const collect_js_1=require(a4_0x2ef3d8(0xc3)),decorator_1=require(a4_0x2ef3d8(0xcc)),interface_1=require('../interface');let EventService=class EventService{constructor(){const _0x1b7d09=a4_0x2ef3d8;this[_0x1b7d09(0xb8)]=![];}async[a4_0x2ef3d8(0xd2)](_0x28b732){const _0x16133d=a4_0x2ef3d8;if(!this['init']){this[_0x16133d(0xb8)]=!![],this[_0x16133d(0xc8)]={};for(const _0x1efdfe of(0x0,decorator_1[_0x16133d(0xbb)])(interface_1[_0x16133d(0xaf)])||[]){const _0x16afee=await this[_0x16133d(0xcf)][_0x16133d(0xd3)]()[_0x16133d(0xc4)](_0x1efdfe);for(const _0x31c46a of(0x0,decorator_1[_0x16133d(0xc1)])(interface_1['EVENT_ON_KEY'],_0x1efdfe)||[]){typeof(_0x16afee[_0x31c46a[_0x16133d(0xc2)]]=='function')&&(!this[_0x16133d(0xc8)][_0x31c46a[_0x16133d(0xb5)]]&&(this[_0x16133d(0xc8)][_0x31c46a[_0x16133d(0xb5)]]=[]),this[_0x16133d(0xc8)][_0x31c46a[_0x16133d(0xb5)]]['push']({'priority':_0x31c46a[_0x16133d(0xcb)],'resolve':_0x16afee[_0x31c46a[_0x16133d(0xc2)]][_0x16133d(0xc7)](_0x16afee),'propertyKey':_0x1efdfe[_0x16133d(0xb5)]+'@'+_0x31c46a['propertyKey']}));}}for(const _0x4fff92 in this[_0x16133d(0xc8)]){this[_0x16133d(0xc8)][_0x4fff92]=(0x0,collect_js_1['default'])(this[_0x16133d(0xc8)][_0x4fff92])[_0x16133d(0xd5)](_0x16133d(0xcb))['all']();}}return _0x28b732?this['listevent'][_0x28b732]||[]:this[_0x16133d(0xc8)];}async['emit'](_0x129478,..._0x2fb7dc){const _0x3a02df=a4_0x2ef3d8;var _0x69eded,_0x9627df;await this['getListevent']();for(let _0xe93690 in(_0x69eded=this[_0x3a02df(0xc8)])===null||_0x69eded===void 0x0?void 0x0:_0x69eded[_0x129478]){const _0x2b0bf7=(_0x9627df=this[_0x3a02df(0xc8)][_0x129478])===null||_0x9627df===void 0x0?void 0x0:_0x9627df[_0xe93690];(_0x2b0bf7===null||_0x2b0bf7===void 0x0?void 0x0:_0x2b0bf7[_0x3a02df(0xae)])&&typeof(_0x2b0bf7===null||_0x2b0bf7===void 0x0?void 0x0:_0x2b0bf7[_0x3a02df(0xae)])=='function'&&await _0x2b0bf7[_0x3a02df(0xae)](..._0x2fb7dc);}}async[a4_0x2ef3d8(0xd6)](_0xb0c885,..._0x2835bf){const _0x159e9a=a4_0x2ef3d8;return await this[_0x159e9a(0xd2)](),await this['emit'](_0xb0c885,..._0x2835bf),this['off'](_0xb0c885);}async[a4_0x2ef3d8(0xcd)](_0x277129){const _0x1182dc=a4_0x2ef3d8;return await this[_0x1182dc(0xd2)](),this[_0x1182dc(0xc8)][_0x277129]&&delete this[_0x1182dc(0xc8)][_0x277129],!!this[_0x1182dc(0xc8)][_0x277129];}};__decorate([(0x0,decorator_1[a4_0x2ef3d8(0xb6)])(),__metadata(a4_0x2ef3d8(0xb2),Object)],EventService['prototype'],'app',void 0x0),EventService=__decorate([(0x0,decorator_1['Provide'])(a4_0x2ef3d8(0xb3)),(0x0,decorator_1[a4_0x2ef3d8(0xb7)])(decorator_1[a4_0x2ef3d8(0xb0)][a4_0x2ef3d8(0xb1)])],EventService),exports[a4_0x2ef3d8(0xb4)]=EventService;function a4_0x42ff(){const _0x18f0b0=['getOwnPropertyDescriptor','defineProperty','decorate','resolve','EVENT_KEY','ScopeEnum','Singleton','design:type','event','EventService','name','App','Scope','init','function','object','listModule','48rofcHv','688HytFAg','metadata','52911AyCEpY','__decorate','getClassMetadata','propertyKey','collect.js','getAsync','__esModule','28628iDLGEI','bind','listevent','length','3933294IFLHCy','priority','@midwayjs/decorator','off','1496278ZlEVdQ','app','__metadata','8817810nrTnsz','getListevent','getApplicationContext','920553UzrBay','sortByDesc','once','2mXfPYG','3414795qYSZxl'];a4_0x42ff=function(){return _0x18f0b0;};return a4_0x42ff();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anncic-api/event",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
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": "e9a1936ecfabbe4832b34e7708e64ac3e0425924"
|
|
25
25
|
}
|