"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.FixedDatePicker = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _eui = require("@elastic/eui"); var _react = _interopRequireDefault(require("react")); var _common = require("@kbn/kibana-react-plugin/common"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ // The return type of this component needs to be specified because the inferred // return type depends on types that are not exported from EUI. You get a TS4023 // error if the return type is not specified. const FixedDatePicker = (0, _common.euiStyled)(({ className, inputClassName, ...datePickerProps }) => /*#__PURE__*/_react.default.createElement(_eui.EuiDatePicker, (0, _extends2.default)({}, datePickerProps, { className: inputClassName, popperClassName: className })))` z-index: 3 !important; `; exports.FixedDatePicker = FixedDatePicker;