@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
402 lines (343 loc) • 18 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" >SelectRowModule</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="612pt" height="284pt"
viewBox="0.00 0.00 612.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 608,-280 608,4 -4,4"/>
<text text-anchor="start" x="281.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="68,-10 68,-30 88,-30 88,-10 68,-10"/>
<text text-anchor="start" x="91.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="181,-10 181,-30 201,-30 201,-10 181,-10"/>
<text text-anchor="start" x="204.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="267,-10 267,-30 287,-30 287,-10 267,-10"/>
<text text-anchor="start" x="290.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="364,-10 364,-30 384,-30 384,-10 364,-10"/>
<text text-anchor="start" x="387.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="460,-10 460,-30 480,-30 480,-10 460,-10"/>
<text text-anchor="start" x="483.73" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
<g id="clust1" class="cluster">
<title>cluster_SelectRowModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 596,-268 596,-70 8,-70"/>
</g>
<g id="clust4" class="cluster">
<title>cluster_SelectRowModule_exports</title>
<polygon fill="none" stroke="black" points="16,-208 16,-260 588,-260 588,-208 16,-208"/>
</g>
<g id="clust3" class="cluster">
<title>cluster_SelectRowModule_imports</title>
<polygon fill="none" stroke="black" points="20,-78 20,-130 584,-130 584,-78 20,-78"/>
</g>
<!-- CheckboxCellComponent -->
<g id="node1" class="node">
<title>CheckboxCellComponent</title>
<polygon fill="#8dd3c7" stroke="black" points="575.93,-122 572.93,-126 551.93,-126 548.93,-122 414.07,-122 414.07,-86 575.93,-86 575.93,-122"/>
<text text-anchor="middle" x="495" y="-99.8" font-family="Times,serif" font-size="14.00">CheckboxCellComponent</text>
</g>
<!-- SelectRowModule -->
<g id="node4" class="node">
<title>SelectRowModule</title>
<polygon fill="#8dd3c7" stroke="black" points="355.2,-187 352.2,-191 331.2,-191 328.2,-187 234.8,-187 234.8,-151 355.2,-151 355.2,-187"/>
<text text-anchor="middle" x="295" y="-164.8" font-family="Times,serif" font-size="14.00">SelectRowModule</text>
</g>
<!-- CheckboxCellComponent->SelectRowModule -->
<g id="edge1" class="edge">
<title>CheckboxCellComponent->SelectRowModule</title>
<path fill="none" stroke="black" d="M522.32,-122.02C522.32,-139.37 522.32,-163 522.32,-163 522.32,-163 365.32,-163 365.32,-163"/>
<polygon fill="black" stroke="black" points="365.32,-159.5 355.32,-163 365.32,-166.5 365.32,-159.5"/>
</g>
<!-- CheckboxHeaderCellComponent -->
<g id="node2" class="node">
<title>CheckboxHeaderCellComponent</title>
<polygon fill="#8dd3c7" stroke="black" points="395.84,-122 392.84,-126 371.84,-126 368.84,-122 194.16,-122 194.16,-86 395.84,-86 395.84,-122"/>
<text text-anchor="middle" x="295" y="-99.8" font-family="Times,serif" font-size="14.00">CheckboxHeaderCellComponent</text>
</g>
<!-- CheckboxHeaderCellComponent->SelectRowModule -->
<g id="edge2" class="edge">
<title>CheckboxHeaderCellComponent->SelectRowModule</title>
<path fill="none" stroke="black" d="M295,-122.11C295,-122.11 295,-140.99 295,-140.99"/>
<polygon fill="black" stroke="black" points="291.5,-140.99 295,-150.99 298.5,-140.99 291.5,-140.99"/>
</g>
<!-- SelectedRowsDirective -->
<g id="node3" class="node">
<title>SelectedRowsDirective</title>
<polygon fill="#8dd3c7" stroke="black" points="175.89,-122 172.89,-126 151.89,-126 148.89,-122 28.11,-122 28.11,-86 175.89,-86 175.89,-122"/>
<text text-anchor="middle" x="102" y="-99.8" font-family="Times,serif" font-size="14.00">SelectedRowsDirective</text>
</g>
<!-- SelectedRowsDirective->SelectRowModule -->
<g id="edge3" class="edge">
<title>SelectedRowsDirective->SelectRowModule</title>
<path fill="none" stroke="black" d="M125.73,-122.02C125.73,-139.37 125.73,-163 125.73,-163 125.73,-163 224.85,-163 224.85,-163"/>
<polygon fill="black" stroke="black" points="224.85,-166.5 234.85,-163 224.85,-159.5 224.85,-166.5"/>
</g>
<!-- CheckboxCellComponent -->
<g id="node5" class="node">
<title>CheckboxCellComponent </title>
<polygon fill="#fb8072" stroke="black" points="580.43,-252 415.57,-252 415.57,-216 580.43,-216 580.43,-252"/>
<text text-anchor="middle" x="498" y="-229.8" font-family="Times,serif" font-size="14.00">CheckboxCellComponent </text>
</g>
<!-- SelectRowModule->CheckboxCellComponent -->
<g id="edge4" class="edge">
<title>SelectRowModule->CheckboxCellComponent </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M355.34,-175C405.58,-175 468.93,-175 468.93,-175 468.93,-175 468.93,-205.98 468.93,-205.98"/>
<polygon fill="black" stroke="black" points="465.43,-205.98 468.93,-215.98 472.43,-205.98 465.43,-205.98"/>
</g>
<!-- CheckboxHeaderCellComponent -->
<g id="node6" class="node">
<title>CheckboxHeaderCellComponent </title>
<polygon fill="#fb8072" stroke="black" points="397.84,-252 192.16,-252 192.16,-216 397.84,-216 397.84,-252"/>
<text text-anchor="middle" x="295" y="-229.8" font-family="Times,serif" font-size="14.00">CheckboxHeaderCellComponent </text>
</g>
<!-- SelectRowModule->CheckboxHeaderCellComponent -->
<g id="edge5" class="edge">
<title>SelectRowModule->CheckboxHeaderCellComponent </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M295,-187.11C295,-187.11 295,-205.99 295,-205.99"/>
<polygon fill="black" stroke="black" points="291.5,-205.99 295,-215.99 298.5,-205.99 291.5,-205.99"/>
</g>
<!-- SelectedRowsDirective -->
<g id="node7" class="node">
<title>SelectedRowsDirective </title>
<polygon fill="#fb8072" stroke="black" points="174.39,-252 23.61,-252 23.61,-216 174.39,-216 174.39,-252"/>
<text text-anchor="middle" x="99" y="-229.8" font-family="Times,serif" font-size="14.00">SelectedRowsDirective </text>
</g>
<!-- SelectRowModule->SelectedRowsDirective -->
<g id="edge6" class="edge">
<title>SelectRowModule->SelectedRowsDirective </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M234.86,-175C170.34,-175 77.02,-175 77.02,-175 77.02,-175 77.02,-205.98 77.02,-205.98"/>
<polygon fill="black" stroke="black" points="73.52,-205.98 77.02,-215.98 80.52,-205.98 73.52,-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/select-row/select-row.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/CheckboxCellComponent.html">CheckboxCellComponent</a>
</li>
<li class="list-group-item">
<a href="../modules/CheckboxHeaderCellComponent.html">CheckboxHeaderCellComponent</a>
</li>
<li class="list-group-item">
<a href="../modules/SelectedRowsDirective.html">SelectedRowsDirective</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/CheckboxCellComponent.html">CheckboxCellComponent</a>
</li>
<li class="list-group-item">
<a href="../components/CheckboxHeaderCellComponent.html">CheckboxHeaderCellComponent</a>
</li>
<li class="list-group-item">
<a href="../directives/SelectedRowsDirective.html">SelectedRowsDirective</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 { CheckboxCellComponent } from './checkbox-cell/checkbox-cell.component';
import { CheckboxHeaderCellComponent } from './checkbox-header-cell/checkbox-header-cell.component';
import { SelectedRowsDirective } from './selected-rows.directive';
@NgModule({
exports: [
CheckboxCellComponent,
CheckboxHeaderCellComponent,
SelectedRowsDirective,
],
imports: [
SelectedRowsDirective,
CheckboxCellComponent,
CheckboxHeaderCellComponent,
],
})
export class SelectRowModule {}
</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 = 'SelectRowModule.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>