carbon-components-angular 5.12.4 → 5.13.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 (89) hide show
  1. package/README.md +2 -0
  2. package/docs/documentation/classes/NumberChange.html +1 -1
  3. package/docs/documentation/classes/TableHeaderItem.html +124 -124
  4. package/docs/documentation/classes/TableModel.html +253 -86
  5. package/docs/documentation/components/Checkbox.html +45 -52
  6. package/docs/documentation/components/NumberComponent.html +3 -3
  7. package/docs/documentation/components/Table.html +21 -24
  8. package/docs/documentation/components/TextareaLabelComponent.html +5 -5
  9. package/docs/documentation/components/Toggle.html +24 -29
  10. package/docs/documentation/coverage.html +6 -6
  11. package/docs/documentation/index.html +12 -0
  12. package/docs/documentation/js/search/search_index.js +2 -2
  13. package/docs/documentation/miscellaneous/typealiases.html +21 -0
  14. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  15. package/docs/documentation/modules/CodeSnippetModule.html +4 -4
  16. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -42
  17. package/docs/documentation/modules/DatePickerInputModule.html +38 -42
  18. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/FileUploaderModule.html +4 -4
  20. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/NumberModule.html +4 -4
  22. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  23. package/docs/documentation/modules/PanelModule.html +36 -36
  24. package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
  25. package/docs/documentation/modules/RadioModule.html +49 -49
  26. package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
  27. package/docs/documentation/modules/SelectModule.html +43 -43
  28. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/SliderModule.html +4 -4
  30. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  31. package/docs/documentation/modules/TableModule.html +216 -216
  32. package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
  33. package/docs/documentation/modules/TabsModule.html +4 -4
  34. package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
  35. package/docs/documentation/modules/TagModule.html +29 -29
  36. package/docs/documentation/modules/TilesModule/dependencies.svg +102 -102
  37. package/docs/documentation/modules/TilesModule.html +102 -102
  38. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
  39. package/docs/documentation/modules/TimePickerSelectModule.html +45 -49
  40. package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
  41. package/docs/documentation/modules/ToggleModule.html +4 -4
  42. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  43. package/docs/documentation/modules/ToggletipModule.html +4 -4
  44. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  45. package/docs/documentation/modules/TooltipModule.html +4 -4
  46. package/docs/documentation.json +422 -308
  47. package/docs/storybook/1895.a7b85b78.iframe.bundle.js +1 -0
  48. package/docs/storybook/5868.9c8a5d5f.iframe.bundle.js +1 -0
  49. package/docs/storybook/{7153.91b7684a.iframe.bundle.js → 7153.81ca3a2c.iframe.bundle.js} +1 -1
  50. package/docs/storybook/checkbox-checkbox-stories.74791354.iframe.bundle.js +1 -0
  51. package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.15eb7f8e.iframe.bundle.js +1 -0
  52. package/docs/storybook/iframe.html +2 -2
  53. package/docs/storybook/main.43c62519.iframe.bundle.js +1 -0
  54. package/docs/storybook/number-input-number-stories.8828b5f1.iframe.bundle.js +1 -0
  55. package/docs/storybook/project.json +1 -1
  56. package/docs/storybook/{runtime~main.84b152cd.iframe.bundle.js → runtime~main.c4aa93fd.iframe.bundle.js} +1 -1
  57. package/docs/storybook/toggle-toggle-stories.758276ec.iframe.bundle.js +1 -0
  58. package/esm2020/checkbox/checkbox.component.mjs +1 -3
  59. package/esm2020/input/textarea-label.component.mjs +5 -5
  60. package/esm2020/number-input/number.component.mjs +3 -3
  61. package/esm2020/table/table-header-item.class.mjs +6 -11
  62. package/esm2020/table/table-model.class.mjs +55 -4
  63. package/esm2020/table/table.component.mjs +2 -5
  64. package/fesm2015/carbon-components-angular-checkbox.mjs +0 -2
  65. package/fesm2015/carbon-components-angular-checkbox.mjs.map +1 -1
  66. package/fesm2015/carbon-components-angular-input.mjs +4 -4
  67. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-number-input.mjs +2 -2
  69. package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
  70. package/fesm2015/carbon-components-angular-table.mjs +60 -17
  71. package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
  72. package/fesm2020/carbon-components-angular-checkbox.mjs +0 -2
  73. package/fesm2020/carbon-components-angular-checkbox.mjs.map +1 -1
  74. package/fesm2020/carbon-components-angular-input.mjs +4 -4
  75. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  76. package/fesm2020/carbon-components-angular-number-input.mjs +2 -2
  77. package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
  78. package/fesm2020/carbon-components-angular-table.mjs +60 -17
  79. package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
  80. package/package.json +1 -1
  81. package/table/table-header-item.class.d.ts +16 -20
  82. package/table/table-model.class.d.ts +9 -0
  83. package/docs/storybook/1895.f908bfb8.iframe.bundle.js +0 -1
  84. package/docs/storybook/5868.140403a3.iframe.bundle.js +0 -1
  85. package/docs/storybook/checkbox-checkbox-stories.9fdbae41.iframe.bundle.js +0 -1
  86. package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.ae41f3c6.iframe.bundle.js +0 -1
  87. package/docs/storybook/main.8d868a96.iframe.bundle.js +0 -1
  88. package/docs/storybook/number-input-number-stories.0bc36a19.iframe.bundle.js +0 -1
  89. package/docs/storybook/toggle-toggle-stories.3f40e3b9.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="734pt" height="396pt"
50
- viewBox="0.00 0.00 734.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
49
+ <svg width="954pt" height="396pt"
50
+ viewBox="0.00 0.00 954.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 730,-391.59 730,4 -4,4"/>
54
- <text text-anchor="start" x="342.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
- <polygon fill="#ffffb3" stroke="transparent" points="129,-10 129,-30 149,-30 149,-10 129,-10"/>
56
- <text text-anchor="start" x="152.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
- <polygon fill="#8dd3c7" stroke="transparent" points="242,-10 242,-30 262,-30 262,-10 242,-10"/>
58
- <text text-anchor="start" x="265.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
- <polygon fill="#80b1d3" stroke="transparent" points="328,-10 328,-30 348,-30 348,-10 328,-10"/>
60
- <text text-anchor="start" x="351.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
- <polygon fill="#fdb462" stroke="transparent" points="425,-10 425,-30 445,-30 445,-10 425,-10"/>
62
- <text text-anchor="start" x="448.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
- <polygon fill="#fb8072" stroke="transparent" points="521,-10 521,-30 541,-30 541,-10 521,-10"/>
64
- <text text-anchor="start" x="544.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 950,-391.59 950,4 -4,4"/>
54
+ <text text-anchor="start" x="452.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
+ <polygon fill="#ffffb3" stroke="transparent" points="239,-10 239,-30 259,-30 259,-10 239,-10"/>
56
+ <text text-anchor="start" x="262.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
+ <polygon fill="#8dd3c7" stroke="transparent" points="352,-10 352,-30 372,-30 372,-10 352,-10"/>
58
+ <text text-anchor="start" x="375.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
+ <polygon fill="#80b1d3" stroke="transparent" points="438,-10 438,-30 458,-30 458,-10 438,-10"/>
60
+ <text text-anchor="start" x="461.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
+ <polygon fill="#fdb462" stroke="transparent" points="535,-10 535,-30 555,-30 555,-10 535,-10"/>
62
+ <text text-anchor="start" x="558.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
+ <polygon fill="#fb8072" stroke="transparent" points="631,-10 631,-30 651,-30 651,-10 631,-10"/>
64
+ <text text-anchor="start" x="654.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_TimePickerSelectModule</title>
67
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
68
- </g>
69
- <g id="clust2" class="cluster">
70
- <title>cluster_TimePickerSelectModule_declarations</title>
71
- <polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
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"/>
67
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 938,-379.59 938,-70 8,-70"/>
76
68
  </g>
77
69
  <g id="clust3" class="cluster">
78
70
  <title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
79
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
71
+ <polygon fill="none" stroke="black" points="236,-78 236,-241.59 930,-241.59 930,-78 236,-78"/>
80
72
  </g>
81
73
  <g id="clust5" class="cluster">
82
74
  <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"/>
75
+ <polygon fill="none" stroke="black" points="110,-319.59 110,-371.59 246,-371.59 246,-319.59 110,-319.59"/>
76
+ </g>
77
+ <g id="clust4" class="cluster">
78
+ <title>cluster_TimePickerSelectModule_imports</title>
79
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 228,-241.59 228,-189.59 16,-189.59"/>
84
80
  </g>
85
81
  <!-- TimePickerSelect -->
86
82
  <g id="node1" class="node">
87
83
  <title>TimePickerSelect</title>
88
- <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"/>
89
- <text text-anchor="middle" x="363" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelect</text>
84
+ <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"/>
85
+ <text text-anchor="middle" x="442" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelect</text>
90
86
  </g>
91
87
  <!-- TimePickerSelectModule -->
92
88
  <g id="node2" class="node">
93
89
  <title>TimePickerSelectModule</title>
94
- <polygon fill="#8dd3c7" stroke="black" points="571.57,-298.59 568.57,-302.59 547.57,-302.59 544.57,-298.59 412.43,-298.59 412.43,-262.59 571.57,-262.59 571.57,-298.59"/>
95
- <text text-anchor="middle" x="492" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
90
+ <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"/>
91
+ <text text-anchor="middle" x="178" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
96
92
  </g>
97
93
  <!-- TimePickerSelect&#45;&gt;TimePickerSelectModule -->
98
94
  <g id="edge1" class="edge">
99
95
  <title>TimePickerSelect&#45;&gt;TimePickerSelectModule</title>
100
- <path fill="none" stroke="black" d="M416.61,-233.7C416.61,-233.7 416.61,-252.58 416.61,-252.58"/>
101
- <polygon fill="black" stroke="black" points="413.11,-252.58 416.61,-262.58 420.11,-252.58 413.11,-252.58"/>
96
+ <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"/>
97
+ <polygon fill="black" stroke="black" points="247.38,-252.48 250.88,-262.48 254.38,-252.48 247.38,-252.48"/>
102
98
  </g>
103
99
  <!-- TimePickerSelect -->
104
100
  <g id="node6" class="node">
105
101
  <title>TimePickerSelect </title>
106
- <polygon fill="#fb8072" stroke="black" points="551.52,-363.59 432.48,-363.59 432.48,-327.59 551.52,-327.59 551.52,-363.59"/>
107
- <text text-anchor="middle" x="492" y="-341.39" font-family="Times,serif" font-size="14.00">TimePickerSelect </text>
102
+ <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"/>
103
+ <text text-anchor="middle" x="178" y="-341.39" font-family="Times,serif" font-size="14.00">TimePickerSelect </text>
108
104
  </g>
109
105
  <!-- TimePickerSelectModule&#45;&gt;TimePickerSelect -->
110
106
  <g id="edge5" class="edge">
111
107
  <title>TimePickerSelectModule&#45;&gt;TimePickerSelect </title>
112
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M492,-298.7C492,-298.7 492,-317.58 492,-317.58"/>
113
- <polygon fill="black" stroke="black" points="488.5,-317.58 492,-327.58 495.5,-317.58 488.5,-317.58"/>
108
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M178,-298.7C178,-298.7 178,-317.58 178,-317.58"/>
109
+ <polygon fill="black" stroke="black" points="174.5,-317.58 178,-327.58 181.5,-317.58 174.5,-317.58"/>
114
110
  </g>
115
111
  <!-- {
116
112
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
@@ -119,10 +115,10 @@
119
115
  <title>{
120
116
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
121
117
  }</title>
122
- <ellipse fill="#fdb462" stroke="black" cx="363" cy="-127.3" rx="338.54" ry="41.09"/>
123
- <text text-anchor="middle" x="363" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
124
- <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>
125
- <text text-anchor="middle" x="363" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
118
+ <ellipse fill="#fdb462" stroke="black" cx="583" cy="-127.3" rx="338.54" ry="41.09"/>
119
+ <text text-anchor="middle" x="583" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
120
+ <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>
121
+ <text text-anchor="middle" x="583" 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: TimePickerSelect, multi: true
@@ -131,32 +127,32 @@
131
127
  <title>{
132
128
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
133
129
  }&#45;&gt;TimePickerSelect</title>
134
- <path fill="none" stroke="black" d="M363,-168.6C363,-168.6 363,-187.26 363,-187.26"/>
135
- <polygon fill="black" stroke="black" points="359.5,-187.26 363,-197.26 366.5,-187.26 359.5,-187.26"/>
130
+ <path fill="none" stroke="black" d="M442,-165C442,-165 442,-187.45 442,-187.45"/>
131
+ <polygon fill="black" stroke="black" points="438.5,-187.45 442,-197.45 445.5,-187.45 438.5,-187.45"/>
136
132
  </g>
137
133
  <!-- IconModule -->
138
134
  <g id="node4" class="node">
139
135
  <title>IconModule</title>
140
- <polygon fill="#8dd3c7" stroke="black" points="641.43,-233.59 638.43,-237.59 617.43,-237.59 614.43,-233.59 556.57,-233.59 556.57,-197.59 641.43,-197.59 641.43,-233.59"/>
141
- <text text-anchor="middle" x="599" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
136
+ <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"/>
137
+ <text text-anchor="middle" x="178" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
142
138
  </g>
143
139
  <!-- IconModule&#45;&gt;TimePickerSelectModule -->
144
140
  <g id="edge3" class="edge">
145
141
  <title>IconModule&#45;&gt;TimePickerSelectModule</title>
146
- <path fill="none" stroke="black" d="M564.16,-233.7C564.16,-233.7 564.16,-252.58 564.16,-252.58"/>
147
- <polygon fill="black" stroke="black" points="560.66,-252.58 564.16,-262.58 567.66,-252.58 560.66,-252.58"/>
142
+ <path fill="none" stroke="black" d="M178,-233.7C178,-233.7 178,-252.58 178,-252.58"/>
143
+ <polygon fill="black" stroke="black" points="174.5,-252.58 178,-262.58 181.5,-252.58 174.5,-252.58"/>
148
144
  </g>
149
145
  <!-- SelectModule -->
150
146
  <g id="node5" class="node">
151
147
  <title>SelectModule</title>
152
- <polygon fill="#8dd3c7" stroke="black" points="538.76,-233.59 535.76,-237.59 514.76,-237.59 511.76,-233.59 445.24,-233.59 445.24,-197.59 538.76,-197.59 538.76,-233.59"/>
153
- <text text-anchor="middle" x="492" y="-211.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
148
+ <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"/>
149
+ <text text-anchor="middle" x="71" y="-211.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
154
150
  </g>
155
151
  <!-- SelectModule&#45;&gt;TimePickerSelectModule -->
156
152
  <g id="edge4" class="edge">
157
153
  <title>SelectModule&#45;&gt;TimePickerSelectModule</title>
158
- <path fill="none" stroke="black" d="M492,-233.7C492,-233.7 492,-252.58 492,-252.58"/>
159
- <polygon fill="black" stroke="black" points="488.5,-252.58 492,-262.58 495.5,-252.58 488.5,-252.58"/>
154
+ <path fill="none" stroke="black" d="M108.17,-233.7C108.17,-233.7 108.17,-252.58 108.17,-252.58"/>
155
+ <polygon fill="black" stroke="black" points="104.67,-252.58 108.17,-262.58 111.67,-252.58 104.67,-252.58"/>
160
156
  </g>
161
157
  </g>
162
158
  </svg>
@@ -28,14 +28,14 @@
28
28
  <title>cluster_ToggleModule_Toggle_providers</title>
29
29
  <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
30
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"/>
34
- </g>
35
31
  <g id="clust4" class="cluster">
36
32
  <title>cluster_ToggleModule_imports</title>
37
33
  <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
38
34
  </g>
35
+ <g id="clust5" class="cluster">
36
+ <title>cluster_ToggleModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
38
+ </g>
39
39
  <!-- Toggle -->
40
40
  <g id="node1" class="node">
41
41
  <title>Toggle</title>
@@ -70,14 +70,14 @@
70
70
  <title>cluster_ToggleModule_Toggle_providers</title>
71
71
  <polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
72
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"/>
76
- </g>
77
73
  <g id="clust4" class="cluster">
78
74
  <title>cluster_ToggleModule_imports</title>
79
75
  <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
80
76
  </g>
77
+ <g id="clust5" class="cluster">
78
+ <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"/>
80
+ </g>
81
81
  <!-- Toggle -->
82
82
  <g id="node1" class="node">
83
83
  <title>Toggle</title>
@@ -28,14 +28,14 @@
28
28
  <title>cluster_ToggletipModule_imports</title>
29
29
  <polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
30
30
  </g>
31
- <g id="clust2" class="cluster">
32
- <title>cluster_ToggletipModule_declarations</title>
33
- <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
34
- </g>
35
31
  <g id="clust9" class="cluster">
36
32
  <title>cluster_ToggletipModule_exports</title>
37
33
  <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
38
34
  </g>
35
+ <g id="clust2" class="cluster">
36
+ <title>cluster_ToggletipModule_declarations</title>
37
+ <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
38
+ </g>
39
39
  <!-- Toggletip -->
40
40
  <g id="node1" class="node">
41
41
  <title>Toggletip</title>
@@ -70,14 +70,14 @@
70
70
  <title>cluster_ToggletipModule_imports</title>
71
71
  <polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
72
72
  </g>
73
- <g id="clust2" class="cluster">
74
- <title>cluster_ToggletipModule_declarations</title>
75
- <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
76
- </g>
77
73
  <g id="clust9" class="cluster">
78
74
  <title>cluster_ToggletipModule_exports</title>
79
75
  <polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
80
76
  </g>
77
+ <g id="clust2" class="cluster">
78
+ <title>cluster_ToggletipModule_declarations</title>
79
+ <polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
80
+ </g>
81
81
  <!-- Toggletip -->
82
82
  <g id="node1" class="node">
83
83
  <title>Toggletip</title>
@@ -28,14 +28,14 @@
28
28
  <title>cluster_TooltipModule_imports</title>
29
29
  <polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
30
30
  </g>
31
- <g id="clust2" class="cluster">
32
- <title>cluster_TooltipModule_declarations</title>
33
- <polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
34
- </g>
35
31
  <g id="clust6" class="cluster">
36
32
  <title>cluster_TooltipModule_exports</title>
37
33
  <polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
38
34
  </g>
35
+ <g id="clust2" class="cluster">
36
+ <title>cluster_TooltipModule_declarations</title>
37
+ <polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
38
+ </g>
39
39
  <!-- Tooltip -->
40
40
  <g id="node1" class="node">
41
41
  <title>Tooltip</title>
@@ -70,14 +70,14 @@
70
70
  <title>cluster_TooltipModule_imports</title>
71
71
  <polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
72
72
  </g>
73
- <g id="clust2" class="cluster">
74
- <title>cluster_TooltipModule_declarations</title>
75
- <polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
76
- </g>
77
73
  <g id="clust6" class="cluster">
78
74
  <title>cluster_TooltipModule_exports</title>
79
75
  <polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
80
76
  </g>
77
+ <g id="clust2" class="cluster">
78
+ <title>cluster_TooltipModule_declarations</title>
79
+ <polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
80
+ </g>
81
81
  <!-- Tooltip -->
82
82
  <g id="node1" class="node">
83
83
  <title>Tooltip</title>