carbon-components-angular 5.19.0 → 5.19.1

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 (91) hide show
  1. package/docs/documentation/components/Toggletip.html +62 -43
  2. package/docs/documentation/components/Tooltip.html +97 -60
  3. package/docs/documentation/components/TooltipDefinition.html +81 -44
  4. package/docs/documentation/coverage.html +1 -1
  5. package/docs/documentation/directives/PopoverContainer.html +88 -36
  6. package/docs/documentation/js/search/search_index.js +2 -2
  7. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  8. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  9. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  10. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  11. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +7 -7
  12. package/docs/documentation/modules/DatePickerInputModule.html +7 -7
  13. package/docs/documentation/modules/DatePickerModule/dependencies.svg +53 -57
  14. package/docs/documentation/modules/DatePickerModule.html +53 -57
  15. package/docs/documentation/modules/DialogModule/dependencies.svg +34 -34
  16. package/docs/documentation/modules/DialogModule.html +34 -34
  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/SearchModule/dependencies.svg +4 -4
  30. package/docs/documentation/modules/SearchModule.html +4 -4
  31. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  32. package/docs/documentation/modules/SelectModule.html +58 -58
  33. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  34. package/docs/documentation/modules/SliderModule.html +4 -4
  35. package/docs/documentation/modules/StructuredListModule/dependencies.svg +66 -66
  36. package/docs/documentation/modules/StructuredListModule.html +66 -66
  37. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  38. package/docs/documentation/modules/TabsModule.html +69 -69
  39. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  40. package/docs/documentation/modules/TagModule.html +4 -4
  41. package/docs/documentation/modules/TilesModule/dependencies.svg +101 -101
  42. package/docs/documentation/modules/TilesModule.html +101 -101
  43. package/docs/documentation/modules/TimePickerModule/dependencies.svg +40 -44
  44. package/docs/documentation/modules/TimePickerModule.html +40 -44
  45. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -42
  46. package/docs/documentation/modules/TimePickerSelectModule.html +46 -42
  47. package/docs/documentation/modules/ToggleModule/dependencies.svg +42 -38
  48. package/docs/documentation/modules/ToggleModule.html +42 -38
  49. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  50. package/docs/documentation/modules/ToggletipModule.html +4 -4
  51. package/docs/documentation/modules/TooltipModule/dependencies.svg +29 -29
  52. package/docs/documentation/modules/TooltipModule.html +29 -29
  53. package/docs/documentation/modules/TreeviewModule/dependencies.svg +4 -4
  54. package/docs/documentation/modules/TreeviewModule.html +4 -4
  55. package/docs/documentation.json +239 -159
  56. package/docs/storybook/4578.93dc52a7.iframe.bundle.js +1 -0
  57. package/docs/storybook/{contained-list-contained-list-stories.ef42e2d0.iframe.bundle.js → contained-list-contained-list-stories.f8fd4e51.iframe.bundle.js} +1 -1
  58. package/docs/storybook/iframe.html +2 -2
  59. package/docs/storybook/main.ef1ab6d1.iframe.bundle.js +1 -0
  60. package/docs/storybook/popover-popover-stories.e8d6e7c9.iframe.bundle.js +1 -0
  61. package/docs/storybook/project.json +1 -1
  62. package/docs/storybook/{runtime~main.a75e2345.iframe.bundle.js → runtime~main.af960258.iframe.bundle.js} +1 -1
  63. package/docs/storybook/{toggletip-toggletip-stories.0c822ddd.iframe.bundle.js → toggletip-toggletip-stories.1da8eaf1.iframe.bundle.js} +1 -1
  64. package/docs/storybook/tooltip-definition-tooptip-stories.57864d79.iframe.bundle.js +1 -0
  65. package/docs/storybook/tooltip-tooltip-stories.b15c3310.iframe.bundle.js +1 -0
  66. package/esm2020/popover/popover.directive.mjs +6 -4
  67. package/esm2020/toggletip/toggletip.component.mjs +9 -7
  68. package/esm2020/tooltip/definition-tooptip.component.mjs +9 -7
  69. package/esm2020/tooltip/tooltip.component.mjs +9 -7
  70. package/fesm2015/carbon-components-angular-popover.mjs +5 -3
  71. package/fesm2015/carbon-components-angular-popover.mjs.map +1 -1
  72. package/fesm2015/carbon-components-angular-toggletip.mjs +8 -6
  73. package/fesm2015/carbon-components-angular-toggletip.mjs.map +1 -1
  74. package/fesm2015/carbon-components-angular-tooltip.mjs +15 -11
  75. package/fesm2015/carbon-components-angular-tooltip.mjs.map +1 -1
  76. package/fesm2020/carbon-components-angular-popover.mjs +5 -3
  77. package/fesm2020/carbon-components-angular-popover.mjs.map +1 -1
  78. package/fesm2020/carbon-components-angular-toggletip.mjs +8 -6
  79. package/fesm2020/carbon-components-angular-toggletip.mjs.map +1 -1
  80. package/fesm2020/carbon-components-angular-tooltip.mjs +15 -11
  81. package/fesm2020/carbon-components-angular-tooltip.mjs.map +1 -1
  82. package/package.json +1 -1
  83. package/popover/popover.directive.d.ts +3 -1
  84. package/toggletip/toggletip.component.d.ts +3 -2
  85. package/tooltip/definition-tooptip.component.d.ts +3 -2
  86. package/tooltip/tooltip.component.d.ts +3 -2
  87. package/docs/storybook/4578.86305077.iframe.bundle.js +0 -1
  88. package/docs/storybook/main.0080423e.iframe.bundle.js +0 -1
  89. package/docs/storybook/popover-popover-stories.a0233f25.iframe.bundle.js +0 -1
  90. package/docs/storybook/tooltip-definition-tooptip-stories.6cd8bfb0.iframe.bundle.js +0 -1
  91. package/docs/storybook/tooltip-tooltip-stories.286d6e5f.iframe.bundle.js +0 -1
@@ -46,215 +46,215 @@
46
46
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
47
47
  -->
48
48
  <!-- Title: dependencies Pages: 1 -->
49
- <svg width="1333pt" height="396pt"
50
- viewBox="0.00 0.00 1333.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
49
+ <svg width="1885pt" height="396pt"
50
+ viewBox="0.00 0.00 1885.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
51
51
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
52
52
  <title>dependencies</title>
53
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1329,-391.59 1329,4 -4,4"/>
54
- <text text-anchor="start" x="641.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
- <polygon fill="#ffffb3" stroke="transparent" points="428.5,-10 428.5,-30 448.5,-30 448.5,-10 428.5,-10"/>
56
- <text text-anchor="start" x="452.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
- <polygon fill="#8dd3c7" stroke="transparent" points="541.5,-10 541.5,-30 561.5,-30 561.5,-10 541.5,-10"/>
58
- <text text-anchor="start" x="565.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
- <polygon fill="#80b1d3" stroke="transparent" points="627.5,-10 627.5,-30 647.5,-30 647.5,-10 627.5,-10"/>
60
- <text text-anchor="start" x="651.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
- <polygon fill="#fdb462" stroke="transparent" points="724.5,-10 724.5,-30 744.5,-30 744.5,-10 724.5,-10"/>
62
- <text text-anchor="start" x="748.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
- <polygon fill="#fb8072" stroke="transparent" points="820.5,-10 820.5,-30 840.5,-30 840.5,-10 820.5,-10"/>
64
- <text text-anchor="start" x="844.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
53
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1881,-391.59 1881,4 -4,4"/>
54
+ <text text-anchor="start" x="917.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
+ <polygon fill="#ffffb3" stroke="transparent" points="704.5,-10 704.5,-30 724.5,-30 724.5,-10 704.5,-10"/>
56
+ <text text-anchor="start" x="728.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
+ <polygon fill="#8dd3c7" stroke="transparent" points="817.5,-10 817.5,-30 837.5,-30 837.5,-10 817.5,-10"/>
58
+ <text text-anchor="start" x="841.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
+ <polygon fill="#80b1d3" stroke="transparent" points="903.5,-10 903.5,-30 923.5,-30 923.5,-10 903.5,-10"/>
60
+ <text text-anchor="start" x="927.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
+ <polygon fill="#fdb462" stroke="transparent" points="1000.5,-10 1000.5,-30 1020.5,-30 1020.5,-10 1000.5,-10"/>
62
+ <text text-anchor="start" x="1024.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
+ <polygon fill="#fb8072" stroke="transparent" points="1096.5,-10 1096.5,-30 1116.5,-30 1116.5,-10 1096.5,-10"/>
64
+ <text text-anchor="start" x="1120.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
65
65
  <g id="clust1" class="cluster">
66
66
  <title>cluster_TilesModule</title>
67
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1317,-379.59 1317,-70 8,-70"/>
67
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1869,-379.59 1869,-70 8,-70"/>
68
+ </g>
69
+ <g id="clust10" class="cluster">
70
+ <title>cluster_TilesModule_imports</title>
71
+ <polygon fill="none" stroke="black" points="1553,-189.59 1553,-241.59 1861,-241.59 1861,-189.59 1553,-189.59"/>
72
+ </g>
73
+ <g id="clust9" class="cluster">
74
+ <title>cluster_TilesModule_TileGroup_providers</title>
75
+ <polygon fill="none" stroke="black" points="909,-78 909,-241.59 1545,-241.59 1545,-78 909,-78"/>
68
76
  </g>
69
77
  <g id="clust2" class="cluster">
70
78
  <title>cluster_TilesModule_declarations</title>
71
- <polygon fill="none" stroke="black" points="332,-189.59 332,-241.59 1309,-241.59 1309,-189.59 332,-189.59"/>
79
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 901,-241.59 901,-189.59 16,-189.59"/>
72
80
  </g>
73
81
  <g id="clust11" class="cluster">
74
82
  <title>cluster_TilesModule_exports</title>
75
- <polygon fill="none" stroke="black" points="105,-319.59 105,-371.59 1105,-371.59 1105,-319.59 105,-319.59"/>
76
- </g>
77
- <g id="clust9" class="cluster">
78
- <title>cluster_TilesModule_TileGroup_providers</title>
79
- <polygon fill="none" stroke="black" points="59,-78 59,-176.59 695,-176.59 695,-78 59,-78"/>
80
- </g>
81
- <g id="clust10" class="cluster">
82
- <title>cluster_TilesModule_imports</title>
83
- <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 324,-241.59 324,-189.59 16,-189.59"/>
83
+ <polygon fill="none" stroke="black" points="390,-319.59 390,-371.59 1390,-371.59 1390,-319.59 390,-319.59"/>
84
84
  </g>
85
85
  <!-- ClickableTile -->
86
86
  <g id="node1" class="node">
87
87
  <title>ClickableTile</title>
88
- <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"/>
89
- <text text-anchor="middle" x="1255" y="-211.39" font-family="Times,serif" font-size="14.00">ClickableTile</text>
88
+ <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"/>
89
+ <text text-anchor="middle" x="847" y="-211.39" font-family="Times,serif" font-size="14.00">ClickableTile</text>
90
90
  </g>
91
91
  <!-- TilesModule -->
92
92
  <g id="node8" class="node">
93
93
  <title>TilesModule</title>
94
- <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"/>
95
- <text text-anchor="middle" x="504" y="-276.39" font-family="Times,serif" font-size="14.00">TilesModule</text>
94
+ <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"/>
95
+ <text text-anchor="middle" x="789" y="-276.39" font-family="Times,serif" font-size="14.00">TilesModule</text>
96
96
  </g>
97
97
  <!-- ClickableTile&#45;&gt;TilesModule -->
98
98
  <g id="edge1" class="edge">
99
99
  <title>ClickableTile&#45;&gt;TilesModule</title>
100
- <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"/>
101
- <polygon fill="black" stroke="black" points="557.62,-277.09 547.62,-280.59 557.62,-284.09 557.62,-277.09"/>
100
+ <path fill="none" stroke="black" d="M816.84,-233.7C816.84,-233.7 816.84,-252.58 816.84,-252.58"/>
101
+ <polygon fill="black" stroke="black" points="813.34,-252.58 816.84,-262.58 820.34,-252.58 813.34,-252.58"/>
102
102
  </g>
103
103
  <!-- ExpandableTile -->
104
104
  <g id="node2" class="node">
105
105
  <title>ExpandableTile</title>
106
- <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"/>
107
- <text text-anchor="middle" x="1139" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTile</text>
106
+ <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"/>
107
+ <text text-anchor="middle" x="731" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTile</text>
108
108
  </g>
109
109
  <!-- ExpandableTile&#45;&gt;TilesModule -->
110
110
  <g id="edge2" class="edge">
111
111
  <title>ExpandableTile&#45;&gt;TilesModule</title>
112
- <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"/>
113
- <polygon fill="black" stroke="black" points="557.7,-273.09 547.7,-276.59 557.7,-280.09 557.7,-273.09"/>
112
+ <path fill="none" stroke="black" d="M764.27,-233.7C764.27,-233.7 764.27,-252.58 764.27,-252.58"/>
113
+ <polygon fill="black" stroke="black" points="760.77,-252.58 764.27,-262.58 767.77,-252.58 760.77,-252.58"/>
114
114
  </g>
115
115
  <!-- ExpandableTileAboveFoldDirective -->
116
116
  <g id="node3" class="node">
117
117
  <title>ExpandableTileAboveFoldDirective</title>
118
- <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"/>
119
- <text text-anchor="middle" x="959" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective</text>
118
+ <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"/>
119
+ <text text-anchor="middle" x="551" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective</text>
120
120
  </g>
121
121
  <!-- ExpandableTileAboveFoldDirective&#45;&gt;TilesModule -->
122
122
  <g id="edge3" class="edge">
123
123
  <title>ExpandableTileAboveFoldDirective&#45;&gt;TilesModule</title>
124
- <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"/>
125
- <polygon fill="black" stroke="black" points="557.83,-268.09 547.83,-271.59 557.83,-275.09 557.83,-268.09"/>
124
+ <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"/>
125
+ <polygon fill="black" stroke="black" points="735.02,-271.09 745.02,-267.59 735.02,-264.09 735.02,-271.09"/>
126
126
  </g>
127
127
  <!-- ExpandableTileBelowFoldDirective -->
128
128
  <g id="node4" class="node">
129
129
  <title>ExpandableTileBelowFoldDirective</title>
130
- <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"/>
131
- <text text-anchor="middle" x="722" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective</text>
130
+ <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"/>
131
+ <text text-anchor="middle" x="314" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective</text>
132
132
  </g>
133
133
  <!-- ExpandableTileBelowFoldDirective&#45;&gt;TilesModule -->
134
134
  <g id="edge4" class="edge">
135
135
  <title>ExpandableTileBelowFoldDirective&#45;&gt;TilesModule</title>
136
- <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"/>
137
- <polygon fill="black" stroke="black" points="557.77,-264.09 547.77,-267.59 557.77,-271.09 557.77,-264.09"/>
136
+ <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"/>
137
+ <polygon fill="black" stroke="black" points="735.24,-275.09 745.24,-271.59 735.24,-268.09 735.24,-275.09"/>
138
138
  </g>
139
139
  <!-- SelectionTile -->
140
140
  <g id="node5" class="node">
141
141
  <title>SelectionTile</title>
142
- <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"/>
143
- <text text-anchor="middle" x="549" y="-211.39" font-family="Times,serif" font-size="14.00">SelectionTile</text>
142
+ <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"/>
143
+ <text text-anchor="middle" x="141" y="-211.39" font-family="Times,serif" font-size="14.00">SelectionTile</text>
144
144
  </g>
145
145
  <!-- SelectionTile&#45;&gt;TilesModule -->
146
146
  <g id="edge5" class="edge">
147
147
  <title>SelectionTile&#45;&gt;TilesModule</title>
148
- <path fill="none" stroke="black" d="M525.72,-233.7C525.72,-233.7 525.72,-252.58 525.72,-252.58"/>
149
- <polygon fill="black" stroke="black" points="522.22,-252.58 525.72,-262.58 529.22,-252.58 522.22,-252.58"/>
148
+ <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"/>
149
+ <polygon fill="black" stroke="black" points="735.22,-280.09 745.22,-276.59 735.22,-273.09 735.22,-280.09"/>
150
150
  </g>
151
151
  <!-- Tile -->
152
152
  <g id="node6" class="node">
153
153
  <title>Tile</title>
154
- <polygon fill="#ffffb3" stroke="black" points="486,-233.59 432,-233.59 432,-197.59 486,-197.59 486,-233.59"/>
155
- <text text-anchor="middle" x="459" y="-211.39" font-family="Times,serif" font-size="14.00">Tile</text>
154
+ <polygon fill="#ffffb3" stroke="black" points="78,-233.59 24,-233.59 24,-197.59 78,-197.59 78,-233.59"/>
155
+ <text text-anchor="middle" x="51" y="-211.39" font-family="Times,serif" font-size="14.00">Tile</text>
156
156
  </g>
157
157
  <!-- Tile&#45;&gt;TilesModule -->
158
158
  <g id="edge6" class="edge">
159
159
  <title>Tile&#45;&gt;TilesModule</title>
160
- <path fill="none" stroke="black" d="M473.11,-233.7C473.11,-233.7 473.11,-252.58 473.11,-252.58"/>
161
- <polygon fill="black" stroke="black" points="469.61,-252.58 473.11,-262.58 476.61,-252.58 469.61,-252.58"/>
160
+ <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"/>
161
+ <polygon fill="black" stroke="black" points="735.32,-284.09 745.32,-280.59 735.32,-277.09 735.32,-284.09"/>
162
162
  </g>
163
163
  <!-- TileGroup -->
164
164
  <g id="node7" class="node">
165
165
  <title>TileGroup</title>
166
- <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"/>
167
- <text text-anchor="middle" x="377" y="-211.39" font-family="Times,serif" font-size="14.00">TileGroup</text>
166
+ <polygon fill="#ffffb3" stroke="black" points="1127.32,-233.59 1052.68,-233.59 1052.68,-197.59 1127.32,-197.59 1127.32,-233.59"/>
167
+ <text text-anchor="middle" x="1090" y="-211.39" font-family="Times,serif" font-size="14.00">TileGroup</text>
168
168
  </g>
169
169
  <!-- TileGroup&#45;&gt;TilesModule -->
170
170
  <g id="edge7" class="edge">
171
171
  <title>TileGroup&#45;&gt;TilesModule</title>
172
- <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"/>
173
- <polygon fill="black" stroke="black" points="450.2,-271.09 460.2,-267.59 450.2,-264.09 450.2,-271.09"/>
172
+ <path fill="none" stroke="black" d="M1090,-233.78C1090,-248.77 1090,-267.59 1090,-267.59 1090,-267.59 842.77,-267.59 842.77,-267.59"/>
173
+ <polygon fill="black" stroke="black" points="842.77,-264.09 832.77,-267.59 842.77,-271.09 842.77,-264.09"/>
174
174
  </g>
175
175
  <!-- ClickableTile -->
176
176
  <g id="node13" class="node">
177
177
  <title>ClickableTile </title>
178
- <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"/>
179
- <text text-anchor="middle" x="1049" y="-341.39" font-family="Times,serif" font-size="14.00">ClickableTile </text>
178
+ <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"/>
179
+ <text text-anchor="middle" x="1334" y="-341.39" font-family="Times,serif" font-size="14.00">ClickableTile </text>
180
180
  </g>
181
181
  <!-- TilesModule&#45;&gt;ClickableTile -->
182
182
  <g id="edge12" class="edge">
183
183
  <title>TilesModule&#45;&gt;ClickableTile </title>
184
- <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"/>
185
- <polygon fill="black" stroke="black" points="1031.5,-317.59 1035,-327.59 1038.5,-317.59 1031.5,-317.59"/>
184
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M832.68,-285.59C962,-285.59 1334,-285.59 1334,-285.59 1334,-285.59 1334,-317.59 1334,-317.59"/>
185
+ <polygon fill="black" stroke="black" points="1330.5,-317.59 1334,-327.59 1337.5,-317.59 1330.5,-317.59"/>
186
186
  </g>
187
187
  <!-- ExpandableTile -->
188
188
  <g id="node14" class="node">
189
189
  <title>ExpandableTile </title>
190
- <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"/>
191
- <text text-anchor="middle" x="929" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTile </text>
190
+ <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"/>
191
+ <text text-anchor="middle" x="1214" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTile </text>
192
192
  </g>
193
193
  <!-- TilesModule&#45;&gt;ExpandableTile -->
194
194
  <g id="edge13" class="edge">
195
195
  <title>TilesModule&#45;&gt;ExpandableTile </title>
196
- <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"/>
197
- <polygon fill="black" stroke="black" points="925.5,-317.56 929,-327.56 932.5,-317.56 925.5,-317.56"/>
196
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M832.88,-289.59C941.47,-289.59 1214,-289.59 1214,-289.59 1214,-289.59 1214,-317.56 1214,-317.56"/>
197
+ <polygon fill="black" stroke="black" points="1210.5,-317.56 1214,-327.56 1217.5,-317.56 1210.5,-317.56"/>
198
198
  </g>
199
199
  <!-- ExpandableTileAboveFoldDirective -->
200
200
  <g id="node15" class="node">
201
201
  <title>ExpandableTileAboveFoldDirective </title>
202
- <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"/>
203
- <text text-anchor="middle" x="745" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective </text>
202
+ <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"/>
203
+ <text text-anchor="middle" x="1030" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective </text>
204
204
  </g>
205
205
  <!-- TilesModule&#45;&gt;ExpandableTileAboveFoldDirective -->
206
206
  <g id="edge14" class="edge">
207
207
  <title>TilesModule&#45;&gt;ExpandableTileAboveFoldDirective </title>
208
- <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"/>
209
- <polygon fill="black" stroke="black" points="728.93,-317.47 732.43,-327.47 735.93,-317.47 728.93,-317.47"/>
208
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M832.64,-294.59C890.56,-294.59 985.62,-294.59 985.62,-294.59 985.62,-294.59 985.62,-317.47 985.62,-317.47"/>
209
+ <polygon fill="black" stroke="black" points="982.12,-317.47 985.62,-327.47 989.12,-317.47 982.12,-317.47"/>
210
210
  </g>
211
211
  <!-- ExpandableTileBelowFoldDirective -->
212
212
  <g id="node16" class="node">
213
213
  <title>ExpandableTileBelowFoldDirective </title>
214
- <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"/>
215
- <text text-anchor="middle" x="504" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective </text>
214
+ <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"/>
215
+ <text text-anchor="middle" x="789" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective </text>
216
216
  </g>
217
217
  <!-- TilesModule&#45;&gt;ExpandableTileBelowFoldDirective -->
218
218
  <g id="edge15" class="edge">
219
219
  <title>TilesModule&#45;&gt;ExpandableTileBelowFoldDirective </title>
220
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M504,-298.7C504,-298.7 504,-317.58 504,-317.58"/>
221
- <polygon fill="black" stroke="black" points="500.5,-317.58 504,-327.58 507.5,-317.58 500.5,-317.58"/>
220
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M789,-298.7C789,-298.7 789,-317.58 789,-317.58"/>
221
+ <polygon fill="black" stroke="black" points="785.5,-317.58 789,-327.58 792.5,-317.58 785.5,-317.58"/>
222
222
  </g>
223
223
  <!-- SelectionTile -->
224
224
  <g id="node17" class="node">
225
225
  <title>SelectionTile </title>
226
- <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"/>
227
- <text text-anchor="middle" x="328" y="-341.39" font-family="Times,serif" font-size="14.00">SelectionTile </text>
226
+ <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"/>
227
+ <text text-anchor="middle" x="613" y="-341.39" font-family="Times,serif" font-size="14.00">SelectionTile </text>
228
228
  </g>
229
229
  <!-- TilesModule&#45;&gt;SelectionTile -->
230
230
  <g id="edge16" class="edge">
231
231
  <title>TilesModule&#45;&gt;SelectionTile </title>
232
- <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"/>
233
- <polygon fill="black" stroke="black" points="353.96,-317.47 357.46,-327.47 360.96,-317.47 353.96,-317.47"/>
232
+ <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"/>
233
+ <polygon fill="black" stroke="black" points="625.19,-317.47 628.69,-327.47 632.19,-317.47 625.19,-317.47"/>
234
234
  </g>
235
235
  <!-- Tile -->
236
236
  <g id="node18" class="node">
237
237
  <title>Tile </title>
238
- <polygon fill="#fb8072" stroke="black" points="263,-363.59 209,-363.59 209,-327.59 263,-327.59 263,-363.59"/>
239
- <text text-anchor="middle" x="236" y="-341.39" font-family="Times,serif" font-size="14.00">Tile </text>
238
+ <polygon fill="#fb8072" stroke="black" points="548,-363.59 494,-363.59 494,-327.59 548,-327.59 548,-363.59"/>
239
+ <text text-anchor="middle" x="521" y="-341.39" font-family="Times,serif" font-size="14.00">Tile </text>
240
240
  </g>
241
241
  <!-- TilesModule&#45;&gt;Tile -->
242
242
  <g id="edge17" class="edge">
243
243
  <title>TilesModule&#45;&gt;Tile </title>
244
- <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"/>
245
- <polygon fill="black" stroke="black" points="243.2,-317.56 246.7,-327.56 250.2,-317.56 243.2,-317.56"/>
244
+ <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"/>
245
+ <polygon fill="black" stroke="black" points="517.5,-317.56 521,-327.56 524.5,-317.56 517.5,-317.56"/>
246
246
  </g>
247
247
  <!-- TileGroup -->
248
248
  <g id="node19" class="node">
249
249
  <title>TileGroup </title>
250
- <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"/>
251
- <text text-anchor="middle" x="152" y="-341.39" font-family="Times,serif" font-size="14.00">TileGroup </text>
250
+ <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"/>
251
+ <text text-anchor="middle" x="437" y="-341.39" font-family="Times,serif" font-size="14.00">TileGroup </text>
252
252
  </g>
253
253
  <!-- TilesModule&#45;&gt;TileGroup -->
254
254
  <g id="edge18" class="edge">
255
255
  <title>TilesModule&#45;&gt;TileGroup </title>
256
- <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"/>
257
- <polygon fill="black" stroke="black" points="155.85,-317.59 159.35,-327.59 162.85,-317.59 155.85,-317.59"/>
256
+ <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"/>
257
+ <polygon fill="black" stroke="black" points="455.03,-317.59 458.53,-327.59 462.03,-317.59 455.03,-317.59"/>
258
258
  </g>
259
259
  <!-- {
260
260
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
@@ -263,10 +263,10 @@
263
263
  <title>{
264
264
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
265
265
  }</title>
266
- <ellipse fill="#fdb462" stroke="black" cx="377" cy="-127.3" rx="309.77" ry="41.09"/>
267
- <text text-anchor="middle" x="377" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
268
- <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>
269
- <text text-anchor="middle" x="377" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
266
+ <ellipse fill="#fdb462" stroke="black" cx="1227" cy="-127.3" rx="309.77" ry="41.09"/>
267
+ <text text-anchor="middle" x="1227" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
268
+ <text text-anchor="middle" x="1227" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true</text>
269
+ <text text-anchor="middle" x="1227" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
270
270
  </g>
271
271
  <!-- {
272
272
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
@@ -275,44 +275,44 @@
275
275
  <title>{
276
276
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
277
277
  }&#45;&gt;TileGroup</title>
278
- <path fill="none" stroke="black" d="M377,-168.6C377,-168.6 377,-187.26 377,-187.26"/>
279
- <polygon fill="black" stroke="black" points="373.5,-187.26 377,-197.26 380.5,-187.26 373.5,-187.26"/>
278
+ <path fill="none" stroke="black" d="M1090,-164.48C1090,-164.48 1090,-187.22 1090,-187.22"/>
279
+ <polygon fill="black" stroke="black" points="1086.5,-187.22 1090,-197.22 1093.5,-187.22 1086.5,-187.22"/>
280
280
  </g>
281
281
  <!-- I18nModule -->
282
282
  <g id="node10" class="node">
283
283
  <title>I18nModule</title>
284
- <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"/>
285
- <text text-anchor="middle" x="273" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
284
+ <polygon fill="#8dd3c7" stroke="black" points="1852.71,-233.59 1849.71,-237.59 1828.71,-237.59 1825.71,-233.59 1767.29,-233.59 1767.29,-197.59 1852.71,-197.59 1852.71,-233.59"/>
285
+ <text text-anchor="middle" x="1810" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
286
286
  </g>
287
287
  <!-- I18nModule&#45;&gt;TilesModule -->
288
288
  <g id="edge9" class="edge">
289
289
  <title>I18nModule&#45;&gt;TilesModule</title>
290
- <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"/>
291
- <polygon fill="black" stroke="black" points="450.37,-275.09 460.37,-271.59 450.37,-268.09 450.37,-275.09"/>
290
+ <path fill="none" stroke="black" d="M1810,-233.7C1810,-252.93 1810,-280.59 1810,-280.59 1810,-280.59 842.54,-280.59 842.54,-280.59"/>
291
+ <polygon fill="black" stroke="black" points="842.54,-277.09 832.54,-280.59 842.54,-284.09 842.54,-277.09"/>
292
292
  </g>
293
293
  <!-- IconModule -->
294
294
  <g id="node11" class="node">
295
295
  <title>IconModule</title>
296
- <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"/>
297
- <text text-anchor="middle" x="170" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
296
+ <polygon fill="#8dd3c7" stroke="black" points="1749.43,-233.59 1746.43,-237.59 1725.43,-237.59 1722.43,-233.59 1664.57,-233.59 1664.57,-197.59 1749.43,-197.59 1749.43,-233.59"/>
297
+ <text text-anchor="middle" x="1707" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
298
298
  </g>
299
299
  <!-- IconModule&#45;&gt;TilesModule -->
300
300
  <g id="edge10" class="edge">
301
301
  <title>IconModule&#45;&gt;TilesModule</title>
302
- <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"/>
303
- <polygon fill="black" stroke="black" points="450.44,-280.09 460.44,-276.59 450.44,-273.09 450.44,-280.09"/>
302
+ <path fill="none" stroke="black" d="M1707,-233.89C1707,-251.86 1707,-276.59 1707,-276.59 1707,-276.59 842.66,-276.59 842.66,-276.59"/>
303
+ <polygon fill="black" stroke="black" points="842.66,-273.09 832.66,-276.59 842.66,-280.09 842.66,-273.09"/>
304
304
  </g>
305
305
  <!-- LinkModule -->
306
306
  <g id="node12" class="node">
307
307
  <title>LinkModule</title>
308
- <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"/>
309
- <text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">LinkModule</text>
308
+ <polygon fill="#8dd3c7" stroke="black" points="1646.99,-233.59 1643.99,-237.59 1622.99,-237.59 1619.99,-233.59 1561.01,-233.59 1561.01,-197.59 1646.99,-197.59 1646.99,-233.59"/>
309
+ <text text-anchor="middle" x="1604" y="-211.39" font-family="Times,serif" font-size="14.00">LinkModule</text>
310
310
  </g>
311
311
  <!-- LinkModule&#45;&gt;TilesModule -->
312
312
  <g id="edge11" class="edge">
313
313
  <title>LinkModule&#45;&gt;TilesModule</title>
314
- <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"/>
315
- <polygon fill="black" stroke="black" points="450.1,-284.09 460.1,-280.59 450.1,-277.09 450.1,-284.09"/>
314
+ <path fill="none" stroke="black" d="M1604,-233.62C1604,-249.99 1604,-271.59 1604,-271.59 1604,-271.59 842.82,-271.59 842.82,-271.59"/>
315
+ <polygon fill="black" stroke="black" points="842.82,-268.09 832.82,-271.59 842.82,-275.09 842.82,-268.09"/>
316
316
  </g>
317
317
  </g>
318
318
  </svg>
@@ -4,71 +4,67 @@
4
4
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
5
5
  -->
6
6
  <!-- Title: dependencies Pages: 1 -->
7
- <svg width="686pt" height="396pt"
8
- viewBox="0.00 0.00 686.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="870pt" height="396pt"
8
+ viewBox="0.00 0.00 870.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 682,-391.59 682,4 -4,4"/>
12
- <text text-anchor="start" x="318.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="105,-10 105,-30 125,-30 125,-10 105,-10"/>
14
- <text text-anchor="start" x="128.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="218,-10 218,-30 238,-30 238,-10 218,-10"/>
16
- <text text-anchor="start" x="241.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="304,-10 304,-30 324,-30 324,-10 304,-10"/>
18
- <text text-anchor="start" x="327.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="401,-10 401,-30 421,-30 421,-10 401,-10"/>
20
- <text text-anchor="start" x="424.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="497,-10 497,-30 517,-30 517,-10 497,-10"/>
22
- <text text-anchor="start" x="520.73" 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 866,-391.59 866,4 -4,4"/>
12
+ <text text-anchor="start" x="410.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="197,-10 197,-30 217,-30 217,-10 197,-10"/>
14
+ <text text-anchor="start" x="220.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
16
+ <text text-anchor="start" x="333.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="396,-10 396,-30 416,-30 416,-10 396,-10"/>
18
+ <text text-anchor="start" x="419.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="493,-10 493,-30 513,-30 513,-10 493,-10"/>
20
+ <text text-anchor="start" x="516.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="589,-10 589,-30 609,-30 609,-10 589,-10"/>
22
+ <text text-anchor="start" x="612.73" 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_TimePickerModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 670,-379.59 670,-70 8,-70"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 854,-379.59 854,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust2" class="cluster">
28
- <title>cluster_TimePickerModule_declarations</title>
29
- <polygon fill="none" stroke="black" points="290,-189.59 290,-241.59 388,-241.59 388,-189.59 290,-189.59"/>
27
+ <g id="clust3" class="cluster">
28
+ <title>cluster_TimePickerModule_TimePicker_providers</title>
29
+ <polygon fill="none" stroke="black" points="200,-78 200,-241.59 846,-241.59 846,-78 200,-78"/>
30
30
  </g>
31
31
  <g id="clust4" class="cluster">
32
32
  <title>cluster_TimePickerModule_imports</title>
33
- <polygon fill="none" stroke="black" points="396,-189.59 396,-241.59 572,-241.59 572,-189.59 396,-189.59"/>
33
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 192,-241.59 192,-189.59 16,-189.59"/>
34
34
  </g>
35
35
  <g id="clust5" class="cluster">
36
36
  <title>cluster_TimePickerModule_exports</title>
37
- <polygon fill="none" stroke="black" points="361,-319.59 361,-371.59 461,-371.59 461,-319.59 361,-319.59"/>
38
- </g>
39
- <g id="clust3" class="cluster">
40
- <title>cluster_TimePickerModule_TimePicker_providers</title>
41
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 662,-176.59 662,-78 16,-78"/>
37
+ <polygon fill="none" stroke="black" points="195,-319.59 195,-371.59 295,-371.59 295,-319.59 195,-319.59"/>
42
38
  </g>
43
39
  <!-- TimePicker -->
44
40
  <g id="node1" class="node">
45
41
  <title>TimePicker</title>
46
- <polygon fill="#ffffb3" stroke="black" points="379.81,-233.59 298.19,-233.59 298.19,-197.59 379.81,-197.59 379.81,-233.59"/>
47
- <text text-anchor="middle" x="339" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
42
+ <polygon fill="#ffffb3" stroke="black" points="426.81,-233.59 345.19,-233.59 345.19,-197.59 426.81,-197.59 426.81,-233.59"/>
43
+ <text text-anchor="middle" x="386" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
48
44
  </g>
49
45
  <!-- TimePickerModule -->
50
46
  <g id="node2" class="node">
51
47
  <title>TimePickerModule</title>
52
- <polygon fill="#8dd3c7" stroke="black" points="473.36,-298.59 470.36,-302.59 449.36,-302.59 446.36,-298.59 348.64,-298.59 348.64,-262.59 473.36,-262.59 473.36,-298.59"/>
53
- <text text-anchor="middle" x="411" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
48
+ <polygon fill="#8dd3c7" stroke="black" points="307.36,-298.59 304.36,-302.59 283.36,-302.59 280.36,-298.59 182.64,-298.59 182.64,-262.59 307.36,-262.59 307.36,-298.59"/>
49
+ <text text-anchor="middle" x="245" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
54
50
  </g>
55
51
  <!-- TimePicker&#45;&gt;TimePickerModule -->
56
52
  <g id="edge1" class="edge">
57
53
  <title>TimePicker&#45;&gt;TimePickerModule</title>
58
- <path fill="none" stroke="black" d="M364.11,-233.7C364.11,-233.7 364.11,-252.58 364.11,-252.58"/>
59
- <polygon fill="black" stroke="black" points="360.61,-252.58 364.11,-262.58 367.61,-252.58 360.61,-252.58"/>
54
+ <path fill="none" stroke="black" d="M386,-233.7C386,-252.93 386,-280.59 386,-280.59 386,-280.59 317.67,-280.59 317.67,-280.59"/>
55
+ <polygon fill="black" stroke="black" points="317.67,-277.09 307.67,-280.59 317.67,-284.09 317.67,-277.09"/>
60
56
  </g>
61
57
  <!-- TimePicker -->
62
58
  <g id="node5" class="node">
63
59
  <title>TimePicker </title>
64
- <polygon fill="#fb8072" stroke="black" points="453.31,-363.59 368.69,-363.59 368.69,-327.59 453.31,-327.59 453.31,-363.59"/>
65
- <text text-anchor="middle" x="411" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
60
+ <polygon fill="#fb8072" stroke="black" points="287.31,-363.59 202.69,-363.59 202.69,-327.59 287.31,-327.59 287.31,-363.59"/>
61
+ <text text-anchor="middle" x="245" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
66
62
  </g>
67
63
  <!-- TimePickerModule&#45;&gt;TimePicker -->
68
64
  <g id="edge4" class="edge">
69
65
  <title>TimePickerModule&#45;&gt;TimePicker </title>
70
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M411,-298.7C411,-298.7 411,-317.58 411,-317.58"/>
71
- <polygon fill="black" stroke="black" points="407.5,-317.58 411,-327.58 414.5,-317.58 407.5,-317.58"/>
66
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M245,-298.7C245,-298.7 245,-317.58 245,-317.58"/>
67
+ <polygon fill="black" stroke="black" points="241.5,-317.58 245,-327.58 248.5,-317.58 241.5,-317.58"/>
72
68
  </g>
73
69
  <!-- {
74
70
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
@@ -77,10 +73,10 @@
77
73
  <title>{
78
74
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
79
75
  }</title>
80
- <ellipse fill="#fdb462" stroke="black" cx="339" cy="-127.3" rx="314.66" ry="41.09"/>
81
- <text text-anchor="middle" x="339" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
82
- <text text-anchor="middle" x="339" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true</text>
83
- <text text-anchor="middle" x="339" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
76
+ <ellipse fill="#fdb462" stroke="black" cx="523" cy="-127.3" rx="314.66" ry="41.09"/>
77
+ <text text-anchor="middle" x="523" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
78
+ <text text-anchor="middle" x="523" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true</text>
79
+ <text text-anchor="middle" x="523" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
84
80
  </g>
85
81
  <!-- {
86
82
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
@@ -89,20 +85,20 @@
89
85
  <title>{
90
86
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
91
87
  }&#45;&gt;TimePicker</title>
92
- <path fill="none" stroke="black" d="M339,-168.6C339,-168.6 339,-187.26 339,-187.26"/>
93
- <polygon fill="black" stroke="black" points="335.5,-187.26 339,-197.26 342.5,-187.26 335.5,-187.26"/>
88
+ <path fill="none" stroke="black" d="M386,-164.48C386,-164.48 386,-187.22 386,-187.22"/>
89
+ <polygon fill="black" stroke="black" points="382.5,-187.22 386,-197.22 389.5,-187.22 382.5,-187.22"/>
94
90
  </g>
95
91
  <!-- TimePickerSelectModule -->
96
92
  <g id="node4" class="node">
97
93
  <title>TimePickerSelectModule</title>
98
- <polygon fill="#8dd3c7" stroke="black" points="563.57,-233.59 560.57,-237.59 539.57,-237.59 536.57,-233.59 404.43,-233.59 404.43,-197.59 563.57,-197.59 563.57,-233.59"/>
99
- <text text-anchor="middle" x="484" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
94
+ <polygon fill="#8dd3c7" stroke="black" points="183.57,-233.59 180.57,-237.59 159.57,-237.59 156.57,-233.59 24.43,-233.59 24.43,-197.59 183.57,-197.59 183.57,-233.59"/>
95
+ <text text-anchor="middle" x="104" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
100
96
  </g>
101
97
  <!-- TimePickerSelectModule&#45;&gt;TimePickerModule -->
102
98
  <g id="edge3" class="edge">
103
99
  <title>TimePickerSelectModule&#45;&gt;TimePickerModule</title>
104
- <path fill="none" stroke="black" d="M438.95,-233.7C438.95,-233.7 438.95,-252.58 438.95,-252.58"/>
105
- <polygon fill="black" stroke="black" points="435.45,-252.58 438.95,-262.58 442.45,-252.58 435.45,-252.58"/>
100
+ <path fill="none" stroke="black" d="M183.57,-215.59C191.09,-215.59 195.98,-215.59 195.98,-215.59 195.98,-215.59 195.98,-252.48 195.98,-252.48"/>
101
+ <polygon fill="black" stroke="black" points="192.48,-252.48 195.98,-262.48 199.48,-252.48 192.48,-252.48"/>
106
102
  </g>
107
103
  </g>
108
104
  </svg>