mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a
This commit is contained in:
+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.isInstanceOf = isInstanceOf;\n /**\n * @name isInstanceOf\n * @summary Tests for a instance of a class.\n * @description\n * Checks to see if the input value is an instance of the test class.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isInstanceOf } from '@polkadot/util';\n *\n * console.log('isInstanceOf', isInstanceOf(new Array(0), Array)); // => true\n * ```\n */\n function isInstanceOf(value, Clazz) {\n return (value && value.constructor) === Clazz || value instanceof Clazz;\n }\n});","lineCount":25,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"isInstanceOf"],[7,22,3,20],[7,25,3,23,"isInstanceOf"],[7,37,3,35],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,2,18,0],[22,11,18,9,"isInstanceOf"],[22,23,18,21,"isInstanceOf"],[22,24,18,22,"value"],[22,29,18,27],[22,31,18,29,"Clazz"],[22,36,18,34],[22,38,18,36],[23,4,19,4],[23,11,19,13],[23,12,19,14,"value"],[23,17,19,19],[23,21,19,23,"value"],[23,26,19,28],[23,27,19,29,"constructor"],[23,38,19,40],[23,44,19,46,"Clazz"],[23,49,19,51],[23,53,20,8,"value"],[23,58,20,13],[23,70,20,25,"Clazz"],[23,75,20,30],[24,2,21,0],[25,0,21,1],[25,3]],"functionMap":{"names":["<global>","isInstanceOf"],"mappings":"AAA;ACiB;CDG"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":133},"end":{"line":4,"column":30,"index":148}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":169},"end":{"line":5,"column":46,"index":196}}],"key":"H94lp+EitftSFqDHaenrSs5zKB0=","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.votingBalances = votingBalances;\n const rxjs_1 = require(_dependencyMap[0], \"rxjs\");\n const index_js_1 = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name votingBalances\n * @description Retrieves the balance information for multiple accounts, typically used in governance-related contexts to check voting power.\n * @param {(AccountId | AccountIndex | Address | string)[]} addresses An array of account identifiers.\n * @example\n * ```javascript\n * const addresses = [\"5D4b...Zf1\", \"5HGj...yrV\"];\n * const balances = await api.derive.balances.votingBalances(addresses);\n * console.log(\"Voting Balances:\", balances);\n * ```\n */\n function votingBalances(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, addresses => !addresses?.length ? (0, rxjs_1.of)([]) : (0, rxjs_1.combineLatest)(addresses.map(accountId => api.derive.balances.account(accountId))));\n }\n});","lineCount":24,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"votingBalances"],[7,24,3,22],[7,27,3,25,"votingBalances"],[7,41,3,39],[8,2,4,0],[8,8,4,6,"rxjs_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,50,4,29],[8,51,4,30],[9,2,5,0],[9,8,5,6,"index_js_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,66,5,45],[9,67,5,46],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,2,17,0],[21,11,17,9,"votingBalances"],[21,25,17,23,"votingBalances"],[21,26,17,24,"instanceId"],[21,36,17,34],[21,38,17,36,"api"],[21,41,17,39],[21,43,17,41],[22,4,18,4],[22,11,18,11],[22,12,18,12],[22,13,18,13],[22,15,18,15,"index_js_1"],[22,25,18,25],[22,26,18,26,"memo"],[22,30,18,30],[22,32,18,32,"instanceId"],[22,42,18,42],[22,44,18,45,"addresses"],[22,53,18,54],[22,57,18,59],[22,58,18,60,"addresses"],[22,67,18,69],[22,69,18,71,"length"],[22,75,18,77],[22,78,19,10],[22,79,19,11],[22,80,19,12],[22,82,19,14,"rxjs_1"],[22,88,19,20],[22,89,19,21,"of"],[22,91,19,23],[22,93,19,25],[22,95,19,27],[22,96,19,28],[22,99,20,10],[22,100,20,11],[22,101,20,12],[22,103,20,14,"rxjs_1"],[22,109,20,20],[22,110,20,21,"combineLatest"],[22,123,20,34],[22,125,20,36,"addresses"],[22,134,20,45],[22,135,20,46,"map"],[22,138,20,49],[22,139,20,51,"accountId"],[22,148,20,60],[22,152,20,65,"api"],[22,155,20,68],[22,156,20,69,"derive"],[22,162,20,75],[22,163,20,76,"balances"],[22,171,20,84],[22,172,20,85,"account"],[22,179,20,92],[22,180,20,93,"accountId"],[22,189,20,102],[22,190,20,103],[22,191,20,104],[22,192,20,105],[22,193,20,106],[23,2,21,0],[24,0,21,1],[24,3]],"functionMap":{"names":["<global>","votingBalances","<anonymous>","addresses.map$argument_0"],"mappings":"AAA;ACgB;4CCC;kDCE,qDD,ED;CDC"},"hasCjsExports":true},"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
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../Notification","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":128},"end":{"line":4,"column":47,"index":154}}],"key":"sA6757MnF2XkZye2L8uEpNoQJ/M=","exportNames":["*"],"imports":1}},{"name":"../util/lift","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":13,"index":169},"end":{"line":5,"column":36,"index":192}}],"key":"QCxE0PdfaUm4cT9qPVYaaaoo46A=","exportNames":["*"],"imports":1}},{"name":"./OperatorSubscriber","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":27,"index":221},"end":{"line":6,"column":58,"index":252}}],"key":"5a4JxA+rxI0MIxewBKZddpWmHrQ=","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.materialize = void 0;\n var Notification_1 = require(_dependencyMap[0], \"../Notification\");\n var lift_1 = require(_dependencyMap[1], \"../util/lift\");\n var OperatorSubscriber_1 = require(_dependencyMap[2], \"./OperatorSubscriber\");\n function materialize() {\n return lift_1.operate(function (source, subscriber) {\n source.subscribe(OperatorSubscriber_1.createOperatorSubscriber(subscriber, function (value) {\n subscriber.next(Notification_1.Notification.createNext(value));\n }, function () {\n subscriber.next(Notification_1.Notification.createComplete());\n subscriber.complete();\n }, function (err) {\n subscriber.next(Notification_1.Notification.createError(err));\n subscriber.complete();\n }));\n });\n }\n exports.materialize = materialize;\n});","lineCount":25,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"materialize"],[7,21,3,19],[7,24,3,22],[7,29,3,27],[7,30,3,28],[8,2,4,0],[8,6,4,4,"Notification_1"],[8,20,4,18],[8,23,4,21,"require"],[8,30,4,28],[8,31,4,28,"_dependencyMap"],[8,45,4,28],[8,67,4,46],[8,68,4,47],[9,2,5,0],[9,6,5,4,"lift_1"],[9,12,5,10],[9,15,5,13,"require"],[9,22,5,20],[9,23,5,20,"_dependencyMap"],[9,37,5,20],[9,56,5,35],[9,57,5,36],[10,2,6,0],[10,6,6,4,"OperatorSubscriber_1"],[10,26,6,24],[10,29,6,27,"require"],[10,36,6,34],[10,37,6,34,"_dependencyMap"],[10,51,6,34],[10,78,6,57],[10,79,6,58],[11,2,7,0],[11,11,7,9,"materialize"],[11,22,7,20,"materialize"],[11,23,7,20],[11,25,7,23],[12,4,8,4],[12,11,8,11,"lift_1"],[12,17,8,17],[12,18,8,18,"operate"],[12,25,8,25],[12,26,8,26],[12,36,8,36,"source"],[12,42,8,42],[12,44,8,44,"subscriber"],[12,54,8,54],[12,56,8,56],[13,6,9,8,"source"],[13,12,9,14],[13,13,9,15,"subscribe"],[13,22,9,24],[13,23,9,25,"OperatorSubscriber_1"],[13,43,9,45],[13,44,9,46,"createOperatorSubscriber"],[13,68,9,70],[13,69,9,71,"subscriber"],[13,79,9,81],[13,81,9,83],[13,91,9,93,"value"],[13,96,9,98],[13,98,9,100],[14,8,10,12,"subscriber"],[14,18,10,22],[14,19,10,23,"next"],[14,23,10,27],[14,24,10,28,"Notification_1"],[14,38,10,42],[14,39,10,43,"Notification"],[14,51,10,55],[14,52,10,56,"createNext"],[14,62,10,66],[14,63,10,67,"value"],[14,68,10,72],[14,69,10,73],[14,70,10,74],[15,6,11,8],[15,7,11,9],[15,9,11,11],[15,21,11,23],[16,8,12,12,"subscriber"],[16,18,12,22],[16,19,12,23,"next"],[16,23,12,27],[16,24,12,28,"Notification_1"],[16,38,12,42],[16,39,12,43,"Notification"],[16,51,12,55],[16,52,12,56,"createComplete"],[16,66,12,70],[16,67,12,71],[16,68,12,72],[16,69,12,73],[17,8,13,12,"subscriber"],[17,18,13,22],[17,19,13,23,"complete"],[17,27,13,31],[17,28,13,32],[17,29,13,33],[18,6,14,8],[18,7,14,9],[18,9,14,11],[18,19,14,21,"err"],[18,22,14,24],[18,24,14,26],[19,8,15,12,"subscriber"],[19,18,15,22],[19,19,15,23,"next"],[19,23,15,27],[19,24,15,28,"Notification_1"],[19,38,15,42],[19,39,15,43,"Notification"],[19,51,15,55],[19,52,15,56,"createError"],[19,63,15,67],[19,64,15,68,"err"],[19,67,15,71],[19,68,15,72],[19,69,15,73],[20,8,16,12,"subscriber"],[20,18,16,22],[20,19,16,23,"complete"],[20,27,16,31],[20,28,16,32],[20,29,16,33],[21,6,17,8],[21,7,17,9],[21,8,17,10],[21,9,17,11],[22,4,18,4],[22,5,18,5],[22,6,18,6],[23,2,19,0],[24,2,20,0,"exports"],[24,9,20,7],[24,10,20,8,"materialize"],[24,21,20,19],[24,24,20,22,"materialize"],[24,35,20,33],[25,0,20,34],[25,3]],"functionMap":{"names":["<global>","materialize","lift_1.operate$argument_0","OperatorSubscriber_1.createOperatorSubscriber$argument_1","OperatorSubscriber_1.createOperatorSubscriber$argument_2","OperatorSubscriber_1.createOperatorSubscriber$argument_3"],"mappings":"AAA;ACM;0BCC;mFCC;SDE,EE;SFG,EG;SHG;KDC;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"react-dom/client","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":196},"end":{"line":12,"column":94,"index":290}}],"key":"eX4Ok7Y9yuWALzWeBM/8LmtyspI=","exportNames":["*"],"imports":1}},{"name":"../StyleSheet/dom","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":291},"end":{"line":13,"column":48,"index":339}}],"key":"qx3igwHGt+Vmso6RqLCYYzVVqls=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n 'use client';\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return render;\n }\n });\n exports.hydrate = hydrate;\n var _reactDomClient = require(_dependencyMap[0], \"react-dom/client\");\n var _StyleSheetDom = require(_dependencyMap[1], \"../StyleSheet/dom\");\n function hydrate(element, root) {\n (0, _StyleSheetDom.createSheet)(root);\n return (0, _reactDomClient.hydrateRoot)(root, element);\n }\n function render(element, root) {\n (0, _StyleSheetDom.createSheet)(root);\n var reactRoot = (0, _reactDomClient.createRoot)(root);\n reactRoot.render(element);\n return reactRoot;\n }\n});","lineCount":36,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[11,2,10,0],[11,14,10,12],[12,2,10,13],[14,2,10,13,"Object"],[14,8,10,13],[14,9,10,13,"defineProperty"],[14,23,10,13],[14,24,10,13,"exports"],[14,31,10,13],[15,4,10,13,"value"],[15,9,10,13],[16,2,10,13],[17,2,18,15,"Object"],[17,8,18,15],[17,9,18,15,"defineProperty"],[17,23,18,15],[17,24,18,15,"exports"],[17,31,18,15],[18,4,18,15,"enumerable"],[18,14,18,15],[19,4,18,15,"get"],[19,7,18,15],[19,18,18,15,"get"],[19,19,18,15],[20,6,18,15],[20,13,18,15,"render"],[20,19,18,15],[21,4,18,15],[22,2,18,15],[23,2,14,0,"exports"],[23,9,14,0],[23,10,14,0,"hydrate"],[23,17,14,0],[23,20,14,0,"hydrate"],[23,27,14,0],[24,2,12,0],[24,6,12,0,"_reactDomClient"],[24,21,12,0],[24,24,12,0,"require"],[24,31,12,0],[24,32,12,0,"_dependencyMap"],[24,46,12,0],[25,2,13,0],[25,6,13,0,"_StyleSheetDom"],[25,20,13,0],[25,23,13,0,"require"],[25,30,13,0],[25,31,13,0,"_dependencyMap"],[25,45,13,0],[26,2,14,7],[26,11,14,16,"hydrate"],[26,18,14,23,"hydrate"],[26,19,14,24,"element"],[26,26,14,31],[26,28,14,33,"root"],[26,32,14,37],[26,34,14,39],[27,4,15,2],[27,8,15,2,"createSheet"],[27,22,15,13],[27,23,15,13,"createSheet"],[27,34,15,13],[27,36,15,14,"root"],[27,40,15,18],[27,41,15,19],[28,4,16,2],[28,11,16,9],[28,15,16,9,"domHydrateRoot"],[28,30,16,23],[28,31,16,23,"hydrateRoot"],[28,42,16,23],[28,44,16,24,"root"],[28,48,16,28],[28,50,16,30,"element"],[28,57,16,37],[28,58,16,38],[29,2,17,0],[30,2,18,15],[30,11,18,24,"render"],[30,17,18,30,"render"],[30,18,18,31,"element"],[30,25,18,38],[30,27,18,40,"root"],[30,31,18,44],[30,33,18,46],[31,4,19,2],[31,8,19,2,"createSheet"],[31,22,19,13],[31,23,19,13,"createSheet"],[31,34,19,13],[31,36,19,14,"root"],[31,40,19,18],[31,41,19,19],[32,4,20,2],[32,8,20,6,"reactRoot"],[32,17,20,15],[32,20,20,18],[32,24,20,18,"domCreateRoot"],[32,39,20,31],[32,40,20,31,"createRoot"],[32,50,20,31],[32,52,20,32,"root"],[32,56,20,36],[32,57,20,37],[33,4,21,2,"reactRoot"],[33,13,21,11],[33,14,21,12,"render"],[33,20,21,18],[33,21,21,19,"element"],[33,28,21,26],[33,29,21,27],[34,4,22,2],[34,11,22,9,"reactRoot"],[34,20,22,18],[35,2,23,0],[36,0,23,1],[36,3]],"functionMap":{"names":["<global>","hydrate","render"],"mappings":"AAA;OCa;CDG;eEC"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user