UNPKG

680 BSource Map (JSON)View Raw
1{"version":3,"sources":["core/overlay/overlay-state.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH;IAAA;IASA,CAAC;IAAD,mBAAC;AAAD,CATA,AASC,IAAA","file":"core/overlay/overlay-state.js","sourcesContent":["import {PositionStrategy} from './position/position-strategy';\n\n\n/**\n * OverlayState is a bag of values for either the initial configuration or current state of an\n * overlay.\n */\nexport class OverlayState {\n /** Strategy with which to position the overlay. */\n positionStrategy: PositionStrategy;\n\n // TODO(jelbourn): configuration still to add\n // - overlay size\n // - focus trap\n // - disable pointer events\n // - z-index\n}\n"],"sourceRoot":"/source/"}
\No newline at end of file