carbon-components-angular 5.55.0 → 5.56.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button/icon-button.component.d.ts +5 -1
- package/docs/documentation/components/Dropdown.html +504 -152
- package/docs/documentation/components/IconButton.html +53 -14
- package/docs/documentation/coverage.html +6 -6
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +4 -4
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +4 -4
- package/docs/documentation/modules/DatePickerInputModule.html +4 -4
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +4 -4
- package/docs/documentation/modules/DatePickerModule.html +4 -4
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +34 -34
- package/docs/documentation/modules/FileUploaderModule.html +34 -34
- 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/RadioModule/dependencies.svg +61 -57
- package/docs/documentation/modules/RadioModule.html +61 -57
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +4 -4
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/StructuredListModule/dependencies.svg +66 -66
- package/docs/documentation/modules/StructuredListModule.html +66 -66
- package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TagModule.html +4 -4
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +4 -4
- package/docs/documentation/modules/TilesModule/dependencies.svg +106 -106
- package/docs/documentation/modules/TilesModule.html +106 -106
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +18 -18
- package/docs/documentation/modules/TimePickerModule.html +18 -18
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +49 -45
- package/docs/documentation/modules/TimePickerSelectModule.html +49 -45
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +37 -37
- package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TooltipModule.html +28 -28
- package/docs/documentation.json +255 -111
- package/docs/storybook/3224.9896492c.iframe.bundle.js +1 -0
- package/docs/storybook/7141.9d9ce230.iframe.bundle.js +1 -0
- package/docs/storybook/button-button-set-stories.1094a620.iframe.bundle.js +1 -0
- package/docs/storybook/button-button-stories.a0ff29b1.iframe.bundle.js +1 -0
- package/docs/storybook/button-icon-button-stories.db9a9ba5.iframe.bundle.js +1 -0
- package/docs/storybook/code-snippet-code-snippet-stories.cc0ddba0.iframe.bundle.js +1 -0
- package/docs/storybook/{dropdown-dropdown-stories.03c37214.iframe.bundle.js → dropdown-dropdown-stories.0a8f052e.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/index-stories.69d5a816.iframe.bundle.js +1 -0
- package/docs/storybook/index.json +1 -1
- package/docs/storybook/input-input-stories.68ee4653.iframe.bundle.js +1 -0
- package/docs/storybook/input-password-stories.3084ebfc.iframe.bundle.js +1 -0
- package/docs/storybook/input-textarea-stories.e3f84fc4.iframe.bundle.js +1 -0
- package/docs/storybook/{main.fd9128ab.iframe.bundle.js → main.6feba07b.iframe.bundle.js} +1 -1
- package/docs/storybook/patterns-loading-large-loading-stories.67f20584.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.d4ace00c.iframe.bundle.js → runtime~main.ee91208b.iframe.bundle.js} +1 -1
- package/docs/storybook/stories.json +1 -1
- package/docs/storybook/tiles-expandable-tile-stories.8658f693.iframe.bundle.js +1 -0
- package/docs/storybook/toggletip-toggletip-stories.f20fbe75.iframe.bundle.js +1 -0
- package/docs/storybook/ui-shell-ui-shell-stories.157336b4.iframe.bundle.js +1 -0
- package/dropdown/dropdown.component.d.ts +12 -3
- package/esm2020/button/icon-button.component.mjs +10 -4
- package/esm2020/code-snippet/code-snippet.component.mjs +1 -1
- package/esm2020/dropdown/dropdown.component.mjs +79 -37
- package/esm2020/modal/modal-header.component.mjs +1 -1
- package/esm2020/pagination/pagination-nav/pagination-nav.component.mjs +1 -1
- package/esm2020/ui-shell/header/header-action.component.mjs +1 -1
- package/fesm2015/carbon-components-angular-button.mjs +9 -3
- package/fesm2015/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-code-snippet.mjs +1 -1
- package/fesm2015/carbon-components-angular-code-snippet.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-dropdown.mjs +79 -37
- package/fesm2015/carbon-components-angular-dropdown.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-modal.mjs +1 -1
- package/fesm2015/carbon-components-angular-modal.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-pagination.mjs +1 -1
- package/fesm2015/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-button.mjs +9 -3
- package/fesm2020/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-code-snippet.mjs +1 -1
- package/fesm2020/carbon-components-angular-code-snippet.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-dropdown.mjs +79 -37
- package/fesm2020/carbon-components-angular-dropdown.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-modal.mjs +1 -1
- package/fesm2020/carbon-components-angular-modal.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-pagination.mjs +1 -1
- package/fesm2020/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/package.json +1 -1
- package/docs/storybook/3224.c0834124.iframe.bundle.js +0 -1
- package/docs/storybook/7141.e6990367.iframe.bundle.js +0 -1
- package/docs/storybook/button-button-set-stories.ed1d0fd9.iframe.bundle.js +0 -1
- package/docs/storybook/button-button-stories.de18db98.iframe.bundle.js +0 -1
- package/docs/storybook/button-icon-button-stories.4a9748f3.iframe.bundle.js +0 -1
- package/docs/storybook/code-snippet-code-snippet-stories.2701eee9.iframe.bundle.js +0 -1
- package/docs/storybook/index-stories.fba8f9b4.iframe.bundle.js +0 -1
- package/docs/storybook/input-input-stories.4bd7425d.iframe.bundle.js +0 -1
- package/docs/storybook/input-password-stories.575fa23d.iframe.bundle.js +0 -1
- package/docs/storybook/input-textarea-stories.75dfc9b8.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-loading-large-loading-stories.a8a467eb.iframe.bundle.js +0 -1
- package/docs/storybook/tiles-expandable-tile-stories.97c48cb1.iframe.bundle.js +0 -1
- package/docs/storybook/toggletip-toggletip-stories.73f8eaaa.iframe.bundle.js +0 -1
- package/docs/storybook/ui-shell-ui-shell-stories.642f613c.iframe.bundle.js +0 -1
|
@@ -4,95 +4,99 @@
|
|
|
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="1298pt" height="396pt"
|
|
8
|
+
viewBox="0.00 0.00 1298.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 1294,-391.59 1294,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="624.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="411,-10 411,-30 431,-30 431,-10 411,-10"/>
|
|
14
|
+
<text text-anchor="start" x="434.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="524,-10 524,-30 544,-30 544,-10 524,-10"/>
|
|
16
|
+
<text text-anchor="start" x="547.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="610,-10 610,-30 630,-30 630,-10 610,-10"/>
|
|
18
|
+
<text text-anchor="start" x="633.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="707,-10 707,-30 727,-30 727,-10 707,-10"/>
|
|
20
|
+
<text text-anchor="start" x="730.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="803,-10 803,-30 823,-30 823,-10 803,-10"/>
|
|
22
|
+
<text text-anchor="start" x="826.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_RadioModule</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 1282,-379.59 1282,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
27
|
<g id="clust4" class="cluster">
|
|
28
28
|
<title>cluster_RadioModule_RadioGroup_providers</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
29
|
+
<polygon fill="none" stroke="black" points="624,-78 624,-241.59 1274,-241.59 1274,-78 624,-78"/>
|
|
30
30
|
</g>
|
|
31
|
-
<g id="
|
|
32
|
-
<title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
31
|
+
<g id="clust5" class="cluster">
|
|
32
|
+
<title>cluster_RadioModule_imports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="476,-189.59 476,-241.59 576,-241.59 576,-189.59 476,-189.59"/>
|
|
34
|
+
</g>
|
|
35
|
+
<g id="clust2" class="cluster">
|
|
36
|
+
<title>cluster_RadioModule_declarations</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="320,-189.59 320,-241.59 390,-241.59 390,-189.59 320,-189.59"/>
|
|
34
38
|
</g>
|
|
35
39
|
<g id="clust6" class="cluster">
|
|
36
40
|
<title>cluster_RadioModule_exports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
41
|
+
<polygon fill="none" stroke="black" points="430,-319.59 430,-371.59 606,-371.59 606,-319.59 430,-319.59"/>
|
|
38
42
|
</g>
|
|
39
|
-
<g id="
|
|
40
|
-
<title>
|
|
41
|
-
<polygon fill="none" stroke="black" points="16,-
|
|
43
|
+
<g id="clust3" class="cluster">
|
|
44
|
+
<title>cluster_RadioModule_Radio_providers</title>
|
|
45
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 616,-176.59 616,-78 16,-78"/>
|
|
42
46
|
</g>
|
|
43
47
|
<!-- Radio -->
|
|
44
48
|
<g id="node1" class="node">
|
|
45
49
|
<title>Radio</title>
|
|
46
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
50
|
+
<polygon fill="#ffffb3" stroke="black" points="382,-233.59 328,-233.59 328,-197.59 382,-197.59 382,-233.59"/>
|
|
51
|
+
<text text-anchor="middle" x="355" y="-211.39" font-family="Times,serif" font-size="14.00">Radio</text>
|
|
48
52
|
</g>
|
|
49
53
|
<!-- RadioModule -->
|
|
50
54
|
<g id="node3" class="node">
|
|
51
55
|
<title>RadioModule</title>
|
|
52
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
53
|
-
<text text-anchor="middle" x="
|
|
56
|
+
<polygon fill="#8dd3c7" stroke="black" points="572.49,-298.59 569.49,-302.59 548.49,-302.59 545.49,-298.59 479.51,-298.59 479.51,-262.59 572.49,-262.59 572.49,-298.59"/>
|
|
57
|
+
<text text-anchor="middle" x="526" y="-276.39" font-family="Times,serif" font-size="14.00">RadioModule</text>
|
|
54
58
|
</g>
|
|
55
59
|
<!-- Radio->RadioModule -->
|
|
56
60
|
<g id="edge1" class="edge">
|
|
57
61
|
<title>Radio->RadioModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
62
|
+
<path fill="none" stroke="black" d="M355,-233.7C355,-252.93 355,-280.59 355,-280.59 355,-280.59 469.27,-280.59 469.27,-280.59"/>
|
|
63
|
+
<polygon fill="black" stroke="black" points="469.27,-284.09 479.27,-280.59 469.27,-277.09 469.27,-284.09"/>
|
|
60
64
|
</g>
|
|
61
65
|
<!-- RadioGroup -->
|
|
62
66
|
<g id="node2" class="node">
|
|
63
67
|
<title>RadioGroup</title>
|
|
64
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
68
|
+
<polygon fill="#ffffb3" stroke="black" points="854.71,-233.59 769.29,-233.59 769.29,-197.59 854.71,-197.59 854.71,-233.59"/>
|
|
69
|
+
<text text-anchor="middle" x="812" y="-211.39" font-family="Times,serif" font-size="14.00">RadioGroup</text>
|
|
66
70
|
</g>
|
|
67
71
|
<!-- RadioGroup->RadioModule -->
|
|
68
72
|
<g id="edge3" class="edge">
|
|
69
73
|
<title>RadioGroup->RadioModule</title>
|
|
70
|
-
<path fill="none" stroke="black" d="
|
|
71
|
-
<polygon fill="black" stroke="black" points="
|
|
74
|
+
<path fill="none" stroke="black" d="M812,-233.7C812,-252.93 812,-280.59 812,-280.59 812,-280.59 582.59,-280.59 582.59,-280.59"/>
|
|
75
|
+
<polygon fill="black" stroke="black" points="582.59,-277.09 572.59,-280.59 582.59,-284.09 582.59,-277.09"/>
|
|
72
76
|
</g>
|
|
73
77
|
<!-- Radio -->
|
|
74
78
|
<g id="node7" class="node">
|
|
75
79
|
<title>Radio </title>
|
|
76
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
77
|
-
<text text-anchor="middle" x="
|
|
80
|
+
<polygon fill="#fb8072" stroke="black" points="598,-363.59 544,-363.59 544,-327.59 598,-327.59 598,-363.59"/>
|
|
81
|
+
<text text-anchor="middle" x="571" y="-341.39" font-family="Times,serif" font-size="14.00">Radio </text>
|
|
78
82
|
</g>
|
|
79
83
|
<!-- RadioModule->Radio -->
|
|
80
84
|
<g id="edge6" class="edge">
|
|
81
85
|
<title>RadioModule->Radio </title>
|
|
82
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
83
|
-
<polygon fill="black" stroke="black" points="
|
|
86
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M558.25,-298.7C558.25,-298.7 558.25,-317.58 558.25,-317.58"/>
|
|
87
|
+
<polygon fill="black" stroke="black" points="554.75,-317.58 558.25,-327.58 561.75,-317.58 554.75,-317.58"/>
|
|
84
88
|
</g>
|
|
85
89
|
<!-- RadioGroup -->
|
|
86
90
|
<g id="node8" class="node">
|
|
87
91
|
<title>RadioGroup </title>
|
|
88
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
89
|
-
<text text-anchor="middle" x="
|
|
92
|
+
<polygon fill="#fb8072" stroke="black" points="526.21,-363.59 437.79,-363.59 437.79,-327.59 526.21,-327.59 526.21,-363.59"/>
|
|
93
|
+
<text text-anchor="middle" x="482" y="-341.39" font-family="Times,serif" font-size="14.00">RadioGroup </text>
|
|
90
94
|
</g>
|
|
91
95
|
<!-- RadioModule->RadioGroup -->
|
|
92
96
|
<g id="edge7" class="edge">
|
|
93
97
|
<title>RadioModule->RadioGroup </title>
|
|
94
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
95
|
-
<polygon fill="black" stroke="black" points="
|
|
98
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M502.93,-298.7C502.93,-298.7 502.93,-317.58 502.93,-317.58"/>
|
|
99
|
+
<polygon fill="black" stroke="black" points="499.43,-317.58 502.93,-327.58 506.43,-317.58 499.43,-317.58"/>
|
|
96
100
|
</g>
|
|
97
101
|
<!-- {
|
|
98
102
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
@@ -101,10 +105,10 @@
|
|
|
101
105
|
<title>{
|
|
102
106
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
103
107
|
}</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="
|
|
108
|
+
<ellipse fill="#fdb462" stroke="black" cx="316" cy="-127.3" rx="292.09" ry="41.09"/>
|
|
109
|
+
<text text-anchor="middle" x="316" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
110
|
+
<text text-anchor="middle" x="316" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true</text>
|
|
111
|
+
<text text-anchor="middle" x="316" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
108
112
|
</g>
|
|
109
113
|
<!-- {
|
|
110
114
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
@@ -113,8 +117,8 @@
|
|
|
113
117
|
<title>{
|
|
114
118
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
115
119
|
}->Radio</title>
|
|
116
|
-
<path fill="none" stroke="black" d="
|
|
117
|
-
<polygon fill="black" stroke="black" points="
|
|
120
|
+
<path fill="none" stroke="black" d="M355,-168.34C355,-168.34 355,-187.58 355,-187.58"/>
|
|
121
|
+
<polygon fill="black" stroke="black" points="351.5,-187.58 355,-197.58 358.5,-187.58 351.5,-187.58"/>
|
|
118
122
|
</g>
|
|
119
123
|
<!-- {
|
|
120
124
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
@@ -123,10 +127,10 @@
|
|
|
123
127
|
<title>{
|
|
124
128
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
125
129
|
}</title>
|
|
126
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
127
|
-
<text text-anchor="middle" x="
|
|
128
|
-
<text text-anchor="middle" x="
|
|
129
|
-
<text text-anchor="middle" x="
|
|
130
|
+
<ellipse fill="#fdb462" stroke="black" cx="949" cy="-127.3" rx="317.17" ry="41.09"/>
|
|
131
|
+
<text text-anchor="middle" x="949" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
132
|
+
<text text-anchor="middle" x="949" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true</text>
|
|
133
|
+
<text text-anchor="middle" x="949" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
130
134
|
</g>
|
|
131
135
|
<!-- {
|
|
132
136
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
@@ -135,20 +139,20 @@
|
|
|
135
139
|
<title>{
|
|
136
140
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
137
141
|
}->RadioGroup</title>
|
|
138
|
-
<path fill="none" stroke="black" d="
|
|
139
|
-
<polygon fill="black" stroke="black" points="
|
|
142
|
+
<path fill="none" stroke="black" d="M812,-164.74C812,-164.74 812,-187.34 812,-187.34"/>
|
|
143
|
+
<polygon fill="black" stroke="black" points="808.5,-187.34 812,-197.34 815.5,-187.34 808.5,-187.34"/>
|
|
140
144
|
</g>
|
|
141
145
|
<!-- IconModule -->
|
|
142
146
|
<g id="node6" class="node">
|
|
143
147
|
<title>IconModule</title>
|
|
144
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
145
|
-
<text text-anchor="middle" x="
|
|
148
|
+
<polygon fill="#8dd3c7" stroke="black" points="568.43,-233.59 565.43,-237.59 544.43,-237.59 541.43,-233.59 483.57,-233.59 483.57,-197.59 568.43,-197.59 568.43,-233.59"/>
|
|
149
|
+
<text text-anchor="middle" x="526" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
146
150
|
</g>
|
|
147
151
|
<!-- IconModule->RadioModule -->
|
|
148
152
|
<g id="edge5" class="edge">
|
|
149
153
|
<title>IconModule->RadioModule</title>
|
|
150
|
-
<path fill="none" stroke="black" d="
|
|
151
|
-
<polygon fill="black" stroke="black" points="
|
|
154
|
+
<path fill="none" stroke="black" d="M526,-233.7C526,-233.7 526,-252.58 526,-252.58"/>
|
|
155
|
+
<polygon fill="black" stroke="black" points="522.5,-252.58 526,-262.58 529.5,-252.58 522.5,-252.58"/>
|
|
152
156
|
</g>
|
|
153
157
|
</g>
|
|
154
158
|
</svg>
|
|
@@ -97,95 +97,99 @@
|
|
|
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="1298pt" height="396pt"
|
|
101
|
+
viewBox="0.00 0.00 1298.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 1294,-391.59 1294,4 -4,4"/>
|
|
105
|
+
<text text-anchor="start" x="624.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
106
|
+
<polygon fill="#ffffb3" stroke="transparent" points="411,-10 411,-30 431,-30 431,-10 411,-10"/>
|
|
107
|
+
<text text-anchor="start" x="434.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
108
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="524,-10 524,-30 544,-30 544,-10 524,-10"/>
|
|
109
|
+
<text text-anchor="start" x="547.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
110
|
+
<polygon fill="#80b1d3" stroke="transparent" points="610,-10 610,-30 630,-30 630,-10 610,-10"/>
|
|
111
|
+
<text text-anchor="start" x="633.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
112
|
+
<polygon fill="#fdb462" stroke="transparent" points="707,-10 707,-30 727,-30 727,-10 707,-10"/>
|
|
113
|
+
<text text-anchor="start" x="730.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
114
|
+
<polygon fill="#fb8072" stroke="transparent" points="803,-10 803,-30 823,-30 823,-10 803,-10"/>
|
|
115
|
+
<text text-anchor="start" x="826.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_RadioModule</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 1282,-379.59 1282,-70 8,-70"/>
|
|
119
119
|
</g>
|
|
120
120
|
<g id="clust4" class="cluster">
|
|
121
121
|
<title>cluster_RadioModule_RadioGroup_providers</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="
|
|
122
|
+
<polygon fill="none" stroke="black" points="624,-78 624,-241.59 1274,-241.59 1274,-78 624,-78"/>
|
|
123
123
|
</g>
|
|
124
|
-
<g id="
|
|
125
|
-
<title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="
|
|
124
|
+
<g id="clust5" class="cluster">
|
|
125
|
+
<title>cluster_RadioModule_imports</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="476,-189.59 476,-241.59 576,-241.59 576,-189.59 476,-189.59"/>
|
|
127
|
+
</g>
|
|
128
|
+
<g id="clust2" class="cluster">
|
|
129
|
+
<title>cluster_RadioModule_declarations</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="320,-189.59 320,-241.59 390,-241.59 390,-189.59 320,-189.59"/>
|
|
127
131
|
</g>
|
|
128
132
|
<g id="clust6" class="cluster">
|
|
129
133
|
<title>cluster_RadioModule_exports</title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="
|
|
134
|
+
<polygon fill="none" stroke="black" points="430,-319.59 430,-371.59 606,-371.59 606,-319.59 430,-319.59"/>
|
|
131
135
|
</g>
|
|
132
|
-
<g id="
|
|
133
|
-
<title>
|
|
134
|
-
<polygon fill="none" stroke="black" points="16,-
|
|
136
|
+
<g id="clust3" class="cluster">
|
|
137
|
+
<title>cluster_RadioModule_Radio_providers</title>
|
|
138
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 616,-176.59 616,-78 16,-78"/>
|
|
135
139
|
</g>
|
|
136
140
|
<!-- Radio -->
|
|
137
141
|
<g id="node1" class="node">
|
|
138
142
|
<title>Radio</title>
|
|
139
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
140
|
-
<text text-anchor="middle" x="
|
|
143
|
+
<polygon fill="#ffffb3" stroke="black" points="382,-233.59 328,-233.59 328,-197.59 382,-197.59 382,-233.59"/>
|
|
144
|
+
<text text-anchor="middle" x="355" y="-211.39" font-family="Times,serif" font-size="14.00">Radio</text>
|
|
141
145
|
</g>
|
|
142
146
|
<!-- RadioModule -->
|
|
143
147
|
<g id="node3" class="node">
|
|
144
148
|
<title>RadioModule</title>
|
|
145
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
146
|
-
<text text-anchor="middle" x="
|
|
149
|
+
<polygon fill="#8dd3c7" stroke="black" points="572.49,-298.59 569.49,-302.59 548.49,-302.59 545.49,-298.59 479.51,-298.59 479.51,-262.59 572.49,-262.59 572.49,-298.59"/>
|
|
150
|
+
<text text-anchor="middle" x="526" y="-276.39" font-family="Times,serif" font-size="14.00">RadioModule</text>
|
|
147
151
|
</g>
|
|
148
152
|
<!-- Radio->RadioModule -->
|
|
149
153
|
<g id="edge1" class="edge">
|
|
150
154
|
<title>Radio->RadioModule</title>
|
|
151
|
-
<path fill="none" stroke="black" d="
|
|
152
|
-
<polygon fill="black" stroke="black" points="
|
|
155
|
+
<path fill="none" stroke="black" d="M355,-233.7C355,-252.93 355,-280.59 355,-280.59 355,-280.59 469.27,-280.59 469.27,-280.59"/>
|
|
156
|
+
<polygon fill="black" stroke="black" points="469.27,-284.09 479.27,-280.59 469.27,-277.09 469.27,-284.09"/>
|
|
153
157
|
</g>
|
|
154
158
|
<!-- RadioGroup -->
|
|
155
159
|
<g id="node2" class="node">
|
|
156
160
|
<title>RadioGroup</title>
|
|
157
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
158
|
-
<text text-anchor="middle" x="
|
|
161
|
+
<polygon fill="#ffffb3" stroke="black" points="854.71,-233.59 769.29,-233.59 769.29,-197.59 854.71,-197.59 854.71,-233.59"/>
|
|
162
|
+
<text text-anchor="middle" x="812" y="-211.39" font-family="Times,serif" font-size="14.00">RadioGroup</text>
|
|
159
163
|
</g>
|
|
160
164
|
<!-- RadioGroup->RadioModule -->
|
|
161
165
|
<g id="edge3" class="edge">
|
|
162
166
|
<title>RadioGroup->RadioModule</title>
|
|
163
|
-
<path fill="none" stroke="black" d="
|
|
164
|
-
<polygon fill="black" stroke="black" points="
|
|
167
|
+
<path fill="none" stroke="black" d="M812,-233.7C812,-252.93 812,-280.59 812,-280.59 812,-280.59 582.59,-280.59 582.59,-280.59"/>
|
|
168
|
+
<polygon fill="black" stroke="black" points="582.59,-277.09 572.59,-280.59 582.59,-284.09 582.59,-277.09"/>
|
|
165
169
|
</g>
|
|
166
170
|
<!-- Radio -->
|
|
167
171
|
<g id="node7" class="node">
|
|
168
172
|
<title>Radio </title>
|
|
169
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
170
|
-
<text text-anchor="middle" x="
|
|
173
|
+
<polygon fill="#fb8072" stroke="black" points="598,-363.59 544,-363.59 544,-327.59 598,-327.59 598,-363.59"/>
|
|
174
|
+
<text text-anchor="middle" x="571" y="-341.39" font-family="Times,serif" font-size="14.00">Radio </text>
|
|
171
175
|
</g>
|
|
172
176
|
<!-- RadioModule->Radio -->
|
|
173
177
|
<g id="edge6" class="edge">
|
|
174
178
|
<title>RadioModule->Radio </title>
|
|
175
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
176
|
-
<polygon fill="black" stroke="black" points="
|
|
179
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M558.25,-298.7C558.25,-298.7 558.25,-317.58 558.25,-317.58"/>
|
|
180
|
+
<polygon fill="black" stroke="black" points="554.75,-317.58 558.25,-327.58 561.75,-317.58 554.75,-317.58"/>
|
|
177
181
|
</g>
|
|
178
182
|
<!-- RadioGroup -->
|
|
179
183
|
<g id="node8" class="node">
|
|
180
184
|
<title>RadioGroup </title>
|
|
181
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
182
|
-
<text text-anchor="middle" x="
|
|
185
|
+
<polygon fill="#fb8072" stroke="black" points="526.21,-363.59 437.79,-363.59 437.79,-327.59 526.21,-327.59 526.21,-363.59"/>
|
|
186
|
+
<text text-anchor="middle" x="482" y="-341.39" font-family="Times,serif" font-size="14.00">RadioGroup </text>
|
|
183
187
|
</g>
|
|
184
188
|
<!-- RadioModule->RadioGroup -->
|
|
185
189
|
<g id="edge7" class="edge">
|
|
186
190
|
<title>RadioModule->RadioGroup </title>
|
|
187
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
188
|
-
<polygon fill="black" stroke="black" points="
|
|
191
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M502.93,-298.7C502.93,-298.7 502.93,-317.58 502.93,-317.58"/>
|
|
192
|
+
<polygon fill="black" stroke="black" points="499.43,-317.58 502.93,-327.58 506.43,-317.58 499.43,-317.58"/>
|
|
189
193
|
</g>
|
|
190
194
|
<!-- {
|
|
191
195
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
@@ -194,10 +198,10 @@
|
|
|
194
198
|
<title>{
|
|
195
199
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
196
200
|
}</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="
|
|
201
|
+
<ellipse fill="#fdb462" stroke="black" cx="316" cy="-127.3" rx="292.09" ry="41.09"/>
|
|
202
|
+
<text text-anchor="middle" x="316" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
203
|
+
<text text-anchor="middle" x="316" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true</text>
|
|
204
|
+
<text text-anchor="middle" x="316" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
201
205
|
</g>
|
|
202
206
|
<!-- {
|
|
203
207
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
@@ -206,8 +210,8 @@
|
|
|
206
210
|
<title>{
|
|
207
211
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
208
212
|
}->Radio</title>
|
|
209
|
-
<path fill="none" stroke="black" d="
|
|
210
|
-
<polygon fill="black" stroke="black" points="
|
|
213
|
+
<path fill="none" stroke="black" d="M355,-168.34C355,-168.34 355,-187.58 355,-187.58"/>
|
|
214
|
+
<polygon fill="black" stroke="black" points="351.5,-187.58 355,-197.58 358.5,-187.58 351.5,-187.58"/>
|
|
211
215
|
</g>
|
|
212
216
|
<!-- {
|
|
213
217
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
@@ -216,10 +220,10 @@
|
|
|
216
220
|
<title>{
|
|
217
221
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
218
222
|
}</title>
|
|
219
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
220
|
-
<text text-anchor="middle" x="
|
|
221
|
-
<text text-anchor="middle" x="
|
|
222
|
-
<text text-anchor="middle" x="
|
|
223
|
+
<ellipse fill="#fdb462" stroke="black" cx="949" cy="-127.3" rx="317.17" ry="41.09"/>
|
|
224
|
+
<text text-anchor="middle" x="949" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
225
|
+
<text text-anchor="middle" x="949" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true</text>
|
|
226
|
+
<text text-anchor="middle" x="949" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
223
227
|
</g>
|
|
224
228
|
<!-- {
|
|
225
229
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
@@ -228,20 +232,20 @@
|
|
|
228
232
|
<title>{
|
|
229
233
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
230
234
|
}->RadioGroup</title>
|
|
231
|
-
<path fill="none" stroke="black" d="
|
|
232
|
-
<polygon fill="black" stroke="black" points="
|
|
235
|
+
<path fill="none" stroke="black" d="M812,-164.74C812,-164.74 812,-187.34 812,-187.34"/>
|
|
236
|
+
<polygon fill="black" stroke="black" points="808.5,-187.34 812,-197.34 815.5,-187.34 808.5,-187.34"/>
|
|
233
237
|
</g>
|
|
234
238
|
<!-- IconModule -->
|
|
235
239
|
<g id="node6" class="node">
|
|
236
240
|
<title>IconModule</title>
|
|
237
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
238
|
-
<text text-anchor="middle" x="
|
|
241
|
+
<polygon fill="#8dd3c7" stroke="black" points="568.43,-233.59 565.43,-237.59 544.43,-237.59 541.43,-233.59 483.57,-233.59 483.57,-197.59 568.43,-197.59 568.43,-233.59"/>
|
|
242
|
+
<text text-anchor="middle" x="526" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
239
243
|
</g>
|
|
240
244
|
<!-- IconModule->RadioModule -->
|
|
241
245
|
<g id="edge5" class="edge">
|
|
242
246
|
<title>IconModule->RadioModule</title>
|
|
243
|
-
<path fill="none" stroke="black" d="
|
|
244
|
-
<polygon fill="black" stroke="black" points="
|
|
247
|
+
<path fill="none" stroke="black" d="M526,-233.7C526,-233.7 526,-252.58 526,-252.58"/>
|
|
248
|
+
<polygon fill="black" stroke="black" points="522.5,-252.58 526,-262.58 529.5,-252.58 522.5,-252.58"/>
|
|
245
249
|
</g>
|
|
246
250
|
</g>
|
|
247
251
|
</svg>
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
<title>cluster_SearchModule_imports</title>
|
|
29
29
|
<polygon fill="none" stroke="black" points="362,-189.59 362,-241.59 566,-241.59 566,-189.59 362,-189.59"/>
|
|
30
30
|
</g>
|
|
31
|
-
<g id="clust2" class="cluster">
|
|
32
|
-
<title>cluster_SearchModule_declarations</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 354,-241.59 354,-189.59 284,-189.59"/>
|
|
34
|
-
</g>
|
|
35
31
|
<g id="clust5" class="cluster">
|
|
36
32
|
<title>cluster_SearchModule_exports</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="375,-319.59 375,-371.59 449,-371.59 449,-319.59 375,-319.59"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust2" class="cluster">
|
|
36
|
+
<title>cluster_SearchModule_declarations</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 354,-241.59 354,-189.59 284,-189.59"/>
|
|
38
|
+
</g>
|
|
39
39
|
<g id="clust3" class="cluster">
|
|
40
40
|
<title>cluster_SearchModule_Search_providers</title>
|
|
41
41
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 622,-176.59 622,-78 16,-78"/>
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
<title>cluster_SearchModule_imports</title>
|
|
122
122
|
<polygon fill="none" stroke="black" points="362,-189.59 362,-241.59 566,-241.59 566,-189.59 362,-189.59"/>
|
|
123
123
|
</g>
|
|
124
|
-
<g id="clust2" class="cluster">
|
|
125
|
-
<title>cluster_SearchModule_declarations</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 354,-241.59 354,-189.59 284,-189.59"/>
|
|
127
|
-
</g>
|
|
128
124
|
<g id="clust5" class="cluster">
|
|
129
125
|
<title>cluster_SearchModule_exports</title>
|
|
130
126
|
<polygon fill="none" stroke="black" points="375,-319.59 375,-371.59 449,-371.59 449,-319.59 375,-319.59"/>
|
|
131
127
|
</g>
|
|
128
|
+
<g id="clust2" class="cluster">
|
|
129
|
+
<title>cluster_SearchModule_declarations</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 354,-241.59 354,-189.59 284,-189.59"/>
|
|
131
|
+
</g>
|
|
132
132
|
<g id="clust3" class="cluster">
|
|
133
133
|
<title>cluster_SearchModule_Search_providers</title>
|
|
134
134
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 622,-176.59 622,-78 16,-78"/>
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
<title>cluster_SliderModule_exports</title>
|
|
29
29
|
<polygon fill="none" stroke="black" points="328,-319.59 328,-371.59 398,-371.59 398,-319.59 328,-319.59"/>
|
|
30
30
|
</g>
|
|
31
|
-
<g id="clust2" class="cluster">
|
|
32
|
-
<title>cluster_SliderModule_declarations</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
|
|
34
|
-
</g>
|
|
35
31
|
<g id="clust4" class="cluster">
|
|
36
32
|
<title>cluster_SliderModule_imports</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-189.59"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust2" class="cluster">
|
|
36
|
+
<title>cluster_SliderModule_declarations</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
|
|
38
|
+
</g>
|
|
39
39
|
<g id="clust3" class="cluster">
|
|
40
40
|
<title>cluster_SliderModule_Slider_providers</title>
|
|
41
41
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 616,-176.59 616,-78 16,-78"/>
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
<title>cluster_SliderModule_exports</title>
|
|
122
122
|
<polygon fill="none" stroke="black" points="328,-319.59 328,-371.59 398,-371.59 398,-319.59 328,-319.59"/>
|
|
123
123
|
</g>
|
|
124
|
-
<g id="clust2" class="cluster">
|
|
125
|
-
<title>cluster_SliderModule_declarations</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
|
|
127
|
-
</g>
|
|
128
124
|
<g id="clust4" class="cluster">
|
|
129
125
|
<title>cluster_SliderModule_imports</title>
|
|
130
126
|
<polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-189.59"/>
|
|
131
127
|
</g>
|
|
128
|
+
<g id="clust2" class="cluster">
|
|
129
|
+
<title>cluster_SliderModule_declarations</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
|
|
131
|
+
</g>
|
|
132
132
|
<g id="clust3" class="cluster">
|
|
133
133
|
<title>cluster_SliderModule_Slider_providers</title>
|
|
134
134
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 616,-176.59 616,-78 16,-78"/>
|