All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.dist.prod.features.patchPatcher.js.map Maven / Gradle / Ivy
{
"version": 3,
"sources": ["../../../src/features/patchPatcher.ts"],
"sourcesContent": ["type OpenUI5Patcher = {\n\tprototype: {\n\t\t_mAttributes: { [key: string]: string },\n\t\topenEnd: () => OpenUI5Patcher,\n\t}\n};\n\nconst patchPatcher = (Patcher: OpenUI5Patcher) => {\n\tconst origOpenEnd = Patcher.prototype.openEnd;\n\tPatcher.prototype.openEnd = function openEnd() {\n\t\tif (this._mAttributes.popover) {\n\t\t\tdelete this._mAttributes.popover; // The \"popover\" attribute will be managed externally, don't let Patcher remove it\n\t\t}\n\t\treturn origOpenEnd.apply(this);\n\t};\n};\n\nexport default patchPatcher;\nexport type { OpenUI5Patcher };\n"],
"mappings": "aAOA,MAAMA,EAAgBC,GAA4B,CACjD,MAAMC,EAAcD,EAAQ,UAAU,QACtCA,EAAQ,UAAU,QAAU,UAAmB,CAC9C,OAAI,KAAK,aAAa,SACrB,OAAO,KAAK,aAAa,QAEnBC,EAAY,MAAM,IAAI,CAC9B,CACD,EAEA,eAAeF",
"names": ["patchPatcher", "Patcher", "origOpenEnd"]
}