Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/wincloud_gateway/node_modules/@buffetjs/core/dist/components/Picker/ drwxr-xr-x | |
| Viewing file: Select action/file-type: "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
var _propTypes = _interopRequireDefault(require("prop-types"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function _templateObject() {
var data = _taggedTemplateLiteral(["\n display: none;\n position: absolute;\n top: 38px;\n left: 0;\n z-index: 1046;\n background-color: ", ";\n border-radius: ", ";\n border: 1px solid ", ";\n box-shadow: 0 2px 4px ", ";\n ", "\n"]);
_templateObject = function _templateObject() {
return data;
};
return data;
}
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var PickerSection = _styledComponents["default"].div(_templateObject(), function (_ref) {
var theme = _ref.theme;
return theme.main.colors.white;
}, function (_ref2) {
var theme = _ref2.theme;
return theme.main.sizes.borderRadius;
}, function (_ref3) {
var theme = _ref3.theme;
return theme.main.colors.darkGrey;
}, function (_ref4) {
var theme = _ref4.theme;
return theme.main.colors.greyAlpha;
}, function (_ref5) {
var isOpen = _ref5.isOpen;
return isOpen && 'display: block;';
});
PickerSection.defaultProps = {
isOpen: false,
theme: {
main: {
colors: {
white: '#ffffff',
darkGrey: '#e3e9f3',
greyAlpha: 'rgba(227, 233, 243, 0.5)'
},
sizes: {
borderRadius: '2px'
}
}
}
};
PickerSection.propTypes = {
isOpen: _propTypes["default"].bool
};
var _default = PickerSection;
exports["default"] = _default; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0039 ]-- |