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/react-virtualized/dist/es/AutoSizer/ drwxr-xr-x | |
| Viewing file: Select action/file-type: import _extends from "@babel/runtime/helpers/extends";
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
import _createClass from "@babel/runtime/helpers/createClass";
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
import _inherits from "@babel/runtime/helpers/inherits";
import _defineProperty from "@babel/runtime/helpers/defineProperty";
var _class, _temp;
import { List as ImmutableList } from 'immutable';
import PropTypes from 'prop-types';
import * as React from 'react';
import { ContentBox, ContentBoxHeader, ContentBoxParagraph } from '../demo/ContentBox';
import AutoSizer from './AutoSizer';
import List from '../List';
import styles from './AutoSizer.example.css';
var AutoSizerExample = (_temp = _class =
/*#__PURE__*/
function (_React$PureComponent) {
_inherits(AutoSizerExample, _React$PureComponent);
function AutoSizerExample() {
var _getPrototypeOf2;
var _this;
_classCallCheck(this, AutoSizerExample);
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _possibleConstructorReturn(this, (_getPrototypeOf2 = _getPrototypeOf(AutoSizerExample)).call.apply(_getPrototypeOf2, [this].concat(args)));
_defineProperty(_assertThisInitialized(_this), "state", {
hideDescription: false
});
_defineProperty(_assertThisInitialized(_this), "_rowRenderer", function (_ref) {
var index = _ref.index,
key = _ref.key,
style = _ref.style;
var list = _this.context.list;
var row = list.get(index);
return React.createElement("div", {
key: key,
className: styles.row,
style: style
}, row.name);
});
return _this;
}
_createClass(AutoSizerExample, [{
key: "render",
value: function render() {
var _this2 = this;
var list = this.context.list;
var hideDescription = this.state.hideDescription;
return React.createElement(ContentBox, _extends({}, this.props, {
style: {
height: 400
}
}), React.createElement(ContentBoxHeader, {
text: "AutoSizer",
sourceLink: "https://github.com/bvaughn/react-virtualized/blob/master/source/AutoSizer/AutoSizer.example.js",
docsLink: "https://github.com/bvaughn/react-virtualized/blob/master/docs/AutoSizer.md"
}), React.createElement(ContentBoxParagraph, null, React.createElement("label", {
className: styles.checkboxLabel
}, React.createElement("input", {
"aria-label": "Hide description (to show resize)?",
className: styles.checkbox,
type: "checkbox",
checked: hideDescription,
onChange: function onChange(event) {
return _this2.setState({
hideDescription: event.target.checked
});
}
}), "Hide description (to show resize)?")), !hideDescription && React.createElement(ContentBoxParagraph, null, "This component decorates ", React.createElement("code", null, "List"), ", ", React.createElement("code", null, "Table"), ", or any other component and automatically manages its width and height. It uses Sebastian Decima's", ' ', React.createElement("a", {
href: "https://github.com/sdecima/javascript-detect-element-resize",
target: "_blank"
}, "element resize event"), ' ', "to determine the appropriate size. In this example", ' ', React.createElement("code", null, "AutoSizer"), " grows to fill the remaining width and height of this flex column."), React.createElement("div", {
className: styles.AutoSizerWrapper
}, React.createElement(AutoSizer, null, function (_ref2) {
var width = _ref2.width,
height = _ref2.height;
return React.createElement(List, {
className: styles.List,
height: height,
rowCount: list.size,
rowHeight: 30,
rowRenderer: _this2._rowRenderer,
width: width
});
})));
}
}]);
return AutoSizerExample;
}(React.PureComponent), _defineProperty(_class, "propTypes", process.env.NODE_ENV === 'production' ? null : {}), _temp);
_defineProperty(AutoSizerExample, "contextTypes", {
list: PropTypes.instanceOf(ImmutableList).isRequired
});
export { AutoSizerExample as default };
import { bpfrpt_proptype_RowRendererParams } from "../List"; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0048 ]-- |