carbon-components-angular 5.49.0 → 5.50.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/components/ListRow.html +1 -1
- package/docs/documentation/components/PasswordInputLabelComponent.html +263 -71
- package/docs/documentation/components/TextInputLabelComponent.html +379 -108
- package/docs/documentation/coverage.html +10 -10
- package/docs/documentation/directives/PasswordInput.html +63 -5
- package/docs/documentation/directives/TextInput.html +60 -1
- 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/DatePickerInputModule/dependencies.svg +34 -38
- package/docs/documentation/modules/DatePickerInputModule.html +34 -38
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +52 -56
- package/docs/documentation/modules/DatePickerModule.html +52 -56
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +35 -35
- package/docs/documentation/modules/FileUploaderModule.html +35 -35
- package/docs/documentation/modules/InlineLoadingModule/dependencies.svg +4 -4
- package/docs/documentation/modules/InlineLoadingModule.html +4 -4
- package/docs/documentation/modules/ProgressBarModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ProgressBarModule.html +4 -4
- package/docs/documentation/modules/RadioModule/dependencies.svg +35 -35
- package/docs/documentation/modules/RadioModule.html +35 -35
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +4 -4
- package/docs/documentation/modules/SelectModule/dependencies.svg +60 -60
- package/docs/documentation/modules/SelectModule.html +60 -60
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/TableModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TableModule.html +4 -4
- package/docs/documentation/modules/TabsModule/dependencies.svg +68 -68
- package/docs/documentation/modules/TabsModule.html +68 -68
- package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
- package/docs/documentation/modules/ThemeModule.html +15 -15
- package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TilesModule.html +4 -4
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +46 -42
- package/docs/documentation/modules/TimePickerModule.html +46 -42
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -50
- package/docs/documentation/modules/TimePickerSelectModule.html +46 -50
- package/docs/documentation/modules/ToggleModule/dependencies.svg +45 -41
- package/docs/documentation/modules/ToggleModule.html +45 -41
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +4 -4
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +30 -30
- package/docs/documentation/modules/TreeviewModule.html +30 -30
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +302 -90
- package/docs/storybook/1345.4ae7e616.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/index.json +1 -1
- package/docs/storybook/{input-input-stories.fa251a40.iframe.bundle.js → input-input-stories.13368962.iframe.bundle.js} +1 -1
- package/docs/storybook/{input-password-stories.def6cbdf.iframe.bundle.js → input-password-stories.de5bf47f.iframe.bundle.js} +1 -1
- package/docs/storybook/main.8ed1584b.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +34 -28
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.807a23cc.iframe.bundle.js → runtime~main.ac7f971f.iframe.bundle.js} +1 -1
- package/docs/storybook/stories.json +1 -1
- package/docs/storybook/{structured-list-structured-list-stories.e6a4535e.iframe.bundle.js → structured-list-structured-list-stories.a1c0bf43.iframe.bundle.js} +1 -1
- package/esm2020/input/input.directive.mjs +9 -3
- package/esm2020/input/label.component.mjs +1 -1
- package/esm2020/input/password-input-label.component.mjs +92 -38
- package/esm2020/input/password.directive.mjs +9 -3
- package/esm2020/input/text-input-label.component.mjs +145 -83
- package/esm2020/structured-list/list-row.component.mjs +1 -1
- package/fesm2015/carbon-components-angular-input.mjs +251 -123
- package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-structured-list.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-input.mjs +251 -123
- package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-structured-list.mjs.map +1 -1
- package/input/input.directive.d.ts +1 -0
- package/input/password-input-label.component.d.ts +7 -1
- package/input/password.directive.d.ts +1 -0
- package/input/text-input-label.component.d.ts +9 -2
- package/package.json +1 -1
- package/docs/storybook/1345.e54b0c87.iframe.bundle.js +0 -1
- package/docs/storybook/main.11fd86ca.iframe.bundle.js +0 -1
|
@@ -97,67 +97,71 @@
|
|
|
97
97
|
<!-- Generated by graphviz version 2.47.0 (20210316.0004)
|
|
98
98
|
-->
|
|
99
99
|
<!-- Title: dependencies Pages: 1 -->
|
|
100
|
-
<svg width="
|
|
101
|
-
viewBox="0.00 0.00
|
|
100
|
+
<svg width="648pt" height="396pt"
|
|
101
|
+
viewBox="0.00 0.00 648.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
102
102
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
|
|
103
103
|
<title>dependencies</title>
|
|
104
|
-
<polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59
|
|
105
|
-
<text text-anchor="start" x="
|
|
106
|
-
<polygon fill="#ffffb3" stroke="transparent" points="
|
|
107
|
-
<text text-anchor="start" x="
|
|
108
|
-
<polygon fill="#8dd3c7" stroke="transparent" points="
|
|
109
|
-
<text text-anchor="start" x="
|
|
110
|
-
<polygon fill="#80b1d3" stroke="transparent" points="
|
|
111
|
-
<text text-anchor="start" x="
|
|
112
|
-
<polygon fill="#fdb462" stroke="transparent" points="
|
|
113
|
-
<text text-anchor="start" x="
|
|
114
|
-
<polygon fill="#fb8072" stroke="transparent" points="
|
|
115
|
-
<text text-anchor="start" x="
|
|
104
|
+
<polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 644,-391.59 644,4 -4,4"/>
|
|
105
|
+
<text text-anchor="start" x="299.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
106
|
+
<polygon fill="#ffffb3" stroke="transparent" points="86,-10 86,-30 106,-30 106,-10 86,-10"/>
|
|
107
|
+
<text text-anchor="start" x="109.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
108
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="199,-10 199,-30 219,-30 219,-10 199,-10"/>
|
|
109
|
+
<text text-anchor="start" x="222.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
110
|
+
<polygon fill="#80b1d3" stroke="transparent" points="285,-10 285,-30 305,-30 305,-10 285,-10"/>
|
|
111
|
+
<text text-anchor="start" x="308.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
112
|
+
<polygon fill="#fdb462" stroke="transparent" points="382,-10 382,-30 402,-30 402,-10 382,-10"/>
|
|
113
|
+
<text text-anchor="start" x="405.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
114
|
+
<polygon fill="#fb8072" stroke="transparent" points="478,-10 478,-30 498,-30 498,-10 478,-10"/>
|
|
115
|
+
<text text-anchor="start" x="501.73" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
|
|
116
116
|
<g id="clust1" class="cluster">
|
|
117
117
|
<title>cluster_ToggleModule</title>
|
|
118
|
-
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59
|
|
118
|
+
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 632,-379.59 632,-70 8,-70"/>
|
|
119
|
+
</g>
|
|
120
|
+
<g id="clust2" class="cluster">
|
|
121
|
+
<title>cluster_ToggleModule_declarations</title>
|
|
122
|
+
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
|
|
123
|
+
</g>
|
|
124
|
+
<g id="clust5" class="cluster">
|
|
125
|
+
<title>cluster_ToggleModule_exports</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="234,-319.59 234,-371.59 310,-371.59 310,-319.59 234,-319.59"/>
|
|
119
127
|
</g>
|
|
120
128
|
<g id="clust3" class="cluster">
|
|
121
129
|
<title>cluster_ToggleModule_Toggle_providers</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="
|
|
130
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 624,-176.59 624,-78 16,-78"/>
|
|
123
131
|
</g>
|
|
124
132
|
<g id="clust4" class="cluster">
|
|
125
133
|
<title>cluster_ToggleModule_imports</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="
|
|
127
|
-
</g>
|
|
128
|
-
<g id="clust5" class="cluster">
|
|
129
|
-
<title>cluster_ToggleModule_exports</title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
|
|
134
|
+
<polygon fill="none" stroke="black" points="174,-189.59 174,-241.59 276,-241.59 276,-189.59 174,-189.59"/>
|
|
131
135
|
</g>
|
|
132
136
|
<!-- Toggle -->
|
|
133
137
|
<g id="node1" class="node">
|
|
134
138
|
<title>Toggle</title>
|
|
135
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
136
|
-
<text text-anchor="middle" x="
|
|
139
|
+
<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"/>
|
|
140
|
+
<text text-anchor="middle" x="320" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
|
|
137
141
|
</g>
|
|
138
142
|
<!-- ToggleModule -->
|
|
139
143
|
<g id="node2" class="node">
|
|
140
144
|
<title>ToggleModule</title>
|
|
141
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
142
|
-
<text text-anchor="middle" x="
|
|
145
|
+
<polygon fill="#8dd3c7" stroke="black" points="321.71,-298.59 318.71,-302.59 297.71,-302.59 294.71,-298.59 222.29,-298.59 222.29,-262.59 321.71,-262.59 321.71,-298.59"/>
|
|
146
|
+
<text text-anchor="middle" x="272" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
|
|
143
147
|
</g>
|
|
144
148
|
<!-- Toggle->ToggleModule -->
|
|
145
149
|
<g id="edge1" class="edge">
|
|
146
150
|
<title>Toggle->ToggleModule</title>
|
|
147
|
-
<path fill="none" stroke="black" d="
|
|
148
|
-
<polygon fill="black" stroke="black" points="
|
|
151
|
+
<path fill="none" stroke="black" d="M306.89,-233.7C306.89,-233.7 306.89,-252.58 306.89,-252.58"/>
|
|
152
|
+
<polygon fill="black" stroke="black" points="303.39,-252.58 306.89,-262.58 310.39,-252.58 303.39,-252.58"/>
|
|
149
153
|
</g>
|
|
150
154
|
<!-- Toggle -->
|
|
151
155
|
<g id="node5" class="node">
|
|
152
156
|
<title>Toggle </title>
|
|
153
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
154
|
-
<text text-anchor="middle" x="
|
|
157
|
+
<polygon fill="#fb8072" stroke="black" points="301.66,-363.59 242.34,-363.59 242.34,-327.59 301.66,-327.59 301.66,-363.59"/>
|
|
158
|
+
<text text-anchor="middle" x="272" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
|
|
155
159
|
</g>
|
|
156
160
|
<!-- ToggleModule->Toggle -->
|
|
157
161
|
<g id="edge4" class="edge">
|
|
158
162
|
<title>ToggleModule->Toggle </title>
|
|
159
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
160
|
-
<polygon fill="black" stroke="black" points="
|
|
163
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M272,-298.7C272,-298.7 272,-317.58 272,-317.58"/>
|
|
164
|
+
<polygon fill="black" stroke="black" points="268.5,-317.58 272,-327.58 275.5,-317.58 268.5,-317.58"/>
|
|
161
165
|
</g>
|
|
162
166
|
<!-- {
|
|
163
167
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
@@ -166,10 +170,10 @@
|
|
|
166
170
|
<title>{
|
|
167
171
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
168
172
|
}</title>
|
|
169
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
170
|
-
<text text-anchor="middle" x="
|
|
171
|
-
<text text-anchor="middle" x="
|
|
172
|
-
<text text-anchor="middle" x="
|
|
173
|
+
<ellipse fill="#fdb462" stroke="black" cx="320" cy="-127.3" rx="296.38" ry="41.09"/>
|
|
174
|
+
<text text-anchor="middle" x="320" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
175
|
+
<text text-anchor="middle" x="320" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true</text>
|
|
176
|
+
<text text-anchor="middle" x="320" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
173
177
|
</g>
|
|
174
178
|
<!-- {
|
|
175
179
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
@@ -178,20 +182,20 @@
|
|
|
178
182
|
<title>{
|
|
179
183
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
180
184
|
}->Toggle</title>
|
|
181
|
-
<path fill="none" stroke="black" d="
|
|
182
|
-
<polygon fill="black" stroke="black" points="
|
|
185
|
+
<path fill="none" stroke="black" d="M320,-168.6C320,-168.6 320,-187.26 320,-187.26"/>
|
|
186
|
+
<polygon fill="black" stroke="black" points="316.5,-187.26 320,-197.26 323.5,-187.26 316.5,-187.26"/>
|
|
183
187
|
</g>
|
|
184
188
|
<!-- I18nModule -->
|
|
185
189
|
<g id="node4" class="node">
|
|
186
190
|
<title>I18nModule</title>
|
|
187
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
188
|
-
<text text-anchor="middle" x="
|
|
191
|
+
<polygon fill="#8dd3c7" stroke="black" points="267.71,-233.59 264.71,-237.59 243.71,-237.59 240.71,-233.59 182.29,-233.59 182.29,-197.59 267.71,-197.59 267.71,-233.59"/>
|
|
192
|
+
<text text-anchor="middle" x="225" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
|
|
189
193
|
</g>
|
|
190
194
|
<!-- I18nModule->ToggleModule -->
|
|
191
195
|
<g id="edge3" class="edge">
|
|
192
196
|
<title>I18nModule->ToggleModule</title>
|
|
193
|
-
<path fill="none" stroke="black" d="
|
|
194
|
-
<polygon fill="black" stroke="black" points="
|
|
197
|
+
<path fill="none" stroke="black" d="M245,-233.7C245,-233.7 245,-252.58 245,-252.58"/>
|
|
198
|
+
<polygon fill="black" stroke="black" points="241.5,-252.58 245,-262.58 248.5,-252.58 241.5,-252.58"/>
|
|
195
199
|
</g>
|
|
196
200
|
</g>
|
|
197
201
|
</svg>
|
|
@@ -24,10 +24,6 @@
|
|
|
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"/>
|
|
@@ -36,6 +32,10 @@
|
|
|
36
32
|
<title>cluster_TooltipModule_declarations</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust6" class="cluster">
|
|
36
|
+
<title>cluster_TooltipModule_exports</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
|
|
38
|
+
</g>
|
|
39
39
|
<!-- Tooltip -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>Tooltip</title>
|
|
@@ -117,10 +117,6 @@
|
|
|
117
117
|
<title>cluster_TooltipModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="72,-70 72,-268 424,-268 424,-70 72,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust6" class="cluster">
|
|
121
|
-
<title>cluster_TooltipModule_exports</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust5" class="cluster">
|
|
125
121
|
<title>cluster_TooltipModule_imports</title>
|
|
126
122
|
<polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
|
|
@@ -129,6 +125,10 @@
|
|
|
129
125
|
<title>cluster_TooltipModule_declarations</title>
|
|
130
126
|
<polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
|
|
131
127
|
</g>
|
|
128
|
+
<g id="clust6" class="cluster">
|
|
129
|
+
<title>cluster_TooltipModule_exports</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
|
|
131
|
+
</g>
|
|
132
132
|
<!-- Tooltip -->
|
|
133
133
|
<g id="node1" class="node">
|
|
134
134
|
<title>Tooltip</title>
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
<title>cluster_TreeviewModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="18,-70 18,-333 478,-333 478,-70 18,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust4" class="cluster">
|
|
28
|
-
<title>cluster_TreeviewModule_TreeViewComponent_providers</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="296,-78 296,-195 470,-195 470,-78 296,-78"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust5" class="cluster">
|
|
32
28
|
<title>cluster_TreeviewModule_imports</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
29
|
+
<polygon fill="none" stroke="black" points="370,-143 370,-195 470,-195 470,-143 370,-143"/>
|
|
30
|
+
</g>
|
|
31
|
+
<g id="clust4" class="cluster">
|
|
32
|
+
<title>cluster_TreeviewModule_TreeViewComponent_providers</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="188,-78 188,-195 362,-195 362,-78 188,-78"/>
|
|
34
34
|
</g>
|
|
35
35
|
<g id="clust2" class="cluster">
|
|
36
36
|
<title>cluster_TreeviewModule_declarations</title>
|
|
@@ -38,7 +38,7 @@
|
|
|
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="97,-273 97,-325 412,-325 412,-273 97,-273"/>
|
|
42
42
|
</g>
|
|
43
43
|
<!-- TreeNodeComponent -->
|
|
44
44
|
<g id="node1" class="node">
|
|
@@ -49,74 +49,74 @@
|
|
|
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="331.4,-252 328.4,-256 307.4,-256 304.4,-252 218.6,-252 218.6,-216 331.4,-216 331.4,-252"/>
|
|
53
|
+
<text text-anchor="middle" x="275" 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="M138.13,-187.11C138.13,-206.34 138.13,-234 138.13,-234 138.13,-234 208.54,-234 208.54,-234"/>
|
|
59
|
+
<polygon fill="black" stroke="black" points="208.54,-237.5 218.54,-234 208.54,-230.5 208.54,-237.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="343.79,-187 206.21,-187 206.21,-151 343.79,-151 343.79,-187"/>
|
|
65
|
+
<text text-anchor="middle" x="275" 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="M275,-187.11C275,-187.11 275,-205.99 275,-205.99"/>
|
|
71
|
+
<polygon fill="black" stroke="black" points="271.5,-205.99 275,-215.99 278.5,-205.99 271.5,-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="404.3,-317 263.7,-317 263.7,-281 404.3,-281 404.3,-317"/>
|
|
77
|
+
<text text-anchor="middle" x="334" 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="M297.4,-252.11C297.4,-252.11 297.4,-270.99 297.4,-270.99"/>
|
|
83
|
+
<polygon fill="black" stroke="black" points="293.9,-270.99 297.4,-280.99 300.9,-270.99 293.9,-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="245.29,-317 104.71,-317 104.71,-281 245.29,-281 245.29,-317"/>
|
|
89
|
+
<text text-anchor="middle" x="175" 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="M232.1,-252.11C232.1,-252.11 232.1,-270.99 232.1,-270.99"/>
|
|
95
|
+
<polygon fill="black" stroke="black" points="228.6,-270.99 232.1,-280.99 235.6,-270.99 228.6,-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="275" cy="-104" rx="78.69" ry="18"/>
|
|
101
|
+
<text text-anchor="middle" x="275" 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="M275,-122.11C275,-122.11 275,-140.99 275,-140.99"/>
|
|
107
|
+
<polygon fill="black" stroke="black" points="271.5,-140.99 275,-150.99 278.5,-140.99 271.5,-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="462.43,-187 459.43,-191 438.43,-191 435.43,-187 377.57,-187 377.57,-151 462.43,-151 462.43,-187"/>
|
|
113
|
+
<text text-anchor="middle" x="420" 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="M391.09,-187.11C391.09,-206.34 391.09,-234 391.09,-234 391.09,-234 341.35,-234 341.35,-234"/>
|
|
119
|
+
<polygon fill="black" stroke="black" points="341.35,-230.5 331.35,-234 341.35,-237.5 341.35,-230.5"/>
|
|
120
120
|
</g>
|
|
121
121
|
</g>
|
|
122
122
|
</svg>
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
<title>cluster_TreeviewModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="18,-70 18,-333 478,-333 478,-70 18,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust4" class="cluster">
|
|
121
|
-
<title>cluster_TreeviewModule_TreeViewComponent_providers</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="296,-78 296,-195 470,-195 470,-78 296,-78"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust5" class="cluster">
|
|
125
121
|
<title>cluster_TreeviewModule_imports</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="
|
|
122
|
+
<polygon fill="none" stroke="black" points="370,-143 370,-195 470,-195 470,-143 370,-143"/>
|
|
123
|
+
</g>
|
|
124
|
+
<g id="clust4" class="cluster">
|
|
125
|
+
<title>cluster_TreeviewModule_TreeViewComponent_providers</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="188,-78 188,-195 362,-195 362,-78 188,-78"/>
|
|
127
127
|
</g>
|
|
128
128
|
<g id="clust2" class="cluster">
|
|
129
129
|
<title>cluster_TreeviewModule_declarations</title>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
</g>
|
|
132
132
|
<g id="clust6" class="cluster">
|
|
133
133
|
<title>cluster_TreeviewModule_exports</title>
|
|
134
|
-
<polygon fill="none" stroke="black" points="
|
|
134
|
+
<polygon fill="none" stroke="black" points="97,-273 97,-325 412,-325 412,-273 97,-273"/>
|
|
135
135
|
</g>
|
|
136
136
|
<!-- TreeNodeComponent -->
|
|
137
137
|
<g id="node1" class="node">
|
|
@@ -142,74 +142,74 @@
|
|
|
142
142
|
<!-- TreeviewModule -->
|
|
143
143
|
<g id="node3" class="node">
|
|
144
144
|
<title>TreeviewModule</title>
|
|
145
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
146
|
-
<text text-anchor="middle" x="
|
|
145
|
+
<polygon fill="#8dd3c7" stroke="black" points="331.4,-252 328.4,-256 307.4,-256 304.4,-252 218.6,-252 218.6,-216 331.4,-216 331.4,-252"/>
|
|
146
|
+
<text text-anchor="middle" x="275" y="-229.8" font-family="Times,serif" font-size="14.00">TreeviewModule</text>
|
|
147
147
|
</g>
|
|
148
148
|
<!-- TreeNodeComponent->TreeviewModule -->
|
|
149
149
|
<g id="edge1" class="edge">
|
|
150
150
|
<title>TreeNodeComponent->TreeviewModule</title>
|
|
151
|
-
<path fill="none" stroke="black" d="
|
|
152
|
-
<polygon fill="black" stroke="black" points="
|
|
151
|
+
<path fill="none" stroke="black" d="M138.13,-187.11C138.13,-206.34 138.13,-234 138.13,-234 138.13,-234 208.54,-234 208.54,-234"/>
|
|
152
|
+
<polygon fill="black" stroke="black" points="208.54,-237.5 218.54,-234 208.54,-230.5 208.54,-237.5"/>
|
|
153
153
|
</g>
|
|
154
154
|
<!-- TreeViewComponent -->
|
|
155
155
|
<g id="node2" class="node">
|
|
156
156
|
<title>TreeViewComponent</title>
|
|
157
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
158
|
-
<text text-anchor="middle" x="
|
|
157
|
+
<polygon fill="#ffffb3" stroke="black" points="343.79,-187 206.21,-187 206.21,-151 343.79,-151 343.79,-187"/>
|
|
158
|
+
<text text-anchor="middle" x="275" y="-164.8" font-family="Times,serif" font-size="14.00">TreeViewComponent</text>
|
|
159
159
|
</g>
|
|
160
160
|
<!-- TreeViewComponent->TreeviewModule -->
|
|
161
161
|
<g id="edge2" class="edge">
|
|
162
162
|
<title>TreeViewComponent->TreeviewModule</title>
|
|
163
|
-
<path fill="none" stroke="black" d="
|
|
164
|
-
<polygon fill="black" stroke="black" points="
|
|
163
|
+
<path fill="none" stroke="black" d="M275,-187.11C275,-187.11 275,-205.99 275,-205.99"/>
|
|
164
|
+
<polygon fill="black" stroke="black" points="271.5,-205.99 275,-215.99 278.5,-205.99 271.5,-205.99"/>
|
|
165
165
|
</g>
|
|
166
166
|
<!-- TreeNodeComponent -->
|
|
167
167
|
<g id="node6" class="node">
|
|
168
168
|
<title>TreeNodeComponent </title>
|
|
169
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
170
|
-
<text text-anchor="middle" x="
|
|
169
|
+
<polygon fill="#fb8072" stroke="black" points="404.3,-317 263.7,-317 263.7,-281 404.3,-281 404.3,-317"/>
|
|
170
|
+
<text text-anchor="middle" x="334" y="-294.8" font-family="Times,serif" font-size="14.00">TreeNodeComponent </text>
|
|
171
171
|
</g>
|
|
172
172
|
<!-- TreeviewModule->TreeNodeComponent -->
|
|
173
173
|
<g id="edge5" class="edge">
|
|
174
174
|
<title>TreeviewModule->TreeNodeComponent </title>
|
|
175
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
176
|
-
<polygon fill="black" stroke="black" points="
|
|
175
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M297.4,-252.11C297.4,-252.11 297.4,-270.99 297.4,-270.99"/>
|
|
176
|
+
<polygon fill="black" stroke="black" points="293.9,-270.99 297.4,-280.99 300.9,-270.99 293.9,-270.99"/>
|
|
177
177
|
</g>
|
|
178
178
|
<!-- TreeViewComponent -->
|
|
179
179
|
<g id="node7" class="node">
|
|
180
180
|
<title>TreeViewComponent </title>
|
|
181
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
182
|
-
<text text-anchor="middle" x="
|
|
181
|
+
<polygon fill="#fb8072" stroke="black" points="245.29,-317 104.71,-317 104.71,-281 245.29,-281 245.29,-317"/>
|
|
182
|
+
<text text-anchor="middle" x="175" y="-294.8" font-family="Times,serif" font-size="14.00">TreeViewComponent </text>
|
|
183
183
|
</g>
|
|
184
184
|
<!-- TreeviewModule->TreeViewComponent -->
|
|
185
185
|
<g id="edge6" class="edge">
|
|
186
186
|
<title>TreeviewModule->TreeViewComponent </title>
|
|
187
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
188
|
-
<polygon fill="black" stroke="black" points="
|
|
187
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M232.1,-252.11C232.1,-252.11 232.1,-270.99 232.1,-270.99"/>
|
|
188
|
+
<polygon fill="black" stroke="black" points="228.6,-270.99 232.1,-280.99 235.6,-270.99 228.6,-270.99"/>
|
|
189
189
|
</g>
|
|
190
190
|
<!-- TreeViewService -->
|
|
191
191
|
<g id="node4" class="node">
|
|
192
192
|
<title>TreeViewService</title>
|
|
193
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
194
|
-
<text text-anchor="middle" x="
|
|
193
|
+
<ellipse fill="#fdb462" stroke="black" cx="275" cy="-104" rx="78.69" ry="18"/>
|
|
194
|
+
<text text-anchor="middle" x="275" y="-99.8" font-family="Times,serif" font-size="14.00">TreeViewService</text>
|
|
195
195
|
</g>
|
|
196
196
|
<!-- TreeViewService->TreeViewComponent -->
|
|
197
197
|
<g id="edge3" class="edge">
|
|
198
198
|
<title>TreeViewService->TreeViewComponent</title>
|
|
199
|
-
<path fill="none" stroke="black" d="
|
|
200
|
-
<polygon fill="black" stroke="black" points="
|
|
199
|
+
<path fill="none" stroke="black" d="M275,-122.11C275,-122.11 275,-140.99 275,-140.99"/>
|
|
200
|
+
<polygon fill="black" stroke="black" points="271.5,-140.99 275,-150.99 278.5,-140.99 271.5,-140.99"/>
|
|
201
201
|
</g>
|
|
202
202
|
<!-- IconModule -->
|
|
203
203
|
<g id="node5" class="node">
|
|
204
204
|
<title>IconModule</title>
|
|
205
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
206
|
-
<text text-anchor="middle" x="
|
|
205
|
+
<polygon fill="#8dd3c7" stroke="black" points="462.43,-187 459.43,-191 438.43,-191 435.43,-187 377.57,-187 377.57,-151 462.43,-151 462.43,-187"/>
|
|
206
|
+
<text text-anchor="middle" x="420" y="-164.8" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
207
207
|
</g>
|
|
208
208
|
<!-- IconModule->TreeviewModule -->
|
|
209
209
|
<g id="edge4" class="edge">
|
|
210
210
|
<title>IconModule->TreeviewModule</title>
|
|
211
|
-
<path fill="none" stroke="black" d="
|
|
212
|
-
<polygon fill="black" stroke="black" points="
|
|
211
|
+
<path fill="none" stroke="black" d="M391.09,-187.11C391.09,-206.34 391.09,-234 391.09,-234 391.09,-234 341.35,-234 341.35,-234"/>
|
|
212
|
+
<polygon fill="black" stroke="black" points="341.35,-230.5 331.35,-234 341.35,-237.5 341.35,-230.5"/>
|
|
213
213
|
</g>
|
|
214
214
|
</g>
|
|
215
215
|
</svg>
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_UIShellModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="13,-70 13,-268 483,-268 483,-70 13,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust4" class="cluster">
|
|
28
|
-
<title>cluster_UIShellModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust3" class="cluster">
|
|
32
28
|
<title>cluster_UIShellModule_imports</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="21,-78 21,-130 475,-130 475,-78 21,-78"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust4" class="cluster">
|
|
32
|
+
<title>cluster_UIShellModule_exports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
|
|
34
|
+
</g>
|
|
35
35
|
<!-- HeaderModule -->
|
|
36
36
|
<g id="node1" class="node">
|
|
37
37
|
<title>HeaderModule</title>
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
<title>cluster_UIShellModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="13,-70 13,-268 483,-268 483,-70 13,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust4" class="cluster">
|
|
121
|
-
<title>cluster_UIShellModule_exports</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust3" class="cluster">
|
|
125
121
|
<title>cluster_UIShellModule_imports</title>
|
|
126
122
|
<polygon fill="none" stroke="black" points="21,-78 21,-130 475,-130 475,-78 21,-78"/>
|
|
127
123
|
</g>
|
|
124
|
+
<g id="clust4" class="cluster">
|
|
125
|
+
<title>cluster_UIShellModule_exports</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
|
|
127
|
+
</g>
|
|
128
128
|
<!-- HeaderModule -->
|
|
129
129
|
<g id="node1" class="node">
|
|
130
130
|
<title>HeaderModule</title>
|