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

package.dist.prod.locale.RTLAwareRegistry.js.map Maven / Gradle / Ivy

{
  "version": 3,
  "sources": ["../../../src/locale/RTLAwareRegistry.ts"],
  "sourcesContent": ["import type UI5Element from \"../UI5Element.js\";\n\nconst rtlAwareSet = new Set();\n\nconst markAsRtlAware = (klass: typeof UI5Element) => {\n\trtlAwareSet.add(klass);\n};\n\nconst isRtlAware = (klass: typeof UI5Element) => {\n\treturn rtlAwareSet.has(klass);\n};\n\nexport {\n\tmarkAsRtlAware,\n\tisRtlAware,\n};\n"],
  "mappings": "aAEA,MAAMA,EAAc,IAAI,IAElBC,EAAkBC,GAA6B,CACpDF,EAAY,IAAIE,CAAK,CACtB,EAEMC,EAAcD,GACZF,EAAY,IAAIE,CAAK,EAG7B,OACCD,KAAA,eACAE,KAAA",
  "names": ["rtlAwareSet", "markAsRtlAware", "klass", "isRtlAware"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy