()
| 143084 | return w ? w.screen : {}; |
| 143085 | } |
| 143086 | function windowSize() { |
| 143087 | const w = _window(); |
| 143088 | return w ? [ |
| 143089 | w.innerWidth, |
| 143090 | w.innerHeight |
| 143091 | ] : [ |
| 143092 | undefined, |
| 143093 | undefined |
| 143094 | ]; |
| 143095 | } |
| 143096 | function containerSize() { |
| 143097 | const view = this.context.dataflow, el = view.container && view.container(); |
| 143098 | return el ? [ |