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,83 +97,79 @@
|
|
|
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="1063pt" height="396pt"
|
|
101
|
+
viewBox="0.00 0.00 1063.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 1059,-391.59 1059,4 -4,4"/>
|
|
105
|
+
<text text-anchor="start" x="506.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
106
|
+
<polygon fill="#ffffb3" stroke="transparent" points="293.5,-10 293.5,-30 313.5,-30 313.5,-10 293.5,-10"/>
|
|
107
|
+
<text text-anchor="start" x="317.13" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
108
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="406.5,-10 406.5,-30 426.5,-30 426.5,-10 406.5,-10"/>
|
|
109
|
+
<text text-anchor="start" x="430.23" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
110
|
+
<polygon fill="#80b1d3" stroke="transparent" points="492.5,-10 492.5,-30 512.5,-30 512.5,-10 492.5,-10"/>
|
|
111
|
+
<text text-anchor="start" x="516.28" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
112
|
+
<polygon fill="#fdb462" stroke="transparent" points="589.5,-10 589.5,-30 609.5,-30 609.5,-10 589.5,-10"/>
|
|
113
|
+
<text text-anchor="start" x="613.17" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
114
|
+
<polygon fill="#fb8072" stroke="transparent" points="685.5,-10 685.5,-30 705.5,-30 705.5,-10 685.5,-10"/>
|
|
115
|
+
<text text-anchor="start" x="709.23" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
|
|
116
116
|
<g id="clust1" class="cluster">
|
|
117
117
|
<title>cluster_DatePickerModule</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 1047,-379.59 1047,-70 8,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="
|
|
121
|
-
<title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="
|
|
120
|
+
<g id="clust3" class="cluster">
|
|
121
|
+
<title>cluster_DatePickerModule_DatePicker_providers</title>
|
|
122
|
+
<polygon fill="none" stroke="black" points="399,-78 399,-241.59 1039,-241.59 1039,-78 399,-78"/>
|
|
123
123
|
</g>
|
|
124
124
|
<g id="clust4" class="cluster">
|
|
125
125
|
<title>cluster_DatePickerModule_imports</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="
|
|
126
|
+
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 391,-241.59 391,-189.59 16,-189.59"/>
|
|
127
127
|
</g>
|
|
128
128
|
<g id="clust5" class="cluster">
|
|
129
129
|
<title>cluster_DatePickerModule_exports</title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="
|
|
131
|
-
</g>
|
|
132
|
-
<g id="clust3" class="cluster">
|
|
133
|
-
<title>cluster_DatePickerModule_DatePicker_providers</title>
|
|
134
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 656,-176.59 656,-78 16,-78"/>
|
|
130
|
+
<polygon fill="none" stroke="black" points="86,-319.59 86,-371.59 356,-371.59 356,-319.59 86,-319.59"/>
|
|
135
131
|
</g>
|
|
136
132
|
<!-- DatePicker -->
|
|
137
133
|
<g id="node1" class="node">
|
|
138
134
|
<title>DatePicker</title>
|
|
139
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
140
|
-
<text text-anchor="middle" x="
|
|
135
|
+
<polygon fill="#ffffb3" stroke="black" points="621.19,-233.59 542.81,-233.59 542.81,-197.59 621.19,-197.59 621.19,-233.59"/>
|
|
136
|
+
<text text-anchor="middle" x="582" y="-211.39" font-family="Times,serif" font-size="14.00">DatePicker</text>
|
|
141
137
|
</g>
|
|
142
138
|
<!-- DatePickerModule -->
|
|
143
139
|
<g id="node2" class="node">
|
|
144
140
|
<title>DatePickerModule</title>
|
|
145
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
146
|
-
<text text-anchor="middle" x="
|
|
141
|
+
<polygon fill="#8dd3c7" stroke="black" points="299.74,-298.59 296.74,-302.59 275.74,-302.59 272.74,-298.59 178.26,-298.59 178.26,-262.59 299.74,-262.59 299.74,-298.59"/>
|
|
142
|
+
<text text-anchor="middle" x="239" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerModule</text>
|
|
147
143
|
</g>
|
|
148
144
|
<!-- DatePicker->DatePickerModule -->
|
|
149
145
|
<g id="edge1" class="edge">
|
|
150
146
|
<title>DatePicker->DatePickerModule</title>
|
|
151
|
-
<path fill="none" stroke="black" d="
|
|
152
|
-
<polygon fill="black" stroke="black" points="
|
|
147
|
+
<path fill="none" stroke="black" d="M582,-233.7C582,-252.93 582,-280.59 582,-280.59 582,-280.59 309.93,-280.59 309.93,-280.59"/>
|
|
148
|
+
<polygon fill="black" stroke="black" points="309.93,-277.09 299.93,-280.59 309.93,-284.09 309.93,-277.09"/>
|
|
153
149
|
</g>
|
|
154
150
|
<!-- DatePicker -->
|
|
155
151
|
<g id="node7" class="node">
|
|
156
152
|
<title>DatePicker </title>
|
|
157
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
158
|
-
<text text-anchor="middle" x="
|
|
153
|
+
<polygon fill="#fb8072" stroke="black" points="347.69,-363.59 266.31,-363.59 266.31,-327.59 347.69,-327.59 347.69,-363.59"/>
|
|
154
|
+
<text text-anchor="middle" x="307" y="-341.39" font-family="Times,serif" font-size="14.00">DatePicker </text>
|
|
159
155
|
</g>
|
|
160
156
|
<!-- DatePickerModule->DatePicker -->
|
|
161
157
|
<g id="edge6" class="edge">
|
|
162
158
|
<title>DatePickerModule->DatePicker </title>
|
|
163
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
164
|
-
<polygon fill="black" stroke="black" points="
|
|
159
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M283.01,-298.7C283.01,-298.7 283.01,-317.58 283.01,-317.58"/>
|
|
160
|
+
<polygon fill="black" stroke="black" points="279.51,-317.58 283.01,-327.58 286.51,-317.58 279.51,-317.58"/>
|
|
165
161
|
</g>
|
|
166
162
|
<!-- DatePickerInputModule -->
|
|
167
163
|
<g id="node8" class="node">
|
|
168
164
|
<title>DatePickerInputModule </title>
|
|
169
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
170
|
-
<text text-anchor="middle" x="
|
|
165
|
+
<polygon fill="#fb8072" stroke="black" points="248.29,-363.59 93.71,-363.59 93.71,-327.59 248.29,-327.59 248.29,-363.59"/>
|
|
166
|
+
<text text-anchor="middle" x="171" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule </text>
|
|
171
167
|
</g>
|
|
172
168
|
<!-- DatePickerModule->DatePickerInputModule -->
|
|
173
169
|
<g id="edge7" class="edge">
|
|
174
170
|
<title>DatePickerModule->DatePickerInputModule </title>
|
|
175
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
176
|
-
<polygon fill="black" stroke="black" points="
|
|
171
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M213.26,-298.7C213.26,-298.7 213.26,-317.58 213.26,-317.58"/>
|
|
172
|
+
<polygon fill="black" stroke="black" points="209.76,-317.58 213.26,-327.58 216.76,-317.58 209.76,-317.58"/>
|
|
177
173
|
</g>
|
|
178
174
|
<!-- {
|
|
179
175
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
@@ -182,10 +178,10 @@
|
|
|
182
178
|
<title>{
|
|
183
179
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
184
180
|
}</title>
|
|
185
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
186
|
-
<text text-anchor="middle" x="
|
|
187
|
-
<text text-anchor="middle" x="
|
|
188
|
-
<text text-anchor="middle" x="
|
|
181
|
+
<ellipse fill="#fdb462" stroke="black" cx="719" cy="-127.3" rx="312.25" ry="41.09"/>
|
|
182
|
+
<text text-anchor="middle" x="719" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
183
|
+
<text text-anchor="middle" x="719" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true</text>
|
|
184
|
+
<text text-anchor="middle" x="719" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
189
185
|
</g>
|
|
190
186
|
<!-- {
|
|
191
187
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
@@ -194,44 +190,44 @@
|
|
|
194
190
|
<title>{
|
|
195
191
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
196
192
|
}->DatePicker</title>
|
|
197
|
-
<path fill="none" stroke="black" d="
|
|
198
|
-
<polygon fill="black" stroke="black" points="
|
|
193
|
+
<path fill="none" stroke="black" d="M582,-164.48C582,-164.48 582,-187.22 582,-187.22"/>
|
|
194
|
+
<polygon fill="black" stroke="black" points="578.5,-187.22 582,-197.22 585.5,-187.22 578.5,-187.22"/>
|
|
199
195
|
</g>
|
|
200
196
|
<!-- DatePickerInputModule -->
|
|
201
197
|
<g id="node4" class="node">
|
|
202
198
|
<title>DatePickerInputModule</title>
|
|
203
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
204
|
-
<text text-anchor="middle" x="
|
|
199
|
+
<polygon fill="#8dd3c7" stroke="black" points="382.79,-233.59 379.79,-237.59 358.79,-237.59 355.79,-233.59 231.21,-233.59 231.21,-197.59 382.79,-197.59 382.79,-233.59"/>
|
|
200
|
+
<text text-anchor="middle" x="307" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
|
|
205
201
|
</g>
|
|
206
202
|
<!-- DatePickerInputModule->DatePickerModule -->
|
|
207
203
|
<g id="edge3" class="edge">
|
|
208
204
|
<title>DatePickerInputModule->DatePickerModule</title>
|
|
209
|
-
<path fill="none" stroke="black" d="
|
|
210
|
-
<polygon fill="black" stroke="black" points="
|
|
205
|
+
<path fill="none" stroke="black" d="M265.61,-233.7C265.61,-233.7 265.61,-252.58 265.61,-252.58"/>
|
|
206
|
+
<polygon fill="black" stroke="black" points="262.11,-252.58 265.61,-262.58 269.11,-252.58 262.11,-252.58"/>
|
|
211
207
|
</g>
|
|
212
208
|
<!-- I18nModule -->
|
|
213
209
|
<g id="node5" class="node">
|
|
214
210
|
<title>I18nModule</title>
|
|
215
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
216
|
-
<text text-anchor="middle" x="
|
|
211
|
+
<polygon fill="#8dd3c7" stroke="black" points="213.71,-233.59 210.71,-237.59 189.71,-237.59 186.71,-233.59 128.29,-233.59 128.29,-197.59 213.71,-197.59 213.71,-233.59"/>
|
|
212
|
+
<text text-anchor="middle" x="171" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
|
|
217
213
|
</g>
|
|
218
214
|
<!-- I18nModule->DatePickerModule -->
|
|
219
215
|
<g id="edge4" class="edge">
|
|
220
216
|
<title>I18nModule->DatePickerModule</title>
|
|
221
|
-
<path fill="none" stroke="black" d="
|
|
222
|
-
<polygon fill="black" stroke="black" points="
|
|
217
|
+
<path fill="none" stroke="black" d="M195.87,-233.7C195.87,-233.7 195.87,-252.58 195.87,-252.58"/>
|
|
218
|
+
<polygon fill="black" stroke="black" points="192.37,-252.58 195.87,-262.58 199.37,-252.58 192.37,-252.58"/>
|
|
223
219
|
</g>
|
|
224
220
|
<!-- UtilsModule -->
|
|
225
221
|
<g id="node6" class="node">
|
|
226
222
|
<title>UtilsModule</title>
|
|
227
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
228
|
-
<text text-anchor="middle" x="
|
|
223
|
+
<polygon fill="#8dd3c7" stroke="black" points="110.27,-233.59 107.27,-237.59 86.27,-237.59 83.27,-233.59 23.73,-233.59 23.73,-197.59 110.27,-197.59 110.27,-233.59"/>
|
|
224
|
+
<text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">UtilsModule</text>
|
|
229
225
|
</g>
|
|
230
226
|
<!-- UtilsModule->DatePickerModule -->
|
|
231
227
|
<g id="edge5" class="edge">
|
|
232
228
|
<title>UtilsModule->DatePickerModule</title>
|
|
233
|
-
<path fill="none" stroke="black" d="
|
|
234
|
-
<polygon fill="black" stroke="black" points="
|
|
229
|
+
<path fill="none" stroke="black" d="M102,-233.7C102,-252.93 102,-280.59 102,-280.59 102,-280.59 168.11,-280.59 168.11,-280.59"/>
|
|
230
|
+
<polygon fill="black" stroke="black" points="168.11,-284.09 178.11,-280.59 168.11,-277.09 168.11,-284.09"/>
|
|
235
231
|
</g>
|
|
236
232
|
</g>
|
|
237
233
|
</svg>
|
|
@@ -4,37 +4,37 @@
|
|
|
4
4
|
<!-- Generated by graphviz version 2.47.0 (20210316.0004)
|
|
5
5
|
-->
|
|
6
6
|
<!-- Title: dependencies Pages: 1 -->
|
|
7
|
-
<svg width="
|
|
8
|
-
viewBox="0.00 0.00
|
|
7
|
+
<svg width="1174pt" height="396pt"
|
|
8
|
+
viewBox="0.00 0.00 1174.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
9
9
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
|
|
10
10
|
<title>dependencies</title>
|
|
11
|
-
<polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59
|
|
12
|
-
<text text-anchor="start" x="
|
|
13
|
-
<polygon fill="#ffffb3" stroke="transparent" points="
|
|
14
|
-
<text text-anchor="start" x="
|
|
15
|
-
<polygon fill="#8dd3c7" stroke="transparent" points="
|
|
16
|
-
<text text-anchor="start" x="
|
|
17
|
-
<polygon fill="#80b1d3" stroke="transparent" points="
|
|
18
|
-
<text text-anchor="start" x="
|
|
19
|
-
<polygon fill="#fdb462" stroke="transparent" points="
|
|
20
|
-
<text text-anchor="start" x="
|
|
21
|
-
<polygon fill="#fb8072" stroke="transparent" points="
|
|
22
|
-
<text text-anchor="start" x="
|
|
11
|
+
<polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1170,-391.59 1170,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="562.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="349,-10 349,-30 369,-30 369,-10 349,-10"/>
|
|
14
|
+
<text text-anchor="start" x="372.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="462,-10 462,-30 482,-30 482,-10 462,-10"/>
|
|
16
|
+
<text text-anchor="start" x="485.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="548,-10 548,-30 568,-30 568,-10 548,-10"/>
|
|
18
|
+
<text text-anchor="start" x="571.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="645,-10 645,-30 665,-30 665,-10 645,-10"/>
|
|
20
|
+
<text text-anchor="start" x="668.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="741,-10 741,-30 761,-30 761,-10 741,-10"/>
|
|
22
|
+
<text text-anchor="start" x="764.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_FileUploaderModule</title>
|
|
25
|
-
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59
|
|
25
|
+
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1158,-379.59 1158,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="
|
|
28
|
-
<title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
27
|
+
<g id="clust4" class="cluster">
|
|
28
|
+
<title>cluster_FileUploaderModule_FileUploader_providers</title>
|
|
29
|
+
<polygon fill="none" stroke="black" points="492,-78 492,-241.59 1150,-241.59 1150,-78 492,-78"/>
|
|
30
30
|
</g>
|
|
31
31
|
<g id="clust6" class="cluster">
|
|
32
32
|
<title>cluster_FileUploaderModule_exports</title>
|
|
33
33
|
<polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
|
|
34
34
|
</g>
|
|
35
|
-
<g id="
|
|
36
|
-
<title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
35
|
+
<g id="clust2" class="cluster">
|
|
36
|
+
<title>cluster_FileUploaderModule_declarations</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 484,-241.59 484,-189.59 364,-189.59"/>
|
|
38
38
|
</g>
|
|
39
39
|
<g id="clust5" class="cluster">
|
|
40
40
|
<title>cluster_FileUploaderModule_imports</title>
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
<!-- FileComponent -->
|
|
44
44
|
<g id="node1" class="node">
|
|
45
45
|
<title>FileComponent</title>
|
|
46
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
46
|
+
<polygon fill="#ffffb3" stroke="black" points="475.61,-233.59 372.39,-233.59 372.39,-197.59 475.61,-197.59 475.61,-233.59"/>
|
|
47
|
+
<text text-anchor="middle" x="424" y="-211.39" font-family="Times,serif" font-size="14.00">FileComponent</text>
|
|
48
48
|
</g>
|
|
49
49
|
<!-- FileUploaderModule -->
|
|
50
50
|
<g id="node3" class="node">
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
<!-- FileComponent->FileUploaderModule -->
|
|
56
56
|
<g id="edge1" class="edge">
|
|
57
57
|
<title>FileComponent->FileUploaderModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
58
|
+
<path fill="none" stroke="black" d="M372.36,-215.59C363.34,-215.59 356.77,-215.59 356.77,-215.59 356.77,-215.59 356.77,-252.48 356.77,-252.48"/>
|
|
59
|
+
<polygon fill="black" stroke="black" points="353.27,-252.48 356.77,-262.48 360.27,-252.48 353.27,-252.48"/>
|
|
60
60
|
</g>
|
|
61
61
|
<!-- FileUploader -->
|
|
62
62
|
<g id="node2" class="node">
|
|
63
63
|
<title>FileUploader</title>
|
|
64
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
64
|
+
<polygon fill="#ffffb3" stroke="black" points="727.87,-233.59 638.13,-233.59 638.13,-197.59 727.87,-197.59 727.87,-233.59"/>
|
|
65
|
+
<text text-anchor="middle" x="683" y="-211.39" font-family="Times,serif" font-size="14.00">FileUploader</text>
|
|
66
66
|
</g>
|
|
67
67
|
<!-- FileUploader->FileUploaderModule -->
|
|
68
68
|
<g id="edge2" class="edge">
|
|
69
69
|
<title>FileUploader->FileUploaderModule</title>
|
|
70
|
-
<path fill="none" stroke="black" d="
|
|
71
|
-
<polygon fill="black" stroke="black" points="
|
|
70
|
+
<path fill="none" stroke="black" d="M683,-233.7C683,-252.93 683,-280.59 683,-280.59 683,-280.59 375.89,-280.59 375.89,-280.59"/>
|
|
71
|
+
<polygon fill="black" stroke="black" points="375.89,-277.09 365.89,-280.59 375.89,-284.09 375.89,-277.09"/>
|
|
72
72
|
</g>
|
|
73
73
|
<!-- FileComponent -->
|
|
74
74
|
<g id="node8" class="node">
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
<title>{
|
|
102
102
|
   provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
|
|
103
103
|
}</title>
|
|
104
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
105
|
-
<text text-anchor="middle" x="
|
|
106
|
-
<text text-anchor="middle" x="
|
|
107
|
-
<text text-anchor="middle" x="
|
|
104
|
+
<ellipse fill="#fdb462" stroke="black" cx="821" cy="-127.3" rx="320.76" ry="41.09"/>
|
|
105
|
+
<text text-anchor="middle" x="821" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
106
|
+
<text text-anchor="middle" x="821" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true</text>
|
|
107
|
+
<text text-anchor="middle" x="821" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
108
108
|
</g>
|
|
109
109
|
<!-- {
|
|
110
110
|
   provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
<title>{
|
|
114
114
|
   provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
|
|
115
115
|
}->FileUploader</title>
|
|
116
|
-
<path fill="none" stroke="black" d="
|
|
117
|
-
<polygon fill="black" stroke="black" points="
|
|
116
|
+
<path fill="none" stroke="black" d="M683,-164.74C683,-164.74 683,-187.34 683,-187.34"/>
|
|
117
|
+
<polygon fill="black" stroke="black" points="679.5,-187.34 683,-197.34 686.5,-187.34 679.5,-187.34"/>
|
|
118
118
|
</g>
|
|
119
119
|
<!-- ButtonModule -->
|
|
120
120
|
<g id="node5" class="node">
|
|
@@ -97,37 +97,37 @@
|
|
|
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="1174pt" height="396pt"
|
|
101
|
+
viewBox="0.00 0.00 1174.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 1170,-391.59 1170,4 -4,4"/>
|
|
105
|
+
<text text-anchor="start" x="562.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
106
|
+
<polygon fill="#ffffb3" stroke="transparent" points="349,-10 349,-30 369,-30 369,-10 349,-10"/>
|
|
107
|
+
<text text-anchor="start" x="372.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
108
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="462,-10 462,-30 482,-30 482,-10 462,-10"/>
|
|
109
|
+
<text text-anchor="start" x="485.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
110
|
+
<polygon fill="#80b1d3" stroke="transparent" points="548,-10 548,-30 568,-30 568,-10 548,-10"/>
|
|
111
|
+
<text text-anchor="start" x="571.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
112
|
+
<polygon fill="#fdb462" stroke="transparent" points="645,-10 645,-30 665,-30 665,-10 645,-10"/>
|
|
113
|
+
<text text-anchor="start" x="668.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
114
|
+
<polygon fill="#fb8072" stroke="transparent" points="741,-10 741,-30 761,-30 761,-10 741,-10"/>
|
|
115
|
+
<text text-anchor="start" x="764.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_FileUploaderModule</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 1158,-379.59 1158,-70 8,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="
|
|
121
|
-
<title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="
|
|
120
|
+
<g id="clust4" class="cluster">
|
|
121
|
+
<title>cluster_FileUploaderModule_FileUploader_providers</title>
|
|
122
|
+
<polygon fill="none" stroke="black" points="492,-78 492,-241.59 1150,-241.59 1150,-78 492,-78"/>
|
|
123
123
|
</g>
|
|
124
124
|
<g id="clust6" class="cluster">
|
|
125
125
|
<title>cluster_FileUploaderModule_exports</title>
|
|
126
126
|
<polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
|
|
127
127
|
</g>
|
|
128
|
-
<g id="
|
|
129
|
-
<title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="
|
|
128
|
+
<g id="clust2" class="cluster">
|
|
129
|
+
<title>cluster_FileUploaderModule_declarations</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 484,-241.59 484,-189.59 364,-189.59"/>
|
|
131
131
|
</g>
|
|
132
132
|
<g id="clust5" class="cluster">
|
|
133
133
|
<title>cluster_FileUploaderModule_imports</title>
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
<!-- FileComponent -->
|
|
137
137
|
<g id="node1" class="node">
|
|
138
138
|
<title>FileComponent</title>
|
|
139
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
140
|
-
<text text-anchor="middle" x="
|
|
139
|
+
<polygon fill="#ffffb3" stroke="black" points="475.61,-233.59 372.39,-233.59 372.39,-197.59 475.61,-197.59 475.61,-233.59"/>
|
|
140
|
+
<text text-anchor="middle" x="424" y="-211.39" font-family="Times,serif" font-size="14.00">FileComponent</text>
|
|
141
141
|
</g>
|
|
142
142
|
<!-- FileUploaderModule -->
|
|
143
143
|
<g id="node3" class="node">
|
|
@@ -148,20 +148,20 @@
|
|
|
148
148
|
<!-- FileComponent->FileUploaderModule -->
|
|
149
149
|
<g id="edge1" class="edge">
|
|
150
150
|
<title>FileComponent->FileUploaderModule</title>
|
|
151
|
-
<path fill="none" stroke="black" d="
|
|
152
|
-
<polygon fill="black" stroke="black" points="
|
|
151
|
+
<path fill="none" stroke="black" d="M372.36,-215.59C363.34,-215.59 356.77,-215.59 356.77,-215.59 356.77,-215.59 356.77,-252.48 356.77,-252.48"/>
|
|
152
|
+
<polygon fill="black" stroke="black" points="353.27,-252.48 356.77,-262.48 360.27,-252.48 353.27,-252.48"/>
|
|
153
153
|
</g>
|
|
154
154
|
<!-- FileUploader -->
|
|
155
155
|
<g id="node2" class="node">
|
|
156
156
|
<title>FileUploader</title>
|
|
157
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
158
|
-
<text text-anchor="middle" x="
|
|
157
|
+
<polygon fill="#ffffb3" stroke="black" points="727.87,-233.59 638.13,-233.59 638.13,-197.59 727.87,-197.59 727.87,-233.59"/>
|
|
158
|
+
<text text-anchor="middle" x="683" y="-211.39" font-family="Times,serif" font-size="14.00">FileUploader</text>
|
|
159
159
|
</g>
|
|
160
160
|
<!-- FileUploader->FileUploaderModule -->
|
|
161
161
|
<g id="edge2" class="edge">
|
|
162
162
|
<title>FileUploader->FileUploaderModule</title>
|
|
163
|
-
<path fill="none" stroke="black" d="
|
|
164
|
-
<polygon fill="black" stroke="black" points="
|
|
163
|
+
<path fill="none" stroke="black" d="M683,-233.7C683,-252.93 683,-280.59 683,-280.59 683,-280.59 375.89,-280.59 375.89,-280.59"/>
|
|
164
|
+
<polygon fill="black" stroke="black" points="375.89,-277.09 365.89,-280.59 375.89,-284.09 375.89,-277.09"/>
|
|
165
165
|
</g>
|
|
166
166
|
<!-- FileComponent -->
|
|
167
167
|
<g id="node8" class="node">
|
|
@@ -194,10 +194,10 @@
|
|
|
194
194
|
<title>{
|
|
195
195
|
   provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
|
|
196
196
|
}</title>
|
|
197
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
198
|
-
<text text-anchor="middle" x="
|
|
199
|
-
<text text-anchor="middle" x="
|
|
200
|
-
<text text-anchor="middle" x="
|
|
197
|
+
<ellipse fill="#fdb462" stroke="black" cx="821" cy="-127.3" rx="320.76" ry="41.09"/>
|
|
198
|
+
<text text-anchor="middle" x="821" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
199
|
+
<text text-anchor="middle" x="821" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true</text>
|
|
200
|
+
<text text-anchor="middle" x="821" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
201
201
|
</g>
|
|
202
202
|
<!-- {
|
|
203
203
|
   provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
|
|
@@ -206,8 +206,8 @@
|
|
|
206
206
|
<title>{
|
|
207
207
|
   provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
|
|
208
208
|
}->FileUploader</title>
|
|
209
|
-
<path fill="none" stroke="black" d="
|
|
210
|
-
<polygon fill="black" stroke="black" points="
|
|
209
|
+
<path fill="none" stroke="black" d="M683,-164.74C683,-164.74 683,-187.34 683,-187.34"/>
|
|
210
|
+
<polygon fill="black" stroke="black" points="679.5,-187.34 683,-197.34 686.5,-187.34 679.5,-187.34"/>
|
|
211
211
|
</g>
|
|
212
212
|
<!-- ButtonModule -->
|
|
213
213
|
<g id="node5" class="node">
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_InlineLoadingModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="130,-70 130,-268 366,-268 366,-70 130,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust2" class="cluster">
|
|
28
|
-
<title>cluster_InlineLoadingModule_declarations</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="246,-78 246,-130 358,-130 358,-78 246,-78"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust5" class="cluster">
|
|
32
28
|
<title>cluster_InlineLoadingModule_exports</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="191,-208 191,-260 305,-260 305,-208 191,-208"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust2" class="cluster">
|
|
32
|
+
<title>cluster_InlineLoadingModule_declarations</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="246,-78 246,-130 358,-130 358,-78 246,-78"/>
|
|
34
|
+
</g>
|
|
35
35
|
<g id="clust4" class="cluster">
|
|
36
36
|
<title>cluster_InlineLoadingModule_imports</title>
|
|
37
37
|
<polygon fill="none" stroke="black" points="138,-78 138,-130 238,-130 238,-78 138,-78"/>
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
<title>cluster_InlineLoadingModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="130,-70 130,-268 366,-268 366,-70 130,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust2" class="cluster">
|
|
121
|
-
<title>cluster_InlineLoadingModule_declarations</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="246,-78 246,-130 358,-130 358,-78 246,-78"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust5" class="cluster">
|
|
125
121
|
<title>cluster_InlineLoadingModule_exports</title>
|
|
126
122
|
<polygon fill="none" stroke="black" points="191,-208 191,-260 305,-260 305,-208 191,-208"/>
|
|
127
123
|
</g>
|
|
124
|
+
<g id="clust2" class="cluster">
|
|
125
|
+
<title>cluster_InlineLoadingModule_declarations</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="246,-78 246,-130 358,-130 358,-78 246,-78"/>
|
|
127
|
+
</g>
|
|
128
128
|
<g id="clust4" class="cluster">
|
|
129
129
|
<title>cluster_InlineLoadingModule_imports</title>
|
|
130
130
|
<polygon fill="none" stroke="black" points="138,-78 138,-130 238,-130 238,-78 138,-78"/>
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_ProgressBarModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="136,-70 136,-268 360,-268 360,-70 136,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust5" class="cluster">
|
|
28
|
-
<title>cluster_ProgressBarModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="196,-208 196,-260 300,-260 300,-208 196,-208"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust2" class="cluster">
|
|
32
28
|
<title>cluster_ProgressBarModule_declarations</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="252,-78 252,-130 352,-130 352,-78 252,-78"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust5" class="cluster">
|
|
32
|
+
<title>cluster_ProgressBarModule_exports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="196,-208 196,-260 300,-260 300,-208 196,-208"/>
|
|
34
|
+
</g>
|
|
35
35
|
<g id="clust4" class="cluster">
|
|
36
36
|
<title>cluster_ProgressBarModule_imports</title>
|
|
37
37
|
<polygon fill="none" stroke="black" points="144,-78 144,-130 244,-130 244,-78 144,-78"/>
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
<title>cluster_ProgressBarModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="136,-70 136,-268 360,-268 360,-70 136,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust5" class="cluster">
|
|
121
|
-
<title>cluster_ProgressBarModule_exports</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="196,-208 196,-260 300,-260 300,-208 196,-208"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust2" class="cluster">
|
|
125
121
|
<title>cluster_ProgressBarModule_declarations</title>
|
|
126
122
|
<polygon fill="none" stroke="black" points="252,-78 252,-130 352,-130 352,-78 252,-78"/>
|
|
127
123
|
</g>
|
|
124
|
+
<g id="clust5" class="cluster">
|
|
125
|
+
<title>cluster_ProgressBarModule_exports</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="196,-208 196,-260 300,-260 300,-208 196,-208"/>
|
|
127
|
+
</g>
|
|
128
128
|
<g id="clust4" class="cluster">
|
|
129
129
|
<title>cluster_ProgressBarModule_imports</title>
|
|
130
130
|
<polygon fill="none" stroke="black" points="144,-78 144,-130 244,-130 244,-78 144,-78"/>
|