UNPKG

2.81 kBSource Map (JSON)View Raw
1{"version":3,"file":"DirectionalHint.js","sourceRoot":"../src/","sources":["common/DirectionalHint.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;IAC7B;;OAEG;IACH,WAAW,EAAE,CAAM;IAEnB;;OAEG;IACH,SAAS,EAAE,CAAM;IAEjB;;OAEG;IACH,YAAY,EAAE,CAAM;IAEpB;;;OAGG;IACH,WAAW,EAAE,CAAM;IAEnB;;OAEG;IACH,cAAc,EAAE,CAAM;IAEtB;;OAEG;IACH,YAAY,EAAE,CAAM;IAEpB;;OAEG;IACH,eAAe,EAAE,CAAM;IAEvB;;;OAGG;IACH,cAAc,EAAE,CAAM;IAEtB;;OAEG;IACH,WAAW,EAAE,CAAM;IAEnB;;OAEG;IACH,UAAU,EAAE,CAAM;IAElB;;OAEG;IACH,cAAc,EAAE,EAAQ;IAExB;;OAEG;IACH,YAAY,EAAE,EAAQ;IAEtB;;OAEG;IACH,WAAW,EAAE,EAAQ;IAErB;;OAEG;IACH,eAAe,EAAE,EAAQ;CAC1B,CAAC","sourcesContent":["export const DirectionalHint = {\n /**\n * Appear above the target element, with the left edges of the callout and target aligning.\n */\n topLeftEdge: 0 as 0,\n\n /**\n * Appear above the target element, with the centers of the callout and target aligning.\n */\n topCenter: 1 as 1,\n\n /**\n * Appear above the target element, with the right edges of the callout and target aligning.\n */\n topRightEdge: 2 as 2,\n\n /**\n * Appear above the target element, aligning with the target element such that the callout tends toward\n * the center of the screen.\n */\n topAutoEdge: 3 as 3,\n\n /**\n * Appear below the target element, with the left edges of the callout and target aligning.\n */\n bottomLeftEdge: 4 as 4,\n\n /**\n * Appear below the target element, with the centers of the callout and target aligning.\n */\n bottomCenter: 5 as 5,\n\n /**\n * Appear below the target element, with the right edges of the callout and target aligning.\n */\n bottomRightEdge: 6 as 6,\n\n /**\n * Appear below the target element, aligning with the target element such that the callout tends toward\n * the center of the screen.\n */\n bottomAutoEdge: 7 as 7,\n\n /**\n * Appear to the left of the target element, with the top edges of the callout and target aligning.\n */\n leftTopEdge: 8 as 8,\n\n /**\n * Appear to the left of the target element, with the centers of the callout and target aligning.\n */\n leftCenter: 9 as 9,\n\n /**\n * Appear to the left of the target element, with the bottom edges of the callout and target aligning.\n */\n leftBottomEdge: 10 as 10,\n\n /**\n * Appear to the right of the target element, with the top edges of the callout and target aligning.\n */\n rightTopEdge: 11 as 11,\n\n /**\n * Appear to the right of the target element, with the centers of the callout and target aligning.\n */\n rightCenter: 12 as 12,\n\n /**\n * Appear to the right of the target element, with the bottom edges of the callout and target aligning.\n */\n rightBottomEdge: 13 as 13,\n};\n\nexport type DirectionalHint = typeof DirectionalHint[keyof typeof DirectionalHint];\n"]}
\No newline at end of file