mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a
This commit is contained in:
+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.runtime = void 0;\n const finalityV1 = {\n methods: {\n best_finalized: {\n description: 'Returns number and hash of the best finalized header known to the bridge module.',\n params: [],\n type: '(BlockNumber, Hash)'\n }\n },\n version: 1\n };\n exports.runtime = {\n KusamaFinalityApi: [finalityV1],\n PolkadotFinalityApi: [finalityV1],\n RococoFinalityApi: [finalityV1],\n WestendFinalityApi: [finalityV1]\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,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0],[8,8,4,6,"finalityV1"],[8,18,4,16],[8,21,4,19],[9,4,5,4,"methods"],[9,11,5,11],[9,13,5,13],[10,6,6,8,"best_finalized"],[10,20,6,22],[10,22,6,24],[11,8,7,12,"description"],[11,19,7,23],[11,21,7,25],[11,103,7,107],[12,8,8,12,"params"],[12,14,8,18],[12,16,8,20],[12,18,8,22],[13,8,9,12,"type"],[13,12,9,16],[13,14,9,18],[14,6,10,8],[15,4,11,4],[15,5,11,5],[16,4,12,4,"version"],[16,11,12,11],[16,13,12,13],[17,2,13,0],[17,3,13,1],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"runtime"],[18,17,14,15],[18,20,14,18],[19,4,15,4,"KusamaFinalityApi"],[19,21,15,21],[19,23,15,23],[19,24,15,24,"finalityV1"],[19,34,15,34],[19,35,15,35],[20,4,16,4,"PolkadotFinalityApi"],[20,23,16,23],[20,25,16,25],[20,26,16,26,"finalityV1"],[20,36,16,36],[20,37,16,37],[21,4,17,4,"RococoFinalityApi"],[21,21,17,21],[21,23,17,23],[21,24,17,24,"finalityV1"],[21,34,17,34],[21,35,17,35],[22,4,18,4,"WestendFinalityApi"],[22,22,18,22],[22,24,18,24],[22,25,18,25,"finalityV1"],[22,35,18,35],[23,2,19,0],[23,3,19,1],[24,0,19,2],[24,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return isSelectionValid;\n }\n });\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 function isSelectionValid() {\n var selection = window.getSelection();\n var string = selection.toString();\n var anchorNode = selection.anchorNode;\n var focusNode = selection.focusNode;\n var isTextNode = anchorNode && anchorNode.nodeType === window.Node.TEXT_NODE || focusNode && focusNode.nodeType === window.Node.TEXT_NODE;\n return string.length >= 1 && string !== '\\n' && isTextNode;\n }\n});","lineCount":30,"map":[[7,2,10,15,"Object"],[7,8,10,15],[7,9,10,15,"defineProperty"],[7,23,10,15],[7,24,10,15,"exports"],[7,31,10,15],[8,4,10,15,"enumerable"],[8,14,10,15],[9,4,10,15,"get"],[9,7,10,15],[9,18,10,15,"get"],[9,19,10,15],[10,6,10,15],[10,13,10,15,"isSelectionValid"],[10,29,10,15],[11,4,10,15],[12,2,10,15],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[22,2,10,15],[22,11,10,24,"isSelectionValid"],[22,27,10,40,"isSelectionValid"],[22,28,10,40],[22,30,10,43],[23,4,11,2],[23,8,11,6,"selection"],[23,17,11,15],[23,20,11,18,"window"],[23,26,11,24],[23,27,11,25,"getSelection"],[23,39,11,37],[23,40,11,38],[23,41,11,39],[24,4,12,2],[24,8,12,6,"string"],[24,14,12,12],[24,17,12,15,"selection"],[24,26,12,24],[24,27,12,25,"toString"],[24,35,12,33],[24,36,12,34],[24,37,12,35],[25,4,13,2],[25,8,13,6,"anchorNode"],[25,18,13,16],[25,21,13,19,"selection"],[25,30,13,28],[25,31,13,29,"anchorNode"],[25,41,13,39],[26,4,14,2],[26,8,14,6,"focusNode"],[26,17,14,15],[26,20,14,18,"selection"],[26,29,14,27],[26,30,14,28,"focusNode"],[26,39,14,37],[27,4,15,2],[27,8,15,6,"isTextNode"],[27,18,15,16],[27,21,15,19,"anchorNode"],[27,31,15,29],[27,35,15,33,"anchorNode"],[27,45,15,43],[27,46,15,44,"nodeType"],[27,54,15,52],[27,59,15,57,"window"],[27,65,15,63],[27,66,15,64,"Node"],[27,70,15,68],[27,71,15,69,"TEXT_NODE"],[27,80,15,78],[27,84,15,82,"focusNode"],[27,93,15,91],[27,97,15,95,"focusNode"],[27,106,15,104],[27,107,15,105,"nodeType"],[27,115,15,113],[27,120,15,118,"window"],[27,126,15,124],[27,127,15,125,"Node"],[27,131,15,129],[27,132,15,130,"TEXT_NODE"],[27,141,15,139],[28,4,16,2],[28,11,16,9,"string"],[28,17,16,15],[28,18,16,16,"length"],[28,24,16,22],[28,28,16,26],[28,29,16,27],[28,33,16,31,"string"],[28,39,16,37],[28,44,16,42],[28,48,16,46],[28,52,16,50,"isTextNode"],[28,62,16,60],[29,2,17,0],[30,0,17,1],[30,3]],"functionMap":{"names":["<global>","isSelectionValid"],"mappings":"AAA;eCS"},"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 Object.defineProperty(exports, \"REGION_LABELS\", {\n enumerable: true,\n get: function () {\n return REGION_LABELS;\n }\n });\n /**\n * Identity KYC Types\n */\n\n // Region labels for UI\n const REGION_LABELS = {\n basur: {\n en: 'Başur (South Kurdistan)',\n ku: 'باشوور (کوردستانی باشوور)'\n },\n bakur: {\n en: 'Bakur (North Kurdistan)',\n ku: 'باکوور (کوردستانی باکوور)'\n },\n rojava: {\n en: 'Rojava (West Kurdistan)',\n ku: 'رۆژاڤا (کوردستانی رۆژاڤا)'\n },\n rojhelat: {\n en: 'Rojhelat (East Kurdistan)',\n ku: 'رۆژهەڵات (کوردستانی رۆژهەڵات)'\n },\n kurdistan_a_sor: {\n en: 'Kurdistan a Sor (Red Kurdistan)',\n ku: 'کوردستانا سور'\n },\n diaspora: {\n en: 'Diaspora',\n ku: 'دیاسپۆرا'\n }\n };\n});","lineCount":44,"map":[[7,2,81,0,"Object"],[7,8,81,0],[7,9,81,0,"defineProperty"],[7,23,81,0],[7,24,81,0,"exports"],[7,31,81,0],[8,4,81,0,"enumerable"],[8,14,81,0],[9,4,81,0,"get"],[9,7,81,0],[9,18,81,0,"get"],[9,19,81,0],[10,6,81,0],[10,13,81,0,"REGION_LABELS"],[10,26,81,0],[11,4,81,0],[12,2,81,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[17,2,80,0],[18,2,81,7],[18,8,81,13,"REGION_LABELS"],[18,21,81,70],[18,24,81,73],[19,4,82,2,"basur"],[19,9,82,7],[19,11,82,9],[20,6,82,11,"en"],[20,8,82,13],[20,10,82,15],[20,35,82,40],[21,6,82,42,"ku"],[21,8,82,44],[21,10,82,46],[22,4,82,74],[22,5,82,75],[23,4,83,2,"bakur"],[23,9,83,7],[23,11,83,9],[24,6,83,11,"en"],[24,8,83,13],[24,10,83,15],[24,35,83,40],[25,6,83,42,"ku"],[25,8,83,44],[25,10,83,46],[26,4,83,74],[26,5,83,75],[27,4,84,2,"rojava"],[27,10,84,8],[27,12,84,10],[28,6,84,12,"en"],[28,8,84,14],[28,10,84,16],[28,35,84,41],[29,6,84,43,"ku"],[29,8,84,45],[29,10,84,47],[30,4,84,75],[30,5,84,76],[31,4,85,2,"rojhelat"],[31,12,85,10],[31,14,85,12],[32,6,85,14,"en"],[32,8,85,16],[32,10,85,18],[32,37,85,45],[33,6,85,47,"ku"],[33,8,85,49],[33,10,85,51],[34,4,85,83],[34,5,85,84],[35,4,86,2,"kurdistan_a_sor"],[35,19,86,17],[35,21,86,19],[36,6,86,21,"en"],[36,8,86,23],[36,10,86,25],[36,43,86,58],[37,6,86,60,"ku"],[37,8,86,62],[37,10,86,64],[38,4,86,80],[38,5,86,81],[39,4,87,2,"diaspora"],[39,12,87,10],[39,14,87,12],[40,6,87,14,"en"],[40,8,87,16],[40,10,87,18],[40,20,87,28],[41,6,87,30,"ku"],[41,8,87,32],[41,10,87,34],[42,4,87,45],[43,2,88,0],[43,3,88,1],[44,0,88,2],[44,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+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.default = isObject;\n function isObject(value) {\n return value instanceof Object && !Array.isArray(value);\n }\n});","lineCount":11,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"Object"],[4,8,3,6],[4,9,3,7,"defineProperty"],[4,23,3,21],[4,24,3,22,"exports"],[4,31,3,29],[4,33,3,31],[4,45,3,43],[4,47,3,45],[5,4,4,2,"value"],[5,9,4,7],[5,11,4,9],[6,2,5,0],[6,3,5,1],[6,4,5,2],[7,2,6,0,"exports"],[7,9,6,7],[7,10,6,8,"default"],[7,17,6,15],[7,20,6,18,"isObject"],[7,28,6,26],[8,2,7,0],[8,11,7,9,"isObject"],[8,19,7,17,"isObject"],[8,20,7,18,"value"],[8,25,7,23],[8,27,7,25],[9,4,8,2],[9,11,8,9,"value"],[9,16,8,14],[9,28,8,26,"Object"],[9,34,8,32],[9,38,8,36],[9,39,8,37,"Array"],[9,44,8,42],[9,45,8,43,"isArray"],[9,52,8,50],[9,53,8,51,"value"],[9,58,8,56],[9,59,8,57],[10,2,9,0],[11,0,9,1],[11,3]],"functionMap":{"names":["<global>","isObject"],"mappings":"AAA;ACM"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./helpers.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":129},"end":{"line":4,"column":44,"index":152}}],"key":"7UdputPrmvsX25IKteKFXyUGOCE=","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.isObservable = void 0;\n const helpers_js_1 = require(_dependencyMap[0], \"./helpers.js\");\n /**\n * @name isBObservable\n * @summary Tests for a `Observable` object instance.\n * @description\n * Checks to see if the input object is an instance of `BN` (bn.js).\n * @example\n * <BR>\n *\n * ```javascript\n * import { isObservable } from '@polkadot/util';\n *\n * console.log('isObservable', isObservable(...));\n * ```\n */\n exports.isObservable = (0, helpers_js_1.isOn)('next');\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,"isObservable"],[7,22,3,20],[7,25,3,23],[7,30,3,28],[7,31,3,29],[8,2,4,0],[8,8,4,6,"helpers_js_1"],[8,20,4,18],[8,23,4,21,"require"],[8,30,4,28],[8,31,4,28,"_dependencyMap"],[8,45,4,28],[8,64,4,43],[8,65,4,44],[9,2,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,0,18,0],[23,2,19,0,"exports"],[23,9,19,7],[23,10,19,8,"isObservable"],[23,22,19,20],[23,25,19,23],[23,26,19,24],[23,27,19,25],[23,29,19,27,"helpers_js_1"],[23,41,19,39],[23,42,19,40,"isOn"],[23,46,19,44],[23,48,19,46],[23,54,19,52],[23,55,19,53],[24,0,19,54],[24,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user