@rxap/material-table-system
Version:
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c
401 lines (343 loc) • 18.5 kB
HTML
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>angular-material-table-system</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css">
</head>
<body>
<script>
// Blocking script to avoid flickering dark mode
// Dark mode toggle button
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
var darkModeState = useDark.matches;
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
function checkToggle(check) {
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
$darkModeToggleSwitchers[i].checked = check;
}
}
function toggleDarkMode(state) {
if (window.localStorage) {
localStorage.setItem('compodoc_darkmode-state', state);
}
checkToggle(state);
const hasClass = document.body.classList.contains('dark');
if (state) {
for (var i = 0; i < $darkModeToggles.length; i++) {
$darkModeToggles[i].classList.add('dark');
}
if (!hasClass) {
document.body.classList.add('dark');
}
} else {
for (var i = 0; i < $darkModeToggles.length; i++) {
$darkModeToggles[i].classList.remove('dark');
}
if (hasClass) {
document.body.classList.remove('dark');
}
}
}
useDark.addEventListener('change', function (evt) {
toggleDarkMode(evt.matches);
});
if (darkModeStateLocal) {
darkModeState = darkModeStateLocal === 'true';
}
toggleDarkMode(darkModeState);
</script>
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
<div class="d-flex">
<a href="../" class="navbar-brand">angular-material-table-system</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
</div>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="d-none d-md-block menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content module">
<div class="content-data">
<ol class="breadcrumb">
<li class="breadcrumb-item">Modules</li>
<li class="breadcrumb-item" >TableColumnMenuModule</li>
</ol>
<div class="text-center module-graph-container">
<div id="module-graph-svg">
<!-- Generated by graphviz version 2.47.0 (20210316.0004)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="717pt" height="284pt"
viewBox="0.00 0.00 717.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
<title>dependencies</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-280 713,-280 713,4 -4,4"/>
<text text-anchor="start" x="333.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="120.5,-10 120.5,-30 140.5,-30 140.5,-10 120.5,-10"/>
<text text-anchor="start" x="144.13" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="233.5,-10 233.5,-30 253.5,-30 253.5,-10 233.5,-10"/>
<text text-anchor="start" x="257.23" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="319.5,-10 319.5,-30 339.5,-30 339.5,-10 319.5,-10"/>
<text text-anchor="start" x="343.28" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="416.5,-10 416.5,-30 436.5,-30 436.5,-10 416.5,-10"/>
<text text-anchor="start" x="440.17" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="512.5,-10 512.5,-30 532.5,-30 532.5,-10 512.5,-10"/>
<text text-anchor="start" x="536.23" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
<g id="clust1" class="cluster">
<title>cluster_TableColumnMenuModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 701,-268 701,-70 8,-70"/>
</g>
<g id="clust4" class="cluster">
<title>cluster_TableColumnMenuModule_exports</title>
<polygon fill="none" stroke="black" points="16,-208 16,-260 693,-260 693,-208 16,-208"/>
</g>
<g id="clust3" class="cluster">
<title>cluster_TableColumnMenuModule_imports</title>
<polygon fill="none" stroke="black" points="21,-78 21,-130 687,-130 687,-78 21,-78"/>
</g>
<!-- TableColumnMenuComponent -->
<g id="node1" class="node">
<title>TableColumnMenuComponent</title>
<polygon fill="#8dd3c7" stroke="black" points="679.48,-122 676.48,-126 655.48,-126 652.48,-122 488.52,-122 488.52,-86 679.48,-86 679.48,-122"/>
<text text-anchor="middle" x="584" y="-99.8" font-family="Times,serif" font-size="14.00">TableColumnMenuComponent</text>
</g>
<!-- TableColumnMenuModule -->
<g id="node4" class="node">
<title>TableColumnMenuModule</title>
<polygon fill="#8dd3c7" stroke="black" points="456.7,-187 453.7,-191 432.7,-191 429.7,-187 287.3,-187 287.3,-151 456.7,-151 456.7,-187"/>
<text text-anchor="middle" x="372" y="-164.8" font-family="Times,serif" font-size="14.00">TableColumnMenuModule</text>
</g>
<!-- TableColumnMenuComponent->TableColumnMenuModule -->
<g id="edge1" class="edge">
<title>TableColumnMenuComponent->TableColumnMenuModule</title>
<path fill="none" stroke="black" d="M616.58,-122.02C616.58,-139.37 616.58,-163 616.58,-163 616.58,-163 466.86,-163 466.86,-163"/>
<polygon fill="black" stroke="black" points="466.86,-159.5 456.86,-163 466.86,-166.5 466.86,-159.5"/>
</g>
<!-- TableColumnOptionComponent -->
<g id="node2" class="node">
<title>TableColumnOptionComponent</title>
<polygon fill="#8dd3c7" stroke="black" points="470.71,-122 467.71,-126 446.71,-126 443.71,-122 273.29,-122 273.29,-86 470.71,-86 470.71,-122"/>
<text text-anchor="middle" x="372" y="-99.8" font-family="Times,serif" font-size="14.00">TableColumnOptionComponent</text>
</g>
<!-- TableColumnOptionComponent->TableColumnMenuModule -->
<g id="edge2" class="edge">
<title>TableColumnOptionComponent->TableColumnMenuModule</title>
<path fill="none" stroke="black" d="M372,-122.11C372,-122.11 372,-140.99 372,-140.99"/>
<polygon fill="black" stroke="black" points="368.5,-140.99 372,-150.99 375.5,-140.99 368.5,-140.99"/>
</g>
<!-- TableShowArchivedSlideComponent -->
<g id="node3" class="node">
<title>TableShowArchivedSlideComponent</title>
<polygon fill="#8dd3c7" stroke="black" points="254.96,-122 251.96,-126 230.96,-126 227.96,-122 29.04,-122 29.04,-86 254.96,-86 254.96,-122"/>
<text text-anchor="middle" x="142" y="-99.8" font-family="Times,serif" font-size="14.00">TableShowArchivedSlideComponent</text>
</g>
<!-- TableShowArchivedSlideComponent->TableColumnMenuModule -->
<g id="edge3" class="edge">
<title>TableShowArchivedSlideComponent->TableColumnMenuModule</title>
<path fill="none" stroke="black" d="M178.83,-122.02C178.83,-139.37 178.83,-163 178.83,-163 178.83,-163 277.27,-163 277.27,-163"/>
<polygon fill="black" stroke="black" points="277.27,-166.5 287.27,-163 277.27,-159.5 277.27,-166.5"/>
</g>
<!-- TableColumnMenuComponent -->
<g id="node5" class="node">
<title>TableColumnMenuComponent </title>
<polygon fill="#fb8072" stroke="black" points="685.48,-252 490.52,-252 490.52,-216 685.48,-216 685.48,-252"/>
<text text-anchor="middle" x="588" y="-229.8" font-family="Times,serif" font-size="14.00">TableColumnMenuComponent </text>
</g>
<!-- TableColumnMenuModule->TableColumnMenuComponent -->
<g id="edge4" class="edge">
<title>TableColumnMenuModule->TableColumnMenuComponent </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M456.72,-175C504.08,-175 553.67,-175 553.67,-175 553.67,-175 553.67,-205.98 553.67,-205.98"/>
<polygon fill="black" stroke="black" points="550.17,-205.98 553.67,-215.98 557.17,-205.98 550.17,-205.98"/>
</g>
<!-- TableColumnOptionComponent -->
<g id="node6" class="node">
<title>TableColumnOptionComponent </title>
<polygon fill="#fb8072" stroke="black" points="472.21,-252 271.79,-252 271.79,-216 472.21,-216 472.21,-252"/>
<text text-anchor="middle" x="372" y="-229.8" font-family="Times,serif" font-size="14.00">TableColumnOptionComponent </text>
</g>
<!-- TableColumnMenuModule->TableColumnOptionComponent -->
<g id="edge5" class="edge">
<title>TableColumnMenuModule->TableColumnOptionComponent </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M372,-187.11C372,-187.11 372,-205.99 372,-205.99"/>
<polygon fill="black" stroke="black" points="368.5,-205.99 372,-215.99 375.5,-205.99 368.5,-205.99"/>
</g>
<!-- TableShowArchivedSlideComponent -->
<g id="node7" class="node">
<title>TableShowArchivedSlideComponent </title>
<polygon fill="#fb8072" stroke="black" points="253.96,-252 24.04,-252 24.04,-216 253.96,-216 253.96,-252"/>
<text text-anchor="middle" x="139" y="-229.8" font-family="Times,serif" font-size="14.00">TableShowArchivedSlideComponent </text>
</g>
<!-- TableColumnMenuModule->TableShowArchivedSlideComponent -->
<g id="edge6" class="edge">
<title>TableColumnMenuModule->TableShowArchivedSlideComponent </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M287.18,-175C208.64,-175 103.92,-175 103.92,-175 103.92,-175 103.92,-205.98 103.92,-205.98"/>
<polygon fill="black" stroke="black" points="100.42,-205.98 103.92,-215.98 107.42,-205.98 100.42,-205.98"/>
</g>
</g>
</svg>
</div>
<i id="fullscreen" class="icon ion-ios-resize module-graph-fullscreen-btn" aria-hidden="true"></i>
<div class="btn-group size-buttons">
<button id="zoom-in" class="btn btn-default btn-sm">Zoom in</button>
<button id="reset" class="btn btn-default btn-sm">Reset</button>
<button id="zoom-out" class="btn btn-default btn-sm">Zoom out</button>
</div>
</div>
<script src="../js/libs/svg-pan-zoom.min.js"></script>
<script src="../js/svg-pan-zoom.controls.js"></script>
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item">
<a href="#info"
class="nav-link"
class="nav-link active"
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
</li>
<li class="nav-item">
<a href="#source"
class="nav-link"
role="tab" id="source-tab" data-bs-toggle="tab" data-link="source">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="info">
<p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/lib/table-column-menu/table-column-menu.module.ts</code>
</p>
<div class="container-fluid module">
<div class="row">
<div class="col-sm-3">
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
title="Official documentation about module imports"><span
class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../modules/TableColumnMenuComponent.html">TableColumnMenuComponent</a>
</li>
<li class="list-group-item">
<a href="../modules/TableColumnOptionComponent.html">TableColumnOptionComponent</a>
</li>
<li class="list-group-item">
<a href="../modules/TableShowArchivedSlideComponent.html">TableShowArchivedSlideComponent</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
title="Official documentation about module exports"><span
class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/TableColumnMenuComponent.html">TableColumnMenuComponent</a>
</li>
<li class="list-group-item">
<a href="../components/TableColumnOptionComponent.html">TableColumnOptionComponent</a>
</li>
<li class="list-group-item">
<a href="../components/TableShowArchivedSlideComponent.html">TableShowArchivedSlideComponent</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { NgModule } from '@angular/core';
import { TableColumnMenuComponent } from './table-column-menu.component';
import { TableShowArchivedSlideComponent } from './table-show-archived-slide/table-show-archived-slide.component';
import { TableColumnOptionComponent } from './table-column-option/table-column-option.component';
@NgModule({
imports: [
TableColumnMenuComponent,
TableShowArchivedSlideComponent,
TableColumnOptionComponent,
],
exports: [
TableColumnMenuComponent,
TableShowArchivedSlideComponent,
TableColumnOptionComponent,
],
})
export class TableColumnMenuModule {}
</code></pre>
</div>
</div>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>
<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
var COMPODOC_CURRENT_PAGE_URL = 'TableColumnMenuModule.html';
var MAX_SEARCH_RESULTS = 15;
</script>
<script>
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
checkToggle(darkModeState);
if ($darkModeToggleSwitchers.length > 0) {
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
darkModeState = !darkModeState;
toggleDarkMode(darkModeState);
});
}
}
</script>
<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<script src="../js/compodoc.js"></script>
<script src="../js/tabs.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/clipboard.min.js"></script>
<script src="../js/libs/prism.js"></script>
<script src="../js/sourceCode.js"></script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/search/search_index.js"></script>
<script src="../js/lazy-load-graphs.js"></script>
</body>
</html>