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.
- package/README.md +2 -0
- package/docs/documentation/classes/NumberChange.html +1 -1
- package/docs/documentation/classes/TableHeaderItem.html +124 -124
- package/docs/documentation/classes/TableModel.html +253 -86
- package/docs/documentation/components/Checkbox.html +45 -52
- package/docs/documentation/components/NumberComponent.html +3 -3
- package/docs/documentation/components/Table.html +21 -24
- package/docs/documentation/components/TextareaLabelComponent.html +5 -5
- package/docs/documentation/components/Toggle.html +24 -29
- package/docs/documentation/coverage.html +6 -6
- package/docs/documentation/index.html +12 -0
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/miscellaneous/typealiases.html +21 -0
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -42
- package/docs/documentation/modules/DatePickerInputModule.html +38 -42
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/FileUploaderModule.html +4 -4
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
- package/docs/documentation/modules/PanelModule.html +36 -36
- package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
- package/docs/documentation/modules/RadioModule.html +49 -49
- package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
- package/docs/documentation/modules/SelectModule.html +43 -43
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
- package/docs/documentation/modules/TableModule.html +216 -216
- package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TabsModule.html +4 -4
- package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TagModule.html +29 -29
- package/docs/documentation/modules/TilesModule/dependencies.svg +102 -102
- package/docs/documentation/modules/TilesModule.html +102 -102
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
- package/docs/documentation/modules/TimePickerSelectModule.html +45 -49
- package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggleModule.html +4 -4
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggletipModule.html +4 -4
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +4 -4
- package/docs/documentation.json +422 -308
- package/docs/storybook/1895.a7b85b78.iframe.bundle.js +1 -0
- package/docs/storybook/5868.9c8a5d5f.iframe.bundle.js +1 -0
- package/docs/storybook/{7153.91b7684a.iframe.bundle.js → 7153.81ca3a2c.iframe.bundle.js} +1 -1
- package/docs/storybook/checkbox-checkbox-stories.74791354.iframe.bundle.js +1 -0
- package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.15eb7f8e.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.43c62519.iframe.bundle.js +1 -0
- package/docs/storybook/number-input-number-stories.8828b5f1.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.84b152cd.iframe.bundle.js → runtime~main.c4aa93fd.iframe.bundle.js} +1 -1
- package/docs/storybook/toggle-toggle-stories.758276ec.iframe.bundle.js +1 -0
- package/esm2020/checkbox/checkbox.component.mjs +1 -3
- package/esm2020/input/textarea-label.component.mjs +5 -5
- package/esm2020/number-input/number.component.mjs +3 -3
- package/esm2020/table/table-header-item.class.mjs +6 -11
- package/esm2020/table/table-model.class.mjs +55 -4
- package/esm2020/table/table.component.mjs +2 -5
- package/fesm2015/carbon-components-angular-checkbox.mjs +0 -2
- package/fesm2015/carbon-components-angular-checkbox.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-input.mjs +4 -4
- package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-number-input.mjs +2 -2
- package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-table.mjs +60 -17
- package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-checkbox.mjs +0 -2
- package/fesm2020/carbon-components-angular-checkbox.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-input.mjs +4 -4
- package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-number-input.mjs +2 -2
- package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-table.mjs +60 -17
- package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
- package/package.json +1 -1
- package/table/table-header-item.class.d.ts +16 -20
- package/table/table-model.class.d.ts +9 -0
- package/docs/storybook/1895.f908bfb8.iframe.bundle.js +0 -1
- package/docs/storybook/5868.140403a3.iframe.bundle.js +0 -1
- package/docs/storybook/checkbox-checkbox-stories.9fdbae41.iframe.bundle.js +0 -1
- package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.ae41f3c6.iframe.bundle.js +0 -1
- package/docs/storybook/main.8d868a96.iframe.bundle.js +0 -1
- package/docs/storybook/number-input-number-stories.0bc36a19.iframe.bundle.js +0 -1
- 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="
|
|
50
|
-
viewBox="0.00 0.00
|
|
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
|
|
54
|
-
<text text-anchor="start" x="
|
|
55
|
-
<polygon fill="#ffffb3" stroke="transparent" points="
|
|
56
|
-
<text text-anchor="start" x="
|
|
57
|
-
<polygon fill="#8dd3c7" stroke="transparent" points="
|
|
58
|
-
<text text-anchor="start" x="
|
|
59
|
-
<polygon fill="#80b1d3" stroke="transparent" points="
|
|
60
|
-
<text text-anchor="start" x="
|
|
61
|
-
<polygon fill="#fdb462" stroke="transparent" points="
|
|
62
|
-
<text text-anchor="start" x="
|
|
63
|
-
<polygon fill="#fb8072" stroke="transparent" points="
|
|
64
|
-
<text text-anchor="start" x="
|
|
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">  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">  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">  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">  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">  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
|
|
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="
|
|
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="
|
|
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="
|
|
89
|
-
<text text-anchor="middle" x="
|
|
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="
|
|
95
|
-
<text text-anchor="middle" x="
|
|
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->TimePickerSelectModule -->
|
|
98
94
|
<g id="edge1" class="edge">
|
|
99
95
|
<title>TimePickerSelect->TimePickerSelectModule</title>
|
|
100
|
-
<path fill="none" stroke="black" d="
|
|
101
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
107
|
-
<text text-anchor="middle" x="
|
|
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->TimePickerSelect -->
|
|
110
106
|
<g id="edge5" class="edge">
|
|
111
107
|
<title>TimePickerSelectModule->TimePickerSelect </title>
|
|
112
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
113
|
-
<polygon fill="black" stroke="black" points="
|
|
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
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
|
|
@@ -119,10 +115,10 @@
|
|
|
119
115
|
<title>{
|
|
120
116
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
|
|
121
117
|
}</title>
|
|
122
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
123
|
-
<text text-anchor="middle" x="
|
|
124
|
-
<text text-anchor="middle" x="
|
|
125
|
-
<text text-anchor="middle" x="
|
|
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">    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
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
|
|
@@ -131,32 +127,32 @@
|
|
|
131
127
|
<title>{
|
|
132
128
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePickerSelect, multi: true
|
|
133
129
|
}->TimePickerSelect</title>
|
|
134
|
-
<path fill="none" stroke="black" d="
|
|
135
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
141
|
-
<text text-anchor="middle" x="
|
|
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->TimePickerSelectModule -->
|
|
144
140
|
<g id="edge3" class="edge">
|
|
145
141
|
<title>IconModule->TimePickerSelectModule</title>
|
|
146
|
-
<path fill="none" stroke="black" d="
|
|
147
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
153
|
-
<text text-anchor="middle" x="
|
|
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->TimePickerSelectModule -->
|
|
156
152
|
<g id="edge4" class="edge">
|
|
157
153
|
<title>SelectModule->TimePickerSelectModule</title>
|
|
158
|
-
<path fill="none" stroke="black" d="
|
|
159
|
-
<polygon fill="black" stroke="black" points="
|
|
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>
|