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.
- package/README.md +2 -0
- package/docs/documentation/classes/NumberChange.html +1 -1
- package/docs/documentation/classes/TableHeaderItem.html +124 -124
- package/docs/documentation/classes/TableModel.html +253 -86
- package/docs/documentation/components/Checkbox.html +45 -52
- package/docs/documentation/components/NumberComponent.html +3 -3
- package/docs/documentation/components/Table.html +21 -24
- package/docs/documentation/components/TextareaLabelComponent.html +5 -5
- package/docs/documentation/components/Toggle.html +24 -29
- package/docs/documentation/coverage.html +6 -6
- package/docs/documentation/index.html +12 -0
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/miscellaneous/typealiases.html +21 -0
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -42
- package/docs/documentation/modules/DatePickerInputModule.html +38 -42
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/FileUploaderModule.html +4 -4
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
- package/docs/documentation/modules/PanelModule.html +36 -36
- package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
- package/docs/documentation/modules/RadioModule.html +49 -49
- package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
- package/docs/documentation/modules/SelectModule.html +43 -43
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
- package/docs/documentation/modules/TableModule.html +216 -216
- package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TabsModule.html +4 -4
- package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TagModule.html +29 -29
- package/docs/documentation/modules/TilesModule/dependencies.svg +102 -102
- package/docs/documentation/modules/TilesModule.html +102 -102
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
- package/docs/documentation/modules/TimePickerSelectModule.html +45 -49
- 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 +4 -4
- package/docs/documentation/modules/TooltipModule.html +4 -4
- package/docs/documentation.json +422 -308
- package/docs/storybook/1895.a7b85b78.iframe.bundle.js +1 -0
- package/docs/storybook/5868.9c8a5d5f.iframe.bundle.js +1 -0
- package/docs/storybook/{7153.91b7684a.iframe.bundle.js → 7153.81ca3a2c.iframe.bundle.js} +1 -1
- package/docs/storybook/checkbox-checkbox-stories.74791354.iframe.bundle.js +1 -0
- package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.15eb7f8e.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.43c62519.iframe.bundle.js +1 -0
- package/docs/storybook/number-input-number-stories.8828b5f1.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.84b152cd.iframe.bundle.js → runtime~main.c4aa93fd.iframe.bundle.js} +1 -1
- package/docs/storybook/toggle-toggle-stories.758276ec.iframe.bundle.js +1 -0
- package/esm2020/checkbox/checkbox.component.mjs +1 -3
- package/esm2020/input/textarea-label.component.mjs +5 -5
- package/esm2020/number-input/number.component.mjs +3 -3
- package/esm2020/table/table-header-item.class.mjs +6 -11
- package/esm2020/table/table-model.class.mjs +55 -4
- package/esm2020/table/table.component.mjs +2 -5
- package/fesm2015/carbon-components-angular-checkbox.mjs +0 -2
- package/fesm2015/carbon-components-angular-checkbox.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-input.mjs +4 -4
- package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-number-input.mjs +2 -2
- package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-table.mjs +60 -17
- package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-checkbox.mjs +0 -2
- package/fesm2020/carbon-components-angular-checkbox.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-input.mjs +4 -4
- package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-number-input.mjs +2 -2
- package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-table.mjs +60 -17
- package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
- package/package.json +1 -1
- package/table/table-header-item.class.d.ts +16 -20
- package/table/table-model.class.d.ts +9 -0
- package/docs/storybook/1895.f908bfb8.iframe.bundle.js +0 -1
- package/docs/storybook/5868.140403a3.iframe.bundle.js +0 -1
- package/docs/storybook/checkbox-checkbox-stories.9fdbae41.iframe.bundle.js +0 -1
- package/docs/storybook/dialog-overflow-menu-overflow-menu-stories.ae41f3c6.iframe.bundle.js +0 -1
- package/docs/storybook/main.8d868a96.iframe.bundle.js +0 -1
- package/docs/storybook/number-input-number-stories.0bc36a19.iframe.bundle.js +0 -1
- 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> (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> (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> (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>"ASCENDING" | "DESCENDING" | "NONE"</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="
|
|
8
|
-
viewBox="0.00 0.00
|
|
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
|
|
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 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">  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">  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">  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">  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">  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
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
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="
|
|
53
|
-
<text text-anchor="middle" x="
|
|
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->DatePickerInputModule -->
|
|
56
52
|
<g id="edge1" class="edge">
|
|
57
53
|
<title>DatePickerInput->DatePickerInputModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
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->DatePickerInput -->
|
|
68
64
|
<g id="edge4" class="edge">
|
|
69
65
|
<title>DatePickerInputModule->DatePickerInput </title>
|
|
70
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
71
|
-
<polygon fill="black" stroke="black" points="
|
|
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
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -77,10 +73,10 @@
|
|
|
77
73
|
<title>{
|
|
78
74
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
79
75
|
}</title>
|
|
80
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
81
|
-
<text text-anchor="middle" x="
|
|
82
|
-
<text text-anchor="middle" x="
|
|
83
|
-
<text text-anchor="middle" x="
|
|
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">    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
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -89,20 +85,20 @@
|
|
|
89
85
|
<title>{
|
|
90
86
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
91
87
|
}->DatePickerInput</title>
|
|
92
|
-
<path fill="none" stroke="black" d="
|
|
93
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
99
|
-
<text text-anchor="middle" x="
|
|
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->DatePickerInputModule -->
|
|
102
98
|
<g id="edge3" class="edge">
|
|
103
99
|
<title>IconModule->DatePickerInputModule</title>
|
|
104
|
-
<path fill="none" stroke="black" d="
|
|
105
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
50
|
-
viewBox="0.00 0.00
|
|
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
|
|
54
|
-
<text text-anchor="start" x="
|
|
55
|
-
<polygon fill="#ffffb3" stroke="transparent" points="
|
|
56
|
-
<text text-anchor="start" x="
|
|
57
|
-
<polygon fill="#8dd3c7" stroke="transparent" points="
|
|
58
|
-
<text text-anchor="start" x="
|
|
59
|
-
<polygon fill="#80b1d3" stroke="transparent" points="
|
|
60
|
-
<text text-anchor="start" x="
|
|
61
|
-
<polygon fill="#fdb462" stroke="transparent" points="
|
|
62
|
-
<text text-anchor="start" x="
|
|
63
|
-
<polygon fill="#fb8072" stroke="transparent" points="
|
|
64
|
-
<text text-anchor="start" x="
|
|
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">  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">  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">  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">  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">  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
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
89
|
-
<text text-anchor="middle" x="
|
|
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="
|
|
95
|
-
<text text-anchor="middle" x="
|
|
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->DatePickerInputModule -->
|
|
98
94
|
<g id="edge1" class="edge">
|
|
99
95
|
<title>DatePickerInput->DatePickerInputModule</title>
|
|
100
|
-
<path fill="none" stroke="black" d="
|
|
101
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
107
|
-
<text text-anchor="middle" x="
|
|
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->DatePickerInput -->
|
|
110
106
|
<g id="edge4" class="edge">
|
|
111
107
|
<title>DatePickerInputModule->DatePickerInput </title>
|
|
112
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
113
|
-
<polygon fill="black" stroke="black" points="
|
|
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
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -119,10 +115,10 @@
|
|
|
119
115
|
<title>{
|
|
120
116
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
121
117
|
}</title>
|
|
122
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
123
|
-
<text text-anchor="middle" x="
|
|
124
|
-
<text text-anchor="middle" x="
|
|
125
|
-
<text text-anchor="middle" x="
|
|
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">    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
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -131,20 +127,20 @@
|
|
|
131
127
|
<title>{
|
|
132
128
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
133
129
|
}->DatePickerInput</title>
|
|
134
|
-
<path fill="none" stroke="black" d="
|
|
135
|
-
<polygon fill="black" stroke="black" points="
|
|
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="
|
|
141
|
-
<text text-anchor="middle" x="
|
|
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->DatePickerInputModule -->
|
|
144
140
|
<g id="edge3" class="edge">
|
|
145
141
|
<title>IconModule->DatePickerInputModule</title>
|
|
146
|
-
<path fill="none" stroke="black" d="
|
|
147
|
-
<polygon fill="black" stroke="black" points="
|
|
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>
|