carbon-components-angular 5.12.3 → 5.12.4

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 (83) hide show
  1. package/accordion/accordion.component.d.ts +3 -0
  2. package/button/button.directive.d.ts +8 -0
  3. package/docs/documentation/components/Accordion.html +23 -20
  4. package/docs/documentation/components/Tag.html +1 -1
  5. package/docs/documentation/components/TagFilter.html +1 -1
  6. package/docs/documentation/coverage.html +11 -11
  7. package/docs/documentation/directives/Button.html +309 -10
  8. package/docs/documentation/directives/TextInput.html +195 -11
  9. package/docs/documentation/js/search/search_index.js +2 -2
  10. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  11. package/docs/documentation/modules/CodeSnippetModule.html +4 -4
  12. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +42 -38
  13. package/docs/documentation/modules/DatePickerInputModule.html +42 -38
  14. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
  15. package/docs/documentation/modules/FileUploaderModule.html +4 -4
  16. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  17. package/docs/documentation/modules/NumberModule.html +4 -4
  18. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  19. package/docs/documentation/modules/PanelModule.html +36 -36
  20. package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
  21. package/docs/documentation/modules/RadioModule.html +49 -49
  22. package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
  23. package/docs/documentation/modules/SelectModule.html +43 -43
  24. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/SliderModule.html +4 -4
  26. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  27. package/docs/documentation/modules/TableModule.html +216 -216
  28. package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/TabsModule.html +4 -4
  30. package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
  31. package/docs/documentation/modules/TagModule.html +29 -29
  32. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  33. package/docs/documentation/modules/ThemeModule.html +4 -4
  34. package/docs/documentation/modules/TilesModule/dependencies.svg +101 -101
  35. package/docs/documentation/modules/TilesModule.html +101 -101
  36. package/docs/documentation/modules/TimePickerModule/dependencies.svg +41 -45
  37. package/docs/documentation/modules/TimePickerModule.html +41 -45
  38. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +8 -8
  39. package/docs/documentation/modules/TimePickerSelectModule.html +8 -8
  40. package/docs/documentation/modules/ToggleModule/dependencies.svg +41 -45
  41. package/docs/documentation/modules/ToggleModule.html +41 -45
  42. package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
  43. package/docs/documentation/modules/ToggletipModule.html +37 -37
  44. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  45. package/docs/documentation/modules/TooltipModule.html +4 -4
  46. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  47. package/docs/documentation/modules/UIShellModule.html +4 -4
  48. package/docs/documentation.json +286 -48
  49. package/docs/storybook/4578.86305077.iframe.bundle.js +1 -0
  50. package/docs/storybook/{7153.22bf775d.iframe.bundle.js → 7153.91b7684a.iframe.bundle.js} +1 -1
  51. package/docs/storybook/accordion-accordion-stories.4a6c54ee.iframe.bundle.js +1 -0
  52. package/docs/storybook/iframe.html +2 -2
  53. package/docs/storybook/main.8d868a96.iframe.bundle.js +1 -0
  54. package/docs/storybook/{patterns-filtering-multiple-categories-stories.6703c130.iframe.bundle.js → patterns-filtering-multiple-categories-stories.558f489b.iframe.bundle.js} +1 -1
  55. package/docs/storybook/project.json +1 -1
  56. package/docs/storybook/{runtime~main.584e1b10.iframe.bundle.js → runtime~main.84b152cd.iframe.bundle.js} +1 -1
  57. package/docs/storybook/{tag-tag-stories.5e95b96d.iframe.bundle.js → tag-tag-stories.e525e112.iframe.bundle.js} +1 -1
  58. package/esm2020/accordion/accordion.component.mjs +12 -3
  59. package/esm2020/button/button.directive.mjs +36 -2
  60. package/esm2020/input/input.directive.mjs +24 -2
  61. package/esm2020/tag/tag-filter.component.mjs +2 -2
  62. package/esm2020/tag/tag.component.mjs +2 -2
  63. package/fesm2015/carbon-components-angular-accordion.mjs +11 -2
  64. package/fesm2015/carbon-components-angular-accordion.mjs.map +1 -1
  65. package/fesm2015/carbon-components-angular-button.mjs +35 -1
  66. package/fesm2015/carbon-components-angular-button.mjs.map +1 -1
  67. package/fesm2015/carbon-components-angular-input.mjs +23 -1
  68. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  69. package/fesm2015/carbon-components-angular-tag.mjs +2 -2
  70. package/fesm2015/carbon-components-angular-tag.mjs.map +1 -1
  71. package/fesm2020/carbon-components-angular-accordion.mjs +11 -2
  72. package/fesm2020/carbon-components-angular-accordion.mjs.map +1 -1
  73. package/fesm2020/carbon-components-angular-button.mjs +35 -1
  74. package/fesm2020/carbon-components-angular-button.mjs.map +1 -1
  75. package/fesm2020/carbon-components-angular-input.mjs +23 -1
  76. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  77. package/fesm2020/carbon-components-angular-tag.mjs +2 -2
  78. package/fesm2020/carbon-components-angular-tag.mjs.map +1 -1
  79. package/input/input.directive.d.ts +6 -0
  80. package/package.json +1 -1
  81. package/docs/storybook/4578.d79a1b3e.iframe.bundle.js +0 -1
  82. package/docs/storybook/accordion-accordion-stories.87b53382.iframe.bundle.js +0 -1
  83. package/docs/storybook/main.4241d66b.iframe.bundle.js +0 -1
@@ -46,71 +46,67 @@
46
46
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
47
47
  -->
48
48
  <!-- Title: dependencies Pages: 1 -->
49
- <svg width="686pt" height="396pt"
50
- viewBox="0.00 0.00 686.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
49
+ <svg width="870pt" height="396pt"
50
+ viewBox="0.00 0.00 870.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
51
51
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
52
52
  <title>dependencies</title>
53
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 682,-391.59 682,4 -4,4"/>
54
- <text text-anchor="start" x="318.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
- <polygon fill="#ffffb3" stroke="transparent" points="105,-10 105,-30 125,-30 125,-10 105,-10"/>
56
- <text text-anchor="start" x="128.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
- <polygon fill="#8dd3c7" stroke="transparent" points="218,-10 218,-30 238,-30 238,-10 218,-10"/>
58
- <text text-anchor="start" x="241.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
- <polygon fill="#80b1d3" stroke="transparent" points="304,-10 304,-30 324,-30 324,-10 304,-10"/>
60
- <text text-anchor="start" x="327.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
- <polygon fill="#fdb462" stroke="transparent" points="401,-10 401,-30 421,-30 421,-10 401,-10"/>
62
- <text text-anchor="start" x="424.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
- <polygon fill="#fb8072" stroke="transparent" points="497,-10 497,-30 517,-30 517,-10 497,-10"/>
64
- <text text-anchor="start" x="520.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
53
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 866,-391.59 866,4 -4,4"/>
54
+ <text text-anchor="start" x="410.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
+ <polygon fill="#ffffb3" stroke="transparent" points="197,-10 197,-30 217,-30 217,-10 197,-10"/>
56
+ <text text-anchor="start" x="220.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
+ <polygon fill="#8dd3c7" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
58
+ <text text-anchor="start" x="333.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
+ <polygon fill="#80b1d3" stroke="transparent" points="396,-10 396,-30 416,-30 416,-10 396,-10"/>
60
+ <text text-anchor="start" x="419.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
+ <polygon fill="#fdb462" stroke="transparent" points="493,-10 493,-30 513,-30 513,-10 493,-10"/>
62
+ <text text-anchor="start" x="516.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
+ <polygon fill="#fb8072" stroke="transparent" points="589,-10 589,-30 609,-30 609,-10 589,-10"/>
64
+ <text text-anchor="start" x="612.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
65
65
  <g id="clust1" class="cluster">
66
66
  <title>cluster_TimePickerModule</title>
67
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 670,-379.59 670,-70 8,-70"/>
68
- </g>
69
- <g id="clust2" class="cluster">
70
- <title>cluster_TimePickerModule_declarations</title>
71
- <polygon fill="none" stroke="black" points="290,-189.59 290,-241.59 388,-241.59 388,-189.59 290,-189.59"/>
67
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 854,-379.59 854,-70 8,-70"/>
72
68
  </g>
73
69
  <g id="clust3" class="cluster">
74
70
  <title>cluster_TimePickerModule_TimePicker_providers</title>
75
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 662,-176.59 662,-78 16,-78"/>
76
- </g>
77
- <g id="clust5" class="cluster">
78
- <title>cluster_TimePickerModule_exports</title>
79
- <polygon fill="none" stroke="black" points="216,-319.59 216,-371.59 316,-371.59 316,-319.59 216,-319.59"/>
71
+ <polygon fill="none" stroke="black" points="200,-78 200,-241.59 846,-241.59 846,-78 200,-78"/>
80
72
  </g>
81
73
  <g id="clust4" class="cluster">
82
74
  <title>cluster_TimePickerModule_imports</title>
83
- <polygon fill="none" stroke="black" points="106,-189.59 106,-241.59 282,-241.59 282,-189.59 106,-189.59"/>
75
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 192,-241.59 192,-189.59 16,-189.59"/>
76
+ </g>
77
+ <g id="clust5" class="cluster">
78
+ <title>cluster_TimePickerModule_exports</title>
79
+ <polygon fill="none" stroke="black" points="195,-319.59 195,-371.59 295,-371.59 295,-319.59 195,-319.59"/>
84
80
  </g>
85
81
  <!-- TimePicker -->
86
82
  <g id="node1" class="node">
87
83
  <title>TimePicker</title>
88
- <polygon fill="#ffffb3" stroke="black" points="379.81,-233.59 298.19,-233.59 298.19,-197.59 379.81,-197.59 379.81,-233.59"/>
89
- <text text-anchor="middle" x="339" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
84
+ <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"/>
85
+ <text text-anchor="middle" x="386" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
90
86
  </g>
91
87
  <!-- TimePickerModule -->
92
88
  <g id="node2" class="node">
93
89
  <title>TimePickerModule</title>
94
- <polygon fill="#8dd3c7" stroke="black" points="328.36,-298.59 325.36,-302.59 304.36,-302.59 301.36,-298.59 203.64,-298.59 203.64,-262.59 328.36,-262.59 328.36,-298.59"/>
95
- <text text-anchor="middle" x="266" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
90
+ <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"/>
91
+ <text text-anchor="middle" x="245" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
96
92
  </g>
97
93
  <!-- TimePicker&#45;&gt;TimePickerModule -->
98
94
  <g id="edge1" class="edge">
99
95
  <title>TimePicker&#45;&gt;TimePickerModule</title>
100
- <path fill="none" stroke="black" d="M313.39,-233.7C313.39,-233.7 313.39,-252.58 313.39,-252.58"/>
101
- <polygon fill="black" stroke="black" points="309.89,-252.58 313.39,-262.58 316.89,-252.58 309.89,-252.58"/>
96
+ <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"/>
97
+ <polygon fill="black" stroke="black" points="317.67,-277.09 307.67,-280.59 317.67,-284.09 317.67,-277.09"/>
102
98
  </g>
103
99
  <!-- TimePicker -->
104
100
  <g id="node5" class="node">
105
101
  <title>TimePicker </title>
106
- <polygon fill="#fb8072" stroke="black" points="308.31,-363.59 223.69,-363.59 223.69,-327.59 308.31,-327.59 308.31,-363.59"/>
107
- <text text-anchor="middle" x="266" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
102
+ <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"/>
103
+ <text text-anchor="middle" x="245" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
108
104
  </g>
109
105
  <!-- TimePickerModule&#45;&gt;TimePicker -->
110
106
  <g id="edge4" class="edge">
111
107
  <title>TimePickerModule&#45;&gt;TimePicker </title>
112
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M266,-298.7C266,-298.7 266,-317.58 266,-317.58"/>
113
- <polygon fill="black" stroke="black" points="262.5,-317.58 266,-327.58 269.5,-317.58 262.5,-317.58"/>
108
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M245,-298.7C245,-298.7 245,-317.58 245,-317.58"/>
109
+ <polygon fill="black" stroke="black" points="241.5,-317.58 245,-327.58 248.5,-317.58 241.5,-317.58"/>
114
110
  </g>
115
111
  <!-- {
116
112
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
@@ -119,10 +115,10 @@
119
115
  <title>{
120
116
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
121
117
  }</title>
122
- <ellipse fill="#fdb462" stroke="black" cx="339" cy="-127.3" rx="314.66" ry="41.09"/>
123
- <text text-anchor="middle" x="339" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
124
- <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>
125
- <text text-anchor="middle" x="339" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
118
+ <ellipse fill="#fdb462" stroke="black" cx="523" cy="-127.3" rx="314.66" ry="41.09"/>
119
+ <text text-anchor="middle" x="523" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
120
+ <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>
121
+ <text text-anchor="middle" x="523" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
126
122
  </g>
127
123
  <!-- {
128
124
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
@@ -131,20 +127,20 @@
131
127
  <title>{
132
128
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
133
129
  }&#45;&gt;TimePicker</title>
134
- <path fill="none" stroke="black" d="M339,-168.6C339,-168.6 339,-187.26 339,-187.26"/>
135
- <polygon fill="black" stroke="black" points="335.5,-187.26 339,-197.26 342.5,-187.26 335.5,-187.26"/>
130
+ <path fill="none" stroke="black" d="M386,-164.48C386,-164.48 386,-187.22 386,-187.22"/>
131
+ <polygon fill="black" stroke="black" points="382.5,-187.22 386,-197.22 389.5,-187.22 382.5,-187.22"/>
136
132
  </g>
137
133
  <!-- TimePickerSelectModule -->
138
134
  <g id="node4" class="node">
139
135
  <title>TimePickerSelectModule</title>
140
- <polygon fill="#8dd3c7" stroke="black" points="273.57,-233.59 270.57,-237.59 249.57,-237.59 246.57,-233.59 114.43,-233.59 114.43,-197.59 273.57,-197.59 273.57,-233.59"/>
141
- <text text-anchor="middle" x="194" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
136
+ <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"/>
137
+ <text text-anchor="middle" x="104" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
142
138
  </g>
143
139
  <!-- TimePickerSelectModule&#45;&gt;TimePickerModule -->
144
140
  <g id="edge3" class="edge">
145
141
  <title>TimePickerSelectModule&#45;&gt;TimePickerModule</title>
146
- <path fill="none" stroke="black" d="M238.55,-233.7C238.55,-233.7 238.55,-252.58 238.55,-252.58"/>
147
- <polygon fill="black" stroke="black" points="235.05,-252.58 238.55,-262.58 242.05,-252.58 235.05,-252.58"/>
142
+ <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"/>
143
+ <polygon fill="black" stroke="black" points="192.48,-252.48 195.98,-262.48 199.48,-252.48 192.48,-252.48"/>
148
144
  </g>
149
145
  </g>
150
146
  </svg>
@@ -24,22 +24,22 @@
24
24
  <title>cluster_TimePickerSelectModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust4" class="cluster">
28
- <title>cluster_TimePickerSelectModule_imports</title>
29
- <polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
30
- </g>
31
- <g id="clust5" class="cluster">
32
- <title>cluster_TimePickerSelectModule_exports</title>
33
- <polygon fill="none" stroke="black" points="424,-319.59 424,-371.59 560,-371.59 560,-319.59 424,-319.59"/>
34
- </g>
35
27
  <g id="clust2" class="cluster">
36
28
  <title>cluster_TimePickerSelectModule_declarations</title>
37
29
  <polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
38
30
  </g>
31
+ <g id="clust4" class="cluster">
32
+ <title>cluster_TimePickerSelectModule_imports</title>
33
+ <polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
34
+ </g>
39
35
  <g id="clust3" class="cluster">
40
36
  <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
41
37
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
42
38
  </g>
39
+ <g id="clust5" class="cluster">
40
+ <title>cluster_TimePickerSelectModule_exports</title>
41
+ <polygon fill="none" stroke="black" points="424,-319.59 424,-371.59 560,-371.59 560,-319.59 424,-319.59"/>
42
+ </g>
43
43
  <!-- TimePickerSelect -->
44
44
  <g id="node1" class="node">
45
45
  <title>TimePickerSelect</title>
@@ -66,22 +66,22 @@
66
66
  <title>cluster_TimePickerSelectModule</title>
67
67
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
68
68
  </g>
69
- <g id="clust4" class="cluster">
70
- <title>cluster_TimePickerSelectModule_imports</title>
71
- <polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
72
- </g>
73
- <g id="clust5" class="cluster">
74
- <title>cluster_TimePickerSelectModule_exports</title>
75
- <polygon fill="none" stroke="black" points="424,-319.59 424,-371.59 560,-371.59 560,-319.59 424,-319.59"/>
76
- </g>
77
69
  <g id="clust2" class="cluster">
78
70
  <title>cluster_TimePickerSelectModule_declarations</title>
79
71
  <polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
80
72
  </g>
73
+ <g id="clust4" class="cluster">
74
+ <title>cluster_TimePickerSelectModule_imports</title>
75
+ <polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
76
+ </g>
81
77
  <g id="clust3" class="cluster">
82
78
  <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
83
79
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
84
80
  </g>
81
+ <g id="clust5" class="cluster">
82
+ <title>cluster_TimePickerSelectModule_exports</title>
83
+ <polygon fill="none" stroke="black" points="424,-319.59 424,-371.59 560,-371.59 560,-319.59 424,-319.59"/>
84
+ </g>
85
85
  <!-- TimePickerSelect -->
86
86
  <g id="node1" class="node">
87
87
  <title>TimePickerSelect</title>
@@ -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"/>
26
- </g>
27
- <g id="clust5" class="cluster">
28
- <title>cluster_ToggleModule_exports</title>
29
- <polygon fill="none" stroke="black" points="234,-319.59 234,-371.59 310,-371.59 310,-319.59 234,-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"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 742,-379.59 742,-70 8,-70"/>
34
26
  </g>
35
27
  <g id="clust3" class="cluster">
36
28
  <title>cluster_ToggleModule_Toggle_providers</title>
37
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
29
+ <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
30
+ </g>
31
+ <g id="clust5" class="cluster">
32
+ <title>cluster_ToggleModule_exports</title>
33
+ <polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
38
34
  </g>
39
35
  <g id="clust4" class="cluster">
40
36
  <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"/>
37
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.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="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>
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="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"/>
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="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>
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="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"/>
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="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>
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="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"/>
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>
@@ -46,71 +46,67 @@
46
46
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
47
47
  -->
48
48
  <!-- Title: dependencies Pages: 1 -->
49
- <svg width="648pt" height="396pt"
50
- viewBox="0.00 0.00 648.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
49
+ <svg width="758pt" height="396pt"
50
+ viewBox="0.00 0.00 758.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
51
51
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
52
52
  <title>dependencies</title>
53
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 644,-391.59 644,4 -4,4"/>
54
- <text text-anchor="start" x="299.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
- <polygon fill="#ffffb3" stroke="transparent" points="86,-10 86,-30 106,-30 106,-10 86,-10"/>
56
- <text text-anchor="start" x="109.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
- <polygon fill="#8dd3c7" stroke="transparent" points="199,-10 199,-30 219,-30 219,-10 199,-10"/>
58
- <text text-anchor="start" x="222.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
- <polygon fill="#80b1d3" stroke="transparent" points="285,-10 285,-30 305,-30 305,-10 285,-10"/>
60
- <text text-anchor="start" x="308.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
- <polygon fill="#fdb462" stroke="transparent" points="382,-10 382,-30 402,-30 402,-10 382,-10"/>
62
- <text text-anchor="start" x="405.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
- <polygon fill="#fb8072" stroke="transparent" points="478,-10 478,-30 498,-30 498,-10 478,-10"/>
64
- <text text-anchor="start" x="501.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
53
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 754,-391.59 754,4 -4,4"/>
54
+ <text text-anchor="start" x="354.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
+ <polygon fill="#ffffb3" stroke="transparent" points="141,-10 141,-30 161,-30 161,-10 141,-10"/>
56
+ <text text-anchor="start" x="164.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
+ <polygon fill="#8dd3c7" stroke="transparent" points="254,-10 254,-30 274,-30 274,-10 254,-10"/>
58
+ <text text-anchor="start" x="277.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
+ <polygon fill="#80b1d3" stroke="transparent" points="340,-10 340,-30 360,-30 360,-10 340,-10"/>
60
+ <text text-anchor="start" x="363.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
+ <polygon fill="#fdb462" stroke="transparent" points="437,-10 437,-30 457,-30 457,-10 437,-10"/>
62
+ <text text-anchor="start" x="460.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
+ <polygon fill="#fb8072" stroke="transparent" points="533,-10 533,-30 553,-30 553,-10 533,-10"/>
64
+ <text text-anchor="start" x="556.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
65
65
  <g id="clust1" class="cluster">
66
66
  <title>cluster_ToggleModule</title>
67
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 632,-379.59 632,-70 8,-70"/>
68
- </g>
69
- <g id="clust5" class="cluster">
70
- <title>cluster_ToggleModule_exports</title>
71
- <polygon fill="none" stroke="black" points="234,-319.59 234,-371.59 310,-371.59 310,-319.59 234,-319.59"/>
72
- </g>
73
- <g id="clust2" class="cluster">
74
- <title>cluster_ToggleModule_declarations</title>
75
- <polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
67
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 742,-379.59 742,-70 8,-70"/>
76
68
  </g>
77
69
  <g id="clust3" class="cluster">
78
70
  <title>cluster_ToggleModule_Toggle_providers</title>
79
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
71
+ <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
72
+ </g>
73
+ <g id="clust5" class="cluster">
74
+ <title>cluster_ToggleModule_exports</title>
75
+ <polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
80
76
  </g>
81
77
  <g id="clust4" class="cluster">
82
78
  <title>cluster_ToggleModule_imports</title>
83
- <polygon fill="none" stroke="black" points="174,-189.59 174,-241.59 276,-241.59 276,-189.59 174,-189.59"/>
79
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
84
80
  </g>
85
81
  <!-- Toggle -->
86
82
  <g id="node1" class="node">
87
83
  <title>Toggle</title>
88
- <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"/>
89
- <text text-anchor="middle" x="320" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
84
+ <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"/>
85
+ <text text-anchor="middle" x="296" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
90
86
  </g>
91
87
  <!-- ToggleModule -->
92
88
  <g id="node2" class="node">
93
89
  <title>ToggleModule</title>
94
- <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"/>
95
- <text text-anchor="middle" x="272" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
90
+ <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"/>
91
+ <text text-anchor="middle" x="181" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
96
92
  </g>
97
93
  <!-- Toggle&#45;&gt;ToggleModule -->
98
94
  <g id="edge1" class="edge">
99
95
  <title>Toggle&#45;&gt;ToggleModule</title>
100
- <path fill="none" stroke="black" d="M306.89,-233.7C306.89,-233.7 306.89,-252.58 306.89,-252.58"/>
101
- <polygon fill="black" stroke="black" points="303.39,-252.58 306.89,-262.58 310.39,-252.58 303.39,-252.58"/>
96
+ <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"/>
97
+ <polygon fill="black" stroke="black" points="240.77,-277.09 230.77,-280.59 240.77,-284.09 240.77,-277.09"/>
102
98
  </g>
103
99
  <!-- Toggle -->
104
100
  <g id="node5" class="node">
105
101
  <title>Toggle </title>
106
- <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"/>
107
- <text text-anchor="middle" x="272" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
102
+ <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"/>
103
+ <text text-anchor="middle" x="181" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
108
104
  </g>
109
105
  <!-- ToggleModule&#45;&gt;Toggle -->
110
106
  <g id="edge4" class="edge">
111
107
  <title>ToggleModule&#45;&gt;Toggle </title>
112
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M272,-298.7C272,-298.7 272,-317.58 272,-317.58"/>
113
- <polygon fill="black" stroke="black" points="268.5,-317.58 272,-327.58 275.5,-317.58 268.5,-317.58"/>
108
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M181,-298.7C181,-298.7 181,-317.58 181,-317.58"/>
109
+ <polygon fill="black" stroke="black" points="177.5,-317.58 181,-327.58 184.5,-317.58 177.5,-317.58"/>
114
110
  </g>
115
111
  <!-- {
116
112
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -119,10 +115,10 @@
119
115
  <title>{
120
116
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
121
117
  }</title>
122
- <ellipse fill="#fdb462" stroke="black" cx="320" cy="-127.3" rx="296.38" ry="41.09"/>
123
- <text text-anchor="middle" x="320" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
124
- <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>
125
- <text text-anchor="middle" x="320" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
118
+ <ellipse fill="#fdb462" stroke="black" cx="430" cy="-127.3" rx="296.38" ry="41.09"/>
119
+ <text text-anchor="middle" x="430" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
120
+ <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>
121
+ <text text-anchor="middle" x="430" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
126
122
  </g>
127
123
  <!-- {
128
124
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -131,20 +127,20 @@
131
127
  <title>{
132
128
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
133
129
  }&#45;&gt;Toggle</title>
134
- <path fill="none" stroke="black" d="M320,-168.6C320,-168.6 320,-187.26 320,-187.26"/>
135
- <polygon fill="black" stroke="black" points="316.5,-187.26 320,-197.26 323.5,-187.26 316.5,-187.26"/>
130
+ <path fill="none" stroke="black" d="M296,-164.23C296,-164.23 296,-187.58 296,-187.58"/>
131
+ <polygon fill="black" stroke="black" points="292.5,-187.58 296,-197.58 299.5,-187.58 292.5,-187.58"/>
136
132
  </g>
137
133
  <!-- I18nModule -->
138
134
  <g id="node4" class="node">
139
135
  <title>I18nModule</title>
140
- <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"/>
141
- <text text-anchor="middle" x="225" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
136
+ <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"/>
137
+ <text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
142
138
  </g>
143
139
  <!-- I18nModule&#45;&gt;ToggleModule -->
144
140
  <g id="edge3" class="edge">
145
141
  <title>I18nModule&#45;&gt;ToggleModule</title>
146
- <path fill="none" stroke="black" d="M245,-233.7C245,-233.7 245,-252.58 245,-252.58"/>
147
- <polygon fill="black" stroke="black" points="241.5,-252.58 245,-262.58 248.5,-252.58 241.5,-252.58"/>
142
+ <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"/>
143
+ <polygon fill="black" stroke="black" points="121.33,-284.09 131.33,-280.59 121.33,-277.09 121.33,-284.09"/>
148
144
  </g>
149
145
  </g>
150
146
  </svg>