carbon-components-angular 5.22.1 → 5.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/docs/documentation/components/PopoverContent.html +215 -11
  2. package/docs/documentation/components/Toggletip.html +842 -459
  3. package/docs/documentation/components/Tooltip.html +1056 -606
  4. package/docs/documentation/components/TooltipDefinition.html +977 -538
  5. package/docs/documentation/coverage.html +20 -20
  6. package/docs/documentation/dependencies.html +3 -1
  7. package/docs/documentation/directives/PopoverContainer.html +1017 -636
  8. package/docs/documentation/images/coverage-badge-documentation.svg +1 -1
  9. package/docs/documentation/js/search/search_index.js +2 -2
  10. package/docs/documentation/miscellaneous/typealiases.html +21 -0
  11. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  12. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  13. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  14. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  15. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +7 -7
  16. package/docs/documentation/modules/DatePickerInputModule.html +7 -7
  17. package/docs/documentation/modules/DatePickerModule/dependencies.svg +57 -53
  18. package/docs/documentation/modules/DatePickerModule.html +57 -53
  19. package/docs/documentation/modules/DialogModule/dependencies.svg +34 -34
  20. package/docs/documentation/modules/DialogModule.html +34 -34
  21. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  22. package/docs/documentation/modules/GridModule.html +60 -60
  23. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  24. package/docs/documentation/modules/LoadingModule.html +4 -4
  25. package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
  26. package/docs/documentation/modules/NFormsModule.html +4 -4
  27. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  28. package/docs/documentation/modules/NumberModule.html +4 -4
  29. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  30. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  31. package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
  32. package/docs/documentation/modules/RadioModule.html +4 -4
  33. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  34. package/docs/documentation/modules/SearchModule.html +4 -4
  35. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  36. package/docs/documentation/modules/SelectModule.html +58 -58
  37. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  38. package/docs/documentation/modules/SliderModule.html +4 -4
  39. package/docs/documentation/modules/StructuredListModule/dependencies.svg +66 -66
  40. package/docs/documentation/modules/StructuredListModule.html +66 -66
  41. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  42. package/docs/documentation/modules/TabsModule.html +69 -69
  43. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  44. package/docs/documentation/modules/TagModule.html +4 -4
  45. package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
  46. package/docs/documentation/modules/ThemeModule.html +13 -13
  47. package/docs/documentation/modules/TimePickerModule/dependencies.svg +4 -4
  48. package/docs/documentation/modules/TimePickerModule.html +4 -4
  49. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
  50. package/docs/documentation/modules/TimePickerSelectModule.html +45 -49
  51. package/docs/documentation/modules/ToggleModule/dependencies.svg +44 -40
  52. package/docs/documentation/modules/ToggleModule.html +44 -40
  53. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  54. package/docs/documentation/modules/ToggletipModule.html +4 -4
  55. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  56. package/docs/documentation/modules/TooltipModule.html +4 -4
  57. package/docs/documentation.json +1583 -809
  58. package/docs/storybook/1562.1e6a79b6.iframe.bundle.js +1 -0
  59. package/docs/storybook/4578.0721a3f2.iframe.bundle.js +1 -0
  60. package/docs/storybook/iframe.html +2 -2
  61. package/docs/storybook/index.json +1 -1
  62. package/docs/storybook/main.058586e7.iframe.bundle.js +1 -0
  63. package/docs/storybook/main.css +1156 -571
  64. package/docs/storybook/popover-popover-stories.a91784a3.iframe.bundle.js +1 -0
  65. package/docs/storybook/project.json +1 -1
  66. package/docs/storybook/runtime~main.e62f61de.iframe.bundle.js +1 -0
  67. package/docs/storybook/stories.json +1 -1
  68. package/docs/storybook/toggletip-toggletip-stories.7265233d.iframe.bundle.js +1 -0
  69. package/docs/storybook/tooltip-definition-tooptip-stories.af07fda0.iframe.bundle.js +1 -0
  70. package/docs/storybook/tooltip-tooltip-stories.18664f1b.iframe.bundle.js +1 -0
  71. package/esm2020/popover/popover-content.component.mjs +33 -13
  72. package/esm2020/popover/popover.directive.mjs +215 -96
  73. package/esm2020/toggletip/toggletip.component.mjs +8 -6
  74. package/esm2020/tooltip/definition-tooptip.component.mjs +14 -15
  75. package/esm2020/tooltip/tooltip.component.mjs +13 -8
  76. package/fesm2015/carbon-components-angular-popover.mjs +247 -107
  77. package/fesm2015/carbon-components-angular-popover.mjs.map +1 -1
  78. package/fesm2015/carbon-components-angular-toggletip.mjs +7 -5
  79. package/fesm2015/carbon-components-angular-toggletip.mjs.map +1 -1
  80. package/fesm2015/carbon-components-angular-tooltip.mjs +25 -21
  81. package/fesm2015/carbon-components-angular-tooltip.mjs.map +1 -1
  82. package/fesm2020/carbon-components-angular-popover.mjs +246 -107
  83. package/fesm2020/carbon-components-angular-popover.mjs.map +1 -1
  84. package/fesm2020/carbon-components-angular-toggletip.mjs +7 -5
  85. package/fesm2020/carbon-components-angular-toggletip.mjs.map +1 -1
  86. package/fesm2020/carbon-components-angular-tooltip.mjs +25 -21
  87. package/fesm2020/carbon-components-angular-tooltip.mjs.map +1 -1
  88. package/package.json +3 -2
  89. package/popover/popover-content.component.d.ts +7 -1
  90. package/popover/popover.directive.d.ts +74 -29
  91. package/toggletip/toggletip.component.d.ts +6 -5
  92. package/tooltip/definition-tooptip.component.d.ts +7 -8
  93. package/tooltip/tooltip.component.d.ts +6 -3
  94. package/docs/storybook/4578.93dc52a7.iframe.bundle.js +0 -1
  95. package/docs/storybook/main.f61a9bb7.iframe.bundle.js +0 -1
  96. package/docs/storybook/popover-popover-stories.cc1684df.iframe.bundle.js +0 -1
  97. package/docs/storybook/runtime~main.6a22a4e9.iframe.bundle.js +0 -1
  98. package/docs/storybook/toggletip-toggletip-stories.22e37008.iframe.bundle.js +0 -1
  99. package/docs/storybook/tooltip-definition-tooptip-stories.2e1a211c.iframe.bundle.js +0 -1
  100. package/docs/storybook/tooltip-tooltip-stories.6a4a1383.iframe.bundle.js +0 -1
@@ -46,67 +46,71 @@
46
46
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
47
47
  -->
48
48
  <!-- Title: dependencies Pages: 1 -->
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">
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">
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 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>
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>
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 742,-379.59 742,-70 8,-70"/>
67
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 632,-379.59 632,-70 8,-70"/>
68
68
  </g>
69
- <g id="clust3" class="cluster">
70
- <title>cluster_ToggleModule_Toggle_providers</title>
71
- <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
69
+ <g id="clust2" class="cluster">
70
+ <title>cluster_ToggleModule_declarations</title>
71
+ <polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
72
72
  </g>
73
73
  <g id="clust4" class="cluster">
74
74
  <title>cluster_ToggleModule_imports</title>
75
- <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
75
+ <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 466,-241.59 466,-189.59 364,-189.59"/>
76
+ </g>
77
+ <g id="clust3" class="cluster">
78
+ <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"/>
76
80
  </g>
77
81
  <g id="clust5" class="cluster">
78
82
  <title>cluster_ToggleModule_exports</title>
79
- <polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
83
+ <polygon fill="none" stroke="black" points="329,-319.59 329,-371.59 405,-371.59 405,-319.59 329,-319.59"/>
80
84
  </g>
81
85
  <!-- Toggle -->
82
86
  <g id="node1" class="node">
83
87
  <title>Toggle</title>
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>
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>
86
90
  </g>
87
91
  <!-- ToggleModule -->
88
92
  <g id="node2" class="node">
89
93
  <title>ToggleModule</title>
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>
94
+ <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"/>
95
+ <text text-anchor="middle" x="367" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
92
96
  </g>
93
97
  <!-- Toggle&#45;&gt;ToggleModule -->
94
98
  <g id="edge1" class="edge">
95
99
  <title>Toggle&#45;&gt;ToggleModule</title>
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"/>
100
+ <path fill="none" stroke="black" d="M332.61,-233.7C332.61,-233.7 332.61,-252.58 332.61,-252.58"/>
101
+ <polygon fill="black" stroke="black" points="329.11,-252.58 332.61,-262.58 336.11,-252.58 329.11,-252.58"/>
98
102
  </g>
99
103
  <!-- Toggle -->
100
104
  <g id="node5" class="node">
101
105
  <title>Toggle </title>
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>
106
+ <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"/>
107
+ <text text-anchor="middle" x="367" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
104
108
  </g>
105
109
  <!-- ToggleModule&#45;&gt;Toggle -->
106
110
  <g id="edge4" class="edge">
107
111
  <title>ToggleModule&#45;&gt;Toggle </title>
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"/>
112
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M367,-298.7C367,-298.7 367,-317.58 367,-317.58"/>
113
+ <polygon fill="black" stroke="black" points="363.5,-317.58 367,-327.58 370.5,-317.58 363.5,-317.58"/>
110
114
  </g>
111
115
  <!-- {
112
116
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -115,10 +119,10 @@
115
119
  <title>{
116
120
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
117
121
  }</title>
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>
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>
122
126
  </g>
123
127
  <!-- {
124
128
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
@@ -127,20 +131,20 @@
127
131
  <title>{
128
132
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
129
133
  }&#45;&gt;Toggle</title>
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"/>
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"/>
132
136
  </g>
133
137
  <!-- I18nModule -->
134
138
  <g id="node4" class="node">
135
139
  <title>I18nModule</title>
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>
140
+ <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"/>
141
+ <text text-anchor="middle" x="415" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
138
142
  </g>
139
143
  <!-- I18nModule&#45;&gt;ToggleModule -->
140
144
  <g id="edge3" class="edge">
141
145
  <title>I18nModule&#45;&gt;ToggleModule</title>
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"/>
146
+ <path fill="none" stroke="black" d="M394.5,-233.7C394.5,-233.7 394.5,-252.58 394.5,-252.58"/>
147
+ <polygon fill="black" stroke="black" points="391,-252.58 394.5,-262.58 398,-252.58 391,-252.58"/>
144
148
  </g>
145
149
  </g>
146
150
  </svg>
@@ -24,6 +24,10 @@
24
24
  <title>cluster_ToggletipModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 747,-268 747,-70 8,-70"/>
26
26
  </g>
27
+ <g id="clust9" class="cluster">
28
+ <title>cluster_ToggletipModule_exports</title>
29
+ <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
30
+ </g>
27
31
  <g id="clust8" class="cluster">
28
32
  <title>cluster_ToggletipModule_imports</title>
29
33
  <polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
@@ -32,10 +36,6 @@
32
36
  <title>cluster_ToggletipModule_declarations</title>
33
37
  <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
34
38
  </g>
35
- <g id="clust9" class="cluster">
36
- <title>cluster_ToggletipModule_exports</title>
37
- <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
38
- </g>
39
39
  <!-- Toggletip -->
40
40
  <g id="node1" class="node">
41
41
  <title>Toggletip</title>
@@ -66,6 +66,10 @@
66
66
  <title>cluster_ToggletipModule</title>
67
67
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 747,-268 747,-70 8,-70"/>
68
68
  </g>
69
+ <g id="clust9" class="cluster">
70
+ <title>cluster_ToggletipModule_exports</title>
71
+ <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
72
+ </g>
69
73
  <g id="clust8" class="cluster">
70
74
  <title>cluster_ToggletipModule_imports</title>
71
75
  <polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
@@ -74,10 +78,6 @@
74
78
  <title>cluster_ToggletipModule_declarations</title>
75
79
  <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
76
80
  </g>
77
- <g id="clust9" class="cluster">
78
- <title>cluster_ToggletipModule_exports</title>
79
- <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
80
- </g>
81
81
  <!-- Toggletip -->
82
82
  <g id="node1" class="node">
83
83
  <title>Toggletip</title>
@@ -24,14 +24,14 @@
24
24
  <title>cluster_TooltipModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="72,-70 72,-268 424,-268 424,-70 72,-70"/>
26
26
  </g>
27
- <g id="clust6" class="cluster">
28
- <title>cluster_TooltipModule_exports</title>
29
- <polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
30
- </g>
31
27
  <g id="clust5" class="cluster">
32
28
  <title>cluster_TooltipModule_imports</title>
33
29
  <polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
34
30
  </g>
31
+ <g id="clust6" class="cluster">
32
+ <title>cluster_TooltipModule_exports</title>
33
+ <polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
34
+ </g>
35
35
  <g id="clust2" class="cluster">
36
36
  <title>cluster_TooltipModule_declarations</title>
37
37
  <polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
@@ -66,14 +66,14 @@
66
66
  <title>cluster_TooltipModule</title>
67
67
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="72,-70 72,-268 424,-268 424,-70 72,-70"/>
68
68
  </g>
69
- <g id="clust6" class="cluster">
70
- <title>cluster_TooltipModule_exports</title>
71
- <polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
72
- </g>
73
69
  <g id="clust5" class="cluster">
74
70
  <title>cluster_TooltipModule_imports</title>
75
71
  <polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
76
72
  </g>
73
+ <g id="clust6" class="cluster">
74
+ <title>cluster_TooltipModule_exports</title>
75
+ <polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
76
+ </g>
77
77
  <g id="clust2" class="cluster">
78
78
  <title>cluster_TooltipModule_declarations</title>
79
79
  <polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>