carbon-components-angular 5.28.5 → 5.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/docs/documentation/classes/NumberChange.html +5 -0
  2. package/docs/documentation/components/ComboBox.html +1 -1
  3. package/docs/documentation/components/NumberComponent.html +105 -64
  4. package/docs/documentation/components/TableCheckbox.html +24 -22
  5. package/docs/documentation/components/TableHeadCheckbox.html +20 -18
  6. package/docs/documentation/components/Toggle.html +37 -31
  7. package/docs/documentation/coverage.html +3 -3
  8. package/docs/documentation/js/search/search_index.js +2 -2
  9. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  10. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  11. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  12. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  13. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +37 -41
  14. package/docs/documentation/modules/DatePickerInputModule.html +37 -41
  15. package/docs/documentation/modules/DatePickerModule/dependencies.svg +38 -38
  16. package/docs/documentation/modules/DatePickerModule.html +38 -38
  17. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  18. package/docs/documentation/modules/GridModule.html +60 -60
  19. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  20. package/docs/documentation/modules/LoadingModule.html +4 -4
  21. package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
  22. package/docs/documentation/modules/NFormsModule.html +4 -4
  23. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  24. package/docs/documentation/modules/NumberModule.html +4 -4
  25. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  26. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  27. package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
  28. package/docs/documentation/modules/RadioModule.html +4 -4
  29. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  30. package/docs/documentation/modules/SelectModule.html +58 -58
  31. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  32. package/docs/documentation/modules/SliderModule.html +4 -4
  33. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  34. package/docs/documentation/modules/TableModule.html +216 -216
  35. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  36. package/docs/documentation/modules/TabsModule.html +69 -69
  37. package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
  38. package/docs/documentation/modules/ThemeModule.html +13 -13
  39. package/docs/documentation/modules/TilesModule/dependencies.svg +100 -100
  40. package/docs/documentation/modules/TilesModule.html +100 -100
  41. package/docs/documentation/modules/TimePickerModule/dependencies.svg +4 -4
  42. package/docs/documentation/modules/TimePickerModule.html +4 -4
  43. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +42 -46
  44. package/docs/documentation/modules/TimePickerSelectModule.html +42 -46
  45. package/docs/documentation/modules/ToggleModule/dependencies.svg +20 -20
  46. package/docs/documentation/modules/ToggleModule.html +20 -20
  47. package/docs/documentation/modules/ToggletipModule/dependencies.svg +38 -38
  48. package/docs/documentation/modules/ToggletipModule.html +38 -38
  49. package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
  50. package/docs/documentation/modules/TreeviewModule.html +34 -34
  51. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  52. package/docs/documentation/modules/UIShellModule.html +4 -4
  53. package/docs/documentation.json +146 -135
  54. package/docs/storybook/{5868.7630f57b.iframe.bundle.js → 5868.06f13966.iframe.bundle.js} +1 -1
  55. package/docs/storybook/{icon-icon-stories.fb7a98ad.iframe.bundle.js → icon-icon-stories.7926f3ba.iframe.bundle.js} +1 -1
  56. package/docs/storybook/iframe.html +2 -2
  57. package/docs/storybook/main.f423084e.iframe.bundle.js +1 -0
  58. package/docs/storybook/{number-input-number-stories.9417488b.iframe.bundle.js → number-input-number-stories.a1953960.iframe.bundle.js} +1 -1
  59. package/docs/storybook/project.json +1 -1
  60. package/docs/storybook/{runtime~main.8999107e.iframe.bundle.js → runtime~main.c24c8c1d.iframe.bundle.js} +1 -1
  61. package/esm2020/combobox/combobox.component.mjs +1 -1
  62. package/esm2020/number-input/number.component.mjs +13 -2
  63. package/esm2020/table/cell/table-checkbox.component.mjs +7 -5
  64. package/esm2020/table/head/table-head-checkbox.component.mjs +5 -3
  65. package/esm2020/toggle/toggle.component.mjs +6 -1
  66. package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
  67. package/fesm2015/carbon-components-angular-number-input.mjs +12 -1
  68. package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
  69. package/fesm2015/carbon-components-angular-table.mjs +10 -6
  70. package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
  71. package/fesm2015/carbon-components-angular-toggle.mjs +5 -0
  72. package/fesm2015/carbon-components-angular-toggle.mjs.map +1 -1
  73. package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
  74. package/fesm2020/carbon-components-angular-number-input.mjs +12 -1
  75. package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
  76. package/fesm2020/carbon-components-angular-table.mjs +10 -6
  77. package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
  78. package/fesm2020/carbon-components-angular-toggle.mjs +5 -0
  79. package/fesm2020/carbon-components-angular-toggle.mjs.map +1 -1
  80. package/number-input/number.component.d.ts +5 -1
  81. package/package.json +1 -1
  82. package/toggle/toggle.component.d.ts +5 -0
  83. package/docs/storybook/main.2d2aa1ba.iframe.bundle.js +0 -1
@@ -4,215 +4,215 @@
4
4
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
5
5
  -->
6
6
  <!-- Title: dependencies Pages: 1 -->
7
- <svg width="1333pt" height="396pt"
8
- viewBox="0.00 0.00 1333.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="1885pt" height="396pt"
8
+ viewBox="0.00 0.00 1885.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
10
10
  <title>dependencies</title>
11
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1329,-391.59 1329,4 -4,4"/>
12
- <text text-anchor="start" x="641.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="428.5,-10 428.5,-30 448.5,-30 448.5,-10 428.5,-10"/>
14
- <text text-anchor="start" x="452.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="541.5,-10 541.5,-30 561.5,-30 561.5,-10 541.5,-10"/>
16
- <text text-anchor="start" x="565.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="627.5,-10 627.5,-30 647.5,-30 647.5,-10 627.5,-10"/>
18
- <text text-anchor="start" x="651.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="724.5,-10 724.5,-30 744.5,-30 744.5,-10 724.5,-10"/>
20
- <text text-anchor="start" x="748.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="820.5,-10 820.5,-30 840.5,-30 840.5,-10 820.5,-10"/>
22
- <text text-anchor="start" x="844.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
11
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1881,-391.59 1881,4 -4,4"/>
12
+ <text text-anchor="start" x="917.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="704.5,-10 704.5,-30 724.5,-30 724.5,-10 704.5,-10"/>
14
+ <text text-anchor="start" x="728.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="817.5,-10 817.5,-30 837.5,-30 837.5,-10 817.5,-10"/>
16
+ <text text-anchor="start" x="841.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="903.5,-10 903.5,-30 923.5,-30 923.5,-10 903.5,-10"/>
18
+ <text text-anchor="start" x="927.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="1000.5,-10 1000.5,-30 1020.5,-30 1020.5,-10 1000.5,-10"/>
20
+ <text text-anchor="start" x="1024.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="1096.5,-10 1096.5,-30 1116.5,-30 1116.5,-10 1096.5,-10"/>
22
+ <text text-anchor="start" x="1120.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
23
23
  <g id="clust1" class="cluster">
24
24
  <title>cluster_TilesModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1317,-379.59 1317,-70 8,-70"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1869,-379.59 1869,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust2" class="cluster">
28
- <title>cluster_TilesModule_declarations</title>
29
- <polygon fill="none" stroke="black" points="332,-189.59 332,-241.59 1309,-241.59 1309,-189.59 332,-189.59"/>
27
+ <g id="clust9" class="cluster">
28
+ <title>cluster_TilesModule_TileGroup_providers</title>
29
+ <polygon fill="none" stroke="black" points="1225,-78 1225,-241.59 1861,-241.59 1861,-78 1225,-78"/>
30
30
  </g>
31
31
  <g id="clust11" class="cluster">
32
32
  <title>cluster_TilesModule_exports</title>
33
- <polygon fill="none" stroke="black" points="105,-319.59 105,-371.59 1105,-371.59 1105,-319.59 105,-319.59"/>
34
- </g>
35
- <g id="clust9" class="cluster">
36
- <title>cluster_TilesModule_TileGroup_providers</title>
37
- <polygon fill="none" stroke="black" points="59,-78 59,-176.59 695,-176.59 695,-78 59,-78"/>
33
+ <polygon fill="none" stroke="black" points="390,-319.59 390,-371.59 1390,-371.59 1390,-319.59 390,-319.59"/>
38
34
  </g>
39
35
  <g id="clust10" class="cluster">
40
36
  <title>cluster_TilesModule_imports</title>
41
- <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 324,-241.59 324,-189.59 16,-189.59"/>
37
+ <polygon fill="none" stroke="black" points="909,-189.59 909,-241.59 1217,-241.59 1217,-189.59 909,-189.59"/>
38
+ </g>
39
+ <g id="clust2" class="cluster">
40
+ <title>cluster_TilesModule_declarations</title>
41
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 901,-241.59 901,-189.59 16,-189.59"/>
42
42
  </g>
43
43
  <!-- ClickableTile -->
44
44
  <g id="node1" class="node">
45
45
  <title>ClickableTile</title>
46
- <polygon fill="#ffffb3" stroke="black" points="1301.2,-233.59 1208.8,-233.59 1208.8,-197.59 1301.2,-197.59 1301.2,-233.59"/>
47
- <text text-anchor="middle" x="1255" y="-211.39" font-family="Times,serif" font-size="14.00">ClickableTile</text>
46
+ <polygon fill="#ffffb3" stroke="black" points="893.2,-233.59 800.8,-233.59 800.8,-197.59 893.2,-197.59 893.2,-233.59"/>
47
+ <text text-anchor="middle" x="847" y="-211.39" font-family="Times,serif" font-size="14.00">ClickableTile</text>
48
48
  </g>
49
49
  <!-- TilesModule -->
50
50
  <g id="node8" class="node">
51
51
  <title>TilesModule</title>
52
- <polygon fill="#8dd3c7" stroke="black" points="547.54,-298.59 544.54,-302.59 523.54,-302.59 520.54,-298.59 460.46,-298.59 460.46,-262.59 547.54,-262.59 547.54,-298.59"/>
53
- <text text-anchor="middle" x="504" y="-276.39" font-family="Times,serif" font-size="14.00">TilesModule</text>
52
+ <polygon fill="#8dd3c7" stroke="black" points="832.54,-298.59 829.54,-302.59 808.54,-302.59 805.54,-298.59 745.46,-298.59 745.46,-262.59 832.54,-262.59 832.54,-298.59"/>
53
+ <text text-anchor="middle" x="789" y="-276.39" font-family="Times,serif" font-size="14.00">TilesModule</text>
54
54
  </g>
55
55
  <!-- ClickableTile&#45;&gt;TilesModule -->
56
56
  <g id="edge1" class="edge">
57
57
  <title>ClickableTile&#45;&gt;TilesModule</title>
58
- <path fill="none" stroke="black" d="M1255,-233.7C1255,-252.93 1255,-280.59 1255,-280.59 1255,-280.59 557.62,-280.59 557.62,-280.59"/>
59
- <polygon fill="black" stroke="black" points="557.62,-277.09 547.62,-280.59 557.62,-284.09 557.62,-277.09"/>
58
+ <path fill="none" stroke="black" d="M816.84,-233.7C816.84,-233.7 816.84,-252.58 816.84,-252.58"/>
59
+ <polygon fill="black" stroke="black" points="813.34,-252.58 816.84,-262.58 820.34,-252.58 813.34,-252.58"/>
60
60
  </g>
61
61
  <!-- ExpandableTile -->
62
62
  <g id="node2" class="node">
63
63
  <title>ExpandableTile</title>
64
- <polygon fill="#ffffb3" stroke="black" points="1191.14,-233.59 1086.86,-233.59 1086.86,-197.59 1191.14,-197.59 1191.14,-233.59"/>
65
- <text text-anchor="middle" x="1139" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTile</text>
64
+ <polygon fill="#ffffb3" stroke="black" points="783.14,-233.59 678.86,-233.59 678.86,-197.59 783.14,-197.59 783.14,-233.59"/>
65
+ <text text-anchor="middle" x="731" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTile</text>
66
66
  </g>
67
67
  <!-- ExpandableTile&#45;&gt;TilesModule -->
68
68
  <g id="edge2" class="edge">
69
69
  <title>ExpandableTile&#45;&gt;TilesModule</title>
70
- <path fill="none" stroke="black" d="M1091.77,-233.89C1091.77,-251.86 1091.77,-276.59 1091.77,-276.59 1091.77,-276.59 557.7,-276.59 557.7,-276.59"/>
71
- <polygon fill="black" stroke="black" points="557.7,-273.09 547.7,-276.59 557.7,-280.09 557.7,-273.09"/>
70
+ <path fill="none" stroke="black" d="M764.27,-233.7C764.27,-233.7 764.27,-252.58 764.27,-252.58"/>
71
+ <polygon fill="black" stroke="black" points="760.77,-252.58 764.27,-262.58 767.77,-252.58 760.77,-252.58"/>
72
72
  </g>
73
73
  <!-- ExpandableTileAboveFoldDirective -->
74
74
  <g id="node3" class="node">
75
75
  <title>ExpandableTileAboveFoldDirective</title>
76
- <polygon fill="#ffffb3" stroke="black" points="1068.71,-233.59 849.29,-233.59 849.29,-197.59 1068.71,-197.59 1068.71,-233.59"/>
77
- <text text-anchor="middle" x="959" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective</text>
76
+ <polygon fill="#ffffb3" stroke="black" points="660.71,-233.59 441.29,-233.59 441.29,-197.59 660.71,-197.59 660.71,-233.59"/>
77
+ <text text-anchor="middle" x="551" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective</text>
78
78
  </g>
79
79
  <!-- ExpandableTileAboveFoldDirective&#45;&gt;TilesModule -->
80
80
  <g id="edge3" class="edge">
81
81
  <title>ExpandableTileAboveFoldDirective&#45;&gt;TilesModule</title>
82
- <path fill="none" stroke="black" d="M852.88,-233.62C852.88,-249.99 852.88,-271.59 852.88,-271.59 852.88,-271.59 557.83,-271.59 557.83,-271.59"/>
83
- <polygon fill="black" stroke="black" points="557.83,-268.09 547.83,-271.59 557.83,-275.09 557.83,-268.09"/>
82
+ <path fill="none" stroke="black" d="M597.31,-233.78C597.31,-248.77 597.31,-267.59 597.31,-267.59 597.31,-267.59 735.02,-267.59 735.02,-267.59"/>
83
+ <polygon fill="black" stroke="black" points="735.02,-271.09 745.02,-267.59 735.02,-264.09 735.02,-271.09"/>
84
84
  </g>
85
85
  <!-- ExpandableTileBelowFoldDirective -->
86
86
  <g id="node4" class="node">
87
87
  <title>ExpandableTileBelowFoldDirective</title>
88
- <polygon fill="#ffffb3" stroke="black" points="831.44,-233.59 612.56,-233.59 612.56,-197.59 831.44,-197.59 831.44,-233.59"/>
89
- <text text-anchor="middle" x="722" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective</text>
88
+ <polygon fill="#ffffb3" stroke="black" points="423.44,-233.59 204.56,-233.59 204.56,-197.59 423.44,-197.59 423.44,-233.59"/>
89
+ <text text-anchor="middle" x="314" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective</text>
90
90
  </g>
91
91
  <!-- ExpandableTileBelowFoldDirective&#45;&gt;TilesModule -->
92
92
  <g id="edge4" class="edge">
93
93
  <title>ExpandableTileBelowFoldDirective&#45;&gt;TilesModule</title>
94
- <path fill="none" stroke="black" d="M624.31,-233.78C624.31,-248.77 624.31,-267.59 624.31,-267.59 624.31,-267.59 557.77,-267.59 557.77,-267.59"/>
95
- <polygon fill="black" stroke="black" points="557.77,-264.09 547.77,-267.59 557.77,-271.09 557.77,-264.09"/>
94
+ <path fill="none" stroke="black" d="M410.78,-233.62C410.78,-249.99 410.78,-271.59 410.78,-271.59 410.78,-271.59 735.24,-271.59 735.24,-271.59"/>
95
+ <polygon fill="black" stroke="black" points="735.24,-275.09 745.24,-271.59 735.24,-268.09 735.24,-275.09"/>
96
96
  </g>
97
97
  <!-- SelectionTile -->
98
98
  <g id="node5" class="node">
99
99
  <title>SelectionTile</title>
100
- <polygon fill="#ffffb3" stroke="black" points="594.15,-233.59 503.85,-233.59 503.85,-197.59 594.15,-197.59 594.15,-233.59"/>
101
- <text text-anchor="middle" x="549" y="-211.39" font-family="Times,serif" font-size="14.00">SelectionTile</text>
100
+ <polygon fill="#ffffb3" stroke="black" points="186.15,-233.59 95.85,-233.59 95.85,-197.59 186.15,-197.59 186.15,-233.59"/>
101
+ <text text-anchor="middle" x="141" y="-211.39" font-family="Times,serif" font-size="14.00">SelectionTile</text>
102
102
  </g>
103
103
  <!-- SelectionTile&#45;&gt;TilesModule -->
104
104
  <g id="edge5" class="edge">
105
105
  <title>SelectionTile&#45;&gt;TilesModule</title>
106
- <path fill="none" stroke="black" d="M525.72,-233.7C525.72,-233.7 525.72,-252.58 525.72,-252.58"/>
107
- <polygon fill="black" stroke="black" points="522.22,-252.58 525.72,-262.58 529.22,-252.58 522.22,-252.58"/>
106
+ <path fill="none" stroke="black" d="M141,-233.89C141,-251.86 141,-276.59 141,-276.59 141,-276.59 735.22,-276.59 735.22,-276.59"/>
107
+ <polygon fill="black" stroke="black" points="735.22,-280.09 745.22,-276.59 735.22,-273.09 735.22,-280.09"/>
108
108
  </g>
109
109
  <!-- Tile -->
110
110
  <g id="node6" class="node">
111
111
  <title>Tile</title>
112
- <polygon fill="#ffffb3" stroke="black" points="486,-233.59 432,-233.59 432,-197.59 486,-197.59 486,-233.59"/>
113
- <text text-anchor="middle" x="459" y="-211.39" font-family="Times,serif" font-size="14.00">Tile</text>
112
+ <polygon fill="#ffffb3" stroke="black" points="78,-233.59 24,-233.59 24,-197.59 78,-197.59 78,-233.59"/>
113
+ <text text-anchor="middle" x="51" y="-211.39" font-family="Times,serif" font-size="14.00">Tile</text>
114
114
  </g>
115
115
  <!-- Tile&#45;&gt;TilesModule -->
116
116
  <g id="edge6" class="edge">
117
117
  <title>Tile&#45;&gt;TilesModule</title>
118
- <path fill="none" stroke="black" d="M473.11,-233.7C473.11,-233.7 473.11,-252.58 473.11,-252.58"/>
119
- <polygon fill="black" stroke="black" points="469.61,-252.58 473.11,-262.58 476.61,-252.58 469.61,-252.58"/>
118
+ <path fill="none" stroke="black" d="M51,-233.7C51,-252.93 51,-280.59 51,-280.59 51,-280.59 735.32,-280.59 735.32,-280.59"/>
119
+ <polygon fill="black" stroke="black" points="735.32,-284.09 745.32,-280.59 735.32,-277.09 735.32,-284.09"/>
120
120
  </g>
121
121
  <!-- TileGroup -->
122
122
  <g id="node7" class="node">
123
123
  <title>TileGroup</title>
124
- <polygon fill="#ffffb3" stroke="black" points="414.32,-233.59 339.68,-233.59 339.68,-197.59 414.32,-197.59 414.32,-233.59"/>
125
- <text text-anchor="middle" x="377" y="-211.39" font-family="Times,serif" font-size="14.00">TileGroup</text>
124
+ <polygon fill="#ffffb3" stroke="black" points="1443.32,-233.59 1368.68,-233.59 1368.68,-197.59 1443.32,-197.59 1443.32,-233.59"/>
125
+ <text text-anchor="middle" x="1406" y="-211.39" font-family="Times,serif" font-size="14.00">TileGroup</text>
126
126
  </g>
127
127
  <!-- TileGroup&#45;&gt;TilesModule -->
128
128
  <g id="edge7" class="edge">
129
129
  <title>TileGroup&#45;&gt;TilesModule</title>
130
- <path fill="none" stroke="black" d="M403.47,-233.78C403.47,-248.77 403.47,-267.59 403.47,-267.59 403.47,-267.59 450.2,-267.59 450.2,-267.59"/>
131
- <polygon fill="black" stroke="black" points="450.2,-271.09 460.2,-267.59 450.2,-264.09 450.2,-271.09"/>
130
+ <path fill="none" stroke="black" d="M1375.35,-233.7C1375.35,-252.93 1375.35,-280.59 1375.35,-280.59 1375.35,-280.59 842.59,-280.59 842.59,-280.59"/>
131
+ <polygon fill="black" stroke="black" points="842.59,-277.09 832.59,-280.59 842.59,-284.09 842.59,-277.09"/>
132
132
  </g>
133
133
  <!-- ClickableTile -->
134
134
  <g id="node13" class="node">
135
135
  <title>ClickableTile </title>
136
- <polygon fill="#fb8072" stroke="black" points="1096.7,-363.59 1001.3,-363.59 1001.3,-327.59 1096.7,-327.59 1096.7,-363.59"/>
137
- <text text-anchor="middle" x="1049" y="-341.39" font-family="Times,serif" font-size="14.00">ClickableTile </text>
136
+ <polygon fill="#fb8072" stroke="black" points="1381.7,-363.59 1286.3,-363.59 1286.3,-327.59 1381.7,-327.59 1381.7,-363.59"/>
137
+ <text text-anchor="middle" x="1334" y="-341.39" font-family="Times,serif" font-size="14.00">ClickableTile </text>
138
138
  </g>
139
139
  <!-- TilesModule&#45;&gt;ClickableTile -->
140
140
  <g id="edge12" class="edge">
141
141
  <title>TilesModule&#45;&gt;ClickableTile </title>
142
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M547.91,-285.59C675.13,-285.59 1035,-285.59 1035,-285.59 1035,-285.59 1035,-317.59 1035,-317.59"/>
143
- <polygon fill="black" stroke="black" points="1031.5,-317.59 1035,-327.59 1038.5,-317.59 1031.5,-317.59"/>
142
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M832.61,-285.59C960.81,-285.59 1327.5,-285.59 1327.5,-285.59 1327.5,-285.59 1327.5,-317.59 1327.5,-317.59"/>
143
+ <polygon fill="black" stroke="black" points="1324,-317.59 1327.5,-327.59 1331,-317.59 1324,-317.59"/>
144
144
  </g>
145
145
  <!-- ExpandableTile -->
146
146
  <g id="node14" class="node">
147
147
  <title>ExpandableTile </title>
148
- <polygon fill="#fb8072" stroke="black" points="983.14,-363.59 874.86,-363.59 874.86,-327.59 983.14,-327.59 983.14,-363.59"/>
149
- <text text-anchor="middle" x="929" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTile </text>
148
+ <polygon fill="#fb8072" stroke="black" points="1268.14,-363.59 1159.86,-363.59 1159.86,-327.59 1268.14,-327.59 1268.14,-363.59"/>
149
+ <text text-anchor="middle" x="1214" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTile </text>
150
150
  </g>
151
151
  <!-- TilesModule&#45;&gt;ExpandableTile -->
152
152
  <g id="edge13" class="edge">
153
153
  <title>TilesModule&#45;&gt;ExpandableTile </title>
154
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M547.88,-289.59C656.47,-289.59 929,-289.59 929,-289.59 929,-289.59 929,-317.56 929,-317.56"/>
155
- <polygon fill="black" stroke="black" points="925.5,-317.56 929,-327.56 932.5,-317.56 925.5,-317.56"/>
154
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M832.81,-289.59C935.72,-289.59 1184.27,-289.59 1184.27,-289.59 1184.27,-289.59 1184.27,-317.56 1184.27,-317.56"/>
155
+ <polygon fill="black" stroke="black" points="1180.77,-317.56 1184.27,-327.56 1187.77,-317.56 1180.77,-317.56"/>
156
156
  </g>
157
157
  <!-- ExpandableTileAboveFoldDirective -->
158
158
  <g id="node15" class="node">
159
159
  <title>ExpandableTileAboveFoldDirective </title>
160
- <polygon fill="#fb8072" stroke="black" points="856.71,-363.59 633.29,-363.59 633.29,-327.59 856.71,-327.59 856.71,-363.59"/>
161
- <text text-anchor="middle" x="745" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective </text>
160
+ <polygon fill="#fb8072" stroke="black" points="1141.71,-363.59 918.29,-363.59 918.29,-327.59 1141.71,-327.59 1141.71,-363.59"/>
161
+ <text text-anchor="middle" x="1030" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective </text>
162
162
  </g>
163
163
  <!-- TilesModule&#45;&gt;ExpandableTileAboveFoldDirective -->
164
164
  <g id="edge14" class="edge">
165
165
  <title>TilesModule&#45;&gt;ExpandableTileAboveFoldDirective </title>
166
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M547.77,-294.59C614.1,-294.59 732.43,-294.59 732.43,-294.59 732.43,-294.59 732.43,-317.47 732.43,-317.47"/>
167
- <polygon fill="black" stroke="black" points="728.93,-317.47 732.43,-327.47 735.93,-317.47 728.93,-317.47"/>
166
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M832.9,-294.59C879.53,-294.59 946.59,-294.59 946.59,-294.59 946.59,-294.59 946.59,-317.47 946.59,-317.47"/>
167
+ <polygon fill="black" stroke="black" points="943.09,-317.47 946.59,-327.47 950.09,-317.47 943.09,-317.47"/>
168
168
  </g>
169
169
  <!-- ExpandableTileBelowFoldDirective -->
170
170
  <g id="node16" class="node">
171
171
  <title>ExpandableTileBelowFoldDirective </title>
172
- <polygon fill="#fb8072" stroke="black" points="615.44,-363.59 392.56,-363.59 392.56,-327.59 615.44,-327.59 615.44,-363.59"/>
173
- <text text-anchor="middle" x="504" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective </text>
172
+ <polygon fill="#fb8072" stroke="black" points="900.44,-363.59 677.56,-363.59 677.56,-327.59 900.44,-327.59 900.44,-363.59"/>
173
+ <text text-anchor="middle" x="789" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective </text>
174
174
  </g>
175
175
  <!-- TilesModule&#45;&gt;ExpandableTileBelowFoldDirective -->
176
176
  <g id="edge15" class="edge">
177
177
  <title>TilesModule&#45;&gt;ExpandableTileBelowFoldDirective </title>
178
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M504,-298.7C504,-298.7 504,-317.58 504,-317.58"/>
179
- <polygon fill="black" stroke="black" points="500.5,-317.58 504,-327.58 507.5,-317.58 500.5,-317.58"/>
178
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M789,-298.7C789,-298.7 789,-317.58 789,-317.58"/>
179
+ <polygon fill="black" stroke="black" points="785.5,-317.58 789,-327.58 792.5,-317.58 785.5,-317.58"/>
180
180
  </g>
181
181
  <!-- SelectionTile -->
182
182
  <g id="node17" class="node">
183
183
  <title>SelectionTile </title>
184
- <polygon fill="#fb8072" stroke="black" points="375.15,-363.59 280.85,-363.59 280.85,-327.59 375.15,-327.59 375.15,-363.59"/>
185
- <text text-anchor="middle" x="328" y="-341.39" font-family="Times,serif" font-size="14.00">SelectionTile </text>
184
+ <polygon fill="#fb8072" stroke="black" points="660.15,-363.59 565.85,-363.59 565.85,-327.59 660.15,-327.59 660.15,-363.59"/>
185
+ <text text-anchor="middle" x="613" y="-341.39" font-family="Times,serif" font-size="14.00">SelectionTile </text>
186
186
  </g>
187
187
  <!-- TilesModule&#45;&gt;SelectionTile -->
188
188
  <g id="edge16" class="edge">
189
189
  <title>TilesModule&#45;&gt;SelectionTile </title>
190
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M460.43,-294.59C417.23,-294.59 357.46,-294.59 357.46,-294.59 357.46,-294.59 357.46,-317.47 357.46,-317.47"/>
191
- <polygon fill="black" stroke="black" points="353.96,-317.47 357.46,-327.47 360.96,-317.47 353.96,-317.47"/>
190
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M745.19,-294.59C697.73,-294.59 628.69,-294.59 628.69,-294.59 628.69,-294.59 628.69,-317.47 628.69,-317.47"/>
191
+ <polygon fill="black" stroke="black" points="625.19,-317.47 628.69,-327.47 632.19,-317.47 625.19,-317.47"/>
192
192
  </g>
193
193
  <!-- Tile -->
194
194
  <g id="node18" class="node">
195
195
  <title>Tile </title>
196
- <polygon fill="#fb8072" stroke="black" points="263,-363.59 209,-363.59 209,-327.59 263,-327.59 263,-363.59"/>
197
- <text text-anchor="middle" x="236" y="-341.39" font-family="Times,serif" font-size="14.00">Tile </text>
196
+ <polygon fill="#fb8072" stroke="black" points="548,-363.59 494,-363.59 494,-327.59 548,-327.59 548,-363.59"/>
197
+ <text text-anchor="middle" x="521" y="-341.39" font-family="Times,serif" font-size="14.00">Tile </text>
198
198
  </g>
199
199
  <!-- TilesModule&#45;&gt;Tile -->
200
200
  <g id="edge17" class="edge">
201
201
  <title>TilesModule&#45;&gt;Tile </title>
202
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M460.35,-289.59C386.94,-289.59 246.7,-289.59 246.7,-289.59 246.7,-289.59 246.7,-317.56 246.7,-317.56"/>
203
- <polygon fill="black" stroke="black" points="243.2,-317.56 246.7,-327.56 250.2,-317.56 243.2,-317.56"/>
202
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M745.34,-289.59C669.4,-289.59 521,-289.59 521,-289.59 521,-289.59 521,-317.56 521,-317.56"/>
203
+ <polygon fill="black" stroke="black" points="517.5,-317.56 521,-327.56 524.5,-317.56 517.5,-317.56"/>
204
204
  </g>
205
205
  <!-- TileGroup -->
206
206
  <g id="node19" class="node">
207
207
  <title>TileGroup </title>
208
- <polygon fill="#fb8072" stroke="black" points="190.82,-363.59 113.18,-363.59 113.18,-327.59 190.82,-327.59 190.82,-363.59"/>
209
- <text text-anchor="middle" x="152" y="-341.39" font-family="Times,serif" font-size="14.00">TileGroup </text>
208
+ <polygon fill="#fb8072" stroke="black" points="475.82,-363.59 398.18,-363.59 398.18,-327.59 475.82,-327.59 475.82,-363.59"/>
209
+ <text text-anchor="middle" x="437" y="-341.39" font-family="Times,serif" font-size="14.00">TileGroup </text>
210
210
  </g>
211
211
  <!-- TilesModule&#45;&gt;TileGroup -->
212
212
  <g id="edge18" class="edge">
213
213
  <title>TilesModule&#45;&gt;TileGroup </title>
214
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M460.35,-285.59C367.61,-285.59 159.35,-285.59 159.35,-285.59 159.35,-285.59 159.35,-317.59 159.35,-317.59"/>
215
- <polygon fill="black" stroke="black" points="155.85,-317.59 159.35,-327.59 162.85,-317.59 155.85,-317.59"/>
214
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M745.12,-285.59C655.22,-285.59 458.53,-285.59 458.53,-285.59 458.53,-285.59 458.53,-317.59 458.53,-317.59"/>
215
+ <polygon fill="black" stroke="black" points="455.03,-317.59 458.53,-327.59 462.03,-317.59 455.03,-317.59"/>
216
216
  </g>
217
217
  <!-- {
218
218
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
@@ -221,10 +221,10 @@
221
221
  <title>{
222
222
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
223
223
  }</title>
224
- <ellipse fill="#fdb462" stroke="black" cx="377" cy="-127.3" rx="309.77" ry="41.09"/>
225
- <text text-anchor="middle" x="377" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
226
- <text text-anchor="middle" x="377" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true</text>
227
- <text text-anchor="middle" x="377" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
224
+ <ellipse fill="#fdb462" stroke="black" cx="1543" cy="-127.3" rx="309.77" ry="41.09"/>
225
+ <text text-anchor="middle" x="1543" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
226
+ <text text-anchor="middle" x="1543" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true</text>
227
+ <text text-anchor="middle" x="1543" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
228
228
  </g>
229
229
  <!-- {
230
230
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
@@ -233,44 +233,44 @@
233
233
  <title>{
234
234
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
235
235
  }&#45;&gt;TileGroup</title>
236
- <path fill="none" stroke="black" d="M377,-168.6C377,-168.6 377,-187.26 377,-187.26"/>
237
- <polygon fill="black" stroke="black" points="373.5,-187.26 377,-197.26 380.5,-187.26 373.5,-187.26"/>
236
+ <path fill="none" stroke="black" d="M1406,-164.48C1406,-164.48 1406,-187.22 1406,-187.22"/>
237
+ <polygon fill="black" stroke="black" points="1402.5,-187.22 1406,-197.22 1409.5,-187.22 1402.5,-187.22"/>
238
238
  </g>
239
239
  <!-- I18nModule -->
240
240
  <g id="node10" class="node">
241
241
  <title>I18nModule</title>
242
- <polygon fill="#8dd3c7" stroke="black" points="315.71,-233.59 312.71,-237.59 291.71,-237.59 288.71,-233.59 230.29,-233.59 230.29,-197.59 315.71,-197.59 315.71,-233.59"/>
243
- <text text-anchor="middle" x="273" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
242
+ <polygon fill="#8dd3c7" stroke="black" points="1208.71,-233.59 1205.71,-237.59 1184.71,-237.59 1181.71,-233.59 1123.29,-233.59 1123.29,-197.59 1208.71,-197.59 1208.71,-233.59"/>
243
+ <text text-anchor="middle" x="1166" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
244
244
  </g>
245
245
  <!-- I18nModule&#45;&gt;TilesModule -->
246
246
  <g id="edge9" class="edge">
247
247
  <title>I18nModule&#45;&gt;TilesModule</title>
248
- <path fill="none" stroke="black" d="M298.27,-233.62C298.27,-249.99 298.27,-271.59 298.27,-271.59 298.27,-271.59 450.37,-271.59 450.37,-271.59"/>
249
- <polygon fill="black" stroke="black" points="450.37,-275.09 460.37,-271.59 450.37,-268.09 450.37,-275.09"/>
248
+ <path fill="none" stroke="black" d="M1132.5,-233.89C1132.5,-251.86 1132.5,-276.59 1132.5,-276.59 1132.5,-276.59 842.85,-276.59 842.85,-276.59"/>
249
+ <polygon fill="black" stroke="black" points="842.85,-273.09 832.85,-276.59 842.85,-280.09 842.85,-273.09"/>
250
250
  </g>
251
251
  <!-- IconModule -->
252
252
  <g id="node11" class="node">
253
253
  <title>IconModule</title>
254
- <polygon fill="#8dd3c7" stroke="black" points="212.43,-233.59 209.43,-237.59 188.43,-237.59 185.43,-233.59 127.57,-233.59 127.57,-197.59 212.43,-197.59 212.43,-233.59"/>
255
- <text text-anchor="middle" x="170" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
254
+ <polygon fill="#8dd3c7" stroke="black" points="1105.43,-233.59 1102.43,-237.59 1081.43,-237.59 1078.43,-233.59 1020.57,-233.59 1020.57,-197.59 1105.43,-197.59 1105.43,-233.59"/>
255
+ <text text-anchor="middle" x="1063" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
256
256
  </g>
257
257
  <!-- IconModule&#45;&gt;TilesModule -->
258
258
  <g id="edge10" class="edge">
259
259
  <title>IconModule&#45;&gt;TilesModule</title>
260
- <path fill="none" stroke="black" d="M199.95,-233.89C199.95,-251.86 199.95,-276.59 199.95,-276.59 199.95,-276.59 450.44,-276.59 450.44,-276.59"/>
261
- <polygon fill="black" stroke="black" points="450.44,-280.09 460.44,-276.59 450.44,-273.09 450.44,-280.09"/>
260
+ <path fill="none" stroke="black" d="M1063,-233.62C1063,-249.99 1063,-271.59 1063,-271.59 1063,-271.59 842.72,-271.59 842.72,-271.59"/>
261
+ <polygon fill="black" stroke="black" points="842.72,-268.09 832.72,-271.59 842.72,-275.09 842.72,-268.09"/>
262
262
  </g>
263
263
  <!-- LinkModule -->
264
264
  <g id="node12" class="node">
265
265
  <title>LinkModule</title>
266
- <polygon fill="#8dd3c7" stroke="black" points="109.99,-233.59 106.99,-237.59 85.99,-237.59 82.99,-233.59 24.01,-233.59 24.01,-197.59 109.99,-197.59 109.99,-233.59"/>
267
- <text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">LinkModule</text>
266
+ <polygon fill="#8dd3c7" stroke="black" points="1002.99,-233.59 999.99,-237.59 978.99,-237.59 975.99,-233.59 917.01,-233.59 917.01,-197.59 1002.99,-197.59 1002.99,-233.59"/>
267
+ <text text-anchor="middle" x="960" y="-211.39" font-family="Times,serif" font-size="14.00">LinkModule</text>
268
268
  </g>
269
269
  <!-- LinkModule&#45;&gt;TilesModule -->
270
270
  <g id="edge11" class="edge">
271
271
  <title>LinkModule&#45;&gt;TilesModule</title>
272
- <path fill="none" stroke="black" d="M67,-233.7C67,-252.93 67,-280.59 67,-280.59 67,-280.59 450.1,-280.59 450.1,-280.59"/>
273
- <polygon fill="black" stroke="black" points="450.1,-284.09 460.1,-280.59 450.1,-277.09 450.1,-284.09"/>
272
+ <path fill="none" stroke="black" d="M974.8,-233.78C974.8,-248.77 974.8,-267.59 974.8,-267.59 974.8,-267.59 842.56,-267.59 842.56,-267.59"/>
273
+ <polygon fill="black" stroke="black" points="842.56,-264.09 832.56,-267.59 842.56,-271.09 842.56,-264.09"/>
274
274
  </g>
275
275
  </g>
276
276
  </svg>