carbon-components-angular 5.12.4 → 5.13.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.
Files changed (89) hide show
  1. package/README.md +2 -0
  2. package/docs/documentation/classes/NumberChange.html +1 -1
  3. package/docs/documentation/classes/TableHeaderItem.html +124 -124
  4. package/docs/documentation/classes/TableModel.html +253 -86
  5. package/docs/documentation/components/Checkbox.html +45 -52
  6. package/docs/documentation/components/NumberComponent.html +3 -3
  7. package/docs/documentation/components/Table.html +21 -24
  8. package/docs/documentation/components/TextareaLabelComponent.html +5 -5
  9. package/docs/documentation/components/Toggle.html +24 -29
  10. package/docs/documentation/coverage.html +6 -6
  11. package/docs/documentation/index.html +12 -0
  12. package/docs/documentation/js/search/search_index.js +2 -2
  13. package/docs/documentation/miscellaneous/typealiases.html +21 -0
  14. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  15. package/docs/documentation/modules/CodeSnippetModule.html +4 -4
  16. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -42
  17. package/docs/documentation/modules/DatePickerInputModule.html +38 -42
  18. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/FileUploaderModule.html +4 -4
  20. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/NumberModule.html +4 -4
  22. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  23. package/docs/documentation/modules/PanelModule.html +36 -36
  24. package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
  25. package/docs/documentation/modules/RadioModule.html +49 -49
  26. package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
  27. package/docs/documentation/modules/SelectModule.html +43 -43
  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 +216 -216
  31. package/docs/documentation/modules/TableModule.html +216 -216
  32. package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
  33. package/docs/documentation/modules/TabsModule.html +4 -4
  34. package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
  35. package/docs/documentation/modules/TagModule.html +29 -29
  36. package/docs/documentation/modules/TilesModule/dependencies.svg +102 -102
  37. package/docs/documentation/modules/TilesModule.html +102 -102
  38. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
  39. package/docs/documentation/modules/TimePickerSelectModule.html +45 -49
  40. package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
  41. package/docs/documentation/modules/ToggleModule.html +4 -4
  42. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  43. package/docs/documentation/modules/ToggletipModule.html +4 -4
  44. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  45. package/docs/documentation/modules/TooltipModule.html +4 -4
  46. package/docs/documentation.json +422 -308
  47. package/docs/storybook/1895.a7b85b78.iframe.bundle.js +1 -0
  48. package/docs/storybook/5868.9c8a5d5f.iframe.bundle.js +1 -0
  49. package/docs/storybook/{7153.91b7684a.iframe.bundle.js → 7153.81ca3a2c.iframe.bundle.js} +1 -1
  50. package/docs/storybook/checkbox-checkbox-stories.74791354.iframe.bundle.js +1 -0
  51. package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.15eb7f8e.iframe.bundle.js +1 -0
  52. package/docs/storybook/iframe.html +2 -2
  53. package/docs/storybook/main.43c62519.iframe.bundle.js +1 -0
  54. package/docs/storybook/number-input-number-stories.8828b5f1.iframe.bundle.js +1 -0
  55. package/docs/storybook/project.json +1 -1
  56. package/docs/storybook/{runtime~main.84b152cd.iframe.bundle.js → runtime~main.c4aa93fd.iframe.bundle.js} +1 -1
  57. package/docs/storybook/toggle-toggle-stories.758276ec.iframe.bundle.js +1 -0
  58. package/esm2020/checkbox/checkbox.component.mjs +1 -3
  59. package/esm2020/input/textarea-label.component.mjs +5 -5
  60. package/esm2020/number-input/number.component.mjs +3 -3
  61. package/esm2020/table/table-header-item.class.mjs +6 -11
  62. package/esm2020/table/table-model.class.mjs +55 -4
  63. package/esm2020/table/table.component.mjs +2 -5
  64. package/fesm2015/carbon-components-angular-checkbox.mjs +0 -2
  65. package/fesm2015/carbon-components-angular-checkbox.mjs.map +1 -1
  66. package/fesm2015/carbon-components-angular-input.mjs +4 -4
  67. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-number-input.mjs +2 -2
  69. package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
  70. package/fesm2015/carbon-components-angular-table.mjs +60 -17
  71. package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
  72. package/fesm2020/carbon-components-angular-checkbox.mjs +0 -2
  73. package/fesm2020/carbon-components-angular-checkbox.mjs.map +1 -1
  74. package/fesm2020/carbon-components-angular-input.mjs +4 -4
  75. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  76. package/fesm2020/carbon-components-angular-number-input.mjs +2 -2
  77. package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
  78. package/fesm2020/carbon-components-angular-table.mjs +60 -17
  79. package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
  80. package/package.json +1 -1
  81. package/table/table-header-item.class.d.ts +16 -20
  82. package/table/table-model.class.d.ts +9 -0
  83. package/docs/storybook/1895.f908bfb8.iframe.bundle.js +0 -1
  84. package/docs/storybook/5868.140403a3.iframe.bundle.js +0 -1
  85. package/docs/storybook/checkbox-checkbox-stories.9fdbae41.iframe.bundle.js +0 -1
  86. package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.ae41f3c6.iframe.bundle.js +0 -1
  87. package/docs/storybook/main.8d868a96.iframe.bundle.js +0 -1
  88. package/docs/storybook/number-input-number-stories.0bc36a19.iframe.bundle.js +0 -1
  89. package/docs/storybook/toggle-toggle-stories.3f40e3b9.iframe.bundle.js +0 -1
@@ -84,6 +84,9 @@
84
84
  <li>
85
85
  <a href="#NotificationVariants" title="src/notification/notification-content.interface.ts" ><b>NotificationVariants</b>&nbsp;&nbsp;&nbsp;(src/.../notification-content.interface.ts)</a>
86
86
  </li>
87
+ <li>
88
+ <a href="#SortType" title="src/table/table-header-item.class.ts" ><b>SortType</b>&nbsp;&nbsp;&nbsp;(src/.../table-header-item.class.ts)</a>
89
+ </li>
87
90
  <li>
88
91
  <a href="#TableRowSize" title="src/table/table.types.ts" ><b>TableRowSize</b>&nbsp;&nbsp;&nbsp;(src/.../table.types.ts)</a>
89
92
  </li>
@@ -244,6 +247,24 @@
244
247
  </tr>
245
248
  </tbody>
246
249
  </table>
250
+ </section> <h3>src/table/table-header-item.class.ts</h3>
251
+ <section data-compodoc="block-typealias">
252
+ <table class="table table-sm table-bordered">
253
+ <tbody>
254
+ <tr>
255
+ <td class="col-md-4">
256
+ <a name="SortType"></a>
257
+ <span class="name "><b>SortType</b><a href="#SortType"><span class="icon ion-ios-link"></span></a></span>
258
+ </td>
259
+ </tr>
260
+ <tr>
261
+ <td class="col-md-4">
262
+ <code> <code>&quot;ASCENDING&quot; | &quot;DESCENDING&quot; | &quot;NONE&quot;</code>
263
+ </code>
264
+ </td>
265
+ </tr>
266
+ </tbody>
267
+ </table>
247
268
  </section> <h3>src/table/table.types.ts</h3>
248
269
  <section data-compodoc="block-typealias">
249
270
  <table class="table table-sm table-bordered">
@@ -24,14 +24,14 @@
24
24
  <title>cluster_CodeSnippetModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 560,-268 560,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust2" class="cluster">
28
- <title>cluster_CodeSnippetModule_declarations</title>
29
- <polygon fill="none" stroke="black" points="448,-78 448,-130 552,-130 552,-78 448,-78"/>
30
- </g>
31
27
  <g id="clust5" class="cluster">
32
28
  <title>cluster_CodeSnippetModule_exports</title>
33
29
  <polygon fill="none" stroke="black" points="220,-208 220,-260 328,-260 328,-208 220,-208"/>
34
30
  </g>
31
+ <g id="clust2" class="cluster">
32
+ <title>cluster_CodeSnippetModule_declarations</title>
33
+ <polygon fill="none" stroke="black" points="448,-78 448,-130 552,-130 552,-78 448,-78"/>
34
+ </g>
35
35
  <g id="clust4" class="cluster">
36
36
  <title>cluster_CodeSnippetModule_imports</title>
37
37
  <polygon fill="none" stroke="black" points="16,-78 16,-130 440,-130 440,-78 16,-78"/>
@@ -66,14 +66,14 @@
66
66
  <title>cluster_CodeSnippetModule</title>
67
67
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 560,-268 560,-70 8,-70"/>
68
68
  </g>
69
- <g id="clust2" class="cluster">
70
- <title>cluster_CodeSnippetModule_declarations</title>
71
- <polygon fill="none" stroke="black" points="448,-78 448,-130 552,-130 552,-78 448,-78"/>
72
- </g>
73
69
  <g id="clust5" class="cluster">
74
70
  <title>cluster_CodeSnippetModule_exports</title>
75
71
  <polygon fill="none" stroke="black" points="220,-208 220,-260 328,-260 328,-208 220,-208"/>
76
72
  </g>
73
+ <g id="clust2" class="cluster">
74
+ <title>cluster_CodeSnippetModule_declarations</title>
75
+ <polygon fill="none" stroke="black" points="448,-78 448,-130 552,-130 552,-78 448,-78"/>
76
+ </g>
77
77
  <g id="clust4" class="cluster">
78
78
  <title>cluster_CodeSnippetModule_imports</title>
79
79
  <polygon fill="none" stroke="black" points="16,-78 16,-130 440,-130 440,-78 16,-78"/>
@@ -4,71 +4,67 @@
4
4
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
5
5
  -->
6
6
  <!-- Title: dependencies Pages: 1 -->
7
- <svg width="722pt" height="396pt"
8
- viewBox="0.00 0.00 722.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="830pt" height="396pt"
8
+ viewBox="0.00 0.00 830.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 718,-391.59 718,4 -4,4"/>
12
- <text text-anchor="start" x="336.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="123,-10 123,-30 143,-30 143,-10 123,-10"/>
14
- <text text-anchor="start" x="146.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="236,-10 236,-30 256,-30 256,-10 236,-10"/>
16
- <text text-anchor="start" x="259.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="322,-10 322,-30 342,-30 342,-10 322,-10"/>
18
- <text text-anchor="start" x="345.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="419,-10 419,-30 439,-30 439,-10 419,-10"/>
20
- <text text-anchor="start" x="442.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="515,-10 515,-30 535,-30 535,-10 515,-10"/>
22
- <text text-anchor="start" x="538.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
11
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 826,-391.59 826,4 -4,4"/>
12
+ <text text-anchor="start" x="390.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="177,-10 177,-30 197,-30 197,-10 177,-10"/>
14
+ <text text-anchor="start" x="200.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="290,-10 290,-30 310,-30 310,-10 290,-10"/>
16
+ <text text-anchor="start" x="313.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="376,-10 376,-30 396,-30 396,-10 376,-10"/>
18
+ <text text-anchor="start" x="399.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="473,-10 473,-30 493,-30 493,-10 473,-10"/>
20
+ <text text-anchor="start" x="496.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="569,-10 569,-30 589,-30 589,-10 569,-10"/>
22
+ <text text-anchor="start" x="592.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
23
23
  <g id="clust1" class="cluster">
24
24
  <title>cluster_DatePickerInputModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 706,-379.59 706,-70 8,-70"/>
26
- </g>
27
- <g id="clust2" class="cluster">
28
- <title>cluster_DatePickerInputModule_declarations</title>
29
- <polygon fill="none" stroke="black" points="295,-189.59 295,-241.59 419,-241.59 419,-189.59 295,-189.59"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 814,-379.59 814,-70 8,-70"/>
30
26
  </g>
31
27
  <g id="clust5" class="cluster">
32
28
  <title>cluster_DatePickerInputModule_exports</title>
33
- <polygon fill="none" stroke="black" points="233,-319.59 233,-371.59 361,-371.59 361,-319.59 233,-319.59"/>
29
+ <polygon fill="none" stroke="black" points="75,-319.59 75,-371.59 203,-371.59 203,-319.59 75,-319.59"/>
34
30
  </g>
35
31
  <g id="clust3" class="cluster">
36
32
  <title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
37
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 698,-176.59 698,-78 16,-78"/>
33
+ <polygon fill="none" stroke="black" points="124,-78 124,-241.59 806,-241.59 806,-78 124,-78"/>
38
34
  </g>
39
35
  <g id="clust4" class="cluster">
40
36
  <title>cluster_DatePickerInputModule_imports</title>
41
- <polygon fill="none" stroke="black" points="187,-189.59 187,-241.59 287,-241.59 287,-189.59 187,-189.59"/>
37
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 116,-241.59 116,-189.59 16,-189.59"/>
42
38
  </g>
43
39
  <!-- DatePickerInput -->
44
40
  <g id="node1" class="node">
45
41
  <title>DatePickerInput</title>
46
- <polygon fill="#ffffb3" stroke="black" points="410.74,-233.59 303.26,-233.59 303.26,-197.59 410.74,-197.59 410.74,-233.59"/>
47
- <text text-anchor="middle" x="357" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInput</text>
42
+ <polygon fill="#ffffb3" stroke="black" points="378.74,-233.59 271.26,-233.59 271.26,-197.59 378.74,-197.59 378.74,-233.59"/>
43
+ <text text-anchor="middle" x="325" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInput</text>
48
44
  </g>
49
45
  <!-- DatePickerInputModule -->
50
46
  <g id="node2" class="node">
51
47
  <title>DatePickerInputModule</title>
52
- <polygon fill="#8dd3c7" stroke="black" points="372.79,-298.59 369.79,-302.59 348.79,-302.59 345.79,-298.59 221.21,-298.59 221.21,-262.59 372.79,-262.59 372.79,-298.59"/>
53
- <text text-anchor="middle" x="297" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
48
+ <polygon fill="#8dd3c7" stroke="black" points="214.79,-298.59 211.79,-302.59 190.79,-302.59 187.79,-298.59 63.21,-298.59 63.21,-262.59 214.79,-262.59 214.79,-298.59"/>
49
+ <text text-anchor="middle" x="139" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
54
50
  </g>
55
51
  <!-- DatePickerInput&#45;&gt;DatePickerInputModule -->
56
52
  <g id="edge1" class="edge">
57
53
  <title>DatePickerInput&#45;&gt;DatePickerInputModule</title>
58
- <path fill="none" stroke="black" d="M337.89,-233.7C337.89,-233.7 337.89,-252.58 337.89,-252.58"/>
59
- <polygon fill="black" stroke="black" points="334.39,-252.58 337.89,-262.58 341.39,-252.58 334.39,-252.58"/>
54
+ <path fill="none" stroke="black" d="M271.05,-215.59C227.41,-215.59 173.19,-215.59 173.19,-215.59 173.19,-215.59 173.19,-252.48 173.19,-252.48"/>
55
+ <polygon fill="black" stroke="black" points="169.69,-252.48 173.19,-262.48 176.69,-252.48 169.69,-252.48"/>
60
56
  </g>
61
57
  <!-- DatePickerInput -->
62
58
  <g id="node5" class="node">
63
59
  <title>DatePickerInput </title>
64
- <polygon fill="#fb8072" stroke="black" points="352.74,-363.59 241.26,-363.59 241.26,-327.59 352.74,-327.59 352.74,-363.59"/>
65
- <text text-anchor="middle" x="297" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInput </text>
60
+ <polygon fill="#fb8072" stroke="black" points="194.74,-363.59 83.26,-363.59 83.26,-327.59 194.74,-327.59 194.74,-363.59"/>
61
+ <text text-anchor="middle" x="139" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInput </text>
66
62
  </g>
67
63
  <!-- DatePickerInputModule&#45;&gt;DatePickerInput -->
68
64
  <g id="edge4" class="edge">
69
65
  <title>DatePickerInputModule&#45;&gt;DatePickerInput </title>
70
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M297,-298.7C297,-298.7 297,-317.58 297,-317.58"/>
71
- <polygon fill="black" stroke="black" points="293.5,-317.58 297,-327.58 300.5,-317.58 293.5,-317.58"/>
66
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M139,-298.7C139,-298.7 139,-317.58 139,-317.58"/>
67
+ <polygon fill="black" stroke="black" points="135.5,-317.58 139,-327.58 142.5,-317.58 135.5,-317.58"/>
72
68
  </g>
73
69
  <!-- {
74
70
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
@@ -77,10 +73,10 @@
77
73
  <title>{
78
74
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
79
75
  }</title>
80
- <ellipse fill="#fdb462" stroke="black" cx="357" cy="-127.3" rx="333.04" ry="41.09"/>
81
- <text text-anchor="middle" x="357" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
82
- <text text-anchor="middle" x="357" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true</text>
83
- <text text-anchor="middle" x="357" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
76
+ <ellipse fill="#fdb462" stroke="black" cx="465" cy="-127.3" rx="333.04" ry="41.09"/>
77
+ <text text-anchor="middle" x="465" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
78
+ <text text-anchor="middle" x="465" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true</text>
79
+ <text text-anchor="middle" x="465" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
84
80
  </g>
85
81
  <!-- {
86
82
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
@@ -89,20 +85,20 @@
89
85
  <title>{
90
86
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
91
87
  }&#45;&gt;DatePickerInput</title>
92
- <path fill="none" stroke="black" d="M357,-168.6C357,-168.6 357,-187.26 357,-187.26"/>
93
- <polygon fill="black" stroke="black" points="353.5,-187.26 357,-197.26 360.5,-187.26 353.5,-187.26"/>
88
+ <path fill="none" stroke="black" d="M325,-165C325,-165 325,-187.45 325,-187.45"/>
89
+ <polygon fill="black" stroke="black" points="321.5,-187.45 325,-197.45 328.5,-187.45 321.5,-187.45"/>
94
90
  </g>
95
91
  <!-- IconModule -->
96
92
  <g id="node4" class="node">
97
93
  <title>IconModule</title>
98
- <polygon fill="#8dd3c7" stroke="black" points="279.43,-233.59 276.43,-237.59 255.43,-237.59 252.43,-233.59 194.57,-233.59 194.57,-197.59 279.43,-197.59 279.43,-233.59"/>
99
- <text text-anchor="middle" x="237" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
94
+ <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"/>
95
+ <text text-anchor="middle" x="66" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
100
96
  </g>
101
97
  <!-- IconModule&#45;&gt;DatePickerInputModule -->
102
98
  <g id="edge3" class="edge">
103
99
  <title>IconModule&#45;&gt;DatePickerInputModule</title>
104
- <path fill="none" stroke="black" d="M250.28,-233.7C250.28,-233.7 250.28,-252.58 250.28,-252.58"/>
105
- <polygon fill="black" stroke="black" points="246.78,-252.58 250.28,-262.58 253.78,-252.58 246.78,-252.58"/>
100
+ <path fill="none" stroke="black" d="M85.78,-233.7C85.78,-233.7 85.78,-252.58 85.78,-252.58"/>
101
+ <polygon fill="black" stroke="black" points="82.28,-252.58 85.78,-262.58 89.28,-252.58 82.28,-252.58"/>
106
102
  </g>
107
103
  </g>
108
104
  </svg>
@@ -46,71 +46,67 @@
46
46
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
47
47
  -->
48
48
  <!-- Title: dependencies Pages: 1 -->
49
- <svg width="722pt" height="396pt"
50
- viewBox="0.00 0.00 722.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
49
+ <svg width="830pt" height="396pt"
50
+ viewBox="0.00 0.00 830.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
51
51
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
52
52
  <title>dependencies</title>
53
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 718,-391.59 718,4 -4,4"/>
54
- <text text-anchor="start" x="336.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
- <polygon fill="#ffffb3" stroke="transparent" points="123,-10 123,-30 143,-30 143,-10 123,-10"/>
56
- <text text-anchor="start" x="146.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
- <polygon fill="#8dd3c7" stroke="transparent" points="236,-10 236,-30 256,-30 256,-10 236,-10"/>
58
- <text text-anchor="start" x="259.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
- <polygon fill="#80b1d3" stroke="transparent" points="322,-10 322,-30 342,-30 342,-10 322,-10"/>
60
- <text text-anchor="start" x="345.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
- <polygon fill="#fdb462" stroke="transparent" points="419,-10 419,-30 439,-30 439,-10 419,-10"/>
62
- <text text-anchor="start" x="442.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
- <polygon fill="#fb8072" stroke="transparent" points="515,-10 515,-30 535,-30 535,-10 515,-10"/>
64
- <text text-anchor="start" x="538.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
53
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 826,-391.59 826,4 -4,4"/>
54
+ <text text-anchor="start" x="390.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
55
+ <polygon fill="#ffffb3" stroke="transparent" points="177,-10 177,-30 197,-30 197,-10 177,-10"/>
56
+ <text text-anchor="start" x="200.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
57
+ <polygon fill="#8dd3c7" stroke="transparent" points="290,-10 290,-30 310,-30 310,-10 290,-10"/>
58
+ <text text-anchor="start" x="313.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
59
+ <polygon fill="#80b1d3" stroke="transparent" points="376,-10 376,-30 396,-30 396,-10 376,-10"/>
60
+ <text text-anchor="start" x="399.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
61
+ <polygon fill="#fdb462" stroke="transparent" points="473,-10 473,-30 493,-30 493,-10 473,-10"/>
62
+ <text text-anchor="start" x="496.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
63
+ <polygon fill="#fb8072" stroke="transparent" points="569,-10 569,-30 589,-30 589,-10 569,-10"/>
64
+ <text text-anchor="start" x="592.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
65
65
  <g id="clust1" class="cluster">
66
66
  <title>cluster_DatePickerInputModule</title>
67
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 706,-379.59 706,-70 8,-70"/>
68
- </g>
69
- <g id="clust2" class="cluster">
70
- <title>cluster_DatePickerInputModule_declarations</title>
71
- <polygon fill="none" stroke="black" points="295,-189.59 295,-241.59 419,-241.59 419,-189.59 295,-189.59"/>
67
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 814,-379.59 814,-70 8,-70"/>
72
68
  </g>
73
69
  <g id="clust5" class="cluster">
74
70
  <title>cluster_DatePickerInputModule_exports</title>
75
- <polygon fill="none" stroke="black" points="233,-319.59 233,-371.59 361,-371.59 361,-319.59 233,-319.59"/>
71
+ <polygon fill="none" stroke="black" points="75,-319.59 75,-371.59 203,-371.59 203,-319.59 75,-319.59"/>
76
72
  </g>
77
73
  <g id="clust3" class="cluster">
78
74
  <title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
79
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 698,-176.59 698,-78 16,-78"/>
75
+ <polygon fill="none" stroke="black" points="124,-78 124,-241.59 806,-241.59 806,-78 124,-78"/>
80
76
  </g>
81
77
  <g id="clust4" class="cluster">
82
78
  <title>cluster_DatePickerInputModule_imports</title>
83
- <polygon fill="none" stroke="black" points="187,-189.59 187,-241.59 287,-241.59 287,-189.59 187,-189.59"/>
79
+ <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 116,-241.59 116,-189.59 16,-189.59"/>
84
80
  </g>
85
81
  <!-- DatePickerInput -->
86
82
  <g id="node1" class="node">
87
83
  <title>DatePickerInput</title>
88
- <polygon fill="#ffffb3" stroke="black" points="410.74,-233.59 303.26,-233.59 303.26,-197.59 410.74,-197.59 410.74,-233.59"/>
89
- <text text-anchor="middle" x="357" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInput</text>
84
+ <polygon fill="#ffffb3" stroke="black" points="378.74,-233.59 271.26,-233.59 271.26,-197.59 378.74,-197.59 378.74,-233.59"/>
85
+ <text text-anchor="middle" x="325" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInput</text>
90
86
  </g>
91
87
  <!-- DatePickerInputModule -->
92
88
  <g id="node2" class="node">
93
89
  <title>DatePickerInputModule</title>
94
- <polygon fill="#8dd3c7" stroke="black" points="372.79,-298.59 369.79,-302.59 348.79,-302.59 345.79,-298.59 221.21,-298.59 221.21,-262.59 372.79,-262.59 372.79,-298.59"/>
95
- <text text-anchor="middle" x="297" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
90
+ <polygon fill="#8dd3c7" stroke="black" points="214.79,-298.59 211.79,-302.59 190.79,-302.59 187.79,-298.59 63.21,-298.59 63.21,-262.59 214.79,-262.59 214.79,-298.59"/>
91
+ <text text-anchor="middle" x="139" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
96
92
  </g>
97
93
  <!-- DatePickerInput&#45;&gt;DatePickerInputModule -->
98
94
  <g id="edge1" class="edge">
99
95
  <title>DatePickerInput&#45;&gt;DatePickerInputModule</title>
100
- <path fill="none" stroke="black" d="M337.89,-233.7C337.89,-233.7 337.89,-252.58 337.89,-252.58"/>
101
- <polygon fill="black" stroke="black" points="334.39,-252.58 337.89,-262.58 341.39,-252.58 334.39,-252.58"/>
96
+ <path fill="none" stroke="black" d="M271.05,-215.59C227.41,-215.59 173.19,-215.59 173.19,-215.59 173.19,-215.59 173.19,-252.48 173.19,-252.48"/>
97
+ <polygon fill="black" stroke="black" points="169.69,-252.48 173.19,-262.48 176.69,-252.48 169.69,-252.48"/>
102
98
  </g>
103
99
  <!-- DatePickerInput -->
104
100
  <g id="node5" class="node">
105
101
  <title>DatePickerInput </title>
106
- <polygon fill="#fb8072" stroke="black" points="352.74,-363.59 241.26,-363.59 241.26,-327.59 352.74,-327.59 352.74,-363.59"/>
107
- <text text-anchor="middle" x="297" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInput </text>
102
+ <polygon fill="#fb8072" stroke="black" points="194.74,-363.59 83.26,-363.59 83.26,-327.59 194.74,-327.59 194.74,-363.59"/>
103
+ <text text-anchor="middle" x="139" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInput </text>
108
104
  </g>
109
105
  <!-- DatePickerInputModule&#45;&gt;DatePickerInput -->
110
106
  <g id="edge4" class="edge">
111
107
  <title>DatePickerInputModule&#45;&gt;DatePickerInput </title>
112
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M297,-298.7C297,-298.7 297,-317.58 297,-317.58"/>
113
- <polygon fill="black" stroke="black" points="293.5,-317.58 297,-327.58 300.5,-317.58 293.5,-317.58"/>
108
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M139,-298.7C139,-298.7 139,-317.58 139,-317.58"/>
109
+ <polygon fill="black" stroke="black" points="135.5,-317.58 139,-327.58 142.5,-317.58 135.5,-317.58"/>
114
110
  </g>
115
111
  <!-- {
116
112
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
@@ -119,10 +115,10 @@
119
115
  <title>{
120
116
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
121
117
  }</title>
122
- <ellipse fill="#fdb462" stroke="black" cx="357" cy="-127.3" rx="333.04" ry="41.09"/>
123
- <text text-anchor="middle" x="357" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
124
- <text text-anchor="middle" x="357" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true</text>
125
- <text text-anchor="middle" x="357" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
118
+ <ellipse fill="#fdb462" stroke="black" cx="465" cy="-127.3" rx="333.04" ry="41.09"/>
119
+ <text text-anchor="middle" x="465" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
120
+ <text text-anchor="middle" x="465" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true</text>
121
+ <text text-anchor="middle" x="465" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
126
122
  </g>
127
123
  <!-- {
128
124
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
@@ -131,20 +127,20 @@
131
127
  <title>{
132
128
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
133
129
  }&#45;&gt;DatePickerInput</title>
134
- <path fill="none" stroke="black" d="M357,-168.6C357,-168.6 357,-187.26 357,-187.26"/>
135
- <polygon fill="black" stroke="black" points="353.5,-187.26 357,-197.26 360.5,-187.26 353.5,-187.26"/>
130
+ <path fill="none" stroke="black" d="M325,-165C325,-165 325,-187.45 325,-187.45"/>
131
+ <polygon fill="black" stroke="black" points="321.5,-187.45 325,-197.45 328.5,-187.45 321.5,-187.45"/>
136
132
  </g>
137
133
  <!-- IconModule -->
138
134
  <g id="node4" class="node">
139
135
  <title>IconModule</title>
140
- <polygon fill="#8dd3c7" stroke="black" points="279.43,-233.59 276.43,-237.59 255.43,-237.59 252.43,-233.59 194.57,-233.59 194.57,-197.59 279.43,-197.59 279.43,-233.59"/>
141
- <text text-anchor="middle" x="237" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
136
+ <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"/>
137
+ <text text-anchor="middle" x="66" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
142
138
  </g>
143
139
  <!-- IconModule&#45;&gt;DatePickerInputModule -->
144
140
  <g id="edge3" class="edge">
145
141
  <title>IconModule&#45;&gt;DatePickerInputModule</title>
146
- <path fill="none" stroke="black" d="M250.28,-233.7C250.28,-233.7 250.28,-252.58 250.28,-252.58"/>
147
- <polygon fill="black" stroke="black" points="246.78,-252.58 250.28,-262.58 253.78,-252.58 246.78,-252.58"/>
142
+ <path fill="none" stroke="black" d="M85.78,-233.7C85.78,-233.7 85.78,-252.58 85.78,-252.58"/>
143
+ <polygon fill="black" stroke="black" points="82.28,-252.58 85.78,-262.58 89.28,-252.58 82.28,-252.58"/>
148
144
  </g>
149
145
  </g>
150
146
  </svg>
@@ -28,14 +28,14 @@
28
28
  <title>cluster_FileUploaderModule_declarations</title>
29
29
  <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 591,-241.59 591,-189.59 364,-189.59"/>
30
30
  </g>
31
- <g id="clust6" class="cluster">
32
- <title>cluster_FileUploaderModule_exports</title>
33
- <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
34
- </g>
35
31
  <g id="clust4" class="cluster">
36
32
  <title>cluster_FileUploaderModule_FileUploader_providers</title>
37
33
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
38
34
  </g>
35
+ <g id="clust6" class="cluster">
36
+ <title>cluster_FileUploaderModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
38
+ </g>
39
39
  <g id="clust5" class="cluster">
40
40
  <title>cluster_FileUploaderModule_imports</title>
41
41
  <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 356,-241.59 356,-189.59 16,-189.59"/>
@@ -70,14 +70,14 @@
70
70
  <title>cluster_FileUploaderModule_declarations</title>
71
71
  <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 591,-241.59 591,-189.59 364,-189.59"/>
72
72
  </g>
73
- <g id="clust6" class="cluster">
74
- <title>cluster_FileUploaderModule_exports</title>
75
- <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
76
- </g>
77
73
  <g id="clust4" class="cluster">
78
74
  <title>cluster_FileUploaderModule_FileUploader_providers</title>
79
75
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
80
76
  </g>
77
+ <g id="clust6" class="cluster">
78
+ <title>cluster_FileUploaderModule_exports</title>
79
+ <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
80
+ </g>
81
81
  <g id="clust5" class="cluster">
82
82
  <title>cluster_FileUploaderModule_imports</title>
83
83
  <polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 356,-241.59 356,-189.59 16,-189.59"/>
@@ -24,6 +24,10 @@
24
24
  <title>cluster_NumberModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="95,-70 95,-268 401,-268 401,-70 95,-70"/>
26
26
  </g>
27
+ <g id="clust5" class="cluster">
28
+ <title>cluster_NumberModule_exports</title>
29
+ <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
30
+ </g>
27
31
  <g id="clust4" class="cluster">
28
32
  <title>cluster_NumberModule_imports</title>
29
33
  <polygon fill="none" stroke="black" points="189,-78 189,-130 393,-130 393,-78 189,-78"/>
@@ -32,10 +36,6 @@
32
36
  <title>cluster_NumberModule_declarations</title>
33
37
  <polygon fill="none" stroke="black" points="103,-78 103,-130 181,-130 181,-78 103,-78"/>
34
38
  </g>
35
- <g id="clust5" class="cluster">
36
- <title>cluster_NumberModule_exports</title>
37
- <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
38
- </g>
39
39
  <!-- Number -->
40
40
  <g id="node1" class="node">
41
41
  <title>Number</title>
@@ -66,6 +66,10 @@
66
66
  <title>cluster_NumberModule</title>
67
67
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="95,-70 95,-268 401,-268 401,-70 95,-70"/>
68
68
  </g>
69
+ <g id="clust5" class="cluster">
70
+ <title>cluster_NumberModule_exports</title>
71
+ <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
72
+ </g>
69
73
  <g id="clust4" class="cluster">
70
74
  <title>cluster_NumberModule_imports</title>
71
75
  <polygon fill="none" stroke="black" points="189,-78 189,-130 393,-130 393,-78 189,-78"/>
@@ -74,10 +78,6 @@
74
78
  <title>cluster_NumberModule_declarations</title>
75
79
  <polygon fill="none" stroke="black" points="103,-78 103,-130 181,-130 181,-78 103,-78"/>
76
80
  </g>
77
- <g id="clust5" class="cluster">
78
- <title>cluster_NumberModule_exports</title>
79
- <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
80
- </g>
81
81
  <!-- Number -->
82
82
  <g id="node1" class="node">
83
83
  <title>Number</title>