{"ast":null,"code":"import { FOCUS_ALLOW } from './constants';\nimport { toArray } from './utils/array';\nexport var focusIsHidden = function focusIsHidden() {\n  return document && toArray(document.querySelectorAll(\"[\" + FOCUS_ALLOW + \"]\")).some(function (node) {\n    return node.contains(document.activeElement);\n  });\n};","map":{"version":3,"names":["FOCUS_ALLOW","toArray","focusIsHidden","document","querySelectorAll","some","node","contains","activeElement"],"sources":["C:/ldt/LDT/management/node_modules/focus-lock/dist/es2015/focusIsHidden.js"],"sourcesContent":["import { FOCUS_ALLOW } from './constants';\nimport { toArray } from './utils/array';\nexport var focusIsHidden = function () {\n    return document &&\n        toArray(document.querySelectorAll(\"[\" + FOCUS_ALLOW + \"]\")).some(function (node) { return node.contains(document.activeElement); });\n};\n"],"mappings":"AAAA,SAASA,WAAW,QAAQ,aAAa;AACzC,SAASC,OAAO,QAAQ,eAAe;AACvC,OAAO,IAAIC,aAAa,GAAG,SAAhBA,aAAaA,CAAA,EAAe;EACnC,OAAOC,QAAQ,IACXF,OAAO,CAACE,QAAQ,CAACC,gBAAgB,CAAC,GAAG,GAAGJ,WAAW,GAAG,GAAG,CAAC,CAAC,CAACK,IAAI,CAAC,UAAUC,IAAI,EAAE;IAAE,OAAOA,IAAI,CAACC,QAAQ,CAACJ,QAAQ,CAACK,aAAa,CAAC;EAAE,CAAC,CAAC;AAC3I,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}