mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../base64/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":50,"index":50}}],"key":"Z3xSsNbHAikkzQWtTKgHwrc2kqk=","exportNames":["*"],"imports":1}},{"name":"./constants.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":51},"end":{"line":2,"column":75,"index":126}}],"key":"46QfplZMuoT7/1B4GqMDknw8q/g=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.jsonEncryptFormat = jsonEncryptFormat;\n var _base64IndexJs = require(_dependencyMap[0], \"../base64/index.js\");\n var _constantsJs = require(_dependencyMap[1], \"./constants.js\");\n function jsonEncryptFormat(encoded, contentType, isEncrypted) {\n return {\n encoded: (0, _base64IndexJs.base64Encode)(encoded),\n encoding: {\n content: contentType,\n type: isEncrypted ? _constantsJs.ENCODING : _constantsJs.ENCODING_NONE,\n version: _constantsJs.ENCODING_VERSION\n }\n };\n }\n});","lineCount":20,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"jsonEncryptFormat"],[7,27,3,0],[7,30,3,0,"jsonEncryptFormat"],[7,47,3,0],[8,2,1,0],[8,6,1,0,"_base64IndexJs"],[8,20,1,0],[8,23,1,0,"require"],[8,30,1,0],[8,31,1,0,"_dependencyMap"],[8,45,1,0],[9,2,2,0],[9,6,2,0,"_constantsJs"],[9,18,2,0],[9,21,2,0,"require"],[9,28,2,0],[9,29,2,0,"_dependencyMap"],[9,43,2,0],[10,2,3,7],[10,11,3,16,"jsonEncryptFormat"],[10,28,3,33,"jsonEncryptFormat"],[10,29,3,34,"encoded"],[10,36,3,41],[10,38,3,43,"contentType"],[10,49,3,54],[10,51,3,56,"isEncrypted"],[10,62,3,67],[10,64,3,69],[11,4,4,4],[11,11,4,11],[12,6,5,8,"encoded"],[12,13,5,15],[12,15,5,17],[12,19,5,17,"base64Encode"],[12,33,5,29],[12,34,5,29,"base64Encode"],[12,46,5,29],[12,48,5,30,"encoded"],[12,55,5,37],[12,56,5,38],[13,6,6,8,"encoding"],[13,14,6,16],[13,16,6,18],[14,8,7,12,"content"],[14,15,7,19],[14,17,7,21,"contentType"],[14,28,7,32],[15,8,8,12,"type"],[15,12,8,16],[15,14,8,18,"isEncrypted"],[15,25,8,29],[15,28,9,18,"ENCODING"],[15,40,9,26],[15,41,9,26,"ENCODING"],[15,49,9,26],[15,52,10,18,"ENCODING_NONE"],[15,64,10,31],[15,65,10,31,"ENCODING_NONE"],[15,78,10,31],[16,8,11,12,"version"],[16,15,11,19],[16,17,11,21,"ENCODING_VERSION"],[16,29,11,37],[16,30,11,37,"ENCODING_VERSION"],[17,6,12,8],[18,4,13,4],[18,5,13,5],[19,2,14,0],[20,0,14,1],[20,3]],"functionMap":{"names":["<global>","jsonEncryptFormat"],"mappings":"AAA;OCE;CDW"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./EventEmitter","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":46,"index":46}}],"key":"c7y51sdeNB+ZIpPSVQeGauhYgLk=","exportNames":["*"],"imports":1}},{"name":"./NativeModule","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":47},"end":{"line":2,"column":46,"index":93}}],"key":"bKrTNGrQhrueoqkHcq+VBMxaM6w=","exportNames":["*"],"imports":1}},{"name":"./SharedObject","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":94},"end":{"line":3,"column":46,"index":140}}],"key":"sgMIwbEZw2dBxMKPKRqpyF5kl9M=","exportNames":["*"],"imports":1}},{"name":"./SharedRef","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":141},"end":{"line":4,"column":40,"index":181}}],"key":"oY1WXsWtE5/1rzSKWjpFxWarDyk=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n require(_dependencyMap[0], \"./EventEmitter\");\n require(_dependencyMap[1], \"./NativeModule\");\n require(_dependencyMap[2], \"./SharedObject\");\n require(_dependencyMap[3], \"./SharedRef\");\n});","lineCount":8,"map":[[4,2,1,0,"require"],[4,9,1,0],[4,10,1,0,"_dependencyMap"],[4,24,1,0],[5,2,2,0,"require"],[5,9,2,0],[5,10,2,0,"_dependencyMap"],[5,24,2,0],[6,2,3,0,"require"],[6,9,3,0],[6,10,3,0,"_dependencyMap"],[6,24,3,0],[7,2,4,0,"require"],[7,9,4,0],[7,10,4,0,"_dependencyMap"],[7,24,4,0],[8,0,4,40],[8,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.arrayFlatten = arrayFlatten;\n /**\n * @name arrayFlatten\n * @summary Merge T[][] into T[]\n * @description\n * Returns a new array with all arrays merged into one\n * @example\n * <BR>\n *\n * ```javascript\n * import { arrayFlatten } from '@polkadot/util';\n *\n * arrayFlatten([[1, 2], [3, 4], [5]]); // [1, 2, 3, 4, 5]\n * ```\n */\n function arrayFlatten(arrays) {\n const num = arrays.length;\n // shortcuts for the empty & single-entry case\n if (num === 0) {\n return [];\n } else if (num === 1) {\n return arrays[0];\n }\n // pre-allocate based on the combined size\n let size = 0;\n for (let i = 0; i < num; i++) {\n size += arrays[i].length;\n }\n const output = new Array(size);\n let i = -1;\n for (let j = 0; j < num; j++) {\n const a = arrays[j];\n // instead of pushing, we just set the entries\n for (let e = 0, count = a.length; e < count; e++) {\n output[++i] = a[e];\n }\n }\n return output;\n }\n});","lineCount":46,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"arrayFlatten"],[7,22,15,0],[7,25,15,0,"arrayFlatten"],[7,37,15,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,0,14,0],[22,2,15,7],[22,11,15,16,"arrayFlatten"],[22,23,15,28,"arrayFlatten"],[22,24,15,29,"arrays"],[22,30,15,35],[22,32,15,37],[23,4,16,4],[23,10,16,10,"num"],[23,13,16,13],[23,16,16,16,"arrays"],[23,22,16,22],[23,23,16,23,"length"],[23,29,16,29],[24,4,17,4],[25,4,18,4],[25,8,18,8,"num"],[25,11,18,11],[25,16,18,16],[25,17,18,17],[25,19,18,19],[26,6,19,8],[26,13,19,15],[26,15,19,17],[27,4,20,4],[27,5,20,5],[27,11,21,9],[27,15,21,13,"num"],[27,18,21,16],[27,23,21,21],[27,24,21,22],[27,26,21,24],[28,6,22,8],[28,13,22,15,"arrays"],[28,19,22,21],[28,20,22,22],[28,21,22,23],[28,22,22,24],[29,4,23,4],[30,4,24,4],[31,4,25,4],[31,8,25,8,"size"],[31,12,25,12],[31,15,25,15],[31,16,25,16],[32,4,26,4],[32,9,26,9],[32,13,26,13,"i"],[32,14,26,14],[32,17,26,17],[32,18,26,18],[32,20,26,20,"i"],[32,21,26,21],[32,24,26,24,"num"],[32,27,26,27],[32,29,26,29,"i"],[32,30,26,30],[32,32,26,32],[32,34,26,34],[33,6,27,8,"size"],[33,10,27,12],[33,14,27,16,"arrays"],[33,20,27,22],[33,21,27,23,"i"],[33,22,27,24],[33,23,27,25],[33,24,27,26,"length"],[33,30,27,32],[34,4,28,4],[35,4,29,4],[35,10,29,10,"output"],[35,16,29,16],[35,19,29,19],[35,23,29,23,"Array"],[35,28,29,28],[35,29,29,29,"size"],[35,33,29,33],[35,34,29,34],[36,4,30,4],[36,8,30,8,"i"],[36,9,30,9],[36,12,30,12],[36,13,30,13],[36,14,30,14],[37,4,31,4],[37,9,31,9],[37,13,31,13,"j"],[37,14,31,14],[37,17,31,17],[37,18,31,18],[37,20,31,20,"j"],[37,21,31,21],[37,24,31,24,"num"],[37,27,31,27],[37,29,31,29,"j"],[37,30,31,30],[37,32,31,32],[37,34,31,34],[38,6,32,8],[38,12,32,14,"a"],[38,13,32,15],[38,16,32,18,"arrays"],[38,22,32,24],[38,23,32,25,"j"],[38,24,32,26],[38,25,32,27],[39,6,33,8],[40,6,34,8],[40,11,34,13],[40,15,34,17,"e"],[40,16,34,18],[40,19,34,21],[40,20,34,22],[40,22,34,24,"count"],[40,27,34,29],[40,30,34,32,"a"],[40,31,34,33],[40,32,34,34,"length"],[40,38,34,40],[40,40,34,42,"e"],[40,41,34,43],[40,44,34,46,"count"],[40,49,34,51],[40,51,34,53,"e"],[40,52,34,54],[40,54,34,56],[40,56,34,58],[41,8,35,12,"output"],[41,14,35,18],[41,15,35,19],[41,17,35,21,"i"],[41,18,35,22],[41,19,35,23],[41,22,35,26,"a"],[41,23,35,27],[41,24,35,28,"e"],[41,25,35,29],[41,26,35,30],[42,6,36,8],[43,4,37,4],[44,4,38,4],[44,11,38,11,"output"],[44,17,38,17],[45,2,39,0],[46,0,39,1],[46,3]],"functionMap":{"names":["<global>","arrayFlatten"],"mappings":"AAA;OCc;CDwB"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":33,"index":33}}],"key":"PnOMrhZAPWoeW3ygrvUJ7ff768Y=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":34},"end":{"line":2,"column":40,"index":74}}],"key":"GRJlO1cmIj14nBxcasNpiq30og4=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.currentPoints = currentPoints;\n var _rxjs = require(_dependencyMap[0], \"rxjs\");\n var _utilIndexJs = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name currentPoints\n * @description Retrieve the staking overview, including elected and points earned.\n * @example\n * ```javascript\n * const currentPoints = await api.derive.staking.currentPoints();\n * console.log(currentPoints.toHuman());\n * ```\n */\n function currentPoints(instanceId, api) {\n return (0, _utilIndexJs.memo)(instanceId, () => api.derive.session.indexes().pipe((0, _rxjs.switchMap)(({\n activeEra\n }) => api.query.staking.erasRewardPoints(activeEra))));\n }\n});","lineCount":24,"map":[[7,2,12,0,"exports"],[7,9,12,0],[7,10,12,0,"currentPoints"],[7,23,12,0],[7,26,12,0,"currentPoints"],[7,39,12,0],[8,2,1,0],[8,6,1,0,"_rxjs"],[8,11,1,0],[8,14,1,0,"require"],[8,21,1,0],[8,22,1,0,"_dependencyMap"],[8,36,1,0],[9,2,2,0],[9,6,2,0,"_utilIndexJs"],[9,18,2,0],[9,21,2,0,"require"],[9,28,2,0],[9,29,2,0,"_dependencyMap"],[9,43,2,0],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,2,12,7],[19,11,12,16,"currentPoints"],[19,24,12,29,"currentPoints"],[19,25,12,30,"instanceId"],[19,35,12,40],[19,37,12,42,"api"],[19,40,12,45],[19,42,12,47],[20,4,13,4],[20,11,13,11],[20,15,13,11,"memo"],[20,27,13,15],[20,28,13,15,"memo"],[20,32,13,15],[20,34,13,16,"instanceId"],[20,44,13,26],[20,46,13,28],[20,52,13,34,"api"],[20,55,13,37],[20,56,13,38,"derive"],[20,62,13,44],[20,63,13,45,"session"],[20,70,13,52],[20,71,13,53,"indexes"],[20,78,13,60],[20,79,13,61],[20,80,13,62],[20,81,13,63,"pipe"],[20,85,13,67],[20,86,13,68],[20,90,13,68,"switchMap"],[20,95,13,77],[20,96,13,77,"switchMap"],[20,105,13,77],[20,107,13,78],[20,108,13,79],[21,6,13,81,"activeEra"],[22,4,13,91],[22,5,13,92],[22,10,13,97,"api"],[22,13,13,100],[22,14,13,101,"query"],[22,19,13,106],[22,20,13,107,"staking"],[22,27,13,114],[22,28,13,115,"erasRewardPoints"],[22,44,13,131],[22,45,13,132,"activeEra"],[22,54,13,141],[22,55,13,142],[22,56,13,143],[22,57,13,144],[22,58,13,145],[23,2,14,0],[24,0,14,1],[24,3]],"functionMap":{"names":["<global>","currentPoints","memo$argument_1","switchMap$argument_0"],"mappings":"AAA;OCW;4BCC,kDC,gED,ED;CDC"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.formatDecimal = formatDecimal;\n const NUMBER_REGEX = new RegExp('(\\\\d+?)(?=(\\\\d{3})+(?!\\\\d)|$)', 'g');\n /**\n * @name formatDecimal\n * @description Formats a number into string format with thousand separators\n */\n function formatDecimal(value, separator = ',') {\n // We can do this by adjusting the regx, however for the sake of clarity\n // we rather strip and re-add the negative sign in the output\n const isNegative = value[0].startsWith('-');\n const matched = isNegative ? value.substring(1).match(NUMBER_REGEX) : value.match(NUMBER_REGEX);\n return matched ? `${isNegative ? '-' : ''}${matched.join(separator)}` : value;\n }\n});","lineCount":20,"map":[[7,2,6,0,"exports"],[7,9,6,0],[7,10,6,0,"formatDecimal"],[7,23,6,0],[7,26,6,0,"formatDecimal"],[7,39,6,0],[8,2,1,0],[8,8,1,6,"NUMBER_REGEX"],[8,20,1,18],[8,23,1,21],[8,27,1,25,"RegExp"],[8,33,1,31],[8,34,1,32],[8,65,1,63],[8,67,1,65],[8,70,1,68],[8,71,1,69],[9,2,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,2,6,7],[13,11,6,16,"formatDecimal"],[13,24,6,29,"formatDecimal"],[13,25,6,30,"value"],[13,30,6,35],[13,32,6,37,"separator"],[13,41,6,46],[13,44,6,49],[13,47,6,52],[13,49,6,54],[14,4,7,4],[15,4,8,4],[16,4,9,4],[16,10,9,10,"isNegative"],[16,20,9,20],[16,23,9,23,"value"],[16,28,9,28],[16,29,9,29],[16,30,9,30],[16,31,9,31],[16,32,9,32,"startsWith"],[16,42,9,42],[16,43,9,43],[16,46,9,46],[16,47,9,47],[17,4,10,4],[17,10,10,10,"matched"],[17,17,10,17],[17,20,10,20,"isNegative"],[17,30,10,30],[17,33,11,10,"value"],[17,38,11,15],[17,39,11,16,"substring"],[17,48,11,25],[17,49,11,26],[17,50,11,27],[17,51,11,28],[17,52,11,29,"match"],[17,57,11,34],[17,58,11,35,"NUMBER_REGEX"],[17,70,11,47],[17,71,11,48],[17,74,12,10,"value"],[17,79,12,15],[17,80,12,16,"match"],[17,85,12,21],[17,86,12,22,"NUMBER_REGEX"],[17,98,12,34],[17,99,12,35],[18,4,13,4],[18,11,13,11,"matched"],[18,18,13,18],[18,21,14,10],[18,24,14,13,"isNegative"],[18,34,14,23],[18,37,14,26],[18,40,14,29],[18,43,14,32],[18,45,14,34],[18,48,14,37,"matched"],[18,55,14,44],[18,56,14,45,"join"],[18,60,14,49],[18,61,14,50,"separator"],[18,70,14,59],[18,71,14,60],[18,73,14,62],[18,76,15,10,"value"],[18,81,15,15],[19,2,16,0],[20,0,16,1],[20,3]],"functionMap":{"names":["<global>","formatDecimal"],"mappings":"AAA;OCK;CDU"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user