carbon-components-angular 5.41.1 → 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 (78) hide show
  1. package/docs/documentation/components/ComboBox.html +4 -4
  2. package/docs/documentation/components/TextareaLabelComponent.html +346 -128
  3. package/docs/documentation/coverage.html +6 -6
  4. package/docs/documentation/directives/TextArea.html +58 -0
  5. package/docs/documentation/js/search/search_index.js +2 -2
  6. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  7. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  8. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  9. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  10. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +41 -37
  11. package/docs/documentation/modules/DatePickerInputModule.html +41 -37
  12. package/docs/documentation/modules/DatePickerModule/dependencies.svg +38 -38
  13. package/docs/documentation/modules/DatePickerModule.html +38 -38
  14. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  15. package/docs/documentation/modules/GridModule.html +60 -60
  16. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  17. package/docs/documentation/modules/LoadingModule.html +4 -4
  18. package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/NFormsModule.html +4 -4
  20. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/NumberModule.html +4 -4
  22. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  23. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  24. package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/RadioModule.html +4 -4
  26. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  27. package/docs/documentation/modules/SelectModule.html +58 -58
  28. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/SliderModule.html +4 -4
  30. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  31. package/docs/documentation/modules/TableModule.html +216 -216
  32. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  33. package/docs/documentation/modules/TabsModule.html +69 -69
  34. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  35. package/docs/documentation/modules/TagModule.html +4 -4
  36. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  37. package/docs/documentation/modules/ThemeModule.html +4 -4
  38. package/docs/documentation/modules/TilesModule/dependencies.svg +102 -102
  39. package/docs/documentation/modules/TilesModule.html +102 -102
  40. package/docs/documentation/modules/TimePickerModule/dependencies.svg +26 -26
  41. package/docs/documentation/modules/TimePickerModule.html +26 -26
  42. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +41 -45
  43. package/docs/documentation/modules/TimePickerSelectModule.html +41 -45
  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 +39 -39
  47. package/docs/documentation/modules/ToggletipModule.html +39 -39
  48. package/docs/documentation/modules/TooltipModule/dependencies.svg +29 -29
  49. package/docs/documentation/modules/TooltipModule.html +29 -29
  50. package/docs/documentation/modules/TreeviewModule/dependencies.svg +36 -36
  51. package/docs/documentation/modules/TreeviewModule.html +36 -36
  52. package/docs/documentation.json +127 -35
  53. package/docs/storybook/{1345.9eabf5e2.iframe.bundle.js → 1345.ec2701f8.iframe.bundle.js} +1 -1
  54. package/docs/storybook/{combobox-combobox-stories.3bbada2d.iframe.bundle.js → combobox-combobox-stories.84acbfa0.iframe.bundle.js} +1 -1
  55. package/docs/storybook/iframe.html +2 -2
  56. package/docs/storybook/index.json +1 -1
  57. package/docs/storybook/input-textarea-stories.f6532f41.iframe.bundle.js +1 -0
  58. package/docs/storybook/main.a2b57351.iframe.bundle.js +1 -0
  59. package/docs/storybook/project.json +1 -1
  60. package/docs/storybook/{runtime~main.4b19f36d.iframe.bundle.js → runtime~main.f3aed674.iframe.bundle.js} +1 -1
  61. package/docs/storybook/stories.json +1 -1
  62. package/esm2020/combobox/combobox.component.mjs +3 -3
  63. package/esm2020/input/label.component.mjs +1 -1
  64. package/esm2020/input/text-area.directive.mjs +8 -2
  65. package/esm2020/input/textarea-label.component.mjs +186 -106
  66. package/fesm2015/carbon-components-angular-combobox.mjs +2 -2
  67. package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-input.mjs +193 -107
  69. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  70. package/fesm2020/carbon-components-angular-combobox.mjs +2 -2
  71. package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
  72. package/fesm2020/carbon-components-angular-input.mjs +193 -107
  73. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  74. package/input/text-area.directive.d.ts +1 -0
  75. package/input/textarea-label.component.d.ts +7 -1
  76. package/package.json +1 -1
  77. package/docs/storybook/input-textarea-stories.1a3b5e80.iframe.bundle.js +0 -1
  78. package/docs/storybook/main.0398cabf.iframe.bundle.js +0 -1
@@ -117,47 +117,47 @@
117
117
  <title>cluster_TimePickerModule</title>
118
118
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 854,-379.59 854,-70 8,-70"/>
119
119
  </g>
120
- <g id="clust4" class="cluster">
121
- <title>cluster_TimePickerModule_imports</title>
122
- <polygon fill="none" stroke="black" points="670,-189.59 670,-241.59 846,-241.59 846,-189.59 670,-189.59"/>
123
- </g>
124
120
  <g id="clust3" class="cluster">
125
121
  <title>cluster_TimePickerModule_TimePicker_providers</title>
126
- <polygon fill="none" stroke="black" points="16,-78 16,-241.59 662,-241.59 662,-78 16,-78"/>
122
+ <polygon fill="none" stroke="black" points="200,-78 200,-241.59 846,-241.59 846,-78 200,-78"/>
127
123
  </g>
128
124
  <g id="clust5" class="cluster">
129
125
  <title>cluster_TimePickerModule_exports</title>
130
- <polygon fill="none" stroke="black" points="603,-319.59 603,-371.59 703,-371.59 703,-319.59 603,-319.59"/>
126
+ <polygon fill="none" stroke="black" points="195,-319.59 195,-371.59 295,-371.59 295,-319.59 195,-319.59"/>
127
+ </g>
128
+ <g id="clust4" class="cluster">
129
+ <title>cluster_TimePickerModule_imports</title>
130
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 192,-241.59 192,-189.59 16,-189.59"/>
131
131
  </g>
132
132
  <!-- TimePicker -->
133
133
  <g id="node1" class="node">
134
134
  <title>TimePicker</title>
135
- <polygon fill="#ffffb3" stroke="black" points="484.81,-233.59 403.19,-233.59 403.19,-197.59 484.81,-197.59 484.81,-233.59"/>
136
- <text text-anchor="middle" x="444" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
135
+ <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"/>
136
+ <text text-anchor="middle" x="386" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
137
137
  </g>
138
138
  <!-- TimePickerModule -->
139
139
  <g id="node2" class="node">
140
140
  <title>TimePickerModule</title>
141
- <polygon fill="#8dd3c7" stroke="black" points="715.36,-298.59 712.36,-302.59 691.36,-302.59 688.36,-298.59 590.64,-298.59 590.64,-262.59 715.36,-262.59 715.36,-298.59"/>
142
- <text text-anchor="middle" x="653" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
141
+ <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"/>
142
+ <text text-anchor="middle" x="245" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
143
143
  </g>
144
144
  <!-- TimePicker&#45;&gt;TimePickerModule -->
145
145
  <g id="edge1" class="edge">
146
146
  <title>TimePicker&#45;&gt;TimePickerModule</title>
147
- <path fill="none" stroke="black" d="M484.85,-215.59C537.43,-215.59 622.08,-215.59 622.08,-215.59 622.08,-215.59 622.08,-252.48 622.08,-252.48"/>
148
- <polygon fill="black" stroke="black" points="618.58,-252.48 622.08,-262.48 625.58,-252.48 618.58,-252.48"/>
147
+ <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"/>
148
+ <polygon fill="black" stroke="black" points="317.67,-277.09 307.67,-280.59 317.67,-284.09 317.67,-277.09"/>
149
149
  </g>
150
150
  <!-- TimePicker -->
151
151
  <g id="node5" class="node">
152
152
  <title>TimePicker </title>
153
- <polygon fill="#fb8072" stroke="black" points="695.31,-363.59 610.69,-363.59 610.69,-327.59 695.31,-327.59 695.31,-363.59"/>
154
- <text text-anchor="middle" x="653" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
153
+ <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"/>
154
+ <text text-anchor="middle" x="245" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
155
155
  </g>
156
156
  <!-- TimePickerModule&#45;&gt;TimePicker -->
157
157
  <g id="edge4" class="edge">
158
158
  <title>TimePickerModule&#45;&gt;TimePicker </title>
159
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M653,-298.7C653,-298.7 653,-317.58 653,-317.58"/>
160
- <polygon fill="black" stroke="black" points="649.5,-317.58 653,-327.58 656.5,-317.58 649.5,-317.58"/>
159
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M245,-298.7C245,-298.7 245,-317.58 245,-317.58"/>
160
+ <polygon fill="black" stroke="black" points="241.5,-317.58 245,-327.58 248.5,-317.58 241.5,-317.58"/>
161
161
  </g>
162
162
  <!-- {
163
163
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
@@ -166,10 +166,10 @@
166
166
  <title>{
167
167
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
168
168
  }</title>
169
- <ellipse fill="#fdb462" stroke="black" cx="339" cy="-127.3" rx="314.66" ry="41.09"/>
170
- <text text-anchor="middle" x="339" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
171
- <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>
172
- <text text-anchor="middle" x="339" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
169
+ <ellipse fill="#fdb462" stroke="black" cx="523" cy="-127.3" rx="314.66" ry="41.09"/>
170
+ <text text-anchor="middle" x="523" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
171
+ <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>
172
+ <text text-anchor="middle" x="523" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
173
173
  </g>
174
174
  <!-- {
175
175
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
@@ -178,20 +178,20 @@
178
178
  <title>{
179
179
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
180
180
  }&#45;&gt;TimePicker</title>
181
- <path fill="none" stroke="black" d="M444,-166.28C444,-166.28 444,-187.56 444,-187.56"/>
182
- <polygon fill="black" stroke="black" points="440.5,-187.56 444,-197.56 447.5,-187.56 440.5,-187.56"/>
181
+ <path fill="none" stroke="black" d="M386,-164.48C386,-164.48 386,-187.22 386,-187.22"/>
182
+ <polygon fill="black" stroke="black" points="382.5,-187.22 386,-197.22 389.5,-187.22 382.5,-187.22"/>
183
183
  </g>
184
184
  <!-- TimePickerSelectModule -->
185
185
  <g id="node4" class="node">
186
186
  <title>TimePickerSelectModule</title>
187
- <polygon fill="#8dd3c7" stroke="black" points="837.57,-233.59 834.57,-237.59 813.57,-237.59 810.57,-233.59 678.43,-233.59 678.43,-197.59 837.57,-197.59 837.57,-233.59"/>
188
- <text text-anchor="middle" x="758" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
187
+ <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"/>
188
+ <text text-anchor="middle" x="104" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
189
189
  </g>
190
190
  <!-- TimePickerSelectModule&#45;&gt;TimePickerModule -->
191
191
  <g id="edge3" class="edge">
192
192
  <title>TimePickerSelectModule&#45;&gt;TimePickerModule</title>
193
- <path fill="none" stroke="black" d="M696.95,-233.7C696.95,-233.7 696.95,-252.58 696.95,-252.58"/>
194
- <polygon fill="black" stroke="black" points="693.45,-252.58 696.95,-262.58 700.45,-252.58 693.45,-252.58"/>
193
+ <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"/>
194
+ <polygon fill="black" stroke="black" points="192.48,-252.48 195.98,-262.48 199.48,-252.48 192.48,-252.48"/>
195
195
  </g>
196
196
  </g>
197
197
  </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="734pt" height="396pt"
8
- viewBox="0.00 0.00 734.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="954pt" height="396pt"
8
+ viewBox="0.00 0.00 954.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 730,-391.59 730,4 -4,4"/>
12
- <text text-anchor="start" x="342.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="129,-10 129,-30 149,-30 149,-10 129,-10"/>
14
- <text text-anchor="start" x="152.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="242,-10 242,-30 262,-30 262,-10 242,-10"/>
16
- <text text-anchor="start" x="265.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="328,-10 328,-30 348,-30 348,-10 328,-10"/>
18
- <text text-anchor="start" x="351.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="425,-10 425,-30 445,-30 445,-10 425,-10"/>
20
- <text text-anchor="start" x="448.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="521,-10 521,-30 541,-30 541,-10 521,-10"/>
22
- <text text-anchor="start" x="544.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 950,-391.59 950,4 -4,4"/>
12
+ <text text-anchor="start" x="452.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="239,-10 239,-30 259,-30 259,-10 239,-10"/>
14
+ <text text-anchor="start" x="262.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="352,-10 352,-30 372,-30 372,-10 352,-10"/>
16
+ <text text-anchor="start" x="375.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="438,-10 438,-30 458,-30 458,-10 438,-10"/>
18
+ <text text-anchor="start" x="461.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="535,-10 535,-30 555,-30 555,-10 535,-10"/>
20
+ <text text-anchor="start" x="558.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="631,-10 631,-30 651,-30 651,-10 631,-10"/>
22
+ <text text-anchor="start" x="654.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_TimePickerSelectModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
26
- </g>
27
- <g id="clust2" class="cluster">
28
- <title>cluster_TimePickerSelectModule_declarations</title>
29
- <polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
30
- </g>
31
- <g id="clust3" class="cluster">
32
- <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
33
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 938,-379.59 938,-70 8,-70"/>
34
26
  </g>
35
27
  <g id="clust5" class="cluster">
36
28
  <title>cluster_TimePickerSelectModule_exports</title>
37
- <polygon fill="none" stroke="black" points="171,-319.59 171,-371.59 307,-371.59 307,-319.59 171,-319.59"/>
29
+ <polygon fill="none" stroke="black" points="705,-319.59 705,-371.59 841,-371.59 841,-319.59 705,-319.59"/>
38
30
  </g>
39
31
  <g id="clust4" class="cluster">
40
32
  <title>cluster_TimePickerSelectModule_imports</title>
41
- <polygon fill="none" stroke="black" points="77,-189.59 77,-241.59 289,-241.59 289,-189.59 77,-189.59"/>
33
+ <polygon fill="none" stroke="black" points="718,-189.59 718,-241.59 930,-241.59 930,-189.59 718,-189.59"/>
34
+ </g>
35
+ <g id="clust3" class="cluster">
36
+ <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
37
+ <polygon fill="none" stroke="black" points="16,-78 16,-241.59 710,-241.59 710,-78 16,-78"/>
42
38
  </g>
43
39
  <!-- TimePickerSelect -->
44
40
  <g id="node1" class="node">
45
41
  <title>TimePickerSelect</title>
46
- <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"/>
47
- <text text-anchor="middle" x="363" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelect</text>
42
+ <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"/>
43
+ <text text-anchor="middle" x="503" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelect</text>
48
44
  </g>
49
45
  <!-- TimePickerSelectModule -->
50
46
  <g id="node2" class="node">
51
47
  <title>TimePickerSelectModule</title>
52
- <polygon fill="#8dd3c7" stroke="black" points="318.57,-298.59 315.57,-302.59 294.57,-302.59 291.57,-298.59 159.43,-298.59 159.43,-262.59 318.57,-262.59 318.57,-298.59"/>
53
- <text text-anchor="middle" x="239" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
48
+ <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"/>
49
+ <text text-anchor="middle" x="773" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
54
50
  </g>
55
51
  <!-- TimePickerSelect&#45;&gt;TimePickerSelectModule -->
56
52
  <g id="edge1" class="edge">
57
53
  <title>TimePickerSelect&#45;&gt;TimePickerSelectModule</title>
58
- <path fill="none" stroke="black" d="M311.89,-233.7C311.89,-233.7 311.89,-252.58 311.89,-252.58"/>
59
- <polygon fill="black" stroke="black" points="308.39,-252.58 311.89,-262.58 315.39,-252.58 308.39,-252.58"/>
54
+ <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"/>
55
+ <polygon fill="black" stroke="black" points="694.12,-252.48 697.62,-262.48 701.12,-252.48 694.12,-252.48"/>
60
56
  </g>
61
57
  <!-- TimePickerSelect -->
62
58
  <g id="node6" class="node">
63
59
  <title>TimePickerSelect </title>
64
- <polygon fill="#fb8072" stroke="black" points="298.52,-363.59 179.48,-363.59 179.48,-327.59 298.52,-327.59 298.52,-363.59"/>
65
- <text text-anchor="middle" x="239" y="-341.39" font-family="Times,serif" font-size="14.00">TimePickerSelect </text>
60
+ <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"/>
61
+ <text text-anchor="middle" x="773" y="-341.39" font-family="Times,serif" font-size="14.00">TimePickerSelect </text>
66
62
  </g>
67
63
  <!-- TimePickerSelectModule&#45;&gt;TimePickerSelect -->
68
64
  <g id="edge5" class="edge">
69
65
  <title>TimePickerSelectModule&#45;&gt;TimePickerSelect </title>
70
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M239,-298.7C239,-298.7 239,-317.58 239,-317.58"/>
71
- <polygon fill="black" stroke="black" points="235.5,-317.58 239,-327.58 242.5,-317.58 235.5,-317.58"/>
66
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M773,-298.7C773,-298.7 773,-317.58 773,-317.58"/>
67
+ <polygon fill="black" stroke="black" points="769.5,-317.58 773,-327.58 776.5,-317.58 769.5,-317.58"/>
72
68
  </g>
73
69
  <!-- {
74
70
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
@@ -89,32 +85,32 @@
89
85
  <title>{
90
86
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
91
87
  }&#45;&gt;TimePickerSelect</title>
92
- <path fill="none" stroke="black" d="M363,-168.6C363,-168.6 363,-187.26 363,-187.26"/>
93
- <polygon fill="black" stroke="black" points="359.5,-187.26 363,-197.26 366.5,-187.26 359.5,-187.26"/>
88
+ <path fill="none" stroke="black" d="M503,-165C503,-165 503,-187.45 503,-187.45"/>
89
+ <polygon fill="black" stroke="black" points="499.5,-187.45 503,-197.45 506.5,-187.45 499.5,-187.45"/>
94
90
  </g>
95
91
  <!-- IconModule -->
96
92
  <g id="node4" class="node">
97
93
  <title>IconModule</title>
98
- <polygon fill="#8dd3c7" stroke="black" points="281.43,-233.59 278.43,-237.59 257.43,-237.59 254.43,-233.59 196.57,-233.59 196.57,-197.59 281.43,-197.59 281.43,-233.59"/>
99
- <text text-anchor="middle" x="239" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
94
+ <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"/>
95
+ <text text-anchor="middle" x="880" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
100
96
  </g>
101
97
  <!-- IconModule&#45;&gt;TimePickerSelectModule -->
102
98
  <g id="edge3" class="edge">
103
99
  <title>IconModule&#45;&gt;TimePickerSelectModule</title>
104
- <path fill="none" stroke="black" d="M239,-233.7C239,-233.7 239,-252.58 239,-252.58"/>
105
- <polygon fill="black" stroke="black" points="235.5,-252.58 239,-262.58 242.5,-252.58 235.5,-252.58"/>
100
+ <path fill="none" stroke="black" d="M845.16,-233.7C845.16,-233.7 845.16,-252.58 845.16,-252.58"/>
101
+ <polygon fill="black" stroke="black" points="841.66,-252.58 845.16,-262.58 848.66,-252.58 841.66,-252.58"/>
106
102
  </g>
107
103
  <!-- SelectModule -->
108
104
  <g id="node5" class="node">
109
105
  <title>SelectModule</title>
110
- <polygon fill="#8dd3c7" stroke="black" points="178.76,-233.59 175.76,-237.59 154.76,-237.59 151.76,-233.59 85.24,-233.59 85.24,-197.59 178.76,-197.59 178.76,-233.59"/>
111
- <text text-anchor="middle" x="132" y="-211.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
106
+ <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"/>
107
+ <text text-anchor="middle" x="773" y="-211.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
112
108
  </g>
113
109
  <!-- SelectModule&#45;&gt;TimePickerSelectModule -->
114
110
  <g id="edge4" class="edge">
115
111
  <title>SelectModule&#45;&gt;TimePickerSelectModule</title>
116
- <path fill="none" stroke="black" d="M169.17,-233.7C169.17,-233.7 169.17,-252.58 169.17,-252.58"/>
117
- <polygon fill="black" stroke="black" points="165.67,-252.58 169.17,-262.58 172.67,-252.58 165.67,-252.58"/>
112
+ <path fill="none" stroke="black" d="M773,-233.7C773,-233.7 773,-252.58 773,-252.58"/>
113
+ <polygon fill="black" stroke="black" points="769.5,-252.58 773,-262.58 776.5,-252.58 769.5,-252.58"/>
118
114
  </g>
119
115
  </g>
120
116
  </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="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="clust2" class="cluster">
121
- <title>cluster_TimePickerSelectModule_declarations</title>
122
- <polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
123
- </g>
124
- <g id="clust3" class="cluster">
125
- <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
126
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
118
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 938,-379.59 938,-70 8,-70"/>
127
119
  </g>
128
120
  <g id="clust5" class="cluster">
129
121
  <title>cluster_TimePickerSelectModule_exports</title>
130
- <polygon fill="none" stroke="black" points="171,-319.59 171,-371.59 307,-371.59 307,-319.59 171,-319.59"/>
122
+ <polygon fill="none" stroke="black" points="705,-319.59 705,-371.59 841,-371.59 841,-319.59 705,-319.59"/>
131
123
  </g>
132
124
  <g id="clust4" class="cluster">
133
125
  <title>cluster_TimePickerSelectModule_imports</title>
134
- <polygon fill="none" stroke="black" points="77,-189.59 77,-241.59 289,-241.59 289,-189.59 77,-189.59"/>
126
+ <polygon fill="none" stroke="black" points="718,-189.59 718,-241.59 930,-241.59 930,-189.59 718,-189.59"/>
127
+ </g>
128
+ <g id="clust3" class="cluster">
129
+ <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
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="318.57,-298.59 315.57,-302.59 294.57,-302.59 291.57,-298.59 159.43,-298.59 159.43,-262.59 318.57,-262.59 318.57,-298.59"/>
146
- <text text-anchor="middle" x="239" 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="M311.89,-233.7C311.89,-233.7 311.89,-252.58 311.89,-252.58"/>
152
- <polygon fill="black" stroke="black" points="308.39,-252.58 311.89,-262.58 315.39,-252.58 308.39,-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="298.52,-363.59 179.48,-363.59 179.48,-327.59 298.52,-327.59 298.52,-363.59"/>
158
- <text text-anchor="middle" x="239" 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="M239,-298.7C239,-298.7 239,-317.58 239,-317.58"/>
164
- <polygon fill="black" stroke="black" points="235.5,-317.58 239,-327.58 242.5,-317.58 235.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="281.43,-233.59 278.43,-237.59 257.43,-237.59 254.43,-233.59 196.57,-233.59 196.57,-197.59 281.43,-197.59 281.43,-233.59"/>
192
- <text text-anchor="middle" x="239" 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="M239,-233.7C239,-233.7 239,-252.58 239,-252.58"/>
198
- <polygon fill="black" stroke="black" points="235.5,-252.58 239,-262.58 242.5,-252.58 235.5,-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="178.76,-233.59 175.76,-237.59 154.76,-237.59 151.76,-233.59 85.24,-233.59 85.24,-197.59 178.76,-197.59 178.76,-233.59"/>
204
- <text text-anchor="middle" x="132" 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="M169.17,-233.7C169.17,-233.7 169.17,-252.58 169.17,-252.58"/>
210
- <polygon fill="black" stroke="black" points="165.67,-252.58 169.17,-262.58 172.67,-252.58 165.67,-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="clust2" class="cluster">
28
- <title>cluster_ToggleModule_declarations</title>
29
- <polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
30
- </g>
31
- <g id="clust5" class="cluster">
32
- <title>cluster_ToggleModule_exports</title>
33
- <polygon fill="none" stroke="black" points="329,-319.59 329,-371.59 405,-371.59 405,-319.59 329,-319.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>