All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy