@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
42 lines • 2.12 kB
JavaScript
// import * as React from 'react';
Object.defineProperty(exports, "__esModule", { value: true });
exports.errorsContent = void 0;
// import { IHelpTable, } from '../../fpsReferences';
// import { IRepoLinks, repoLink, } from '../../fpsReferences';
// import { convertIssuesMarkdownStringToSpan } from '../../fpsReferences';
function errorsContent() {
return null;
// let messageRows : IHelpTableRow = [];
// //let underScoreIssue = JSON.parse( JSON.stringify(links.gitRepoPivotTiles.issuesLink).replace(/issueNumber/g, '30') );
// let underScoreIssue = <a href="https://github.com/mikezimm/Pivot-Tiles/issues/29" target="_blank">Issue #29</a>;
// messageRows.push( <tr><td>Do not do this special something</td><td> { underScoreIssue } </td><td>It may cause errors</td></tr> );
// let thisTable = <div style={{ paddingTop: 15 }}>
// <h2>Easter Eggs</h2>
// <table className={ 'single-page-info-table' } style={{ width: '100%' }}>
// <tr><th style={{ minWidth: '70px' }}>Do this...</th><th>Where</th><th>What it does</th></tr>
// { messageRows }
// </table>
// </div>;
// let thisPage = null;
// thisPage = <div className={ null }>
// { thisTable }
// </div>;
// /***
// * d8888b. d88888b d888888b db db d8888b. d8b db
// * 88 `8D 88' `~~88~~' 88 88 88 `8D 888o 88
// * 88oobY' 88ooooo 88 88 88 88oobY' 88V8o 88
// * 88`8b 88~~~~~ 88 88 88 88`8b 88 V8o88
// * 88 `88. 88. 88 88b d88 88 `88. 88 V888
// * 88 YD Y88888P YP ~Y8888P' 88 YD VP V8P
// *
// *
// */
// let html1 =
// <div className={ 'single-page-info-pane' }>
// { thisPage }
// </div>;
// return { html1: html1 };
}
exports.errorsContent = errorsContent;
//# sourceMappingURL=Errors.js.map
;