carbon-components-angular 5.47.2 → 5.49.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.
Files changed (84) hide show
  1. package/docs/documentation/classes/NumberChange.html +34 -0
  2. package/docs/documentation/components/ListRow.html +67 -236
  3. package/docs/documentation/components/NumberComponent.html +48 -14
  4. package/docs/documentation/components/PaginationNav.html +262 -33
  5. package/docs/documentation/components/ProgressIndicator.html +2 -2
  6. package/docs/documentation/components/StructuredList.html +1 -1
  7. package/docs/documentation/coverage.html +7 -7
  8. package/docs/documentation/interfaces/PaginationNavTranslations.html +20 -2
  9. package/docs/documentation/js/search/search_index.js +2 -2
  10. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  11. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  12. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -34
  13. package/docs/documentation/modules/DatePickerInputModule.html +38 -34
  14. package/docs/documentation/modules/DatePickerModule/dependencies.svg +56 -52
  15. package/docs/documentation/modules/DatePickerModule.html +56 -52
  16. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +35 -35
  17. package/docs/documentation/modules/FileUploaderModule.html +35 -35
  18. package/docs/documentation/modules/InlineLoadingModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/InlineLoadingModule.html +4 -4
  20. package/docs/documentation/modules/ProgressBarModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/ProgressBarModule.html +4 -4
  22. package/docs/documentation/modules/RadioModule/dependencies.svg +35 -35
  23. package/docs/documentation/modules/RadioModule.html +35 -35
  24. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/SearchModule.html +4 -4
  26. package/docs/documentation/modules/SelectModule/dependencies.svg +60 -60
  27. package/docs/documentation/modules/SelectModule.html +60 -60
  28. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/SliderModule.html +4 -4
  30. package/docs/documentation/modules/TableModule/dependencies.svg +4 -4
  31. package/docs/documentation/modules/TableModule.html +4 -4
  32. package/docs/documentation/modules/TabsModule/dependencies.svg +68 -68
  33. package/docs/documentation/modules/TabsModule.html +68 -68
  34. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  35. package/docs/documentation/modules/TagModule.html +28 -28
  36. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  37. package/docs/documentation/modules/ThemeModule.html +4 -4
  38. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
  39. package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
  40. package/docs/documentation/modules/ToggleModule/dependencies.svg +38 -42
  41. package/docs/documentation/modules/ToggleModule.html +38 -42
  42. package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
  43. package/docs/documentation/modules/TooltipModule.html +28 -28
  44. package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
  45. package/docs/documentation/modules/TreeviewModule.html +32 -32
  46. package/docs/documentation.json +188 -170
  47. package/docs/storybook/{8341.2bf88948.iframe.bundle.js → 8341.d095fdee.iframe.bundle.js} +1 -1
  48. package/docs/storybook/iframe.html +2 -2
  49. package/docs/storybook/main.11fd86ca.iframe.bundle.js +1 -0
  50. package/docs/storybook/main.css +3007 -2790
  51. package/docs/storybook/{number-input-number-stories.6aba5a3d.iframe.bundle.js → number-input-number-stories.8d02c22f.iframe.bundle.js} +1 -1
  52. package/docs/storybook/pagination-pagination-nav-stories.7b305bf2.iframe.bundle.js +1 -0
  53. package/docs/storybook/patterns-filtering-multiple-categories-stories.17085244.iframe.bundle.js +1 -0
  54. package/docs/storybook/project.json +1 -1
  55. package/docs/storybook/{runtime~main.14d57f59.iframe.bundle.js → runtime~main.807a23cc.iframe.bundle.js} +1 -1
  56. package/docs/storybook/{structured-list-structured-list-stories.c86ef32b.iframe.bundle.js → structured-list-structured-list-stories.e6a4535e.iframe.bundle.js} +1 -1
  57. package/esm2020/number-input/number.component.mjs +31 -1
  58. package/esm2020/pagination/pagination-nav/pagination-nav.component.mjs +32 -5
  59. package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -2
  60. package/esm2020/structured-list/list-row.component.mjs +14 -20
  61. package/esm2020/structured-list/structured-list.component.mjs +2 -2
  62. package/fesm2015/carbon-components-angular-number-input.mjs +30 -0
  63. package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
  64. package/fesm2015/carbon-components-angular-pagination.mjs +31 -4
  65. package/fesm2015/carbon-components-angular-pagination.mjs.map +1 -1
  66. package/fesm2015/carbon-components-angular-progress-indicator.mjs +1 -1
  67. package/fesm2015/carbon-components-angular-progress-indicator.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-structured-list.mjs +14 -20
  69. package/fesm2015/carbon-components-angular-structured-list.mjs.map +1 -1
  70. package/fesm2020/carbon-components-angular-number-input.mjs +30 -0
  71. package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
  72. package/fesm2020/carbon-components-angular-pagination.mjs +31 -4
  73. package/fesm2020/carbon-components-angular-pagination.mjs.map +1 -1
  74. package/fesm2020/carbon-components-angular-progress-indicator.mjs +1 -1
  75. package/fesm2020/carbon-components-angular-progress-indicator.mjs.map +1 -1
  76. package/fesm2020/carbon-components-angular-structured-list.mjs +14 -20
  77. package/fesm2020/carbon-components-angular-structured-list.mjs.map +1 -1
  78. package/package.json +1 -1
  79. package/pagination/pagination-nav/pagination-nav.component.d.ts +8 -1
  80. package/progress-indicator/progress-indicator.component.d.ts +1 -1
  81. package/structured-list/list-row.component.d.ts +1 -3
  82. package/docs/storybook/main.ca52fea9.iframe.bundle.js +0 -1
  83. package/docs/storybook/pagination-pagination-nav-stories.ace8938b.iframe.bundle.js +0 -1
  84. package/docs/storybook/patterns-filtering-multiple-categories-stories.487f9487.iframe.bundle.js +0 -1
@@ -97,119 +97,119 @@
97
97
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
98
98
  -->
99
99
  <!-- Title: dependencies Pages: 1 -->
100
- <svg width="642pt" height="396pt"
101
- viewBox="0.00 0.00 642.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
100
+ <svg width="919pt" height="396pt"
101
+ viewBox="0.00 0.00 919.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 638,-391.59 638,4 -4,4"/>
105
- <text text-anchor="start" x="296.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
106
- <polygon fill="#ffffb3" stroke="transparent" points="83,-10 83,-30 103,-30 103,-10 83,-10"/>
107
- <text text-anchor="start" x="106.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
108
- <polygon fill="#8dd3c7" stroke="transparent" points="196,-10 196,-30 216,-30 216,-10 196,-10"/>
109
- <text text-anchor="start" x="219.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
110
- <polygon fill="#80b1d3" stroke="transparent" points="282,-10 282,-30 302,-30 302,-10 282,-10"/>
111
- <text text-anchor="start" x="305.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
112
- <polygon fill="#fdb462" stroke="transparent" points="379,-10 379,-30 399,-30 399,-10 379,-10"/>
113
- <text text-anchor="start" x="402.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
114
- <polygon fill="#fb8072" stroke="transparent" points="475,-10 475,-30 495,-30 495,-10 475,-10"/>
115
- <text text-anchor="start" x="498.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
104
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 915,-391.59 915,4 -4,4"/>
105
+ <text text-anchor="start" x="434.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
106
+ <polygon fill="#ffffb3" stroke="transparent" points="221.5,-10 221.5,-30 241.5,-30 241.5,-10 221.5,-10"/>
107
+ <text text-anchor="start" x="245.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
108
+ <polygon fill="#8dd3c7" stroke="transparent" points="334.5,-10 334.5,-30 354.5,-30 354.5,-10 334.5,-10"/>
109
+ <text text-anchor="start" x="358.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
110
+ <polygon fill="#80b1d3" stroke="transparent" points="420.5,-10 420.5,-30 440.5,-30 440.5,-10 420.5,-10"/>
111
+ <text text-anchor="start" x="444.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
112
+ <polygon fill="#fdb462" stroke="transparent" points="517.5,-10 517.5,-30 537.5,-30 537.5,-10 517.5,-10"/>
113
+ <text text-anchor="start" x="541.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
114
+ <polygon fill="#fb8072" stroke="transparent" points="613.5,-10 613.5,-30 633.5,-30 633.5,-10 613.5,-10"/>
115
+ <text text-anchor="start" x="637.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
116
116
  <g id="clust1" class="cluster">
117
117
  <title>cluster_SelectModule</title>
118
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 626,-379.59 626,-70 8,-70"/>
118
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 903,-379.59 903,-70 8,-70"/>
119
119
  </g>
120
- <g id="clust6" class="cluster">
121
- <title>cluster_SelectModule_imports</title>
122
- <polygon fill="none" stroke="black" points="518,-189.59 518,-241.59 618,-241.59 618,-189.59 518,-189.59"/>
120
+ <g id="clust5" class="cluster">
121
+ <title>cluster_SelectModule_Select_providers</title>
122
+ <polygon fill="none" stroke="black" points="293,-78 293,-241.59 895,-241.59 895,-78 293,-78"/>
123
123
  </g>
124
124
  <g id="clust2" class="cluster">
125
125
  <title>cluster_SelectModule_declarations</title>
126
- <polygon fill="none" stroke="black" points="277,-189.59 277,-241.59 510,-241.59 510,-189.59 277,-189.59"/>
127
- </g>
128
- <g id="clust5" class="cluster">
129
- <title>cluster_SelectModule_Select_providers</title>
130
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 618,-176.59 618,-78 16,-78"/>
126
+ <polygon fill="none" stroke="black" points="124,-189.59 124,-241.59 285,-241.59 285,-189.59 124,-189.59"/>
131
127
  </g>
132
128
  <g id="clust7" class="cluster">
133
129
  <title>cluster_SelectModule_exports</title>
134
- <polygon fill="none" stroke="black" points="316,-319.59 316,-371.59 556,-371.59 556,-319.59 316,-319.59"/>
130
+ <polygon fill="none" stroke="black" points="91,-319.59 91,-371.59 331,-371.59 331,-319.59 91,-319.59"/>
131
+ </g>
132
+ <g id="clust6" class="cluster">
133
+ <title>cluster_SelectModule_imports</title>
134
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 116,-241.59 116,-189.59 16,-189.59"/>
135
135
  </g>
136
136
  <!-- OptGroup -->
137
137
  <g id="node1" class="node">
138
138
  <title>OptGroup</title>
139
- <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"/>
140
- <text text-anchor="middle" x="466" y="-211.39" font-family="Times,serif" font-size="14.00">OptGroup</text>
139
+ <polygon fill="#ffffb3" stroke="black" points="277.26,-233.59 204.74,-233.59 204.74,-197.59 277.26,-197.59 277.26,-233.59"/>
140
+ <text text-anchor="middle" x="241" y="-211.39" font-family="Times,serif" font-size="14.00">OptGroup</text>
141
141
  </g>
142
142
  <!-- SelectModule -->
143
143
  <g id="node4" class="node">
144
144
  <title>SelectModule</title>
145
- <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"/>
146
- <text text-anchor="middle" x="425" y="-276.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
145
+ <polygon fill="#8dd3c7" stroke="black" points="246.76,-298.59 243.76,-302.59 222.76,-302.59 219.76,-298.59 153.24,-298.59 153.24,-262.59 246.76,-262.59 246.76,-298.59"/>
146
+ <text text-anchor="middle" x="200" y="-276.39" font-family="Times,serif" font-size="14.00">SelectModule</text>
147
147
  </g>
148
148
  <!-- OptGroup&#45;&gt;SelectModule -->
149
149
  <g id="edge1" class="edge">
150
150
  <title>OptGroup&#45;&gt;SelectModule</title>
151
- <path fill="none" stroke="black" d="M450.75,-233.7C450.75,-233.7 450.75,-252.58 450.75,-252.58"/>
152
- <polygon fill="black" stroke="black" points="447.25,-252.58 450.75,-262.58 454.25,-252.58 447.25,-252.58"/>
151
+ <path fill="none" stroke="black" d="M225.75,-233.7C225.75,-233.7 225.75,-252.58 225.75,-252.58"/>
152
+ <polygon fill="black" stroke="black" points="222.25,-252.58 225.75,-262.58 229.25,-252.58 222.25,-252.58"/>
153
153
  </g>
154
154
  <!-- Option -->
155
155
  <g id="node2" class="node">
156
156
  <title>Option</title>
157
- <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"/>
158
- <text text-anchor="middle" x="384" y="-211.39" font-family="Times,serif" font-size="14.00">Option</text>
157
+ <polygon fill="#ffffb3" stroke="black" points="186.39,-233.59 131.61,-233.59 131.61,-197.59 186.39,-197.59 186.39,-233.59"/>
158
+ <text text-anchor="middle" x="159" y="-211.39" font-family="Times,serif" font-size="14.00">Option</text>
159
159
  </g>
160
160
  <!-- Option&#45;&gt;SelectModule -->
161
161
  <g id="edge2" class="edge">
162
162
  <title>Option&#45;&gt;SelectModule</title>
163
- <path fill="none" stroke="black" d="M394.78,-233.7C394.78,-233.7 394.78,-252.58 394.78,-252.58"/>
164
- <polygon fill="black" stroke="black" points="391.28,-252.58 394.78,-262.58 398.28,-252.58 391.28,-252.58"/>
163
+ <path fill="none" stroke="black" d="M169.78,-233.7C169.78,-233.7 169.78,-252.58 169.78,-252.58"/>
164
+ <polygon fill="black" stroke="black" points="166.28,-252.58 169.78,-262.58 173.28,-252.58 166.28,-252.58"/>
165
165
  </g>
166
166
  <!-- Select -->
167
167
  <g id="node3" class="node">
168
168
  <title>Select</title>
169
- <polygon fill="#ffffb3" stroke="black" points="339,-233.59 285,-233.59 285,-197.59 339,-197.59 339,-233.59"/>
170
- <text text-anchor="middle" x="312" y="-211.39" font-family="Times,serif" font-size="14.00">Select</text>
169
+ <polygon fill="#ffffb3" stroke="black" points="488,-233.59 434,-233.59 434,-197.59 488,-197.59 488,-233.59"/>
170
+ <text text-anchor="middle" x="461" y="-211.39" font-family="Times,serif" font-size="14.00">Select</text>
171
171
  </g>
172
172
  <!-- Select&#45;&gt;SelectModule -->
173
173
  <g id="edge3" class="edge">
174
174
  <title>Select&#45;&gt;SelectModule</title>
175
- <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"/>
176
- <polygon fill="black" stroke="black" points="367.98,-284.09 377.98,-280.59 367.98,-277.09 367.98,-284.09"/>
175
+ <path fill="none" stroke="black" d="M461,-233.7C461,-252.93 461,-280.59 461,-280.59 461,-280.59 256.96,-280.59 256.96,-280.59"/>
176
+ <polygon fill="black" stroke="black" points="256.96,-277.09 246.96,-280.59 256.96,-284.09 256.96,-277.09"/>
177
177
  </g>
178
178
  <!-- OptGroup -->
179
179
  <g id="node7" class="node">
180
180
  <title>OptGroup </title>
181
- <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"/>
182
- <text text-anchor="middle" x="510" y="-341.39" font-family="Times,serif" font-size="14.00">OptGroup </text>
181
+ <polygon fill="#fb8072" stroke="black" points="323.26,-363.59 246.74,-363.59 246.74,-327.59 323.26,-327.59 323.26,-363.59"/>
182
+ <text text-anchor="middle" x="285" y="-341.39" font-family="Times,serif" font-size="14.00">OptGroup </text>
183
183
  </g>
184
184
  <!-- SelectModule&#45;&gt;OptGroup -->
185
185
  <g id="edge6" class="edge">
186
186
  <title>SelectModule&#45;&gt;OptGroup </title>
187
- <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"/>
188
- <polygon fill="black" stroke="black" points="461.65,-349.09 471.65,-345.59 461.65,-342.09 461.65,-349.09"/>
187
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M238.03,-298.7C238.03,-317.93 238.03,-345.59 238.03,-345.59 238.03,-345.59 238.89,-345.59 238.89,-345.59"/>
188
+ <polygon fill="black" stroke="black" points="236.65,-349.09 246.65,-345.59 236.65,-342.09 236.65,-349.09"/>
189
189
  </g>
190
190
  <!-- Option -->
191
191
  <g id="node8" class="node">
192
192
  <title>Option </title>
193
- <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"/>
194
- <text text-anchor="middle" x="425" y="-341.39" font-family="Times,serif" font-size="14.00">Option </text>
193
+ <polygon fill="#fb8072" stroke="black" points="229.39,-363.59 170.61,-363.59 170.61,-327.59 229.39,-327.59 229.39,-363.59"/>
194
+ <text text-anchor="middle" x="200" y="-341.39" font-family="Times,serif" font-size="14.00">Option </text>
195
195
  </g>
196
196
  <!-- SelectModule&#45;&gt;Option -->
197
197
  <g id="edge7" class="edge">
198
198
  <title>SelectModule&#45;&gt;Option </title>
199
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M425,-298.7C425,-298.7 425,-317.58 425,-317.58"/>
200
- <polygon fill="black" stroke="black" points="421.5,-317.58 425,-327.58 428.5,-317.58 421.5,-317.58"/>
199
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M200,-298.7C200,-298.7 200,-317.58 200,-317.58"/>
200
+ <polygon fill="black" stroke="black" points="196.5,-317.58 200,-327.58 203.5,-317.58 196.5,-317.58"/>
201
201
  </g>
202
202
  <!-- Select -->
203
203
  <g id="node9" class="node">
204
204
  <title>Select </title>
205
- <polygon fill="#fb8072" stroke="black" points="378,-363.59 324,-363.59 324,-327.59 378,-327.59 378,-363.59"/>
206
- <text text-anchor="middle" x="351" y="-341.39" font-family="Times,serif" font-size="14.00">Select </text>
205
+ <polygon fill="#fb8072" stroke="black" points="153,-363.59 99,-363.59 99,-327.59 153,-327.59 153,-363.59"/>
206
+ <text text-anchor="middle" x="126" y="-341.39" font-family="Times,serif" font-size="14.00">Select </text>
207
207
  </g>
208
208
  <!-- SelectModule&#45;&gt;Select -->
209
209
  <g id="edge8" class="edge">
210
210
  <title>SelectModule&#45;&gt;Select </title>
211
- <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"/>
212
- <polygon fill="black" stroke="black" points="388.26,-342.09 378.26,-345.59 388.26,-349.09 388.26,-342.09"/>
211
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M161.96,-298.7C161.96,-317.93 161.96,-345.59 161.96,-345.59 161.96,-345.59 161.09,-345.59 161.09,-345.59"/>
212
+ <polygon fill="black" stroke="black" points="163.26,-342.09 153.26,-345.59 163.26,-349.09 163.26,-342.09"/>
213
213
  </g>
214
214
  <!-- {
215
215
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
@@ -218,10 +218,10 @@
218
218
  <title>{
219
219
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
220
220
  }</title>
221
- <ellipse fill="#fdb462" stroke="black" cx="317" cy="-127.3" rx="292.67" ry="41.09"/>
222
- <text text-anchor="middle" x="317" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
223
- <text text-anchor="middle" x="317" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true</text>
224
- <text text-anchor="middle" x="317" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
221
+ <ellipse fill="#fdb462" stroke="black" cx="594" cy="-127.3" rx="292.67" ry="41.09"/>
222
+ <text text-anchor="middle" x="594" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
223
+ <text text-anchor="middle" x="594" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true</text>
224
+ <text text-anchor="middle" x="594" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
225
225
  </g>
226
226
  <!-- {
227
227
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
@@ -230,20 +230,20 @@
230
230
  <title>{
231
231
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true
232
232
  }&#45;&gt;Select</title>
233
- <path fill="none" stroke="black" d="M312,-168.6C312,-168.6 312,-187.26 312,-187.26"/>
234
- <polygon fill="black" stroke="black" points="308.5,-187.26 312,-197.26 315.5,-187.26 308.5,-187.26"/>
233
+ <path fill="none" stroke="black" d="M461,-164.23C461,-164.23 461,-187.58 461,-187.58"/>
234
+ <polygon fill="black" stroke="black" points="457.5,-187.58 461,-197.58 464.5,-187.58 457.5,-187.58"/>
235
235
  </g>
236
236
  <!-- IconModule -->
237
237
  <g id="node6" class="node">
238
238
  <title>IconModule</title>
239
- <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"/>
240
- <text text-anchor="middle" x="568" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
239
+ <polygon fill="#8dd3c7" stroke="black" points="108.43,-233.59 105.43,-237.59 84.43,-237.59 81.43,-233.59 23.57,-233.59 23.57,-197.59 108.43,-197.59 108.43,-233.59"/>
240
+ <text text-anchor="middle" x="66" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
241
241
  </g>
242
242
  <!-- IconModule&#45;&gt;SelectModule -->
243
243
  <g id="edge5" class="edge">
244
244
  <title>IconModule&#45;&gt;SelectModule</title>
245
- <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"/>
246
- <polygon fill="black" stroke="black" points="481.83,-277.09 471.83,-280.59 481.83,-284.09 481.83,-277.09"/>
245
+ <path fill="none" stroke="black" d="M103.61,-233.7C103.61,-252.93 103.61,-280.59 103.61,-280.59 103.61,-280.59 143.21,-280.59 143.21,-280.59"/>
246
+ <polygon fill="black" stroke="black" points="143.21,-284.09 153.21,-280.59 143.21,-277.09 143.21,-284.09"/>
247
247
  </g>
248
248
  </g>
249
249
  </svg>
@@ -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="clust4" class="cluster">
32
- <title>cluster_SliderModule_imports</title>
33
- <polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-189.59"/>
34
- </g>
35
31
  <g id="clust2" class="cluster">
36
32
  <title>cluster_SliderModule_declarations</title>
37
33
  <polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
38
34
  </g>
35
+ <g id="clust4" class="cluster">
36
+ <title>cluster_SliderModule_imports</title>
37
+ <polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-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="clust4" class="cluster">
125
- <title>cluster_SliderModule_imports</title>
126
- <polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-189.59"/>
127
- </g>
128
124
  <g id="clust2" class="cluster">
129
125
  <title>cluster_SliderModule_declarations</title>
130
126
  <polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
131
127
  </g>
128
+ <g id="clust4" class="cluster">
129
+ <title>cluster_SliderModule_imports</title>
130
+ <polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-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"/>
@@ -24,6 +24,10 @@
24
24
  <title>cluster_TableModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 3662,-268 3662,-70 8,-70"/>
26
26
  </g>
27
+ <g id="clust27" class="cluster">
28
+ <title>cluster_TableModule_exports</title>
29
+ <polygon fill="none" stroke="black" points="238,-208 238,-260 3271,-260 3271,-208 238,-208"/>
30
+ </g>
27
31
  <g id="clust2" class="cluster">
28
32
  <title>cluster_TableModule_declarations</title>
29
33
  <polygon fill="none" stroke="black" points="699,-78 699,-130 3654,-130 3654,-78 699,-78"/>
@@ -32,10 +36,6 @@
32
36
  <title>cluster_TableModule_imports</title>
33
37
  <polygon fill="none" stroke="black" points="16,-78 16,-130 691,-130 691,-78 16,-78"/>
34
38
  </g>
35
- <g id="clust27" class="cluster">
36
- <title>cluster_TableModule_exports</title>
37
- <polygon fill="none" stroke="black" points="238,-208 238,-260 3271,-260 3271,-208 238,-208"/>
38
- </g>
39
39
  <!-- ExpandedRowHover -->
40
40
  <g id="node1" class="node">
41
41
  <title>ExpandedRowHover</title>
@@ -117,6 +117,10 @@
117
117
  <title>cluster_TableModule</title>
118
118
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 3662,-268 3662,-70 8,-70"/>
119
119
  </g>
120
+ <g id="clust27" class="cluster">
121
+ <title>cluster_TableModule_exports</title>
122
+ <polygon fill="none" stroke="black" points="238,-208 238,-260 3271,-260 3271,-208 238,-208"/>
123
+ </g>
120
124
  <g id="clust2" class="cluster">
121
125
  <title>cluster_TableModule_declarations</title>
122
126
  <polygon fill="none" stroke="black" points="699,-78 699,-130 3654,-130 3654,-78 699,-78"/>
@@ -125,10 +129,6 @@
125
129
  <title>cluster_TableModule_imports</title>
126
130
  <polygon fill="none" stroke="black" points="16,-78 16,-130 691,-130 691,-78 16,-78"/>
127
131
  </g>
128
- <g id="clust27" class="cluster">
129
- <title>cluster_TableModule_exports</title>
130
- <polygon fill="none" stroke="black" points="238,-208 238,-260 3271,-260 3271,-208 238,-208"/>
131
- </g>
132
132
  <!-- ExpandedRowHover -->
133
133
  <g id="node1" class="node">
134
134
  <title>ExpandedRowHover</title>