{"version":3,"file":"angular-kit-cdk-supported.mjs","sources":["../../../../libs/cdk/supported/src/lib/supports-mutation-observer.token.ts","../../../../libs/cdk/supported/src/lib/supports-resize-observer.token.ts","../../../../libs/cdk/supported/src/lib/supports-intersection-observer.token.ts","../../../../libs/cdk/supported/src/angular-kit-cdk-supported.ts"],"sourcesContent":["import {inject, InjectionToken} from \"@angular/core\";\nimport {WINDOW} from \"@angular-kit/cdk/token\";\n\nexport const SUPPORTS_MUTATION_OBSERVER = new InjectionToken<boolean>('ResizeObserver supported', {\n  providedIn: 'root',\n  factory: () => typeof (inject(WINDOW) as any)['MutationObserver'] !== 'undefined'\n})\n","import {inject, InjectionToken} from \"@angular/core\";\nimport {WINDOW} from \"@angular-kit/cdk/token\";\n\nexport const SUPPORTS_RESIZE_OBSERVER = new InjectionToken<boolean>('ResizeObserver supported', {\n  providedIn: 'root',\n  factory: () => typeof (inject(WINDOW) as any)['ResizeObserver'] !== 'undefined'\n})\n","import {inject, InjectionToken} from \"@angular/core\";\nimport {WINDOW} from \"@angular-kit/cdk/token\";\n\nexport const SUPPORTS_INTERSECTION_OBSERVER = new InjectionToken<boolean>('ResizeObserver supported', {\n  providedIn: 'root',\n  factory: () => typeof (inject(WINDOW) as any)['IntersectionObserver'] !== 'undefined'\n})\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAGa,0BAA0B,GAAG,IAAI,cAAc,CAAU,0BAA0B,EAAE;AAChG,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,OAAO,EAAE,MAAM,OAAQ,MAAM,CAAC,MAAM,CAAS,CAAC,kBAAkB,CAAC,KAAK,WAAW;AAClF,CAAA;;MCHY,wBAAwB,GAAG,IAAI,cAAc,CAAU,0BAA0B,EAAE;AAC9F,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,OAAO,EAAE,MAAM,OAAQ,MAAM,CAAC,MAAM,CAAS,CAAC,gBAAgB,CAAC,KAAK,WAAW;AAChF,CAAA;;MCHY,8BAA8B,GAAG,IAAI,cAAc,CAAU,0BAA0B,EAAE;AACpG,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,OAAO,EAAE,MAAM,OAAQ,MAAM,CAAC,MAAM,CAAS,CAAC,sBAAsB,CAAC,KAAK,WAAW;AACtF,CAAA;;ACND;;AAEG;;;;"}