carbon-components-angular 5.47.1 → 5.48.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/dialog/dialog.directive.d.ts +9 -1
- package/docs/documentation/classes/NumberChange.html +34 -0
- package/docs/documentation/components/NumberComponent.html +48 -14
- package/docs/documentation/components/PaginationNav.html +262 -33
- package/docs/documentation/components/ProgressIndicator.html +2 -2
- package/docs/documentation/components/Toggletip.html +104 -68
- package/docs/documentation/coverage.html +12 -12
- package/docs/documentation/directives/DialogDirective.html +134 -84
- package/docs/documentation/directives/OverflowMenuDirective.html +73 -30
- package/docs/documentation/interfaces/PaginationNavTranslations.html +20 -2
- 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/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 +86 -86
- package/docs/documentation/modules/TilesModule.html +86 -86
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +41 -37
- package/docs/documentation/modules/TimePickerModule.html +41 -37
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +40 -44
- package/docs/documentation/modules/TimePickerSelectModule.html +40 -44
- package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggleModule.html +4 -4
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggletipModule.html +4 -4
- package/docs/documentation/modules/TooltipModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TooltipModule.html +29 -29
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +36 -36
- package/docs/documentation/modules/TreeviewModule.html +36 -36
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +245 -172
- package/docs/storybook/7773.b5e74332.iframe.bundle.js +1 -0
- package/docs/storybook/{8341.2bf88948.iframe.bundle.js → 8341.d095fdee.iframe.bundle.js} +1 -1
- package/docs/storybook/{dialog-overflow-menu-overflow-menu-stories.a7b8273a.iframe.bundle.js → dialog-overflow-menu-overflow-menu-stories.cd56a223.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.css +3007 -2790
- package/docs/storybook/main.e6ee5d76.iframe.bundle.js +1 -0
- package/docs/storybook/{number-input-number-stories.6aba5a3d.iframe.bundle.js → number-input-number-stories.8d02c22f.iframe.bundle.js} +1 -1
- package/docs/storybook/pagination-pagination-nav-stories.7b305bf2.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.724b23c2.iframe.bundle.js → runtime~main.90978505.iframe.bundle.js} +1 -1
- package/docs/storybook/{toggletip-toggletip-stories.93f48d46.iframe.bundle.js → toggletip-toggletip-stories.c3354041.iframe.bundle.js} +1 -1
- package/esm2020/dialog/dialog.directive.mjs +19 -15
- package/esm2020/number-input/number.component.mjs +31 -1
- package/esm2020/pagination/pagination-nav/pagination-nav.component.mjs +32 -5
- package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -2
- package/esm2020/toggletip/toggletip.component.mjs +5 -2
- package/fesm2015/carbon-components-angular-dialog.mjs +18 -15
- package/fesm2015/carbon-components-angular-dialog.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-number-input.mjs +30 -0
- package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-pagination.mjs +31 -4
- package/fesm2015/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-progress-indicator.mjs +1 -1
- package/fesm2015/carbon-components-angular-progress-indicator.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-toggletip.mjs +4 -1
- package/fesm2015/carbon-components-angular-toggletip.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-dialog.mjs +18 -15
- package/fesm2020/carbon-components-angular-dialog.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-number-input.mjs +30 -0
- package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-pagination.mjs +31 -4
- package/fesm2020/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-progress-indicator.mjs +1 -1
- package/fesm2020/carbon-components-angular-progress-indicator.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-toggletip.mjs +4 -1
- package/fesm2020/carbon-components-angular-toggletip.mjs.map +1 -1
- package/package.json +1 -1
- package/pagination/pagination-nav/pagination-nav.component.d.ts +8 -1
- package/progress-indicator/progress-indicator.component.d.ts +1 -1
- package/toggletip/toggletip.component.d.ts +4 -2
- package/docs/storybook/7773.cac12c93.iframe.bundle.js +0 -1
- package/docs/storybook/main.76a5a273.iframe.bundle.js +0 -1
- package/docs/storybook/pagination-pagination-nav-stories.ace8938b.iframe.bundle.js +0 -1
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
<title>cluster_RadioModule</title>
|
|
25
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
|
-
<g id="
|
|
28
|
-
<title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
27
|
+
<g id="clust4" class="cluster">
|
|
28
|
+
<title>cluster_RadioModule_RadioGroup_providers</title>
|
|
29
|
+
<polygon fill="none" stroke="black" points="624,-78 624,-241.59 1274,-241.59 1274,-78 624,-78"/>
|
|
30
30
|
</g>
|
|
31
31
|
<g id="clust6" class="cluster">
|
|
32
32
|
<title>cluster_RadioModule_exports</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="430,-319.59 430,-371.59 606,-371.59 606,-319.59 430,-319.59"/>
|
|
34
|
+
</g>
|
|
35
|
+
<g id="clust5" class="cluster">
|
|
36
|
+
<title>cluster_RadioModule_imports</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="476,-189.59 476,-241.59 576,-241.59 576,-189.59 476,-189.59"/>
|
|
34
38
|
</g>
|
|
35
39
|
<g id="clust2" class="cluster">
|
|
36
40
|
<title>cluster_RadioModule_declarations</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
38
|
-
</g>
|
|
39
|
-
<g id="clust4" class="cluster">
|
|
40
|
-
<title>cluster_RadioModule_RadioGroup_providers</title>
|
|
41
|
-
<polygon fill="none" stroke="black" points="624,-78 624,-176.59 1274,-176.59 1274,-78 624,-78"/>
|
|
41
|
+
<polygon fill="none" stroke="black" points="320,-189.59 320,-241.59 390,-241.59 390,-189.59 320,-189.59"/>
|
|
42
42
|
</g>
|
|
43
43
|
<g id="clust3" class="cluster">
|
|
44
44
|
<title>cluster_RadioModule_Radio_providers</title>
|
|
@@ -47,56 +47,56 @@
|
|
|
47
47
|
<!-- Radio -->
|
|
48
48
|
<g id="node1" class="node">
|
|
49
49
|
<title>Radio</title>
|
|
50
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
51
|
-
<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>
|
|
52
52
|
</g>
|
|
53
53
|
<!-- RadioModule -->
|
|
54
54
|
<g id="node3" class="node">
|
|
55
55
|
<title>RadioModule</title>
|
|
56
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
57
|
-
<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>
|
|
58
58
|
</g>
|
|
59
59
|
<!-- Radio->RadioModule -->
|
|
60
60
|
<g id="edge1" class="edge">
|
|
61
61
|
<title>Radio->RadioModule</title>
|
|
62
|
-
<path fill="none" stroke="black" d="
|
|
63
|
-
<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"/>
|
|
64
64
|
</g>
|
|
65
65
|
<!-- RadioGroup -->
|
|
66
66
|
<g id="node2" class="node">
|
|
67
67
|
<title>RadioGroup</title>
|
|
68
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
69
|
-
<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>
|
|
70
70
|
</g>
|
|
71
71
|
<!-- RadioGroup->RadioModule -->
|
|
72
72
|
<g id="edge3" class="edge">
|
|
73
73
|
<title>RadioGroup->RadioModule</title>
|
|
74
|
-
<path fill="none" stroke="black" d="
|
|
75
|
-
<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"/>
|
|
76
76
|
</g>
|
|
77
77
|
<!-- Radio -->
|
|
78
78
|
<g id="node7" class="node">
|
|
79
79
|
<title>Radio </title>
|
|
80
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
81
|
-
<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>
|
|
82
82
|
</g>
|
|
83
83
|
<!-- RadioModule->Radio -->
|
|
84
84
|
<g id="edge6" class="edge">
|
|
85
85
|
<title>RadioModule->Radio </title>
|
|
86
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
87
|
-
<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"/>
|
|
88
88
|
</g>
|
|
89
89
|
<!-- RadioGroup -->
|
|
90
90
|
<g id="node8" class="node">
|
|
91
91
|
<title>RadioGroup </title>
|
|
92
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
93
|
-
<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>
|
|
94
94
|
</g>
|
|
95
95
|
<!-- RadioModule->RadioGroup -->
|
|
96
96
|
<g id="edge7" class="edge">
|
|
97
97
|
<title>RadioModule->RadioGroup </title>
|
|
98
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
99
|
-
<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"/>
|
|
100
100
|
</g>
|
|
101
101
|
<!-- {
|
|
102
102
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
<title>{
|
|
118
118
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
119
119
|
}->Radio</title>
|
|
120
|
-
<path fill="none" stroke="black" d="
|
|
121
|
-
<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"/>
|
|
122
122
|
</g>
|
|
123
123
|
<!-- {
|
|
124
124
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
@@ -139,20 +139,20 @@
|
|
|
139
139
|
<title>{
|
|
140
140
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
141
141
|
}->RadioGroup</title>
|
|
142
|
-
<path fill="none" stroke="black" d="
|
|
143
|
-
<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"/>
|
|
144
144
|
</g>
|
|
145
145
|
<!-- IconModule -->
|
|
146
146
|
<g id="node6" class="node">
|
|
147
147
|
<title>IconModule</title>
|
|
148
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
149
|
-
<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>
|
|
150
150
|
</g>
|
|
151
151
|
<!-- IconModule->RadioModule -->
|
|
152
152
|
<g id="edge5" class="edge">
|
|
153
153
|
<title>IconModule->RadioModule</title>
|
|
154
|
-
<path fill="none" stroke="black" d="
|
|
155
|
-
<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"/>
|
|
156
156
|
</g>
|
|
157
157
|
</g>
|
|
158
158
|
</svg>
|
|
@@ -117,21 +117,21 @@
|
|
|
117
117
|
<title>cluster_RadioModule</title>
|
|
118
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
|
-
<g id="
|
|
121
|
-
<title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="
|
|
120
|
+
<g id="clust4" class="cluster">
|
|
121
|
+
<title>cluster_RadioModule_RadioGroup_providers</title>
|
|
122
|
+
<polygon fill="none" stroke="black" points="624,-78 624,-241.59 1274,-241.59 1274,-78 624,-78"/>
|
|
123
123
|
</g>
|
|
124
124
|
<g id="clust6" class="cluster">
|
|
125
125
|
<title>cluster_RadioModule_exports</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="
|
|
126
|
+
<polygon fill="none" stroke="black" points="430,-319.59 430,-371.59 606,-371.59 606,-319.59 430,-319.59"/>
|
|
127
|
+
</g>
|
|
128
|
+
<g id="clust5" class="cluster">
|
|
129
|
+
<title>cluster_RadioModule_imports</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="476,-189.59 476,-241.59 576,-241.59 576,-189.59 476,-189.59"/>
|
|
127
131
|
</g>
|
|
128
132
|
<g id="clust2" class="cluster">
|
|
129
133
|
<title>cluster_RadioModule_declarations</title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="
|
|
131
|
-
</g>
|
|
132
|
-
<g id="clust4" class="cluster">
|
|
133
|
-
<title>cluster_RadioModule_RadioGroup_providers</title>
|
|
134
|
-
<polygon fill="none" stroke="black" points="624,-78 624,-176.59 1274,-176.59 1274,-78 624,-78"/>
|
|
134
|
+
<polygon fill="none" stroke="black" points="320,-189.59 320,-241.59 390,-241.59 390,-189.59 320,-189.59"/>
|
|
135
135
|
</g>
|
|
136
136
|
<g id="clust3" class="cluster">
|
|
137
137
|
<title>cluster_RadioModule_Radio_providers</title>
|
|
@@ -140,56 +140,56 @@
|
|
|
140
140
|
<!-- Radio -->
|
|
141
141
|
<g id="node1" class="node">
|
|
142
142
|
<title>Radio</title>
|
|
143
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
144
|
-
<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>
|
|
145
145
|
</g>
|
|
146
146
|
<!-- RadioModule -->
|
|
147
147
|
<g id="node3" class="node">
|
|
148
148
|
<title>RadioModule</title>
|
|
149
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
150
|
-
<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>
|
|
151
151
|
</g>
|
|
152
152
|
<!-- Radio->RadioModule -->
|
|
153
153
|
<g id="edge1" class="edge">
|
|
154
154
|
<title>Radio->RadioModule</title>
|
|
155
|
-
<path fill="none" stroke="black" d="
|
|
156
|
-
<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"/>
|
|
157
157
|
</g>
|
|
158
158
|
<!-- RadioGroup -->
|
|
159
159
|
<g id="node2" class="node">
|
|
160
160
|
<title>RadioGroup</title>
|
|
161
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
162
|
-
<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>
|
|
163
163
|
</g>
|
|
164
164
|
<!-- RadioGroup->RadioModule -->
|
|
165
165
|
<g id="edge3" class="edge">
|
|
166
166
|
<title>RadioGroup->RadioModule</title>
|
|
167
|
-
<path fill="none" stroke="black" d="
|
|
168
|
-
<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"/>
|
|
169
169
|
</g>
|
|
170
170
|
<!-- Radio -->
|
|
171
171
|
<g id="node7" class="node">
|
|
172
172
|
<title>Radio </title>
|
|
173
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
174
|
-
<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>
|
|
175
175
|
</g>
|
|
176
176
|
<!-- RadioModule->Radio -->
|
|
177
177
|
<g id="edge6" class="edge">
|
|
178
178
|
<title>RadioModule->Radio </title>
|
|
179
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
180
|
-
<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"/>
|
|
181
181
|
</g>
|
|
182
182
|
<!-- RadioGroup -->
|
|
183
183
|
<g id="node8" class="node">
|
|
184
184
|
<title>RadioGroup </title>
|
|
185
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
186
|
-
<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>
|
|
187
187
|
</g>
|
|
188
188
|
<!-- RadioModule->RadioGroup -->
|
|
189
189
|
<g id="edge7" class="edge">
|
|
190
190
|
<title>RadioModule->RadioGroup </title>
|
|
191
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
192
|
-
<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"/>
|
|
193
193
|
</g>
|
|
194
194
|
<!-- {
|
|
195
195
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
@@ -210,8 +210,8 @@
|
|
|
210
210
|
<title>{
|
|
211
211
|
   provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
|
|
212
212
|
}->Radio</title>
|
|
213
|
-
<path fill="none" stroke="black" d="
|
|
214
|
-
<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"/>
|
|
215
215
|
</g>
|
|
216
216
|
<!-- {
|
|
217
217
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
@@ -232,20 +232,20 @@
|
|
|
232
232
|
<title>{
|
|
233
233
|
   provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
|
|
234
234
|
}->RadioGroup</title>
|
|
235
|
-
<path fill="none" stroke="black" d="
|
|
236
|
-
<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"/>
|
|
237
237
|
</g>
|
|
238
238
|
<!-- IconModule -->
|
|
239
239
|
<g id="node6" class="node">
|
|
240
240
|
<title>IconModule</title>
|
|
241
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
242
|
-
<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>
|
|
243
243
|
</g>
|
|
244
244
|
<!-- IconModule->RadioModule -->
|
|
245
245
|
<g id="edge5" class="edge">
|
|
246
246
|
<title>IconModule->RadioModule</title>
|
|
247
|
-
<path fill="none" stroke="black" d="
|
|
248
|
-
<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"/>
|
|
249
249
|
</g>
|
|
250
250
|
</g>
|
|
251
251
|
</svg>
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_SearchModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 630,-379.59 630,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust4" class="cluster">
|
|
28
|
-
<title>cluster_SearchModule_imports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="362,-189.59 362,-241.59 566,-241.59 566,-189.59 362,-189.59"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust5" class="cluster">
|
|
32
28
|
<title>cluster_SearchModule_exports</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="375,-319.59 375,-371.59 449,-371.59 449,-319.59 375,-319.59"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust4" class="cluster">
|
|
32
|
+
<title>cluster_SearchModule_imports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="362,-189.59 362,-241.59 566,-241.59 566,-189.59 362,-189.59"/>
|
|
34
|
+
</g>
|
|
35
35
|
<g id="clust2" class="cluster">
|
|
36
36
|
<title>cluster_SearchModule_declarations</title>
|
|
37
37
|
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 354,-241.59 354,-189.59 284,-189.59"/>
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
<title>cluster_SearchModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 630,-379.59 630,-70 8,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust4" class="cluster">
|
|
121
|
-
<title>cluster_SearchModule_imports</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="362,-189.59 362,-241.59 566,-241.59 566,-189.59 362,-189.59"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust5" class="cluster">
|
|
125
121
|
<title>cluster_SearchModule_exports</title>
|
|
126
122
|
<polygon fill="none" stroke="black" points="375,-319.59 375,-371.59 449,-371.59 449,-319.59 375,-319.59"/>
|
|
127
123
|
</g>
|
|
124
|
+
<g id="clust4" class="cluster">
|
|
125
|
+
<title>cluster_SearchModule_imports</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="362,-189.59 362,-241.59 566,-241.59 566,-189.59 362,-189.59"/>
|
|
127
|
+
</g>
|
|
128
128
|
<g id="clust2" class="cluster">
|
|
129
129
|
<title>cluster_SearchModule_declarations</title>
|
|
130
130
|
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 354,-241.59 354,-189.59 284,-189.59"/>
|
|
@@ -4,119 +4,119 @@
|
|
|
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="642pt" height="396pt"
|
|
8
|
+
viewBox="0.00 0.00 642.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 638,-391.59 638,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="296.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="83,-10 83,-30 103,-30 103,-10 83,-10"/>
|
|
14
|
+
<text text-anchor="start" x="106.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="196,-10 196,-30 216,-30 216,-10 196,-10"/>
|
|
16
|
+
<text text-anchor="start" x="219.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="282,-10 282,-30 302,-30 302,-10 282,-10"/>
|
|
18
|
+
<text text-anchor="start" x="305.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="379,-10 379,-30 399,-30 399,-10 379,-10"/>
|
|
20
|
+
<text text-anchor="start" x="402.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="475,-10 475,-30 495,-30 495,-10 475,-10"/>
|
|
22
|
+
<text text-anchor="start" x="498.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_SelectModule</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 626,-379.59 626,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="
|
|
28
|
-
<title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
27
|
+
<g id="clust6" class="cluster">
|
|
28
|
+
<title>cluster_SelectModule_imports</title>
|
|
29
|
+
<polygon fill="none" stroke="black" points="518,-189.59 518,-241.59 618,-241.59 618,-189.59 518,-189.59"/>
|
|
30
30
|
</g>
|
|
31
31
|
<g id="clust2" class="cluster">
|
|
32
32
|
<title>cluster_SelectModule_declarations</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="277,-189.59 277,-241.59 510,-241.59 510,-189.59 277,-189.59"/>
|
|
34
|
+
</g>
|
|
35
|
+
<g id="clust5" class="cluster">
|
|
36
|
+
<title>cluster_SelectModule_Select_providers</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 618,-176.59 618,-78 16,-78"/>
|
|
34
38
|
</g>
|
|
35
39
|
<g id="clust7" class="cluster">
|
|
36
40
|
<title>cluster_SelectModule_exports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
38
|
-
</g>
|
|
39
|
-
<g id="clust6" class="cluster">
|
|
40
|
-
<title>cluster_SelectModule_imports</title>
|
|
41
|
-
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 116,-241.59 116,-189.59 16,-189.59"/>
|
|
41
|
+
<polygon fill="none" stroke="black" points="316,-319.59 316,-371.59 556,-371.59 556,-319.59 316,-319.59"/>
|
|
42
42
|
</g>
|
|
43
43
|
<!-- OptGroup -->
|
|
44
44
|
<g id="node1" class="node">
|
|
45
45
|
<title>OptGroup</title>
|
|
46
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
46
|
+
<polygon fill="#ffffb3" stroke="black" points="502.26,-233.59 429.74,-233.59 429.74,-197.59 502.26,-197.59 502.26,-233.59"/>
|
|
47
|
+
<text text-anchor="middle" x="466" y="-211.39" font-family="Times,serif" font-size="14.00">OptGroup</text>
|
|
48
48
|
</g>
|
|
49
49
|
<!-- SelectModule -->
|
|
50
50
|
<g id="node4" class="node">
|
|
51
51
|
<title>SelectModule</title>
|
|
52
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
53
|
-
<text text-anchor="middle" x="
|
|
52
|
+
<polygon fill="#8dd3c7" stroke="black" points="471.76,-298.59 468.76,-302.59 447.76,-302.59 444.76,-298.59 378.24,-298.59 378.24,-262.59 471.76,-262.59 471.76,-298.59"/>
|
|
53
|
+
<text text-anchor="middle" x="425" y="-276.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
|
|
54
54
|
</g>
|
|
55
55
|
<!-- OptGroup->SelectModule -->
|
|
56
56
|
<g id="edge1" class="edge">
|
|
57
57
|
<title>OptGroup->SelectModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
58
|
+
<path fill="none" stroke="black" d="M450.75,-233.7C450.75,-233.7 450.75,-252.58 450.75,-252.58"/>
|
|
59
|
+
<polygon fill="black" stroke="black" points="447.25,-252.58 450.75,-262.58 454.25,-252.58 447.25,-252.58"/>
|
|
60
60
|
</g>
|
|
61
61
|
<!-- Option -->
|
|
62
62
|
<g id="node2" class="node">
|
|
63
63
|
<title>Option</title>
|
|
64
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
64
|
+
<polygon fill="#ffffb3" stroke="black" points="411.39,-233.59 356.61,-233.59 356.61,-197.59 411.39,-197.59 411.39,-233.59"/>
|
|
65
|
+
<text text-anchor="middle" x="384" y="-211.39" font-family="Times,serif" font-size="14.00">Option</text>
|
|
66
66
|
</g>
|
|
67
67
|
<!-- Option->SelectModule -->
|
|
68
68
|
<g id="edge2" class="edge">
|
|
69
69
|
<title>Option->SelectModule</title>
|
|
70
|
-
<path fill="none" stroke="black" d="
|
|
71
|
-
<polygon fill="black" stroke="black" points="
|
|
70
|
+
<path fill="none" stroke="black" d="M394.78,-233.7C394.78,-233.7 394.78,-252.58 394.78,-252.58"/>
|
|
71
|
+
<polygon fill="black" stroke="black" points="391.28,-252.58 394.78,-262.58 398.28,-252.58 391.28,-252.58"/>
|
|
72
72
|
</g>
|
|
73
73
|
<!-- Select -->
|
|
74
74
|
<g id="node3" class="node">
|
|
75
75
|
<title>Select</title>
|
|
76
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
77
|
-
<text text-anchor="middle" x="
|
|
76
|
+
<polygon fill="#ffffb3" stroke="black" points="339,-233.59 285,-233.59 285,-197.59 339,-197.59 339,-233.59"/>
|
|
77
|
+
<text text-anchor="middle" x="312" y="-211.39" font-family="Times,serif" font-size="14.00">Select</text>
|
|
78
78
|
</g>
|
|
79
79
|
<!-- Select->SelectModule -->
|
|
80
80
|
<g id="edge3" class="edge">
|
|
81
81
|
<title>Select->SelectModule</title>
|
|
82
|
-
<path fill="none" stroke="black" d="
|
|
83
|
-
<polygon fill="black" stroke="black" points="
|
|
82
|
+
<path fill="none" stroke="black" d="M331.5,-233.7C331.5,-252.93 331.5,-280.59 331.5,-280.59 331.5,-280.59 367.98,-280.59 367.98,-280.59"/>
|
|
83
|
+
<polygon fill="black" stroke="black" points="367.98,-284.09 377.98,-280.59 367.98,-277.09 367.98,-284.09"/>
|
|
84
84
|
</g>
|
|
85
85
|
<!-- OptGroup -->
|
|
86
86
|
<g id="node7" class="node">
|
|
87
87
|
<title>OptGroup </title>
|
|
88
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
89
|
-
<text text-anchor="middle" x="
|
|
88
|
+
<polygon fill="#fb8072" stroke="black" points="548.26,-363.59 471.74,-363.59 471.74,-327.59 548.26,-327.59 548.26,-363.59"/>
|
|
89
|
+
<text text-anchor="middle" x="510" y="-341.39" font-family="Times,serif" font-size="14.00">OptGroup </text>
|
|
90
90
|
</g>
|
|
91
91
|
<!-- SelectModule->OptGroup -->
|
|
92
92
|
<g id="edge6" class="edge">
|
|
93
93
|
<title>SelectModule->OptGroup </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="M463.03,-298.7C463.03,-317.93 463.03,-345.59 463.03,-345.59 463.03,-345.59 463.89,-345.59 463.89,-345.59"/>
|
|
95
|
+
<polygon fill="black" stroke="black" points="461.65,-349.09 471.65,-345.59 461.65,-342.09 461.65,-349.09"/>
|
|
96
96
|
</g>
|
|
97
97
|
<!-- Option -->
|
|
98
98
|
<g id="node8" class="node">
|
|
99
99
|
<title>Option </title>
|
|
100
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
101
|
-
<text text-anchor="middle" x="
|
|
100
|
+
<polygon fill="#fb8072" stroke="black" points="454.39,-363.59 395.61,-363.59 395.61,-327.59 454.39,-327.59 454.39,-363.59"/>
|
|
101
|
+
<text text-anchor="middle" x="425" y="-341.39" font-family="Times,serif" font-size="14.00">Option </text>
|
|
102
102
|
</g>
|
|
103
103
|
<!-- SelectModule->Option -->
|
|
104
104
|
<g id="edge7" class="edge">
|
|
105
105
|
<title>SelectModule->Option </title>
|
|
106
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
107
|
-
<polygon fill="black" stroke="black" points="
|
|
106
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M425,-298.7C425,-298.7 425,-317.58 425,-317.58"/>
|
|
107
|
+
<polygon fill="black" stroke="black" points="421.5,-317.58 425,-327.58 428.5,-317.58 421.5,-317.58"/>
|
|
108
108
|
</g>
|
|
109
109
|
<!-- Select -->
|
|
110
110
|
<g id="node9" class="node">
|
|
111
111
|
<title>Select </title>
|
|
112
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
113
|
-
<text text-anchor="middle" x="
|
|
112
|
+
<polygon fill="#fb8072" stroke="black" points="378,-363.59 324,-363.59 324,-327.59 378,-327.59 378,-363.59"/>
|
|
113
|
+
<text text-anchor="middle" x="351" y="-341.39" font-family="Times,serif" font-size="14.00">Select </text>
|
|
114
114
|
</g>
|
|
115
115
|
<!-- SelectModule->Select -->
|
|
116
116
|
<g id="edge8" class="edge">
|
|
117
117
|
<title>SelectModule->Select </title>
|
|
118
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
119
|
-
<polygon fill="black" stroke="black" points="
|
|
118
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M386.96,-298.7C386.96,-317.93 386.96,-345.59 386.96,-345.59 386.96,-345.59 386.09,-345.59 386.09,-345.59"/>
|
|
119
|
+
<polygon fill="black" stroke="black" points="388.26,-342.09 378.26,-345.59 388.26,-349.09 388.26,-342.09"/>
|
|
120
120
|
</g>
|
|
121
121
|
<!-- {
|
|
122
122
|
   provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
<title>{
|
|
126
126
|
   provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
|
|
127
127
|
}</title>
|
|
128
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
129
|
-
<text text-anchor="middle" x="
|
|
130
|
-
<text text-anchor="middle" x="
|
|
131
|
-
<text text-anchor="middle" x="
|
|
128
|
+
<ellipse fill="#fdb462" stroke="black" cx="317" cy="-127.3" rx="292.67" ry="41.09"/>
|
|
129
|
+
<text text-anchor="middle" x="317" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
130
|
+
<text text-anchor="middle" x="317" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true</text>
|
|
131
|
+
<text text-anchor="middle" x="317" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
132
132
|
</g>
|
|
133
133
|
<!-- {
|
|
134
134
|
   provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
|
|
@@ -137,20 +137,20 @@
|
|
|
137
137
|
<title>{
|
|
138
138
|
   provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
|
|
139
139
|
}->Select</title>
|
|
140
|
-
<path fill="none" stroke="black" d="
|
|
141
|
-
<polygon fill="black" stroke="black" points="
|
|
140
|
+
<path fill="none" stroke="black" d="M312,-168.6C312,-168.6 312,-187.26 312,-187.26"/>
|
|
141
|
+
<polygon fill="black" stroke="black" points="308.5,-187.26 312,-197.26 315.5,-187.26 308.5,-187.26"/>
|
|
142
142
|
</g>
|
|
143
143
|
<!-- IconModule -->
|
|
144
144
|
<g id="node6" class="node">
|
|
145
145
|
<title>IconModule</title>
|
|
146
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
147
|
-
<text text-anchor="middle" x="
|
|
146
|
+
<polygon fill="#8dd3c7" stroke="black" points="610.43,-233.59 607.43,-237.59 586.43,-237.59 583.43,-233.59 525.57,-233.59 525.57,-197.59 610.43,-197.59 610.43,-233.59"/>
|
|
147
|
+
<text text-anchor="middle" x="568" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
148
148
|
</g>
|
|
149
149
|
<!-- IconModule->SelectModule -->
|
|
150
150
|
<g id="edge5" class="edge">
|
|
151
151
|
<title>IconModule->SelectModule</title>
|
|
152
|
-
<path fill="none" stroke="black" d="
|
|
153
|
-
<polygon fill="black" stroke="black" points="
|
|
152
|
+
<path fill="none" stroke="black" d="M536.96,-233.7C536.96,-252.93 536.96,-280.59 536.96,-280.59 536.96,-280.59 481.83,-280.59 481.83,-280.59"/>
|
|
153
|
+
<polygon fill="black" stroke="black" points="481.83,-277.09 471.83,-280.59 481.83,-284.09 481.83,-277.09"/>
|
|
154
154
|
</g>
|
|
155
155
|
</g>
|
|
156
156
|
</svg>
|