carbon-components-angular 5.40.0 → 5.40.2

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 (78) hide show
  1. package/docs/documentation/components/DatePicker.html +68 -67
  2. package/docs/documentation/components/Select.html +43 -43
  3. package/docs/documentation/components/TimePickerSelect.html +17 -17
  4. package/docs/documentation/components/TreeNodeComponent.html +54 -52
  5. package/docs/documentation/components/TreeViewComponent.html +2 -2
  6. package/docs/documentation/dependencies.html +2 -0
  7. package/docs/documentation/interfaces/EventOnNode.html +2 -1
  8. package/docs/documentation/interfaces/Node.html +3 -2
  9. package/docs/documentation/js/search/search_index.js +2 -2
  10. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  11. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  12. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  13. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  14. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +37 -41
  15. package/docs/documentation/modules/DatePickerInputModule.html +37 -41
  16. package/docs/documentation/modules/DatePickerModule/dependencies.svg +38 -38
  17. package/docs/documentation/modules/DatePickerModule.html +38 -38
  18. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  19. package/docs/documentation/modules/GridModule.html +60 -60
  20. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/LoadingModule.html +4 -4
  22. package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
  23. package/docs/documentation/modules/NFormsModule.html +4 -4
  24. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/NumberModule.html +4 -4
  26. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  27. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  28. package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/RadioModule.html +4 -4
  30. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  31. package/docs/documentation/modules/SelectModule.html +58 -58
  32. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  33. package/docs/documentation/modules/SliderModule.html +4 -4
  34. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  35. package/docs/documentation/modules/TableModule.html +216 -216
  36. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  37. package/docs/documentation/modules/TabsModule.html +69 -69
  38. package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
  39. package/docs/documentation/modules/ThemeModule.html +13 -13
  40. package/docs/documentation/modules/TilesModule/dependencies.svg +77 -77
  41. package/docs/documentation/modules/TilesModule.html +77 -77
  42. package/docs/documentation/modules/TimePickerModule/dependencies.svg +37 -41
  43. package/docs/documentation/modules/TimePickerModule.html +37 -41
  44. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
  45. package/docs/documentation/modules/TimePickerSelectModule.html +45 -49
  46. package/docs/documentation/modules/ToggleModule/dependencies.svg +45 -41
  47. package/docs/documentation/modules/ToggleModule.html +45 -41
  48. package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
  49. package/docs/documentation/modules/TooltipModule.html +28 -28
  50. package/docs/documentation/modules/TreeviewModule/dependencies.svg +35 -35
  51. package/docs/documentation/modules/TreeviewModule.html +35 -35
  52. package/docs/documentation.json +137 -137
  53. package/docs/storybook/{9672.48c27c98.iframe.bundle.js → 9672.7b7a4af9.iframe.bundle.js} +1 -1
  54. package/docs/storybook/iframe.html +2 -2
  55. package/docs/storybook/main.0ff96f43.iframe.bundle.js +1 -0
  56. package/docs/storybook/project.json +1 -1
  57. package/docs/storybook/{runtime~main.16c5e56d.iframe.bundle.js → runtime~main.7ba57cd0.iframe.bundle.js} +1 -1
  58. package/docs/storybook/{treeview-treeview-stories.fa77fc60.iframe.bundle.js → treeview-treeview-stories.ecd18de6.iframe.bundle.js} +1 -1
  59. package/esm2020/datepicker/datepicker.component.mjs +3 -2
  60. package/esm2020/select/select.component.mjs +5 -5
  61. package/esm2020/treeview/tree-node.component.mjs +5 -3
  62. package/esm2020/treeview/tree-node.types.mjs +1 -1
  63. package/esm2020/treeview/treeview.component.mjs +1 -1
  64. package/fesm2015/carbon-components-angular-datepicker.mjs +2 -1
  65. package/fesm2015/carbon-components-angular-datepicker.mjs.map +1 -1
  66. package/fesm2015/carbon-components-angular-select.mjs +4 -4
  67. package/fesm2015/carbon-components-angular-select.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-treeview.mjs +4 -2
  69. package/fesm2015/carbon-components-angular-treeview.mjs.map +1 -1
  70. package/fesm2020/carbon-components-angular-datepicker.mjs +2 -1
  71. package/fesm2020/carbon-components-angular-datepicker.mjs.map +1 -1
  72. package/fesm2020/carbon-components-angular-select.mjs +4 -4
  73. package/fesm2020/carbon-components-angular-select.mjs.map +1 -1
  74. package/fesm2020/carbon-components-angular-treeview.mjs +4 -2
  75. package/fesm2020/carbon-components-angular-treeview.mjs.map +1 -1
  76. package/package.json +2 -1
  77. package/select/select.component.d.ts +5 -5
  78. package/docs/storybook/main.338bd361.iframe.bundle.js +0 -1
@@ -24,99 +24,99 @@
24
24
  <title>cluster_TilesModule</title>
25
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="clust11" class="cluster">
28
- <title>cluster_TilesModule_exports</title>
29
- <polygon fill="none" stroke="black" points="390,-319.59 390,-371.59 1390,-371.59 1390,-319.59 390,-319.59"/>
30
- </g>
31
27
  <g id="clust9" class="cluster">
32
28
  <title>cluster_TilesModule_TileGroup_providers</title>
33
29
  <polygon fill="none" stroke="black" points="1225,-78 1225,-241.59 1861,-241.59 1861,-78 1225,-78"/>
34
30
  </g>
35
- <g id="clust10" class="cluster">
36
- <title>cluster_TilesModule_imports</title>
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
31
  <g id="clust2" class="cluster">
40
32
  <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"/>
33
+ <polygon fill="none" stroke="black" points="332,-189.59 332,-241.59 1217,-241.59 1217,-189.59 332,-189.59"/>
34
+ </g>
35
+ <g id="clust11" class="cluster">
36
+ <title>cluster_TilesModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="144,-319.59 144,-371.59 1144,-371.59 1144,-319.59 144,-319.59"/>
38
+ </g>
39
+ <g id="clust10" class="cluster">
40
+ <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"/>
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="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>
46
+ <polygon fill="#ffffb3" stroke="black" points="1209.2,-233.59 1116.8,-233.59 1116.8,-197.59 1209.2,-197.59 1209.2,-233.59"/>
47
+ <text text-anchor="middle" x="1163" 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="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>
52
+ <polygon fill="#8dd3c7" stroke="black" points="586.54,-298.59 583.54,-302.59 562.54,-302.59 559.54,-298.59 499.46,-298.59 499.46,-262.59 586.54,-262.59 586.54,-298.59"/>
53
+ <text text-anchor="middle" x="543" 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="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"/>
58
+ <path fill="none" stroke="black" d="M1126.38,-233.89C1126.38,-251.86 1126.38,-276.59 1126.38,-276.59 1126.38,-276.59 596.85,-276.59 596.85,-276.59"/>
59
+ <polygon fill="black" stroke="black" points="596.85,-273.09 586.85,-276.59 596.85,-280.09 596.85,-273.09"/>
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="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>
64
+ <polygon fill="#ffffb3" stroke="black" points="1099.14,-233.59 994.86,-233.59 994.86,-197.59 1099.14,-197.59 1099.14,-233.59"/>
65
+ <text text-anchor="middle" x="1047" 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="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"/>
70
+ <path fill="none" stroke="black" d="M1008.38,-233.62C1008.38,-249.99 1008.38,-271.59 1008.38,-271.59 1008.38,-271.59 596.78,-271.59 596.78,-271.59"/>
71
+ <polygon fill="black" stroke="black" points="596.78,-268.09 586.78,-271.59 596.78,-275.09 596.78,-268.09"/>
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="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>
76
+ <polygon fill="#ffffb3" stroke="black" points="976.71,-233.59 757.29,-233.59 757.29,-197.59 976.71,-197.59 976.71,-233.59"/>
77
+ <text text-anchor="middle" x="867" 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="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"/>
82
+ <path fill="none" stroke="black" d="M826.38,-233.78C826.38,-248.77 826.38,-267.59 826.38,-267.59 826.38,-267.59 596.66,-267.59 596.66,-267.59"/>
83
+ <polygon fill="black" stroke="black" points="596.66,-264.09 586.66,-267.59 596.66,-271.09 596.66,-264.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="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>
88
+ <polygon fill="#ffffb3" stroke="black" points="739.44,-233.59 520.56,-233.59 520.56,-197.59 739.44,-197.59 739.44,-233.59"/>
89
+ <text text-anchor="middle" x="630" 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="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"/>
94
+ <path fill="none" stroke="black" d="M553.65,-233.7C553.65,-233.7 553.65,-252.58 553.65,-252.58"/>
95
+ <polygon fill="black" stroke="black" points="550.15,-252.58 553.65,-262.58 557.15,-252.58 550.15,-252.58"/>
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="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>
100
+ <polygon fill="#ffffb3" stroke="black" points="502.15,-233.59 411.85,-233.59 411.85,-197.59 502.15,-197.59 502.15,-233.59"/>
101
+ <text text-anchor="middle" x="457" 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="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"/>
106
+ <path fill="none" stroke="black" d="M502.44,-215.59C507.81,-215.59 511.43,-215.59 511.43,-215.59 511.43,-215.59 511.43,-252.48 511.43,-252.48"/>
107
+ <polygon fill="black" stroke="black" points="507.93,-252.48 511.43,-262.48 514.93,-252.48 507.93,-252.48"/>
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="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>
112
+ <polygon fill="#ffffb3" stroke="black" points="394,-233.59 340,-233.59 340,-197.59 394,-197.59 394,-233.59"/>
113
+ <text text-anchor="middle" x="367" 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="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"/>
118
+ <path fill="none" stroke="black" d="M367,-233.78C367,-248.77 367,-267.59 367,-267.59 367,-267.59 489.04,-267.59 489.04,-267.59"/>
119
+ <polygon fill="black" stroke="black" points="489.04,-271.09 499.04,-267.59 489.04,-264.09 489.04,-271.09"/>
120
120
  </g>
121
121
  <!-- TileGroup -->
122
122
  <g id="node7" class="node">
@@ -127,92 +127,92 @@
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="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"/>
130
+ <path fill="none" stroke="black" d="M1406,-233.7C1406,-252.93 1406,-280.59 1406,-280.59 1406,-280.59 596.68,-280.59 596.68,-280.59"/>
131
+ <polygon fill="black" stroke="black" points="596.68,-277.09 586.68,-280.59 596.68,-284.09 596.68,-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="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>
136
+ <polygon fill="#fb8072" stroke="black" points="1135.7,-363.59 1040.3,-363.59 1040.3,-327.59 1135.7,-327.59 1135.7,-363.59"/>
137
+ <text text-anchor="middle" x="1088" 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="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"/>
142
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M586.55,-285.59C712.75,-285.59 1069.73,-285.59 1069.73,-285.59 1069.73,-285.59 1069.73,-317.59 1069.73,-317.59"/>
143
+ <polygon fill="black" stroke="black" points="1066.23,-317.59 1069.73,-327.59 1073.23,-317.59 1066.23,-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="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>
148
+ <polygon fill="#fb8072" stroke="black" points="1022.14,-363.59 913.86,-363.59 913.86,-327.59 1022.14,-327.59 1022.14,-363.59"/>
149
+ <text text-anchor="middle" x="968" 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="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"/>
154
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M586.83,-289.59C691.12,-289.59 945.39,-289.59 945.39,-289.59 945.39,-289.59 945.39,-317.56 945.39,-317.56"/>
155
+ <polygon fill="black" stroke="black" points="941.89,-317.56 945.39,-327.56 948.89,-317.56 941.89,-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="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>
160
+ <polygon fill="#fb8072" stroke="black" points="895.71,-363.59 672.29,-363.59 672.29,-327.59 895.71,-327.59 895.71,-363.59"/>
161
+ <text text-anchor="middle" x="784" 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="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"/>
166
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M586.66,-294.59C634.93,-294.59 705.93,-294.59 705.93,-294.59 705.93,-294.59 705.93,-317.47 705.93,-317.47"/>
167
+ <polygon fill="black" stroke="black" points="702.43,-317.47 705.93,-327.47 709.43,-317.47 702.43,-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="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>
172
+ <polygon fill="#fb8072" stroke="black" points="654.44,-363.59 431.56,-363.59 431.56,-327.59 654.44,-327.59 654.44,-363.59"/>
173
+ <text text-anchor="middle" x="543" 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="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"/>
178
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M543,-298.7C543,-298.7 543,-317.58 543,-317.58"/>
179
+ <polygon fill="black" stroke="black" points="539.5,-317.58 543,-327.58 546.5,-317.58 539.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="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>
184
+ <polygon fill="#fb8072" stroke="black" points="414.15,-363.59 319.85,-363.59 319.85,-327.59 414.15,-327.59 414.15,-363.59"/>
185
+ <text text-anchor="middle" x="367" 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="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"/>
190
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M499.42,-294.59C458.28,-294.59 402.84,-294.59 402.84,-294.59 402.84,-294.59 402.84,-317.47 402.84,-317.47"/>
191
+ <polygon fill="black" stroke="black" points="399.34,-317.47 402.84,-327.47 406.34,-317.47 399.34,-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="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>
196
+ <polygon fill="#fb8072" stroke="black" points="302,-363.59 248,-363.59 248,-327.59 302,-327.59 302,-363.59"/>
197
+ <text text-anchor="middle" x="275" 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="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"/>
202
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M499.34,-289.59C423.4,-289.59 275,-289.59 275,-289.59 275,-289.59 275,-317.56 275,-317.56"/>
203
+ <polygon fill="black" stroke="black" points="271.5,-317.56 275,-327.56 278.5,-317.56 271.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="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>
208
+ <polygon fill="#fb8072" stroke="black" points="229.82,-363.59 152.18,-363.59 152.18,-327.59 229.82,-327.59 229.82,-363.59"/>
209
+ <text text-anchor="middle" x="191" 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="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"/>
214
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M499.25,-285.59C411.22,-285.59 221.06,-285.59 221.06,-285.59 221.06,-285.59 221.06,-317.59 221.06,-317.59"/>
215
+ <polygon fill="black" stroke="black" points="217.56,-317.59 221.06,-327.59 224.56,-317.59 217.56,-317.59"/>
216
216
  </g>
217
217
  <!-- {
218
218
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
@@ -239,38 +239,38 @@
239
239
  <!-- I18nModule -->
240
240
  <g id="node10" class="node">
241
241
  <title>I18nModule</title>
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>
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>
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="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"/>
248
+ <path fill="none" stroke="black" d="M308.8,-233.62C308.8,-249.99 308.8,-271.59 308.8,-271.59 308.8,-271.59 489.22,-271.59 489.22,-271.59"/>
249
+ <polygon fill="black" stroke="black" points="489.22,-275.09 499.22,-271.59 489.22,-268.09 489.22,-275.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="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>
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>
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="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"/>
260
+ <path fill="none" stroke="black" d="M182.15,-233.89C182.15,-251.86 182.15,-276.59 182.15,-276.59 182.15,-276.59 489.11,-276.59 489.11,-276.59"/>
261
+ <polygon fill="black" stroke="black" points="489.11,-280.09 499.11,-276.59 489.11,-273.09 489.11,-280.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="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>
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>
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="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"/>
272
+ <path fill="none" stroke="black" d="M67,-233.7C67,-252.93 67,-280.59 67,-280.59 67,-280.59 489.07,-280.59 489.07,-280.59"/>
273
+ <polygon fill="black" stroke="black" points="489.07,-284.09 499.07,-280.59 489.07,-277.09 489.07,-284.09"/>
274
274
  </g>
275
275
  </g>
276
276
  </svg>