carbon-components-angular 5.41.0 → 5.42.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 (90) hide show
  1. package/docs/documentation/classes/CheckboxExportedTests.html +1 -1
  2. package/docs/documentation/components/ComboBox.html +4 -4
  3. package/docs/documentation/components/TextareaLabelComponent.html +346 -128
  4. package/docs/documentation/coverage.html +6 -6
  5. package/docs/documentation/directives/RouterLinkExtendedDirective.html +1 -1
  6. package/docs/documentation/directives/TextArea.html +58 -0
  7. package/docs/documentation/js/search/search_index.js +2 -2
  8. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  9. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  10. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  11. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  12. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +41 -37
  13. package/docs/documentation/modules/DatePickerInputModule.html +41 -37
  14. package/docs/documentation/modules/DatePickerModule/dependencies.svg +38 -38
  15. package/docs/documentation/modules/DatePickerModule.html +38 -38
  16. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  17. package/docs/documentation/modules/GridModule.html +60 -60
  18. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/LoadingModule.html +4 -4
  20. package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/NFormsModule.html +4 -4
  22. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  23. package/docs/documentation/modules/NumberModule.html +4 -4
  24. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  26. package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
  27. package/docs/documentation/modules/RadioModule.html +4 -4
  28. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  29. package/docs/documentation/modules/SelectModule.html +58 -58
  30. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  31. package/docs/documentation/modules/SliderModule.html +4 -4
  32. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  33. package/docs/documentation/modules/TableModule.html +216 -216
  34. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  35. package/docs/documentation/modules/TabsModule.html +69 -69
  36. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  37. package/docs/documentation/modules/TagModule.html +4 -4
  38. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  39. package/docs/documentation/modules/ThemeModule.html +4 -4
  40. package/docs/documentation/modules/TilesModule/dependencies.svg +86 -86
  41. package/docs/documentation/modules/TilesModule.html +86 -86
  42. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +40 -44
  43. package/docs/documentation/modules/TimePickerSelectModule.html +40 -44
  44. package/docs/documentation/modules/ToggleModule/dependencies.svg +42 -46
  45. package/docs/documentation/modules/ToggleModule.html +42 -46
  46. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  47. package/docs/documentation/modules/ToggletipModule.html +4 -4
  48. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  49. package/docs/documentation/modules/TooltipModule.html +4 -4
  50. package/docs/documentation/modules/TreeviewModule/dependencies.svg +35 -35
  51. package/docs/documentation/modules/TreeviewModule.html +35 -35
  52. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  53. package/docs/documentation/modules/UIShellModule.html +4 -4
  54. package/docs/documentation.json +200 -108
  55. package/docs/storybook/1250.47c381c1.iframe.bundle.js +1 -0
  56. package/docs/storybook/1277.4be2b1a4.iframe.bundle.js +1 -0
  57. package/docs/storybook/{1345.9eabf5e2.iframe.bundle.js → 1345.ec2701f8.iframe.bundle.js} +1 -1
  58. package/docs/storybook/{6765.2096c92a.iframe.bundle.js → 6765.2c6ceeb0.iframe.bundle.js} +1 -1
  59. package/docs/storybook/{combobox-combobox-stories.3bbada2d.iframe.bundle.js → combobox-combobox-stories.84acbfa0.iframe.bundle.js} +1 -1
  60. package/docs/storybook/iframe.html +2 -2
  61. package/docs/storybook/index.json +1 -1
  62. package/docs/storybook/input-textarea-stories.f6532f41.iframe.bundle.js +1 -0
  63. package/docs/storybook/main.a2b57351.iframe.bundle.js +1 -0
  64. package/docs/storybook/project.json +1 -1
  65. package/docs/storybook/runtime~main.f3aed674.iframe.bundle.js +1 -0
  66. package/docs/storybook/stories.json +1 -1
  67. package/esm2020/combobox/combobox.component.mjs +3 -3
  68. package/esm2020/input/label.component.mjs +1 -1
  69. package/esm2020/input/text-area.directive.mjs +8 -2
  70. package/esm2020/input/textarea-label.component.mjs +186 -106
  71. package/esm2020/ui-shell/sidenav/routerlink-extended.directive.mjs +2 -2
  72. package/fesm2015/carbon-components-angular-combobox.mjs +2 -2
  73. package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
  74. package/fesm2015/carbon-components-angular-input.mjs +193 -107
  75. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  76. package/fesm2015/carbon-components-angular-ui-shell.mjs +1 -1
  77. package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
  78. package/fesm2020/carbon-components-angular-combobox.mjs +2 -2
  79. package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
  80. package/fesm2020/carbon-components-angular-input.mjs +193 -107
  81. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  82. package/fesm2020/carbon-components-angular-ui-shell.mjs +1 -1
  83. package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
  84. package/input/text-area.directive.d.ts +1 -0
  85. package/input/textarea-label.component.d.ts +7 -1
  86. package/package.json +1 -1
  87. package/docs/storybook/7529.5272f30b.iframe.bundle.js +0 -1
  88. package/docs/storybook/input-textarea-stories.1a3b5e80.iframe.bundle.js +0 -1
  89. package/docs/storybook/main.7f34f466.iframe.bundle.js +0 -1
  90. package/docs/storybook/runtime~main.d2952d59.iframe.bundle.js +0 -1
@@ -97,71 +97,67 @@
97
97
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
98
98
  -->
99
99
  <!-- Title: dependencies Pages: 1 -->
100
- <svg width="734pt" height="396pt"
101
- viewBox="0.00 0.00 734.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
100
+ <svg width="954pt" height="396pt"
101
+ viewBox="0.00 0.00 954.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
102
102
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
103
103
  <title>dependencies</title>
104
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 730,-391.59 730,4 -4,4"/>
105
- <text text-anchor="start" x="342.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
106
- <polygon fill="#ffffb3" stroke="transparent" points="129,-10 129,-30 149,-30 149,-10 129,-10"/>
107
- <text text-anchor="start" x="152.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
108
- <polygon fill="#8dd3c7" stroke="transparent" points="242,-10 242,-30 262,-30 262,-10 242,-10"/>
109
- <text text-anchor="start" x="265.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
110
- <polygon fill="#80b1d3" stroke="transparent" points="328,-10 328,-30 348,-30 348,-10 328,-10"/>
111
- <text text-anchor="start" x="351.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
112
- <polygon fill="#fdb462" stroke="transparent" points="425,-10 425,-30 445,-30 445,-10 425,-10"/>
113
- <text text-anchor="start" x="448.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
114
- <polygon fill="#fb8072" stroke="transparent" points="521,-10 521,-30 541,-30 541,-10 521,-10"/>
115
- <text text-anchor="start" x="544.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
104
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 950,-391.59 950,4 -4,4"/>
105
+ <text text-anchor="start" x="452.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
106
+ <polygon fill="#ffffb3" stroke="transparent" points="239,-10 239,-30 259,-30 259,-10 239,-10"/>
107
+ <text text-anchor="start" x="262.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
108
+ <polygon fill="#8dd3c7" stroke="transparent" points="352,-10 352,-30 372,-30 372,-10 352,-10"/>
109
+ <text text-anchor="start" x="375.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
110
+ <polygon fill="#80b1d3" stroke="transparent" points="438,-10 438,-30 458,-30 458,-10 438,-10"/>
111
+ <text text-anchor="start" x="461.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
112
+ <polygon fill="#fdb462" stroke="transparent" points="535,-10 535,-30 555,-30 555,-10 535,-10"/>
113
+ <text text-anchor="start" x="558.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
114
+ <polygon fill="#fb8072" stroke="transparent" points="631,-10 631,-30 651,-30 651,-10 631,-10"/>
115
+ <text text-anchor="start" x="654.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
116
116
  <g id="clust1" class="cluster">
117
117
  <title>cluster_TimePickerSelectModule</title>
118
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
119
- </g>
120
- <g id="clust4" class="cluster">
121
- <title>cluster_TimePickerSelectModule_imports</title>
122
- <polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
118
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 938,-379.59 938,-70 8,-70"/>
123
119
  </g>
124
120
  <g id="clust5" class="cluster">
125
121
  <title>cluster_TimePickerSelectModule_exports</title>
126
- <polygon fill="none" stroke="black" points="424,-319.59 424,-371.59 560,-371.59 560,-319.59 424,-319.59"/>
122
+ <polygon fill="none" stroke="black" points="705,-319.59 705,-371.59 841,-371.59 841,-319.59 705,-319.59"/>
127
123
  </g>
128
- <g id="clust2" class="cluster">
129
- <title>cluster_TimePickerSelectModule_declarations</title>
130
- <polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
124
+ <g id="clust4" class="cluster">
125
+ <title>cluster_TimePickerSelectModule_imports</title>
126
+ <polygon fill="none" stroke="black" points="718,-189.59 718,-241.59 930,-241.59 930,-189.59 718,-189.59"/>
131
127
  </g>
132
128
  <g id="clust3" class="cluster">
133
129
  <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
134
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
130
+ <polygon fill="none" stroke="black" points="16,-78 16,-241.59 710,-241.59 710,-78 16,-78"/>
135
131
  </g>
136
132
  <!-- TimePickerSelect -->
137
133
  <g id="node1" class="node">
138
134
  <title>TimePickerSelect</title>
139
- <polygon fill="#ffffb3" stroke="black" points="420.52,-233.59 305.48,-233.59 305.48,-197.59 420.52,-197.59 420.52,-233.59"/>
140
- <text text-anchor="middle" x="363" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelect</text>
135
+ <polygon fill="#ffffb3" stroke="black" points="560.52,-233.59 445.48,-233.59 445.48,-197.59 560.52,-197.59 560.52,-233.59"/>
136
+ <text text-anchor="middle" x="503" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelect</text>
141
137
  </g>
142
138
  <!-- TimePickerSelectModule -->
143
139
  <g id="node2" class="node">
144
140
  <title>TimePickerSelectModule</title>
145
- <polygon fill="#8dd3c7" stroke="black" points="571.57,-298.59 568.57,-302.59 547.57,-302.59 544.57,-298.59 412.43,-298.59 412.43,-262.59 571.57,-262.59 571.57,-298.59"/>
146
- <text text-anchor="middle" x="492" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
141
+ <polygon fill="#8dd3c7" stroke="black" points="852.57,-298.59 849.57,-302.59 828.57,-302.59 825.57,-298.59 693.43,-298.59 693.43,-262.59 852.57,-262.59 852.57,-298.59"/>
142
+ <text text-anchor="middle" x="773" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
147
143
  </g>
148
144
  <!-- TimePickerSelect&#45;&gt;TimePickerSelectModule -->
149
145
  <g id="edge1" class="edge">
150
146
  <title>TimePickerSelect&#45;&gt;TimePickerSelectModule</title>
151
- <path fill="none" stroke="black" d="M416.61,-233.7C416.61,-233.7 416.61,-252.58 416.61,-252.58"/>
152
- <polygon fill="black" stroke="black" points="413.11,-252.58 416.61,-262.58 420.11,-252.58 413.11,-252.58"/>
147
+ <path fill="none" stroke="black" d="M560.6,-215.59C617.99,-215.59 697.62,-215.59 697.62,-215.59 697.62,-215.59 697.62,-252.48 697.62,-252.48"/>
148
+ <polygon fill="black" stroke="black" points="694.12,-252.48 697.62,-262.48 701.12,-252.48 694.12,-252.48"/>
153
149
  </g>
154
150
  <!-- TimePickerSelect -->
155
151
  <g id="node6" class="node">
156
152
  <title>TimePickerSelect </title>
157
- <polygon fill="#fb8072" stroke="black" points="551.52,-363.59 432.48,-363.59 432.48,-327.59 551.52,-327.59 551.52,-363.59"/>
158
- <text text-anchor="middle" x="492" y="-341.39" font-family="Times,serif" font-size="14.00">TimePickerSelect </text>
153
+ <polygon fill="#fb8072" stroke="black" points="832.52,-363.59 713.48,-363.59 713.48,-327.59 832.52,-327.59 832.52,-363.59"/>
154
+ <text text-anchor="middle" x="773" y="-341.39" font-family="Times,serif" font-size="14.00">TimePickerSelect </text>
159
155
  </g>
160
156
  <!-- TimePickerSelectModule&#45;&gt;TimePickerSelect -->
161
157
  <g id="edge5" class="edge">
162
158
  <title>TimePickerSelectModule&#45;&gt;TimePickerSelect </title>
163
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M492,-298.7C492,-298.7 492,-317.58 492,-317.58"/>
164
- <polygon fill="black" stroke="black" points="488.5,-317.58 492,-327.58 495.5,-317.58 488.5,-317.58"/>
159
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M773,-298.7C773,-298.7 773,-317.58 773,-317.58"/>
160
+ <polygon fill="black" stroke="black" points="769.5,-317.58 773,-327.58 776.5,-317.58 769.5,-317.58"/>
165
161
  </g>
166
162
  <!-- {
167
163
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
@@ -182,32 +178,32 @@
182
178
  <title>{
183
179
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
184
180
  }&#45;&gt;TimePickerSelect</title>
185
- <path fill="none" stroke="black" d="M363,-168.6C363,-168.6 363,-187.26 363,-187.26"/>
186
- <polygon fill="black" stroke="black" points="359.5,-187.26 363,-197.26 366.5,-187.26 359.5,-187.26"/>
181
+ <path fill="none" stroke="black" d="M503,-165C503,-165 503,-187.45 503,-187.45"/>
182
+ <polygon fill="black" stroke="black" points="499.5,-187.45 503,-197.45 506.5,-187.45 499.5,-187.45"/>
187
183
  </g>
188
184
  <!-- IconModule -->
189
185
  <g id="node4" class="node">
190
186
  <title>IconModule</title>
191
- <polygon fill="#8dd3c7" stroke="black" points="641.43,-233.59 638.43,-237.59 617.43,-237.59 614.43,-233.59 556.57,-233.59 556.57,-197.59 641.43,-197.59 641.43,-233.59"/>
192
- <text text-anchor="middle" x="599" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
187
+ <polygon fill="#8dd3c7" stroke="black" points="922.43,-233.59 919.43,-237.59 898.43,-237.59 895.43,-233.59 837.57,-233.59 837.57,-197.59 922.43,-197.59 922.43,-233.59"/>
188
+ <text text-anchor="middle" x="880" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
193
189
  </g>
194
190
  <!-- IconModule&#45;&gt;TimePickerSelectModule -->
195
191
  <g id="edge3" class="edge">
196
192
  <title>IconModule&#45;&gt;TimePickerSelectModule</title>
197
- <path fill="none" stroke="black" d="M564.16,-233.7C564.16,-233.7 564.16,-252.58 564.16,-252.58"/>
198
- <polygon fill="black" stroke="black" points="560.66,-252.58 564.16,-262.58 567.66,-252.58 560.66,-252.58"/>
193
+ <path fill="none" stroke="black" d="M845.16,-233.7C845.16,-233.7 845.16,-252.58 845.16,-252.58"/>
194
+ <polygon fill="black" stroke="black" points="841.66,-252.58 845.16,-262.58 848.66,-252.58 841.66,-252.58"/>
199
195
  </g>
200
196
  <!-- SelectModule -->
201
197
  <g id="node5" class="node">
202
198
  <title>SelectModule</title>
203
- <polygon fill="#8dd3c7" stroke="black" points="538.76,-233.59 535.76,-237.59 514.76,-237.59 511.76,-233.59 445.24,-233.59 445.24,-197.59 538.76,-197.59 538.76,-233.59"/>
204
- <text text-anchor="middle" x="492" y="-211.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
199
+ <polygon fill="#8dd3c7" stroke="black" points="819.76,-233.59 816.76,-237.59 795.76,-237.59 792.76,-233.59 726.24,-233.59 726.24,-197.59 819.76,-197.59 819.76,-233.59"/>
200
+ <text text-anchor="middle" x="773" y="-211.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
205
201
  </g>
206
202
  <!-- SelectModule&#45;&gt;TimePickerSelectModule -->
207
203
  <g id="edge4" class="edge">
208
204
  <title>SelectModule&#45;&gt;TimePickerSelectModule</title>
209
- <path fill="none" stroke="black" d="M492,-233.7C492,-233.7 492,-252.58 492,-252.58"/>
210
- <polygon fill="black" stroke="black" points="488.5,-252.58 492,-262.58 495.5,-252.58 488.5,-252.58"/>
205
+ <path fill="none" stroke="black" d="M773,-233.7C773,-233.7 773,-252.58 773,-252.58"/>
206
+ <polygon fill="black" stroke="black" points="769.5,-252.58 773,-262.58 776.5,-252.58 769.5,-252.58"/>
211
207
  </g>
212
208
  </g>
213
209
  </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="648pt" height="396pt"
8
- viewBox="0.00 0.00 648.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="758pt" height="396pt"
8
+ viewBox="0.00 0.00 758.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 644,-391.59 644,4 -4,4"/>
12
- <text text-anchor="start" x="299.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="86,-10 86,-30 106,-30 106,-10 86,-10"/>
14
- <text text-anchor="start" x="109.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="199,-10 199,-30 219,-30 219,-10 199,-10"/>
16
- <text text-anchor="start" x="222.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="285,-10 285,-30 305,-30 305,-10 285,-10"/>
18
- <text text-anchor="start" x="308.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="382,-10 382,-30 402,-30 402,-10 382,-10"/>
20
- <text text-anchor="start" x="405.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="478,-10 478,-30 498,-30 498,-10 478,-10"/>
22
- <text text-anchor="start" x="501.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 754,-391.59 754,4 -4,4"/>
12
+ <text text-anchor="start" x="354.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="141,-10 141,-30 161,-30 161,-10 141,-10"/>
14
+ <text text-anchor="start" x="164.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="254,-10 254,-30 274,-30 274,-10 254,-10"/>
16
+ <text text-anchor="start" x="277.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="340,-10 340,-30 360,-30 360,-10 340,-10"/>
18
+ <text text-anchor="start" x="363.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="437,-10 437,-30 457,-30 457,-10 437,-10"/>
20
+ <text text-anchor="start" x="460.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="533,-10 533,-30 553,-30 553,-10 533,-10"/>
22
+ <text text-anchor="start" x="556.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_ToggleModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 632,-379.59 632,-70 8,-70"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 742,-379.59 742,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust5" class="cluster">
28
- <title>cluster_ToggleModule_exports</title>
29
- <polygon fill="none" stroke="black" points="329,-319.59 329,-371.59 405,-371.59 405,-319.59 329,-319.59"/>
30
- </g>
31
- <g id="clust2" class="cluster">
32
- <title>cluster_ToggleModule_declarations</title>
33
- <polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
27
+ <g id="clust3" class="cluster">
28
+ <title>cluster_ToggleModule_Toggle_providers</title>
29
+ <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
34
30
  </g>
35
31
  <g id="clust4" class="cluster">
36
32
  <title>cluster_ToggleModule_imports</title>
37
- <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 466,-241.59 466,-189.59 364,-189.59"/>
33
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
38
34
  </g>
39
- <g id="clust3" class="cluster">
40
- <title>cluster_ToggleModule_Toggle_providers</title>
41
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
35
+ <g id="clust5" class="cluster">
36
+ <title>cluster_ToggleModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
42
38
  </g>
43
39
  <!-- Toggle -->
44
40
  <g id="node1" class="node">
45
41
  <title>Toggle</title>
46
- <polygon fill="#ffffb3" stroke="black" points="347.66,-233.59 292.34,-233.59 292.34,-197.59 347.66,-197.59 347.66,-233.59"/>
47
- <text text-anchor="middle" x="320" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
42
+ <polygon fill="#ffffb3" stroke="black" points="323.66,-233.59 268.34,-233.59 268.34,-197.59 323.66,-197.59 323.66,-233.59"/>
43
+ <text text-anchor="middle" x="296" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
48
44
  </g>
49
45
  <!-- ToggleModule -->
50
46
  <g id="node2" class="node">
51
47
  <title>ToggleModule</title>
52
- <polygon fill="#8dd3c7" stroke="black" points="416.71,-298.59 413.71,-302.59 392.71,-302.59 389.71,-298.59 317.29,-298.59 317.29,-262.59 416.71,-262.59 416.71,-298.59"/>
53
- <text text-anchor="middle" x="367" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
48
+ <polygon fill="#8dd3c7" stroke="black" points="230.71,-298.59 227.71,-302.59 206.71,-302.59 203.71,-298.59 131.29,-298.59 131.29,-262.59 230.71,-262.59 230.71,-298.59"/>
49
+ <text text-anchor="middle" x="181" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
54
50
  </g>
55
51
  <!-- Toggle&#45;&gt;ToggleModule -->
56
52
  <g id="edge1" class="edge">
57
53
  <title>Toggle&#45;&gt;ToggleModule</title>
58
- <path fill="none" stroke="black" d="M332.61,-233.7C332.61,-233.7 332.61,-252.58 332.61,-252.58"/>
59
- <polygon fill="black" stroke="black" points="329.11,-252.58 332.61,-262.58 336.11,-252.58 329.11,-252.58"/>
54
+ <path fill="none" stroke="black" d="M296,-233.7C296,-252.93 296,-280.59 296,-280.59 296,-280.59 240.77,-280.59 240.77,-280.59"/>
55
+ <polygon fill="black" stroke="black" points="240.77,-277.09 230.77,-280.59 240.77,-284.09 240.77,-277.09"/>
60
56
  </g>
61
57
  <!-- Toggle -->
62
58
  <g id="node5" class="node">
63
59
  <title>Toggle </title>
64
- <polygon fill="#fb8072" stroke="black" points="396.66,-363.59 337.34,-363.59 337.34,-327.59 396.66,-327.59 396.66,-363.59"/>
65
- <text text-anchor="middle" x="367" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
60
+ <polygon fill="#fb8072" stroke="black" points="210.66,-363.59 151.34,-363.59 151.34,-327.59 210.66,-327.59 210.66,-363.59"/>
61
+ <text text-anchor="middle" x="181" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
66
62
  </g>
67
63
  <!-- ToggleModule&#45;&gt;Toggle -->
68
64
  <g id="edge4" class="edge">
69
65
  <title>ToggleModule&#45;&gt;Toggle </title>
70
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M367,-298.7C367,-298.7 367,-317.58 367,-317.58"/>
71
- <polygon fill="black" stroke="black" points="363.5,-317.58 367,-327.58 370.5,-317.58 363.5,-317.58"/>
66
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M181,-298.7C181,-298.7 181,-317.58 181,-317.58"/>
67
+ <polygon fill="black" stroke="black" points="177.5,-317.58 181,-327.58 184.5,-317.58 177.5,-317.58"/>
72
68
  </g>
73
69
  <!-- {
74
70
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -77,10 +73,10 @@
77
73
  <title>{
78
74
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
79
75
  }</title>
80
- <ellipse fill="#fdb462" stroke="black" cx="320" cy="-127.3" rx="296.38" ry="41.09"/>
81
- <text text-anchor="middle" x="320" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
82
- <text text-anchor="middle" x="320" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true</text>
83
- <text text-anchor="middle" x="320" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
76
+ <ellipse fill="#fdb462" stroke="black" cx="430" cy="-127.3" rx="296.38" ry="41.09"/>
77
+ <text text-anchor="middle" x="430" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
78
+ <text text-anchor="middle" x="430" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true</text>
79
+ <text text-anchor="middle" x="430" 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: Toggle, multi: true
@@ -89,20 +85,20 @@
89
85
  <title>{
90
86
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
91
87
  }&#45;&gt;Toggle</title>
92
- <path fill="none" stroke="black" d="M320,-168.6C320,-168.6 320,-187.26 320,-187.26"/>
93
- <polygon fill="black" stroke="black" points="316.5,-187.26 320,-197.26 323.5,-187.26 316.5,-187.26"/>
88
+ <path fill="none" stroke="black" d="M296,-164.23C296,-164.23 296,-187.58 296,-187.58"/>
89
+ <polygon fill="black" stroke="black" points="292.5,-187.58 296,-197.58 299.5,-187.58 292.5,-187.58"/>
94
90
  </g>
95
91
  <!-- I18nModule -->
96
92
  <g id="node4" class="node">
97
93
  <title>I18nModule</title>
98
- <polygon fill="#8dd3c7" stroke="black" points="457.71,-233.59 454.71,-237.59 433.71,-237.59 430.71,-233.59 372.29,-233.59 372.29,-197.59 457.71,-197.59 457.71,-233.59"/>
99
- <text text-anchor="middle" x="415" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
94
+ <polygon fill="#8dd3c7" stroke="black" points="109.71,-233.59 106.71,-237.59 85.71,-237.59 82.71,-233.59 24.29,-233.59 24.29,-197.59 109.71,-197.59 109.71,-233.59"/>
95
+ <text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
100
96
  </g>
101
97
  <!-- I18nModule&#45;&gt;ToggleModule -->
102
98
  <g id="edge3" class="edge">
103
99
  <title>I18nModule&#45;&gt;ToggleModule</title>
104
- <path fill="none" stroke="black" d="M394.5,-233.7C394.5,-233.7 394.5,-252.58 394.5,-252.58"/>
105
- <polygon fill="black" stroke="black" points="391,-252.58 394.5,-262.58 398,-252.58 391,-252.58"/>
100
+ <path fill="none" stroke="black" d="M67,-233.7C67,-252.93 67,-280.59 67,-280.59 67,-280.59 121.33,-280.59 121.33,-280.59"/>
101
+ <polygon fill="black" stroke="black" points="121.33,-284.09 131.33,-280.59 121.33,-277.09 121.33,-284.09"/>
106
102
  </g>
107
103
  </g>
108
104
  </svg>
@@ -97,71 +97,67 @@
97
97
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
98
98
  -->
99
99
  <!-- Title: dependencies Pages: 1 -->
100
- <svg width="648pt" height="396pt"
101
- viewBox="0.00 0.00 648.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
100
+ <svg width="758pt" height="396pt"
101
+ viewBox="0.00 0.00 758.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
102
102
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
103
103
  <title>dependencies</title>
104
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 644,-391.59 644,4 -4,4"/>
105
- <text text-anchor="start" x="299.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
106
- <polygon fill="#ffffb3" stroke="transparent" points="86,-10 86,-30 106,-30 106,-10 86,-10"/>
107
- <text text-anchor="start" x="109.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
108
- <polygon fill="#8dd3c7" stroke="transparent" points="199,-10 199,-30 219,-30 219,-10 199,-10"/>
109
- <text text-anchor="start" x="222.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
110
- <polygon fill="#80b1d3" stroke="transparent" points="285,-10 285,-30 305,-30 305,-10 285,-10"/>
111
- <text text-anchor="start" x="308.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
112
- <polygon fill="#fdb462" stroke="transparent" points="382,-10 382,-30 402,-30 402,-10 382,-10"/>
113
- <text text-anchor="start" x="405.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
114
- <polygon fill="#fb8072" stroke="transparent" points="478,-10 478,-30 498,-30 498,-10 478,-10"/>
115
- <text text-anchor="start" x="501.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
104
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 754,-391.59 754,4 -4,4"/>
105
+ <text text-anchor="start" x="354.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
106
+ <polygon fill="#ffffb3" stroke="transparent" points="141,-10 141,-30 161,-30 161,-10 141,-10"/>
107
+ <text text-anchor="start" x="164.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
108
+ <polygon fill="#8dd3c7" stroke="transparent" points="254,-10 254,-30 274,-30 274,-10 254,-10"/>
109
+ <text text-anchor="start" x="277.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
110
+ <polygon fill="#80b1d3" stroke="transparent" points="340,-10 340,-30 360,-30 360,-10 340,-10"/>
111
+ <text text-anchor="start" x="363.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
112
+ <polygon fill="#fdb462" stroke="transparent" points="437,-10 437,-30 457,-30 457,-10 437,-10"/>
113
+ <text text-anchor="start" x="460.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
114
+ <polygon fill="#fb8072" stroke="transparent" points="533,-10 533,-30 553,-30 553,-10 533,-10"/>
115
+ <text text-anchor="start" x="556.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
116
116
  <g id="clust1" class="cluster">
117
117
  <title>cluster_ToggleModule</title>
118
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 632,-379.59 632,-70 8,-70"/>
118
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 742,-379.59 742,-70 8,-70"/>
119
119
  </g>
120
- <g id="clust5" class="cluster">
121
- <title>cluster_ToggleModule_exports</title>
122
- <polygon fill="none" stroke="black" points="329,-319.59 329,-371.59 405,-371.59 405,-319.59 329,-319.59"/>
123
- </g>
124
- <g id="clust2" class="cluster">
125
- <title>cluster_ToggleModule_declarations</title>
126
- <polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
120
+ <g id="clust3" class="cluster">
121
+ <title>cluster_ToggleModule_Toggle_providers</title>
122
+ <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
127
123
  </g>
128
124
  <g id="clust4" class="cluster">
129
125
  <title>cluster_ToggleModule_imports</title>
130
- <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 466,-241.59 466,-189.59 364,-189.59"/>
126
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
131
127
  </g>
132
- <g id="clust3" class="cluster">
133
- <title>cluster_ToggleModule_Toggle_providers</title>
134
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
128
+ <g id="clust5" class="cluster">
129
+ <title>cluster_ToggleModule_exports</title>
130
+ <polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
135
131
  </g>
136
132
  <!-- Toggle -->
137
133
  <g id="node1" class="node">
138
134
  <title>Toggle</title>
139
- <polygon fill="#ffffb3" stroke="black" points="347.66,-233.59 292.34,-233.59 292.34,-197.59 347.66,-197.59 347.66,-233.59"/>
140
- <text text-anchor="middle" x="320" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
135
+ <polygon fill="#ffffb3" stroke="black" points="323.66,-233.59 268.34,-233.59 268.34,-197.59 323.66,-197.59 323.66,-233.59"/>
136
+ <text text-anchor="middle" x="296" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
141
137
  </g>
142
138
  <!-- ToggleModule -->
143
139
  <g id="node2" class="node">
144
140
  <title>ToggleModule</title>
145
- <polygon fill="#8dd3c7" stroke="black" points="416.71,-298.59 413.71,-302.59 392.71,-302.59 389.71,-298.59 317.29,-298.59 317.29,-262.59 416.71,-262.59 416.71,-298.59"/>
146
- <text text-anchor="middle" x="367" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
141
+ <polygon fill="#8dd3c7" stroke="black" points="230.71,-298.59 227.71,-302.59 206.71,-302.59 203.71,-298.59 131.29,-298.59 131.29,-262.59 230.71,-262.59 230.71,-298.59"/>
142
+ <text text-anchor="middle" x="181" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
147
143
  </g>
148
144
  <!-- Toggle&#45;&gt;ToggleModule -->
149
145
  <g id="edge1" class="edge">
150
146
  <title>Toggle&#45;&gt;ToggleModule</title>
151
- <path fill="none" stroke="black" d="M332.61,-233.7C332.61,-233.7 332.61,-252.58 332.61,-252.58"/>
152
- <polygon fill="black" stroke="black" points="329.11,-252.58 332.61,-262.58 336.11,-252.58 329.11,-252.58"/>
147
+ <path fill="none" stroke="black" d="M296,-233.7C296,-252.93 296,-280.59 296,-280.59 296,-280.59 240.77,-280.59 240.77,-280.59"/>
148
+ <polygon fill="black" stroke="black" points="240.77,-277.09 230.77,-280.59 240.77,-284.09 240.77,-277.09"/>
153
149
  </g>
154
150
  <!-- Toggle -->
155
151
  <g id="node5" class="node">
156
152
  <title>Toggle </title>
157
- <polygon fill="#fb8072" stroke="black" points="396.66,-363.59 337.34,-363.59 337.34,-327.59 396.66,-327.59 396.66,-363.59"/>
158
- <text text-anchor="middle" x="367" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
153
+ <polygon fill="#fb8072" stroke="black" points="210.66,-363.59 151.34,-363.59 151.34,-327.59 210.66,-327.59 210.66,-363.59"/>
154
+ <text text-anchor="middle" x="181" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
159
155
  </g>
160
156
  <!-- ToggleModule&#45;&gt;Toggle -->
161
157
  <g id="edge4" class="edge">
162
158
  <title>ToggleModule&#45;&gt;Toggle </title>
163
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M367,-298.7C367,-298.7 367,-317.58 367,-317.58"/>
164
- <polygon fill="black" stroke="black" points="363.5,-317.58 367,-327.58 370.5,-317.58 363.5,-317.58"/>
159
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M181,-298.7C181,-298.7 181,-317.58 181,-317.58"/>
160
+ <polygon fill="black" stroke="black" points="177.5,-317.58 181,-327.58 184.5,-317.58 177.5,-317.58"/>
165
161
  </g>
166
162
  <!-- {
167
163
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -170,10 +166,10 @@
170
166
  <title>{
171
167
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
172
168
  }</title>
173
- <ellipse fill="#fdb462" stroke="black" cx="320" cy="-127.3" rx="296.38" ry="41.09"/>
174
- <text text-anchor="middle" x="320" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
175
- <text text-anchor="middle" x="320" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true</text>
176
- <text text-anchor="middle" x="320" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
169
+ <ellipse fill="#fdb462" stroke="black" cx="430" cy="-127.3" rx="296.38" ry="41.09"/>
170
+ <text text-anchor="middle" x="430" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
171
+ <text text-anchor="middle" x="430" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true</text>
172
+ <text text-anchor="middle" x="430" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
177
173
  </g>
178
174
  <!-- {
179
175
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -182,20 +178,20 @@
182
178
  <title>{
183
179
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
184
180
  }&#45;&gt;Toggle</title>
185
- <path fill="none" stroke="black" d="M320,-168.6C320,-168.6 320,-187.26 320,-187.26"/>
186
- <polygon fill="black" stroke="black" points="316.5,-187.26 320,-197.26 323.5,-187.26 316.5,-187.26"/>
181
+ <path fill="none" stroke="black" d="M296,-164.23C296,-164.23 296,-187.58 296,-187.58"/>
182
+ <polygon fill="black" stroke="black" points="292.5,-187.58 296,-197.58 299.5,-187.58 292.5,-187.58"/>
187
183
  </g>
188
184
  <!-- I18nModule -->
189
185
  <g id="node4" class="node">
190
186
  <title>I18nModule</title>
191
- <polygon fill="#8dd3c7" stroke="black" points="457.71,-233.59 454.71,-237.59 433.71,-237.59 430.71,-233.59 372.29,-233.59 372.29,-197.59 457.71,-197.59 457.71,-233.59"/>
192
- <text text-anchor="middle" x="415" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
187
+ <polygon fill="#8dd3c7" stroke="black" points="109.71,-233.59 106.71,-237.59 85.71,-237.59 82.71,-233.59 24.29,-233.59 24.29,-197.59 109.71,-197.59 109.71,-233.59"/>
188
+ <text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
193
189
  </g>
194
190
  <!-- I18nModule&#45;&gt;ToggleModule -->
195
191
  <g id="edge3" class="edge">
196
192
  <title>I18nModule&#45;&gt;ToggleModule</title>
197
- <path fill="none" stroke="black" d="M394.5,-233.7C394.5,-233.7 394.5,-252.58 394.5,-252.58"/>
198
- <polygon fill="black" stroke="black" points="391,-252.58 394.5,-262.58 398,-252.58 391,-252.58"/>
193
+ <path fill="none" stroke="black" d="M67,-233.7C67,-252.93 67,-280.59 67,-280.59 67,-280.59 121.33,-280.59 121.33,-280.59"/>
194
+ <polygon fill="black" stroke="black" points="121.33,-284.09 131.33,-280.59 121.33,-277.09 121.33,-284.09"/>
199
195
  </g>
200
196
  </g>
201
197
  </svg>
@@ -28,14 +28,14 @@
28
28
  <title>cluster_ToggletipModule_imports</title>
29
29
  <polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
30
30
  </g>
31
- <g id="clust9" class="cluster">
32
- <title>cluster_ToggletipModule_exports</title>
33
- <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
34
- </g>
35
31
  <g id="clust2" class="cluster">
36
32
  <title>cluster_ToggletipModule_declarations</title>
37
33
  <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
38
34
  </g>
35
+ <g id="clust9" class="cluster">
36
+ <title>cluster_ToggletipModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
38
+ </g>
39
39
  <!-- Toggletip -->
40
40
  <g id="node1" class="node">
41
41
  <title>Toggletip</title>
@@ -121,14 +121,14 @@
121
121
  <title>cluster_ToggletipModule_imports</title>
122
122
  <polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
123
123
  </g>
124
- <g id="clust9" class="cluster">
125
- <title>cluster_ToggletipModule_exports</title>
126
- <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
127
- </g>
128
124
  <g id="clust2" class="cluster">
129
125
  <title>cluster_ToggletipModule_declarations</title>
130
126
  <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
131
127
  </g>
128
+ <g id="clust9" class="cluster">
129
+ <title>cluster_ToggletipModule_exports</title>
130
+ <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
131
+ </g>
132
132
  <!-- Toggletip -->
133
133
  <g id="node1" class="node">
134
134
  <title>Toggletip</title>
@@ -28,14 +28,14 @@
28
28
  <title>cluster_TooltipModule_declarations</title>
29
29
  <polygon fill="none" stroke="black" points="210,-78 210,-130 416,-130 416,-78 210,-78"/>
30
30
  </g>
31
- <g id="clust5" class="cluster">
32
- <title>cluster_TooltipModule_imports</title>
33
- <polygon fill="none" stroke="black" points="80,-78 80,-130 202,-130 202,-78 80,-78"/>
34
- </g>
35
31
  <g id="clust6" class="cluster">
36
32
  <title>cluster_TooltipModule_exports</title>
37
33
  <polygon fill="none" stroke="black" points="153,-208 153,-260 365,-260 365,-208 153,-208"/>
38
34
  </g>
35
+ <g id="clust5" class="cluster">
36
+ <title>cluster_TooltipModule_imports</title>
37
+ <polygon fill="none" stroke="black" points="80,-78 80,-130 202,-130 202,-78 80,-78"/>
38
+ </g>
39
39
  <!-- Tooltip -->
40
40
  <g id="node1" class="node">
41
41
  <title>Tooltip</title>
@@ -121,14 +121,14 @@
121
121
  <title>cluster_TooltipModule_declarations</title>
122
122
  <polygon fill="none" stroke="black" points="210,-78 210,-130 416,-130 416,-78 210,-78"/>
123
123
  </g>
124
- <g id="clust5" class="cluster">
125
- <title>cluster_TooltipModule_imports</title>
126
- <polygon fill="none" stroke="black" points="80,-78 80,-130 202,-130 202,-78 80,-78"/>
127
- </g>
128
124
  <g id="clust6" class="cluster">
129
125
  <title>cluster_TooltipModule_exports</title>
130
126
  <polygon fill="none" stroke="black" points="153,-208 153,-260 365,-260 365,-208 153,-208"/>
131
127
  </g>
128
+ <g id="clust5" class="cluster">
129
+ <title>cluster_TooltipModule_imports</title>
130
+ <polygon fill="none" stroke="black" points="80,-78 80,-130 202,-130 202,-78 80,-78"/>
131
+ </g>
132
132
  <!-- Tooltip -->
133
133
  <g id="node1" class="node">
134
134
  <title>Tooltip</title>