Commit bf9c3f73107ade3fd063c84eaebe6259f1464eea
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
14 changed files
with
211 additions
and
0 deletions
controllets/data-sevc-controllet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <link rel="import" href="../../bower_components"> | |
| 6 | + | |
| 7 | + <meta charset="UTF-8"> | |
| 8 | +</head> | |
| 9 | +<body> | |
| 10 | + | |
| 11 | +<iron-component-page src="data-sevc-controllet.html"></iron-component-page> | |
| 12 | + | |
| 13 | +</body> | |
| 14 | +</html> | |
| 0 | 15 | \ No newline at end of file | ... | ... |
controllets/draggable-element-controllet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | +</head> | |
| 6 | +<body> | |
| 7 | + | |
| 8 | +<iron-component-page src="draggable-element-controllet.html"></iron-component-page> | |
| 9 | + | |
| 10 | +</body> | |
| 11 | +</html> | |
| 0 | 12 | \ No newline at end of file | ... | ... |
controllets/items-slider-controllet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="items-slider-controllet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
controllets/treeview-controllet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="treeview-controllet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/barchart-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="barchart-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/base-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="base-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/column3Dchart-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="column3Dchart-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/columnchart-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="columnchart-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/datatable-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="datatable-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/highcharts-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="highcharts-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/leafletjs-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="leafletjs-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/linechart-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="linechart-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
datalets/treemap-datalet/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + | |
| 9 | +<iron-component-page src="treemap-datalet.html"></iron-component-page> | |
| 10 | + | |
| 11 | +</body> | |
| 12 | +</html> | |
| 0 | 13 | \ No newline at end of file | ... | ... |
docs/docs.html
0 → 100755
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en"> | |
| 3 | +<head> | |
| 4 | + <link rel="import" href="../bower_components/iron-component-page/iron-component-page.html"> | |
| 5 | + <link rel="import" href="../bower_components/paper-drawer-panel/paper-drawer-panel.html"> | |
| 6 | + | |
| 7 | + <meta charset="UTF-8"> | |
| 8 | +</head> | |
| 9 | +<body> | |
| 10 | + | |
| 11 | +<paper-drawer-panel> | |
| 12 | + <paper-header-panel drawer> | |
| 13 | + <paper-toolbar> | |
| 14 | + <div>Components</div> | |
| 15 | + </paper-toolbar> | |
| 16 | + <div style="margin: 20px;"> | |
| 17 | + <div class="horizontal-section-container"> | |
| 18 | + <div> | |
| 19 | + <h3><b>Controllets</b></h3> | |
| 20 | + <div class="horizontal-section"> | |
| 21 | + <paper-menu> | |
| 22 | + <paper-item>Inbox</paper-item> | |
| 23 | + <paper-item>Starred</paper-item> | |
| 24 | + <paper-item>Sent mail</paper-item> | |
| 25 | + <paper-item>Drafts</paper-item> | |
| 26 | + </paper-menu> | |
| 27 | + </div> | |
| 28 | + </div> | |
| 29 | + <div> | |
| 30 | + <h3><b>Datalets</b></h3> | |
| 31 | + <div class="horizontal-section"> | |
| 32 | + <paper-menu> | |
| 33 | + <paper-item>Inbox</paper-item> | |
| 34 | + <paper-item>Starred</paper-item> | |
| 35 | + <paper-item>Sent mail</paper-item> | |
| 36 | + <paper-item>Drafts</paper-item> | |
| 37 | + </paper-menu> | |
| 38 | + </div> | |
| 39 | + </div> | |
| 40 | + </div> | |
| 41 | + </div> | |
| 42 | + </paper-header-panel> | |
| 43 | + <paper-header-panel main> | |
| 44 | + <paper-toolbar> | |
| 45 | + <paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button> | |
| 46 | + <div>Documentation</div> | |
| 47 | + </paper-toolbar> | |
| 48 | + <div><iron-component-page src="../controllets/data-sevc-controllet/data-sevc-controllet.html"></iron-component-page></div> | |
| 49 | + </paper-header-panel> | |
| 50 | +</paper-drawer-panel> | |
| 51 | + | |
| 52 | + | |
| 53 | +</body> | |
| 54 | +</html> | |
| 0 | 55 | \ No newline at end of file | ... | ... |