mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"import { checkAvailability, getPlugin } from './common';\nexport function cordovaPropertyGet(pluginObj, key) {\n if (checkAvailability(pluginObj, key) === true) {\n return getPlugin(pluginObj.constructor.getPluginRef())[key];\n }\n return null;\n}\nexport function cordovaPropertySet(pluginObj, key, value) {\n if (checkAvailability(pluginObj, key) === true) {\n getPlugin(pluginObj.constructor.getPluginRef())[key] = value;\n }\n}","map":{"version":3,"names":["checkAvailability","getPlugin","cordovaPropertyGet","pluginObj","key","constructor","getPluginRef","cordovaPropertySet","value"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic-native/core/__ivy_ngcc__/decorators/cordova-property.js"],"sourcesContent":["import { checkAvailability, getPlugin } from './common';\nexport function cordovaPropertyGet(pluginObj, key) {\n if (checkAvailability(pluginObj, key) === true) {\n return getPlugin(pluginObj.constructor.getPluginRef())[key];\n }\n return null;\n}\nexport function cordovaPropertySet(pluginObj, key, value) {\n if (checkAvailability(pluginObj, key) === true) {\n getPlugin(pluginObj.constructor.getPluginRef())[key] = value;\n }\n}\n"],"mappings":"AAAA,SAASA,iBAAiB,EAAEC,SAAS,QAAQ,UAAU;AACvD,OAAO,SAASC,kBAAkBA,CAACC,SAAS,EAAEC,GAAG,EAAE;EAC/C,IAAIJ,iBAAiB,CAACG,SAAS,EAAEC,GAAG,CAAC,KAAK,IAAI,EAAE;IAC5C,OAAOH,SAAS,CAACE,SAAS,CAACE,WAAW,CAACC,YAAY,CAAC,CAAC,CAAC,CAACF,GAAG,CAAC;EAC/D;EACA,OAAO,IAAI;AACf;AACA,OAAO,SAASG,kBAAkBA,CAACJ,SAAS,EAAEC,GAAG,EAAEI,KAAK,EAAE;EACtD,IAAIR,iBAAiB,CAACG,SAAS,EAAEC,GAAG,CAAC,KAAK,IAAI,EAAE;IAC5CH,SAAS,CAACE,SAAS,CAACE,WAAW,CAACC,YAAY,CAAC,CAAC,CAAC,CAACF,GAAG,CAAC,GAAGI,KAAK;EAChE;AACJ"},"metadata":{},"sourceType":"module"} |