UNPKG

@talend/react-components

Version:
43 lines (41 loc) 2.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rowDictionary = exports.headerDictionary = exports.cellDictionary = void 0; var _RowLarge = _interopRequireWildcard(require("../RowLarge")); var _RowCollapsiblePanel = _interopRequireWildcard(require("../RowCollapsiblePanel")); var _CellActions = _interopRequireWildcard(require("../CellActions")); var _CellCheckbox = _interopRequireWildcard(require("../CellCheckbox")); var _CellTitle = _interopRequireWildcard(require("../CellTitle")); var _CellLink = _interopRequireWildcard(require("../CellLink")); var _CellBadge = _interopRequireWildcard(require("../CellBadge")); var _CellLabel = _interopRequireWildcard(require("../CellLabel")); var _CellDatetime = _interopRequireWildcard(require("../CellDatetime")); var _CellTextIcon = _interopRequireWildcard(require("../CellTextIcon")); var _CellMappedData = _interopRequireWildcard(require("../CellMappedData")); var _HeaderIcon = _interopRequireWildcard(require("../HeaderIcon")); var _HeaderResizable = _interopRequireWildcard(require("../HeaderResizable")); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); } /** Cell renderers dictionary */ const cellDictionary = exports.cellDictionary = { [_CellActions.cellType]: _CellActions.default, [_CellCheckbox.cellType]: _CellCheckbox.default, [_CellTitle.cellType]: _CellTitle.default, [_CellLink.cellType]: _CellLink.default, [_CellBadge.cellType]: _CellBadge.default, [_CellLabel.cellType]: _CellLabel.default, [_CellTextIcon.cellType]: _CellTextIcon.default, [_CellDatetime.cellType]: _CellDatetime.default, [_CellMappedData.cellType]: _CellMappedData.default }; /** Row renderers dictionary */ const rowDictionary = exports.rowDictionary = { [_RowLarge.rowType]: _RowLarge.default, [_RowCollapsiblePanel.rowType]: _RowCollapsiblePanel.default }; const headerDictionary = exports.headerDictionary = { [_HeaderIcon.headerType]: _HeaderIcon.default, [_HeaderResizable.headerType]: _HeaderResizable.default }; //# sourceMappingURL=dictionary.js.map