carbon-components-angular 5.28.5 → 5.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/documentation/classes/NumberChange.html +5 -0
- package/docs/documentation/components/ComboBox.html +1 -1
- package/docs/documentation/components/NumberComponent.html +105 -64
- package/docs/documentation/components/TableCheckbox.html +24 -22
- package/docs/documentation/components/TableHeadCheckbox.html +20 -18
- package/docs/documentation/components/Toggle.html +37 -31
- package/docs/documentation/coverage.html +3 -3
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +4 -4
- package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +37 -41
- package/docs/documentation/modules/DatePickerInputModule.html +37 -41
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +38 -38
- package/docs/documentation/modules/DatePickerModule.html +38 -38
- package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
- package/docs/documentation/modules/GridModule.html +60 -60
- package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
- package/docs/documentation/modules/LoadingModule.html +4 -4
- package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NFormsModule.html +4 -4
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
- package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
- package/docs/documentation/modules/RadioModule.html +4 -4
- package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
- package/docs/documentation/modules/SelectModule.html +58 -58
- 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 +69 -69
- package/docs/documentation/modules/TabsModule.html +69 -69
- package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
- package/docs/documentation/modules/ThemeModule.html +13 -13
- package/docs/documentation/modules/TilesModule/dependencies.svg +100 -100
- package/docs/documentation/modules/TilesModule.html +100 -100
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerModule.html +4 -4
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +42 -46
- package/docs/documentation/modules/TimePickerSelectModule.html +42 -46
- package/docs/documentation/modules/ToggleModule/dependencies.svg +20 -20
- package/docs/documentation/modules/ToggleModule.html +20 -20
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +38 -38
- package/docs/documentation/modules/ToggletipModule.html +38 -38
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
- package/docs/documentation/modules/TreeviewModule.html +34 -34
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +146 -135
- package/docs/storybook/{5868.7630f57b.iframe.bundle.js → 5868.06f13966.iframe.bundle.js} +1 -1
- package/docs/storybook/{icon-icon-stories.fb7a98ad.iframe.bundle.js → icon-icon-stories.7926f3ba.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.f423084e.iframe.bundle.js +1 -0
- package/docs/storybook/{number-input-number-stories.9417488b.iframe.bundle.js → number-input-number-stories.a1953960.iframe.bundle.js} +1 -1
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.8999107e.iframe.bundle.js → runtime~main.c24c8c1d.iframe.bundle.js} +1 -1
- package/esm2020/combobox/combobox.component.mjs +1 -1
- package/esm2020/number-input/number.component.mjs +13 -2
- package/esm2020/table/cell/table-checkbox.component.mjs +7 -5
- package/esm2020/table/head/table-head-checkbox.component.mjs +5 -3
- package/esm2020/toggle/toggle.component.mjs +6 -1
- package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-number-input.mjs +12 -1
- package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-table.mjs +10 -6
- package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-toggle.mjs +5 -0
- package/fesm2015/carbon-components-angular-toggle.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-number-input.mjs +12 -1
- package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-table.mjs +10 -6
- package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-toggle.mjs +5 -0
- package/fesm2020/carbon-components-angular-toggle.mjs.map +1 -1
- package/number-input/number.component.d.ts +5 -1
- package/package.json +1 -1
- package/toggle/toggle.component.d.ts +5 -0
- package/docs/storybook/main.2d2aa1ba.iframe.bundle.js +0 -1
|
@@ -24,23 +24,23 @@
|
|
|
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="
|
|
28
|
-
<title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
27
|
+
<g id="clust8" class="cluster">
|
|
28
|
+
<title>cluster_ToggletipModule_imports</title>
|
|
29
|
+
<polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
|
|
30
30
|
</g>
|
|
31
31
|
<g id="clust9" class="cluster">
|
|
32
32
|
<title>cluster_ToggletipModule_exports</title>
|
|
33
33
|
<polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
|
|
34
34
|
</g>
|
|
35
|
-
<g id="
|
|
36
|
-
<title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-130
|
|
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
38
|
</g>
|
|
39
39
|
<!-- Toggletip -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>Toggletip</title>
|
|
42
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
43
|
-
<text text-anchor="middle" x="
|
|
42
|
+
<polygon fill="#ffffb3" stroke="black" points="601.44,-122 530.56,-122 530.56,-86 601.44,-86 601.44,-122"/>
|
|
43
|
+
<text text-anchor="middle" x="566" y="-99.8" font-family="Times,serif" font-size="14.00">Toggletip</text>
|
|
44
44
|
</g>
|
|
45
45
|
<!-- ToggletipModule -->
|
|
46
46
|
<g id="node6" class="node">
|
|
@@ -51,56 +51,56 @@
|
|
|
51
51
|
<!-- Toggletip->ToggletipModule -->
|
|
52
52
|
<g id="edge1" class="edge">
|
|
53
53
|
<title>Toggletip->ToggletipModule</title>
|
|
54
|
-
<path fill="none" stroke="black" d="
|
|
55
|
-
<polygon fill="black" stroke="black" points="463
|
|
54
|
+
<path fill="none" stroke="black" d="M556.4,-122.01C556.4,-138.05 556.4,-159 556.4,-159 556.4,-159 463,-159 463,-159"/>
|
|
55
|
+
<polygon fill="black" stroke="black" points="463,-155.5 453,-159 463,-162.5 463,-155.5"/>
|
|
56
56
|
</g>
|
|
57
57
|
<!-- ToggletipAction -->
|
|
58
58
|
<g id="node2" class="node">
|
|
59
59
|
<title>ToggletipAction</title>
|
|
60
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
61
|
-
<text text-anchor="middle" x="
|
|
60
|
+
<polygon fill="#ffffb3" stroke="black" points="513.04,-122 404.96,-122 404.96,-86 513.04,-86 513.04,-122"/>
|
|
61
|
+
<text text-anchor="middle" x="459" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipAction</text>
|
|
62
62
|
</g>
|
|
63
63
|
<!-- ToggletipAction->ToggletipModule -->
|
|
64
64
|
<g id="edge2" class="edge">
|
|
65
65
|
<title>ToggletipAction->ToggletipModule</title>
|
|
66
|
-
<path fill="none" stroke="black" d="
|
|
67
|
-
<polygon fill="black" stroke="black" points="
|
|
66
|
+
<path fill="none" stroke="black" d="M428.86,-122.11C428.86,-122.11 428.86,-140.99 428.86,-140.99"/>
|
|
67
|
+
<polygon fill="black" stroke="black" points="425.36,-140.99 428.86,-150.99 432.36,-140.99 425.36,-140.99"/>
|
|
68
68
|
</g>
|
|
69
69
|
<!-- ToggletipButton -->
|
|
70
70
|
<g id="node3" class="node">
|
|
71
71
|
<title>ToggletipButton</title>
|
|
72
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
73
|
-
<text text-anchor="middle" x="
|
|
72
|
+
<polygon fill="#ffffb3" stroke="black" points="386.06,-122 277.94,-122 277.94,-86 386.06,-86 386.06,-122"/>
|
|
73
|
+
<text text-anchor="middle" x="332" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipButton</text>
|
|
74
74
|
</g>
|
|
75
75
|
<!-- ToggletipButton->ToggletipModule -->
|
|
76
76
|
<g id="edge3" class="edge">
|
|
77
77
|
<title>ToggletipButton->ToggletipModule</title>
|
|
78
|
-
<path fill="none" stroke="black" d="
|
|
79
|
-
<polygon fill="black" stroke="black" points="
|
|
78
|
+
<path fill="none" stroke="black" d="M362.64,-122.11C362.64,-122.11 362.64,-140.99 362.64,-140.99"/>
|
|
79
|
+
<polygon fill="black" stroke="black" points="359.14,-140.99 362.64,-150.99 366.14,-140.99 359.14,-140.99"/>
|
|
80
80
|
</g>
|
|
81
81
|
<!-- ToggletipContent -->
|
|
82
82
|
<g id="node4" class="node">
|
|
83
83
|
<title>ToggletipContent</title>
|
|
84
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
85
|
-
<text text-anchor="middle" x="
|
|
84
|
+
<polygon fill="#ffffb3" stroke="black" points="259.27,-122 144.73,-122 144.73,-86 259.27,-86 259.27,-122"/>
|
|
85
|
+
<text text-anchor="middle" x="202" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipContent</text>
|
|
86
86
|
</g>
|
|
87
87
|
<!-- ToggletipContent->ToggletipModule -->
|
|
88
88
|
<g id="edge4" class="edge">
|
|
89
89
|
<title>ToggletipContent->ToggletipModule</title>
|
|
90
|
-
<path fill="none" stroke="black" d="
|
|
91
|
-
<polygon fill="black" stroke="black" points="
|
|
90
|
+
<path fill="none" stroke="black" d="M231.62,-122.01C231.62,-138.05 231.62,-159 231.62,-159 231.62,-159 328.97,-159 328.97,-159"/>
|
|
91
|
+
<polygon fill="black" stroke="black" points="328.97,-162.5 338.97,-159 328.97,-155.5 328.97,-162.5"/>
|
|
92
92
|
</g>
|
|
93
93
|
<!-- ToggletipLabel -->
|
|
94
94
|
<g id="node5" class="node">
|
|
95
95
|
<title>ToggletipLabel</title>
|
|
96
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
97
|
-
<text text-anchor="middle" x="
|
|
96
|
+
<polygon fill="#ffffb3" stroke="black" points="126.31,-122 23.69,-122 23.69,-86 126.31,-86 126.31,-122"/>
|
|
97
|
+
<text text-anchor="middle" x="75" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipLabel</text>
|
|
98
98
|
</g>
|
|
99
99
|
<!-- ToggletipLabel->ToggletipModule -->
|
|
100
100
|
<g id="edge5" class="edge">
|
|
101
101
|
<title>ToggletipLabel->ToggletipModule</title>
|
|
102
|
-
<path fill="none" stroke="black" d="
|
|
103
|
-
<polygon fill="black" stroke="black" points="328.
|
|
102
|
+
<path fill="none" stroke="black" d="M103.12,-122.27C103.12,-140.56 103.12,-166 103.12,-166 103.12,-166 328.84,-166 328.84,-166"/>
|
|
103
|
+
<polygon fill="black" stroke="black" points="328.84,-169.5 338.84,-166 328.84,-162.5 328.84,-169.5"/>
|
|
104
104
|
</g>
|
|
105
105
|
<!-- Toggletip -->
|
|
106
106
|
<g id="node8" class="node">
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
<!-- ToggletipModule->Toggletip -->
|
|
112
112
|
<g id="edge7" class="edge">
|
|
113
113
|
<title>ToggletipModule->Toggletip </title>
|
|
114
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.
|
|
115
|
-
<polygon fill="black" stroke="black" points="
|
|
114
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.03,-173C517.34,-173 613.06,-173 613.06,-173 613.06,-173 613.06,-205.7 613.06,-205.7"/>
|
|
115
|
+
<polygon fill="black" stroke="black" points="609.56,-205.7 613.06,-215.7 616.56,-205.7 609.56,-205.7"/>
|
|
116
116
|
</g>
|
|
117
117
|
<!-- ToggletipAction -->
|
|
118
118
|
<g id="node9" class="node">
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
<!-- ToggletipModule->ToggletipAction -->
|
|
124
124
|
<g id="edge8" class="edge">
|
|
125
125
|
<title>ToggletipModule->ToggletipAction </title>
|
|
126
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.
|
|
127
|
-
<polygon fill="black" stroke="black" points="
|
|
126
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.01,-180C473.48,-180 491.62,-180 491.62,-180 491.62,-180 491.62,-205.72 491.62,-205.72"/>
|
|
127
|
+
<polygon fill="black" stroke="black" points="488.13,-205.72 491.62,-215.72 495.13,-205.72 488.13,-205.72"/>
|
|
128
128
|
</g>
|
|
129
129
|
<!-- ToggletipButton -->
|
|
130
130
|
<g id="node10" class="node">
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
<!-- ToggletipModule->ToggletipContent -->
|
|
148
148
|
<g id="edge10" class="edge">
|
|
149
149
|
<title>ToggletipModule->ToggletipContent </title>
|
|
150
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
151
|
-
<polygon fill="black" stroke="black" points="
|
|
150
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M339,-180C318.32,-180 299.93,-180 299.93,-180 299.93,-180 299.93,-205.72 299.93,-205.72"/>
|
|
151
|
+
<polygon fill="black" stroke="black" points="296.43,-205.72 299.93,-215.72 303.43,-205.72 296.43,-205.72"/>
|
|
152
152
|
</g>
|
|
153
153
|
<!-- ToggletipLabel -->
|
|
154
154
|
<g id="node12" class="node">
|
|
@@ -159,20 +159,20 @@
|
|
|
159
159
|
<!-- ToggletipModule->ToggletipLabel -->
|
|
160
160
|
<g id="edge11" class="edge">
|
|
161
161
|
<title>ToggletipModule->ToggletipLabel </title>
|
|
162
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M338.
|
|
163
|
-
<polygon fill="black" stroke="black" points="
|
|
162
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M338.96,-173C270.63,-173 165.26,-173 165.26,-173 165.26,-173 165.26,-205.7 165.26,-205.7"/>
|
|
163
|
+
<polygon fill="black" stroke="black" points="161.76,-205.7 165.26,-215.7 168.76,-205.7 161.76,-205.7"/>
|
|
164
164
|
</g>
|
|
165
165
|
<!-- PopoverModule -->
|
|
166
166
|
<g id="node7" class="node">
|
|
167
167
|
<title>PopoverModule</title>
|
|
168
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
169
|
-
<text text-anchor="middle" x="
|
|
168
|
+
<polygon fill="#8dd3c7" stroke="black" points="731.21,-122 728.21,-126 707.21,-126 704.21,-122 624.79,-122 624.79,-86 731.21,-86 731.21,-122"/>
|
|
169
|
+
<text text-anchor="middle" x="678" y="-99.8" font-family="Times,serif" font-size="14.00">PopoverModule</text>
|
|
170
170
|
</g>
|
|
171
171
|
<!-- PopoverModule->ToggletipModule -->
|
|
172
172
|
<g id="edge6" class="edge">
|
|
173
173
|
<title>PopoverModule->ToggletipModule</title>
|
|
174
|
-
<path fill="none" stroke="black" d="
|
|
175
|
-
<polygon fill="black" stroke="black" points="
|
|
174
|
+
<path fill="none" stroke="black" d="M649.43,-122.27C649.43,-140.56 649.43,-166 649.43,-166 649.43,-166 463.19,-166 463.19,-166"/>
|
|
175
|
+
<polygon fill="black" stroke="black" points="463.19,-162.5 453.19,-166 463.19,-169.5 463.19,-162.5"/>
|
|
176
176
|
</g>
|
|
177
177
|
</g>
|
|
178
178
|
</svg>
|
|
@@ -117,23 +117,23 @@
|
|
|
117
117
|
<title>cluster_ToggletipModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 747,-268 747,-70 8,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="
|
|
121
|
-
<title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="
|
|
120
|
+
<g id="clust8" class="cluster">
|
|
121
|
+
<title>cluster_ToggletipModule_imports</title>
|
|
122
|
+
<polygon fill="none" stroke="black" points="617,-78 617,-130 739,-130 739,-78 617,-78"/>
|
|
123
123
|
</g>
|
|
124
124
|
<g id="clust9" class="cluster">
|
|
125
125
|
<title>cluster_ToggletipModule_exports</title>
|
|
126
126
|
<polygon fill="none" stroke="black" points="72,-208 72,-260 682,-260 682,-208 72,-208"/>
|
|
127
127
|
</g>
|
|
128
|
-
<g id="
|
|
129
|
-
<title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-130
|
|
128
|
+
<g id="clust2" class="cluster">
|
|
129
|
+
<title>cluster_ToggletipModule_declarations</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-130 609,-130 609,-78 16,-78"/>
|
|
131
131
|
</g>
|
|
132
132
|
<!-- Toggletip -->
|
|
133
133
|
<g id="node1" class="node">
|
|
134
134
|
<title>Toggletip</title>
|
|
135
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
136
|
-
<text text-anchor="middle" x="
|
|
135
|
+
<polygon fill="#ffffb3" stroke="black" points="601.44,-122 530.56,-122 530.56,-86 601.44,-86 601.44,-122"/>
|
|
136
|
+
<text text-anchor="middle" x="566" y="-99.8" font-family="Times,serif" font-size="14.00">Toggletip</text>
|
|
137
137
|
</g>
|
|
138
138
|
<!-- ToggletipModule -->
|
|
139
139
|
<g id="node6" class="node">
|
|
@@ -144,56 +144,56 @@
|
|
|
144
144
|
<!-- Toggletip->ToggletipModule -->
|
|
145
145
|
<g id="edge1" class="edge">
|
|
146
146
|
<title>Toggletip->ToggletipModule</title>
|
|
147
|
-
<path fill="none" stroke="black" d="
|
|
148
|
-
<polygon fill="black" stroke="black" points="463
|
|
147
|
+
<path fill="none" stroke="black" d="M556.4,-122.01C556.4,-138.05 556.4,-159 556.4,-159 556.4,-159 463,-159 463,-159"/>
|
|
148
|
+
<polygon fill="black" stroke="black" points="463,-155.5 453,-159 463,-162.5 463,-155.5"/>
|
|
149
149
|
</g>
|
|
150
150
|
<!-- ToggletipAction -->
|
|
151
151
|
<g id="node2" class="node">
|
|
152
152
|
<title>ToggletipAction</title>
|
|
153
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
154
|
-
<text text-anchor="middle" x="
|
|
153
|
+
<polygon fill="#ffffb3" stroke="black" points="513.04,-122 404.96,-122 404.96,-86 513.04,-86 513.04,-122"/>
|
|
154
|
+
<text text-anchor="middle" x="459" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipAction</text>
|
|
155
155
|
</g>
|
|
156
156
|
<!-- ToggletipAction->ToggletipModule -->
|
|
157
157
|
<g id="edge2" class="edge">
|
|
158
158
|
<title>ToggletipAction->ToggletipModule</title>
|
|
159
|
-
<path fill="none" stroke="black" d="
|
|
160
|
-
<polygon fill="black" stroke="black" points="
|
|
159
|
+
<path fill="none" stroke="black" d="M428.86,-122.11C428.86,-122.11 428.86,-140.99 428.86,-140.99"/>
|
|
160
|
+
<polygon fill="black" stroke="black" points="425.36,-140.99 428.86,-150.99 432.36,-140.99 425.36,-140.99"/>
|
|
161
161
|
</g>
|
|
162
162
|
<!-- ToggletipButton -->
|
|
163
163
|
<g id="node3" class="node">
|
|
164
164
|
<title>ToggletipButton</title>
|
|
165
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
166
|
-
<text text-anchor="middle" x="
|
|
165
|
+
<polygon fill="#ffffb3" stroke="black" points="386.06,-122 277.94,-122 277.94,-86 386.06,-86 386.06,-122"/>
|
|
166
|
+
<text text-anchor="middle" x="332" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipButton</text>
|
|
167
167
|
</g>
|
|
168
168
|
<!-- ToggletipButton->ToggletipModule -->
|
|
169
169
|
<g id="edge3" class="edge">
|
|
170
170
|
<title>ToggletipButton->ToggletipModule</title>
|
|
171
|
-
<path fill="none" stroke="black" d="
|
|
172
|
-
<polygon fill="black" stroke="black" points="
|
|
171
|
+
<path fill="none" stroke="black" d="M362.64,-122.11C362.64,-122.11 362.64,-140.99 362.64,-140.99"/>
|
|
172
|
+
<polygon fill="black" stroke="black" points="359.14,-140.99 362.64,-150.99 366.14,-140.99 359.14,-140.99"/>
|
|
173
173
|
</g>
|
|
174
174
|
<!-- ToggletipContent -->
|
|
175
175
|
<g id="node4" class="node">
|
|
176
176
|
<title>ToggletipContent</title>
|
|
177
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
178
|
-
<text text-anchor="middle" x="
|
|
177
|
+
<polygon fill="#ffffb3" stroke="black" points="259.27,-122 144.73,-122 144.73,-86 259.27,-86 259.27,-122"/>
|
|
178
|
+
<text text-anchor="middle" x="202" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipContent</text>
|
|
179
179
|
</g>
|
|
180
180
|
<!-- ToggletipContent->ToggletipModule -->
|
|
181
181
|
<g id="edge4" class="edge">
|
|
182
182
|
<title>ToggletipContent->ToggletipModule</title>
|
|
183
|
-
<path fill="none" stroke="black" d="
|
|
184
|
-
<polygon fill="black" stroke="black" points="
|
|
183
|
+
<path fill="none" stroke="black" d="M231.62,-122.01C231.62,-138.05 231.62,-159 231.62,-159 231.62,-159 328.97,-159 328.97,-159"/>
|
|
184
|
+
<polygon fill="black" stroke="black" points="328.97,-162.5 338.97,-159 328.97,-155.5 328.97,-162.5"/>
|
|
185
185
|
</g>
|
|
186
186
|
<!-- ToggletipLabel -->
|
|
187
187
|
<g id="node5" class="node">
|
|
188
188
|
<title>ToggletipLabel</title>
|
|
189
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
190
|
-
<text text-anchor="middle" x="
|
|
189
|
+
<polygon fill="#ffffb3" stroke="black" points="126.31,-122 23.69,-122 23.69,-86 126.31,-86 126.31,-122"/>
|
|
190
|
+
<text text-anchor="middle" x="75" y="-99.8" font-family="Times,serif" font-size="14.00">ToggletipLabel</text>
|
|
191
191
|
</g>
|
|
192
192
|
<!-- ToggletipLabel->ToggletipModule -->
|
|
193
193
|
<g id="edge5" class="edge">
|
|
194
194
|
<title>ToggletipLabel->ToggletipModule</title>
|
|
195
|
-
<path fill="none" stroke="black" d="
|
|
196
|
-
<polygon fill="black" stroke="black" points="328.
|
|
195
|
+
<path fill="none" stroke="black" d="M103.12,-122.27C103.12,-140.56 103.12,-166 103.12,-166 103.12,-166 328.84,-166 328.84,-166"/>
|
|
196
|
+
<polygon fill="black" stroke="black" points="328.84,-169.5 338.84,-166 328.84,-162.5 328.84,-169.5"/>
|
|
197
197
|
</g>
|
|
198
198
|
<!-- Toggletip -->
|
|
199
199
|
<g id="node8" class="node">
|
|
@@ -204,8 +204,8 @@
|
|
|
204
204
|
<!-- ToggletipModule->Toggletip -->
|
|
205
205
|
<g id="edge7" class="edge">
|
|
206
206
|
<title>ToggletipModule->Toggletip </title>
|
|
207
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.
|
|
208
|
-
<polygon fill="black" stroke="black" points="
|
|
207
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.03,-173C517.34,-173 613.06,-173 613.06,-173 613.06,-173 613.06,-205.7 613.06,-205.7"/>
|
|
208
|
+
<polygon fill="black" stroke="black" points="609.56,-205.7 613.06,-215.7 616.56,-205.7 609.56,-205.7"/>
|
|
209
209
|
</g>
|
|
210
210
|
<!-- ToggletipAction -->
|
|
211
211
|
<g id="node9" class="node">
|
|
@@ -216,8 +216,8 @@
|
|
|
216
216
|
<!-- ToggletipModule->ToggletipAction -->
|
|
217
217
|
<g id="edge8" class="edge">
|
|
218
218
|
<title>ToggletipModule->ToggletipAction </title>
|
|
219
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.
|
|
220
|
-
<polygon fill="black" stroke="black" points="
|
|
219
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M453.01,-180C473.48,-180 491.62,-180 491.62,-180 491.62,-180 491.62,-205.72 491.62,-205.72"/>
|
|
220
|
+
<polygon fill="black" stroke="black" points="488.13,-205.72 491.62,-215.72 495.13,-205.72 488.13,-205.72"/>
|
|
221
221
|
</g>
|
|
222
222
|
<!-- ToggletipButton -->
|
|
223
223
|
<g id="node10" class="node">
|
|
@@ -240,8 +240,8 @@
|
|
|
240
240
|
<!-- ToggletipModule->ToggletipContent -->
|
|
241
241
|
<g id="edge10" class="edge">
|
|
242
242
|
<title>ToggletipModule->ToggletipContent </title>
|
|
243
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
244
|
-
<polygon fill="black" stroke="black" points="
|
|
243
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M339,-180C318.32,-180 299.93,-180 299.93,-180 299.93,-180 299.93,-205.72 299.93,-205.72"/>
|
|
244
|
+
<polygon fill="black" stroke="black" points="296.43,-205.72 299.93,-215.72 303.43,-205.72 296.43,-205.72"/>
|
|
245
245
|
</g>
|
|
246
246
|
<!-- ToggletipLabel -->
|
|
247
247
|
<g id="node12" class="node">
|
|
@@ -252,20 +252,20 @@
|
|
|
252
252
|
<!-- ToggletipModule->ToggletipLabel -->
|
|
253
253
|
<g id="edge11" class="edge">
|
|
254
254
|
<title>ToggletipModule->ToggletipLabel </title>
|
|
255
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M338.
|
|
256
|
-
<polygon fill="black" stroke="black" points="
|
|
255
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M338.96,-173C270.63,-173 165.26,-173 165.26,-173 165.26,-173 165.26,-205.7 165.26,-205.7"/>
|
|
256
|
+
<polygon fill="black" stroke="black" points="161.76,-205.7 165.26,-215.7 168.76,-205.7 161.76,-205.7"/>
|
|
257
257
|
</g>
|
|
258
258
|
<!-- PopoverModule -->
|
|
259
259
|
<g id="node7" class="node">
|
|
260
260
|
<title>PopoverModule</title>
|
|
261
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
262
|
-
<text text-anchor="middle" x="
|
|
261
|
+
<polygon fill="#8dd3c7" stroke="black" points="731.21,-122 728.21,-126 707.21,-126 704.21,-122 624.79,-122 624.79,-86 731.21,-86 731.21,-122"/>
|
|
262
|
+
<text text-anchor="middle" x="678" y="-99.8" font-family="Times,serif" font-size="14.00">PopoverModule</text>
|
|
263
263
|
</g>
|
|
264
264
|
<!-- PopoverModule->ToggletipModule -->
|
|
265
265
|
<g id="edge6" class="edge">
|
|
266
266
|
<title>PopoverModule->ToggletipModule</title>
|
|
267
|
-
<path fill="none" stroke="black" d="
|
|
268
|
-
<polygon fill="black" stroke="black" points="
|
|
267
|
+
<path fill="none" stroke="black" d="M649.43,-122.27C649.43,-140.56 649.43,-166 649.43,-166 649.43,-166 463.19,-166 463.19,-166"/>
|
|
268
|
+
<polygon fill="black" stroke="black" points="463.19,-162.5 453.19,-166 463.19,-169.5 463.19,-162.5"/>
|
|
269
269
|
</g>
|
|
270
270
|
</g>
|
|
271
271
|
</svg>
|
|
@@ -22,101 +22,101 @@
|
|
|
22
22
|
<text text-anchor="start" x="429.73" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
|
|
23
23
|
<g id="clust1" class="cluster">
|
|
24
24
|
<title>cluster_TreeviewModule</title>
|
|
25
|
-
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="
|
|
25
|
+
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="31.5,-70 31.5,-333 464.5,-333 464.5,-70 31.5,-70"/>
|
|
26
|
+
</g>
|
|
27
|
+
<g id="clust2" class="cluster">
|
|
28
|
+
<title>cluster_TreeviewModule_declarations</title>
|
|
29
|
+
<polygon fill="none" stroke="black" points="147.5,-143 147.5,-195 456.5,-195 456.5,-143 147.5,-143"/>
|
|
26
30
|
</g>
|
|
27
31
|
<g id="clust4" class="cluster">
|
|
28
32
|
<title>cluster_TreeviewModule_TreeViewComponent_providers</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="137.5,-78 137.5,-130 311.5,-130 311.5,-78 137.5,-78"/>
|
|
30
34
|
</g>
|
|
31
35
|
<g id="clust5" class="cluster">
|
|
32
36
|
<title>cluster_TreeviewModule_imports</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
34
|
-
</g>
|
|
35
|
-
<g id="clust2" class="cluster">
|
|
36
|
-
<title>cluster_TreeviewModule_declarations</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="26,-143 26,-195 180,-195 180,-143 26,-143"/>
|
|
37
|
+
<polygon fill="none" stroke="black" points="39.5,-143 39.5,-195 139.5,-195 139.5,-143 39.5,-143"/>
|
|
38
38
|
</g>
|
|
39
39
|
<g id="clust6" class="cluster">
|
|
40
40
|
<title>cluster_TreeviewModule_exports</title>
|
|
41
|
-
<polygon fill="none" stroke="black" points="
|
|
41
|
+
<polygon fill="none" stroke="black" points="90.5,-273 90.5,-325 405.5,-325 405.5,-273 90.5,-273"/>
|
|
42
42
|
</g>
|
|
43
43
|
<!-- TreeNodeComponent -->
|
|
44
44
|
<g id="node1" class="node">
|
|
45
45
|
<title>TreeNodeComponent</title>
|
|
46
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
46
|
+
<polygon fill="#ffffb3" stroke="black" points="448.3,-187 310.7,-187 310.7,-151 448.3,-151 448.3,-187"/>
|
|
47
|
+
<text text-anchor="middle" x="379.5" y="-164.8" font-family="Times,serif" font-size="14.00">TreeNodeComponent</text>
|
|
48
48
|
</g>
|
|
49
49
|
<!-- TreeviewModule -->
|
|
50
50
|
<g id="node3" class="node">
|
|
51
51
|
<title>TreeviewModule</title>
|
|
52
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
53
|
-
<text text-anchor="middle" x="
|
|
52
|
+
<polygon fill="#8dd3c7" stroke="black" points="280.9,-252 277.9,-256 256.9,-256 253.9,-252 168.1,-252 168.1,-216 280.9,-216 280.9,-252"/>
|
|
53
|
+
<text text-anchor="middle" x="224.5" y="-229.8" font-family="Times,serif" font-size="14.00">TreeviewModule</text>
|
|
54
54
|
</g>
|
|
55
55
|
<!-- TreeNodeComponent->TreeviewModule -->
|
|
56
56
|
<g id="edge1" class="edge">
|
|
57
57
|
<title>TreeNodeComponent->TreeviewModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
58
|
+
<path fill="none" stroke="black" d="M354.38,-187.11C354.38,-206.34 354.38,-234 354.38,-234 354.38,-234 290.71,-234 290.71,-234"/>
|
|
59
|
+
<polygon fill="black" stroke="black" points="290.71,-230.5 280.71,-234 290.71,-237.5 290.71,-230.5"/>
|
|
60
60
|
</g>
|
|
61
61
|
<!-- TreeViewComponent -->
|
|
62
62
|
<g id="node2" class="node">
|
|
63
63
|
<title>TreeViewComponent</title>
|
|
64
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
64
|
+
<polygon fill="#ffffb3" stroke="black" points="293.29,-187 155.71,-187 155.71,-151 293.29,-151 293.29,-187"/>
|
|
65
|
+
<text text-anchor="middle" x="224.5" y="-164.8" font-family="Times,serif" font-size="14.00">TreeViewComponent</text>
|
|
66
66
|
</g>
|
|
67
67
|
<!-- TreeViewComponent->TreeviewModule -->
|
|
68
68
|
<g id="edge2" class="edge">
|
|
69
69
|
<title>TreeViewComponent->TreeviewModule</title>
|
|
70
|
-
<path fill="none" stroke="black" d="
|
|
71
|
-
<polygon fill="black" stroke="black" points="
|
|
70
|
+
<path fill="none" stroke="black" d="M224.5,-187.11C224.5,-187.11 224.5,-205.99 224.5,-205.99"/>
|
|
71
|
+
<polygon fill="black" stroke="black" points="221,-205.99 224.5,-215.99 228,-205.99 221,-205.99"/>
|
|
72
72
|
</g>
|
|
73
73
|
<!-- TreeNodeComponent -->
|
|
74
74
|
<g id="node6" class="node">
|
|
75
75
|
<title>TreeNodeComponent </title>
|
|
76
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
77
|
-
<text text-anchor="middle" x="
|
|
76
|
+
<polygon fill="#fb8072" stroke="black" points="397.8,-317 257.2,-317 257.2,-281 397.8,-281 397.8,-317"/>
|
|
77
|
+
<text text-anchor="middle" x="327.5" y="-294.8" font-family="Times,serif" font-size="14.00">TreeNodeComponent </text>
|
|
78
78
|
</g>
|
|
79
79
|
<!-- TreeviewModule->TreeNodeComponent -->
|
|
80
80
|
<g id="edge5" class="edge">
|
|
81
81
|
<title>TreeviewModule->TreeNodeComponent </title>
|
|
82
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
83
|
-
<polygon fill="black" stroke="black" points="
|
|
82
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M268.9,-252.11C268.9,-252.11 268.9,-270.99 268.9,-270.99"/>
|
|
83
|
+
<polygon fill="black" stroke="black" points="265.4,-270.99 268.9,-280.99 272.4,-270.99 265.4,-270.99"/>
|
|
84
84
|
</g>
|
|
85
85
|
<!-- TreeViewComponent -->
|
|
86
86
|
<g id="node7" class="node">
|
|
87
87
|
<title>TreeViewComponent </title>
|
|
88
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
89
|
-
<text text-anchor="middle" x="
|
|
88
|
+
<polygon fill="#fb8072" stroke="black" points="238.79,-317 98.21,-317 98.21,-281 238.79,-281 238.79,-317"/>
|
|
89
|
+
<text text-anchor="middle" x="168.5" y="-294.8" font-family="Times,serif" font-size="14.00">TreeViewComponent </text>
|
|
90
90
|
</g>
|
|
91
91
|
<!-- TreeviewModule->TreeViewComponent -->
|
|
92
92
|
<g id="edge6" class="edge">
|
|
93
93
|
<title>TreeviewModule->TreeViewComponent </title>
|
|
94
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
95
|
-
<polygon fill="black" stroke="black" points="
|
|
94
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M203.6,-252.11C203.6,-252.11 203.6,-270.99 203.6,-270.99"/>
|
|
95
|
+
<polygon fill="black" stroke="black" points="200.1,-270.99 203.6,-280.99 207.1,-270.99 200.1,-270.99"/>
|
|
96
96
|
</g>
|
|
97
97
|
<!-- TreeViewService -->
|
|
98
98
|
<g id="node4" class="node">
|
|
99
99
|
<title>TreeViewService</title>
|
|
100
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
101
|
-
<text text-anchor="middle" x="
|
|
100
|
+
<ellipse fill="#fdb462" stroke="black" cx="224.5" cy="-104" rx="78.69" ry="18"/>
|
|
101
|
+
<text text-anchor="middle" x="224.5" y="-99.8" font-family="Times,serif" font-size="14.00">TreeViewService</text>
|
|
102
102
|
</g>
|
|
103
103
|
<!-- TreeViewService->TreeViewComponent -->
|
|
104
104
|
<g id="edge3" class="edge">
|
|
105
105
|
<title>TreeViewService->TreeViewComponent</title>
|
|
106
|
-
<path fill="none" stroke="black" d="
|
|
107
|
-
<polygon fill="black" stroke="black" points="
|
|
106
|
+
<path fill="none" stroke="black" d="M224.5,-122.11C224.5,-122.11 224.5,-140.99 224.5,-140.99"/>
|
|
107
|
+
<polygon fill="black" stroke="black" points="221,-140.99 224.5,-150.99 228,-140.99 221,-140.99"/>
|
|
108
108
|
</g>
|
|
109
109
|
<!-- IconModule -->
|
|
110
110
|
<g id="node5" class="node">
|
|
111
111
|
<title>IconModule</title>
|
|
112
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
113
|
-
<text text-anchor="middle" x="
|
|
112
|
+
<polygon fill="#8dd3c7" stroke="black" points="131.93,-187 128.93,-191 107.93,-191 104.93,-187 47.07,-187 47.07,-151 131.93,-151 131.93,-187"/>
|
|
113
|
+
<text text-anchor="middle" x="89.5" y="-164.8" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
114
114
|
</g>
|
|
115
115
|
<!-- IconModule->TreeviewModule -->
|
|
116
116
|
<g id="edge4" class="edge">
|
|
117
117
|
<title>IconModule->TreeviewModule</title>
|
|
118
|
-
<path fill="none" stroke="black" d="
|
|
119
|
-
<polygon fill="black" stroke="black" points="
|
|
118
|
+
<path fill="none" stroke="black" d="M114.91,-187.11C114.91,-206.34 114.91,-234 114.91,-234 114.91,-234 158.1,-234 158.1,-234"/>
|
|
119
|
+
<polygon fill="black" stroke="black" points="158.1,-237.5 168.1,-234 158.1,-230.5 158.1,-237.5"/>
|
|
120
120
|
</g>
|
|
121
121
|
</g>
|
|
122
122
|
</svg>
|