carbon-components-angular 5.41.1 → 5.43.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 (89) hide show
  1. package/docs/documentation/components/ComboBox.html +4 -4
  2. package/docs/documentation/components/Select.html +281 -76
  3. package/docs/documentation/components/TextareaLabelComponent.html +346 -128
  4. package/docs/documentation/components/TimePickerSelect.html +180 -27
  5. package/docs/documentation/coverage.html +12 -12
  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/ThemeModule/dependencies.svg +14 -14
  37. package/docs/documentation/modules/ThemeModule.html +14 -14
  38. package/docs/documentation/modules/TilesModule/dependencies.svg +74 -74
  39. package/docs/documentation/modules/TilesModule.html +74 -74
  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 +42 -46
  43. package/docs/documentation/modules/TimePickerSelectModule.html +42 -46
  44. package/docs/documentation/modules/ToggleModule/dependencies.svg +17 -17
  45. package/docs/documentation/modules/ToggleModule.html +17 -17
  46. package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
  47. package/docs/documentation/modules/ToggletipModule.html +37 -37
  48. package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
  49. package/docs/documentation/modules/TooltipModule.html +28 -28
  50. package/docs/documentation/modules/TreeviewModule/dependencies.svg +36 -36
  51. package/docs/documentation/modules/TreeviewModule.html +36 -36
  52. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  53. package/docs/documentation/modules/UIShellModule.html +4 -4
  54. package/docs/documentation.json +401 -172
  55. package/docs/storybook/{1345.9eabf5e2.iframe.bundle.js → 1345.ec2701f8.iframe.bundle.js} +1 -1
  56. package/docs/storybook/{9672.7b7a4af9.iframe.bundle.js → 9672.84e90325.iframe.bundle.js} +1 -1
  57. package/docs/storybook/{combobox-combobox-stories.3bbada2d.iframe.bundle.js → combobox-combobox-stories.84acbfa0.iframe.bundle.js} +1 -1
  58. package/docs/storybook/iframe.html +2 -2
  59. package/docs/storybook/index.json +1 -1
  60. package/docs/storybook/input-textarea-stories.f6532f41.iframe.bundle.js +1 -0
  61. package/docs/storybook/main.fa8e9d39.iframe.bundle.js +1 -0
  62. package/docs/storybook/project.json +1 -1
  63. package/docs/storybook/{runtime~main.4b19f36d.iframe.bundle.js → runtime~main.4c0184d4.iframe.bundle.js} +1 -1
  64. package/docs/storybook/select-select-stories.5ddb23ab.iframe.bundle.js +1 -0
  65. package/docs/storybook/stories.json +1 -1
  66. package/esm2020/combobox/combobox.component.mjs +3 -3
  67. package/esm2020/input/label.component.mjs +1 -1
  68. package/esm2020/input/text-area.directive.mjs +8 -2
  69. package/esm2020/input/textarea-label.component.mjs +186 -106
  70. package/esm2020/select/select.component.mjs +102 -32
  71. package/fesm2015/carbon-components-angular-combobox.mjs +2 -2
  72. package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
  73. package/fesm2015/carbon-components-angular-input.mjs +193 -107
  74. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  75. package/fesm2015/carbon-components-angular-select.mjs +101 -31
  76. package/fesm2015/carbon-components-angular-select.mjs.map +1 -1
  77. package/fesm2020/carbon-components-angular-combobox.mjs +2 -2
  78. package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
  79. package/fesm2020/carbon-components-angular-input.mjs +193 -107
  80. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  81. package/fesm2020/carbon-components-angular-select.mjs +101 -31
  82. package/fesm2020/carbon-components-angular-select.mjs.map +1 -1
  83. package/input/text-area.directive.d.ts +1 -0
  84. package/input/textarea-label.component.d.ts +7 -1
  85. package/package.json +1 -1
  86. package/select/select.component.d.ts +7 -1
  87. package/docs/storybook/input-textarea-stories.1a3b5e80.iframe.bundle.js +0 -1
  88. package/docs/storybook/main.0398cabf.iframe.bundle.js +0 -1
  89. package/docs/storybook/select-select-stories.c1077d92.iframe.bundle.js +0 -1
@@ -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"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 938,-379.59 938,-70 8,-70"/>
30
26
  </g>
31
27
  <g id="clust3" class="cluster">
32
28
  <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"/>
29
+ <polygon fill="none" stroke="black" points="236,-78 236,-241.59 930,-241.59 930,-78 236,-78"/>
34
30
  </g>
35
31
  <g id="clust5" class="cluster">
36
32
  <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"/>
33
+ <polygon fill="none" stroke="black" points="110,-319.59 110,-371.59 246,-371.59 246,-319.59 110,-319.59"/>
38
34
  </g>
39
35
  <g id="clust4" class="cluster">
40
36
  <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"/>
37
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 228,-241.59 228,-189.59 16,-189.59"/>
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="499.52,-233.59 384.48,-233.59 384.48,-197.59 499.52,-197.59 499.52,-233.59"/>
43
+ <text text-anchor="middle" x="442" 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="257.57,-298.59 254.57,-302.59 233.57,-302.59 230.57,-298.59 98.43,-298.59 98.43,-262.59 257.57,-262.59 257.57,-298.59"/>
49
+ <text text-anchor="middle" x="178" 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="M384.4,-215.59C328.13,-215.59 250.88,-215.59 250.88,-215.59 250.88,-215.59 250.88,-252.48 250.88,-252.48"/>
55
+ <polygon fill="black" stroke="black" points="247.38,-252.48 250.88,-262.48 254.38,-252.48 247.38,-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="237.52,-363.59 118.48,-363.59 118.48,-327.59 237.52,-327.59 237.52,-363.59"/>
61
+ <text text-anchor="middle" x="178" 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="M178,-298.7C178,-298.7 178,-317.58 178,-317.58"/>
67
+ <polygon fill="black" stroke="black" points="174.5,-317.58 178,-327.58 181.5,-317.58 174.5,-317.58"/>
72
68
  </g>
73
69
  <!-- {
74
70
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
@@ -77,10 +73,10 @@
77
73
  <title>{
78
74
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
79
75
  }</title>
80
- <ellipse fill="#fdb462" stroke="black" cx="363" cy="-127.3" rx="338.54" ry="41.09"/>
81
- <text text-anchor="middle" x="363" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
82
- <text text-anchor="middle" x="363" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true</text>
83
- <text text-anchor="middle" x="363" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
76
+ <ellipse fill="#fdb462" stroke="black" cx="583" cy="-127.3" rx="338.54" ry="41.09"/>
77
+ <text text-anchor="middle" x="583" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
78
+ <text text-anchor="middle" x="583" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true</text>
79
+ <text text-anchor="middle" x="583" 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: 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="M442,-165C442,-165 442,-187.45 442,-187.45"/>
89
+ <polygon fill="black" stroke="black" points="438.5,-187.45 442,-197.45 445.5,-187.45 438.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="220.43,-233.59 217.43,-237.59 196.43,-237.59 193.43,-233.59 135.57,-233.59 135.57,-197.59 220.43,-197.59 220.43,-233.59"/>
95
+ <text text-anchor="middle" x="178" 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="M178,-233.7C178,-233.7 178,-252.58 178,-252.58"/>
101
+ <polygon fill="black" stroke="black" points="174.5,-252.58 178,-262.58 181.5,-252.58 174.5,-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="117.76,-233.59 114.76,-237.59 93.76,-237.59 90.76,-233.59 24.24,-233.59 24.24,-197.59 117.76,-197.59 117.76,-233.59"/>
107
+ <text text-anchor="middle" x="71" 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="M108.17,-233.7C108.17,-233.7 108.17,-252.58 108.17,-252.58"/>
113
+ <polygon fill="black" stroke="black" points="104.67,-252.58 108.17,-262.58 111.67,-252.58 104.67,-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"/>
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="clust3" class="cluster">
125
121
  <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"/>
122
+ <polygon fill="none" stroke="black" points="236,-78 236,-241.59 930,-241.59 930,-78 236,-78"/>
127
123
  </g>
128
124
  <g id="clust5" class="cluster">
129
125
  <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"/>
126
+ <polygon fill="none" stroke="black" points="110,-319.59 110,-371.59 246,-371.59 246,-319.59 110,-319.59"/>
131
127
  </g>
132
128
  <g id="clust4" class="cluster">
133
129
  <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"/>
130
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 228,-241.59 228,-189.59 16,-189.59"/>
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="499.52,-233.59 384.48,-233.59 384.48,-197.59 499.52,-197.59 499.52,-233.59"/>
136
+ <text text-anchor="middle" x="442" 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="257.57,-298.59 254.57,-302.59 233.57,-302.59 230.57,-298.59 98.43,-298.59 98.43,-262.59 257.57,-262.59 257.57,-298.59"/>
142
+ <text text-anchor="middle" x="178" 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="M384.4,-215.59C328.13,-215.59 250.88,-215.59 250.88,-215.59 250.88,-215.59 250.88,-252.48 250.88,-252.48"/>
148
+ <polygon fill="black" stroke="black" points="247.38,-252.48 250.88,-262.48 254.38,-252.48 247.38,-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="237.52,-363.59 118.48,-363.59 118.48,-327.59 237.52,-327.59 237.52,-363.59"/>
154
+ <text text-anchor="middle" x="178" 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="M178,-298.7C178,-298.7 178,-317.58 178,-317.58"/>
160
+ <polygon fill="black" stroke="black" points="174.5,-317.58 178,-327.58 181.5,-317.58 174.5,-317.58"/>
165
161
  </g>
166
162
  <!-- {
167
163
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
@@ -170,10 +166,10 @@
170
166
  <title>{
171
167
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
172
168
  }</title>
173
- <ellipse fill="#fdb462" stroke="black" cx="363" cy="-127.3" rx="338.54" ry="41.09"/>
174
- <text text-anchor="middle" x="363" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
175
- <text text-anchor="middle" x="363" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true</text>
176
- <text text-anchor="middle" x="363" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
169
+ <ellipse fill="#fdb462" stroke="black" cx="583" cy="-127.3" rx="338.54" ry="41.09"/>
170
+ <text text-anchor="middle" x="583" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
171
+ <text text-anchor="middle" x="583" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true</text>
172
+ <text text-anchor="middle" x="583" 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: 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="M442,-165C442,-165 442,-187.45 442,-187.45"/>
182
+ <polygon fill="black" stroke="black" points="438.5,-187.45 442,-197.45 445.5,-187.45 438.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="220.43,-233.59 217.43,-237.59 196.43,-237.59 193.43,-233.59 135.57,-233.59 135.57,-197.59 220.43,-197.59 220.43,-233.59"/>
188
+ <text text-anchor="middle" x="178" 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="M178,-233.7C178,-233.7 178,-252.58 178,-252.58"/>
194
+ <polygon fill="black" stroke="black" points="174.5,-252.58 178,-262.58 181.5,-252.58 174.5,-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="117.76,-233.59 114.76,-237.59 93.76,-237.59 90.76,-233.59 24.24,-233.59 24.24,-197.59 117.76,-197.59 117.76,-233.59"/>
200
+ <text text-anchor="middle" x="71" 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="M108.17,-233.7C108.17,-233.7 108.17,-252.58 108.17,-252.58"/>
206
+ <polygon fill="black" stroke="black" points="104.67,-252.58 108.17,-262.58 111.67,-252.58 104.67,-252.58"/>
211
207
  </g>
212
208
  </g>
213
209
  </svg>
@@ -30,16 +30,16 @@
30
30
  </g>
31
31
  <g id="clust5" class="cluster">
32
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"/>
34
- </g>
35
- <g id="clust4" class="cluster">
36
- <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="234,-319.59 234,-371.59 310,-371.59 310,-319.59 234,-319.59"/>
38
34
  </g>
39
35
  <g id="clust3" class="cluster">
40
36
  <title>cluster_ToggleModule_Toggle_providers</title>
41
37
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
42
38
  </g>
39
+ <g id="clust4" class="cluster">
40
+ <title>cluster_ToggleModule_imports</title>
41
+ <polygon fill="none" stroke="black" points="174,-189.59 174,-241.59 276,-241.59 276,-189.59 174,-189.59"/>
42
+ </g>
43
43
  <!-- Toggle -->
44
44
  <g id="node1" class="node">
45
45
  <title>Toggle</title>
@@ -49,26 +49,26 @@
49
49
  <!-- ToggleModule -->
50
50
  <g id="node2" class="node">
51
51
  <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>
52
+ <polygon fill="#8dd3c7" stroke="black" points="321.71,-298.59 318.71,-302.59 297.71,-302.59 294.71,-298.59 222.29,-298.59 222.29,-262.59 321.71,-262.59 321.71,-298.59"/>
53
+ <text text-anchor="middle" x="272" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
54
54
  </g>
55
55
  <!-- Toggle&#45;&gt;ToggleModule -->
56
56
  <g id="edge1" class="edge">
57
57
  <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"/>
58
+ <path fill="none" stroke="black" d="M306.89,-233.7C306.89,-233.7 306.89,-252.58 306.89,-252.58"/>
59
+ <polygon fill="black" stroke="black" points="303.39,-252.58 306.89,-262.58 310.39,-252.58 303.39,-252.58"/>
60
60
  </g>
61
61
  <!-- Toggle -->
62
62
  <g id="node5" class="node">
63
63
  <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>
64
+ <polygon fill="#fb8072" stroke="black" points="301.66,-363.59 242.34,-363.59 242.34,-327.59 301.66,-327.59 301.66,-363.59"/>
65
+ <text text-anchor="middle" x="272" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
66
66
  </g>
67
67
  <!-- ToggleModule&#45;&gt;Toggle -->
68
68
  <g id="edge4" class="edge">
69
69
  <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"/>
70
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M272,-298.7C272,-298.7 272,-317.58 272,-317.58"/>
71
+ <polygon fill="black" stroke="black" points="268.5,-317.58 272,-327.58 275.5,-317.58 268.5,-317.58"/>
72
72
  </g>
73
73
  <!-- {
74
74
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -95,14 +95,14 @@
95
95
  <!-- I18nModule -->
96
96
  <g id="node4" class="node">
97
97
  <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>
98
+ <polygon fill="#8dd3c7" stroke="black" points="267.71,-233.59 264.71,-237.59 243.71,-237.59 240.71,-233.59 182.29,-233.59 182.29,-197.59 267.71,-197.59 267.71,-233.59"/>
99
+ <text text-anchor="middle" x="225" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
100
100
  </g>
101
101
  <!-- I18nModule&#45;&gt;ToggleModule -->
102
102
  <g id="edge3" class="edge">
103
103
  <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"/>
104
+ <path fill="none" stroke="black" d="M245,-233.7C245,-233.7 245,-252.58 245,-252.58"/>
105
+ <polygon fill="black" stroke="black" points="241.5,-252.58 245,-262.58 248.5,-252.58 241.5,-252.58"/>
106
106
  </g>
107
107
  </g>
108
108
  </svg>
@@ -123,16 +123,16 @@
123
123
  </g>
124
124
  <g id="clust5" class="cluster">
125
125
  <title>cluster_ToggleModule_exports</title>
126
- <polygon fill="none" stroke="black" points="329,-319.59 329,-371.59 405,-371.59 405,-319.59 329,-319.59"/>
127
- </g>
128
- <g id="clust4" class="cluster">
129
- <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="234,-319.59 234,-371.59 310,-371.59 310,-319.59 234,-319.59"/>
131
127
  </g>
132
128
  <g id="clust3" class="cluster">
133
129
  <title>cluster_ToggleModule_Toggle_providers</title>
134
130
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
135
131
  </g>
132
+ <g id="clust4" class="cluster">
133
+ <title>cluster_ToggleModule_imports</title>
134
+ <polygon fill="none" stroke="black" points="174,-189.59 174,-241.59 276,-241.59 276,-189.59 174,-189.59"/>
135
+ </g>
136
136
  <!-- Toggle -->
137
137
  <g id="node1" class="node">
138
138
  <title>Toggle</title>
@@ -142,26 +142,26 @@
142
142
  <!-- ToggleModule -->
143
143
  <g id="node2" class="node">
144
144
  <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>
145
+ <polygon fill="#8dd3c7" stroke="black" points="321.71,-298.59 318.71,-302.59 297.71,-302.59 294.71,-298.59 222.29,-298.59 222.29,-262.59 321.71,-262.59 321.71,-298.59"/>
146
+ <text text-anchor="middle" x="272" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
147
147
  </g>
148
148
  <!-- Toggle&#45;&gt;ToggleModule -->
149
149
  <g id="edge1" class="edge">
150
150
  <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"/>
151
+ <path fill="none" stroke="black" d="M306.89,-233.7C306.89,-233.7 306.89,-252.58 306.89,-252.58"/>
152
+ <polygon fill="black" stroke="black" points="303.39,-252.58 306.89,-262.58 310.39,-252.58 303.39,-252.58"/>
153
153
  </g>
154
154
  <!-- Toggle -->
155
155
  <g id="node5" class="node">
156
156
  <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>
157
+ <polygon fill="#fb8072" stroke="black" points="301.66,-363.59 242.34,-363.59 242.34,-327.59 301.66,-327.59 301.66,-363.59"/>
158
+ <text text-anchor="middle" x="272" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
159
159
  </g>
160
160
  <!-- ToggleModule&#45;&gt;Toggle -->
161
161
  <g id="edge4" class="edge">
162
162
  <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"/>
163
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M272,-298.7C272,-298.7 272,-317.58 272,-317.58"/>
164
+ <polygon fill="black" stroke="black" points="268.5,-317.58 272,-327.58 275.5,-317.58 268.5,-317.58"/>
165
165
  </g>
166
166
  <!-- {
167
167
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -188,14 +188,14 @@
188
188
  <!-- I18nModule -->
189
189
  <g id="node4" class="node">
190
190
  <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>
191
+ <polygon fill="#8dd3c7" stroke="black" points="267.71,-233.59 264.71,-237.59 243.71,-237.59 240.71,-233.59 182.29,-233.59 182.29,-197.59 267.71,-197.59 267.71,-233.59"/>
192
+ <text text-anchor="middle" x="225" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
193
193
  </g>
194
194
  <!-- I18nModule&#45;&gt;ToggleModule -->
195
195
  <g id="edge3" class="edge">
196
196
  <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"/>
197
+ <path fill="none" stroke="black" d="M245,-233.7C245,-233.7 245,-252.58 245,-252.58"/>
198
+ <polygon fill="black" stroke="black" points="241.5,-252.58 245,-262.58 248.5,-252.58 241.5,-252.58"/>
199
199
  </g>
200
200
  </g>
201
201
  </svg>