carbon-components-angular 5.10.5 → 5.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button/button.directive.d.ts +5 -9
- package/docs/documentation/coverage.html +10 -10
- package/docs/documentation/directives/Button.html +44 -116
- package/docs/documentation/directives/StackDirective.html +22 -93
- package/docs/documentation/directives/ThemeDirective.html +31 -80
- 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 +42 -38
- package/docs/documentation/modules/DatePickerInputModule.html +42 -38
- 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 +69 -69
- package/docs/documentation/modules/TabsModule.html +69 -69
- package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TagModule.html +29 -29
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +4 -4
- package/docs/documentation/modules/TilesModule/dependencies.svg +86 -86
- package/docs/documentation/modules/TilesModule.html +86 -86
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +40 -36
- package/docs/documentation/modules/TimePickerModule.html +40 -36
- package/docs/documentation/modules/ToggleModule/dependencies.svg +44 -40
- package/docs/documentation/modules/ToggleModule.html +44 -40
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +37 -37
- package/docs/documentation/modules/TooltipModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TooltipModule.html +29 -29
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +111 -94
- package/docs/storybook/4578.d79a1b3e.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/layout-stack-stories.95acac06.iframe.bundle.js +1 -0
- package/docs/storybook/main.3edf90e2.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.a7cebcd5.iframe.bundle.js → runtime~main.6c3bf6d5.iframe.bundle.js} +1 -1
- package/docs/storybook/theme-theme-stories.839db355.iframe.bundle.js +1 -0
- package/docs/storybook/{ui-shell-ui-shell-stories.a62b6ed8.iframe.bundle.js → ui-shell-ui-shell-stories.704e84bd.iframe.bundle.js} +1 -1
- package/esm2020/button/button.directive.mjs +5 -12
- package/esm2020/layout/stack.directive.mjs +5 -11
- package/esm2020/theme/theme.directive.mjs +4 -11
- package/fesm2015/carbon-components-angular-button.mjs +4 -11
- package/fesm2015/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-layout.mjs +4 -10
- package/fesm2015/carbon-components-angular-layout.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-theme.mjs +3 -10
- package/fesm2015/carbon-components-angular-theme.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-button.mjs +4 -11
- package/fesm2020/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-layout.mjs +4 -10
- package/fesm2020/carbon-components-angular-layout.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-theme.mjs +3 -10
- package/fesm2020/carbon-components-angular-theme.mjs.map +1 -1
- package/layout/stack.directive.d.ts +6 -8
- package/package.json +1 -1
- package/theme/theme.directive.d.ts +7 -9
- package/docs/storybook/4578.e4cc4f76.iframe.bundle.js +0 -1
- package/docs/storybook/layout-stack-stories.0a86a824.iframe.bundle.js +0 -1
- package/docs/storybook/main.a1f99d92.iframe.bundle.js +0 -1
- package/docs/storybook/theme-theme-stories.f7a4082c.iframe.bundle.js +0 -1
|
@@ -90,6 +90,9 @@
|
|
|
90
90
|
<li>
|
|
91
91
|
<a href="#TagType" title="src/tag/tag.component.ts" ><b>TagType</b> (src/.../tag.component.ts)</a>
|
|
92
92
|
</li>
|
|
93
|
+
<li>
|
|
94
|
+
<a href="#ThemeType" title="src/theme/theme.directive.ts" ><b>ThemeType</b> (src/.../theme.directive.ts)</a>
|
|
95
|
+
</li>
|
|
93
96
|
<li>
|
|
94
97
|
<a href="#TooltipAlignments" title="src/tooltip/tooltip.interface.ts" ><b>TooltipAlignments</b> (src/.../tooltip.interface.ts)</a>
|
|
95
98
|
</li>
|
|
@@ -283,6 +286,24 @@
|
|
|
283
286
|
</tr>
|
|
284
287
|
</tbody>
|
|
285
288
|
</table>
|
|
289
|
+
</section> <h3>src/theme/theme.directive.ts</h3>
|
|
290
|
+
<section data-compodoc="block-typealias">
|
|
291
|
+
<table class="table table-sm table-bordered">
|
|
292
|
+
<tbody>
|
|
293
|
+
<tr>
|
|
294
|
+
<td class="col-md-4">
|
|
295
|
+
<a name="ThemeType"></a>
|
|
296
|
+
<span class="name "><b>ThemeType</b><a href="#ThemeType"><span class="icon ion-ios-link"></span></a></span>
|
|
297
|
+
</td>
|
|
298
|
+
</tr>
|
|
299
|
+
<tr>
|
|
300
|
+
<td class="col-md-4">
|
|
301
|
+
<code> <code>"white" | "g10" | "g90" | "g100"</code>
|
|
302
|
+
</code>
|
|
303
|
+
</td>
|
|
304
|
+
</tr>
|
|
305
|
+
</tbody>
|
|
306
|
+
</table>
|
|
286
307
|
</section> <h3>src/tooltip/tooltip.interface.ts</h3>
|
|
287
308
|
<section data-compodoc="block-typealias">
|
|
288
309
|
<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="clust5" class="cluster">
|
|
28
|
-
<title>cluster_CodeSnippetModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="220,-208 220,-260 328,-260 328,-208 220,-208"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust2" class="cluster">
|
|
32
28
|
<title>cluster_CodeSnippetModule_declarations</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="448,-78 448,-130 552,-130 552,-78 448,-78"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust5" class="cluster">
|
|
32
|
+
<title>cluster_CodeSnippetModule_exports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="220,-208 220,-260 328,-260 328,-208 220,-208"/>
|
|
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="clust5" class="cluster">
|
|
70
|
-
<title>cluster_CodeSnippetModule_exports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="220,-208 220,-260 328,-260 328,-208 220,-208"/>
|
|
72
|
-
</g>
|
|
73
69
|
<g id="clust2" class="cluster">
|
|
74
70
|
<title>cluster_CodeSnippetModule_declarations</title>
|
|
75
71
|
<polygon fill="none" stroke="black" points="448,-78 448,-130 552,-130 552,-78 448,-78"/>
|
|
76
72
|
</g>
|
|
73
|
+
<g id="clust5" class="cluster">
|
|
74
|
+
<title>cluster_CodeSnippetModule_exports</title>
|
|
75
|
+
<polygon fill="none" stroke="black" points="220,-208 220,-260 328,-260 328,-208 220,-208"/>
|
|
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,67 +4,71 @@
|
|
|
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="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">
|
|
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 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">  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">  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">  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">  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">  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
|
|
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"/>
|
|
26
30
|
</g>
|
|
27
31
|
<g id="clust5" class="cluster">
|
|
28
32
|
<title>cluster_DatePickerInputModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="233,-319.59 233,-371.59 361,-371.59 361,-319.59 233,-319.59"/>
|
|
30
34
|
</g>
|
|
31
35
|
<g id="clust3" class="cluster">
|
|
32
36
|
<title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
37
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 698,-176.59 698,-78 16,-78"/>
|
|
34
38
|
</g>
|
|
35
39
|
<g id="clust4" class="cluster">
|
|
36
40
|
<title>cluster_DatePickerInputModule_imports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
41
|
+
<polygon fill="none" stroke="black" points="187,-189.59 187,-241.59 287,-241.59 287,-189.59 187,-189.59"/>
|
|
38
42
|
</g>
|
|
39
43
|
<!-- DatePickerInput -->
|
|
40
44
|
<g id="node1" class="node">
|
|
41
45
|
<title>DatePickerInput</title>
|
|
42
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
43
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
44
48
|
</g>
|
|
45
49
|
<!-- DatePickerInputModule -->
|
|
46
50
|
<g id="node2" class="node">
|
|
47
51
|
<title>DatePickerInputModule</title>
|
|
48
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
49
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
50
54
|
</g>
|
|
51
55
|
<!-- DatePickerInput->DatePickerInputModule -->
|
|
52
56
|
<g id="edge1" class="edge">
|
|
53
57
|
<title>DatePickerInput->DatePickerInputModule</title>
|
|
54
|
-
<path fill="none" stroke="black" d="
|
|
55
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
56
60
|
</g>
|
|
57
61
|
<!-- DatePickerInput -->
|
|
58
62
|
<g id="node5" class="node">
|
|
59
63
|
<title>DatePickerInput </title>
|
|
60
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
61
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
62
66
|
</g>
|
|
63
67
|
<!-- DatePickerInputModule->DatePickerInput -->
|
|
64
68
|
<g id="edge4" class="edge">
|
|
65
69
|
<title>DatePickerInputModule->DatePickerInput </title>
|
|
66
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
67
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
68
72
|
</g>
|
|
69
73
|
<!-- {
|
|
70
74
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -73,10 +77,10 @@
|
|
|
73
77
|
<title>{
|
|
74
78
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
75
79
|
}</title>
|
|
76
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
77
|
-
<text text-anchor="middle" x="
|
|
78
|
-
<text text-anchor="middle" x="
|
|
79
|
-
<text text-anchor="middle" x="
|
|
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">    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>
|
|
80
84
|
</g>
|
|
81
85
|
<!-- {
|
|
82
86
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -85,20 +89,20 @@
|
|
|
85
89
|
<title>{
|
|
86
90
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
87
91
|
}->DatePickerInput</title>
|
|
88
|
-
<path fill="none" stroke="black" d="
|
|
89
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
90
94
|
</g>
|
|
91
95
|
<!-- IconModule -->
|
|
92
96
|
<g id="node4" class="node">
|
|
93
97
|
<title>IconModule</title>
|
|
94
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
95
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
96
100
|
</g>
|
|
97
101
|
<!-- IconModule->DatePickerInputModule -->
|
|
98
102
|
<g id="edge3" class="edge">
|
|
99
103
|
<title>IconModule->DatePickerInputModule</title>
|
|
100
|
-
<path fill="none" stroke="black" d="
|
|
101
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
102
106
|
</g>
|
|
103
107
|
</g>
|
|
104
108
|
</svg>
|
|
@@ -46,67 +46,71 @@
|
|
|
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="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">
|
|
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 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">  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">  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">  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">  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">  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
|
|
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"/>
|
|
68
72
|
</g>
|
|
69
73
|
<g id="clust5" class="cluster">
|
|
70
74
|
<title>cluster_DatePickerInputModule_exports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="
|
|
75
|
+
<polygon fill="none" stroke="black" points="233,-319.59 233,-371.59 361,-371.59 361,-319.59 233,-319.59"/>
|
|
72
76
|
</g>
|
|
73
77
|
<g id="clust3" class="cluster">
|
|
74
78
|
<title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
|
|
75
|
-
<polygon fill="none" stroke="black" points="
|
|
79
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 698,-176.59 698,-78 16,-78"/>
|
|
76
80
|
</g>
|
|
77
81
|
<g id="clust4" class="cluster">
|
|
78
82
|
<title>cluster_DatePickerInputModule_imports</title>
|
|
79
|
-
<polygon fill="none" stroke="black" points="
|
|
83
|
+
<polygon fill="none" stroke="black" points="187,-189.59 187,-241.59 287,-241.59 287,-189.59 187,-189.59"/>
|
|
80
84
|
</g>
|
|
81
85
|
<!-- DatePickerInput -->
|
|
82
86
|
<g id="node1" class="node">
|
|
83
87
|
<title>DatePickerInput</title>
|
|
84
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
85
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
86
90
|
</g>
|
|
87
91
|
<!-- DatePickerInputModule -->
|
|
88
92
|
<g id="node2" class="node">
|
|
89
93
|
<title>DatePickerInputModule</title>
|
|
90
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
91
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
92
96
|
</g>
|
|
93
97
|
<!-- DatePickerInput->DatePickerInputModule -->
|
|
94
98
|
<g id="edge1" class="edge">
|
|
95
99
|
<title>DatePickerInput->DatePickerInputModule</title>
|
|
96
|
-
<path fill="none" stroke="black" d="
|
|
97
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
98
102
|
</g>
|
|
99
103
|
<!-- DatePickerInput -->
|
|
100
104
|
<g id="node5" class="node">
|
|
101
105
|
<title>DatePickerInput </title>
|
|
102
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
103
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
104
108
|
</g>
|
|
105
109
|
<!-- DatePickerInputModule->DatePickerInput -->
|
|
106
110
|
<g id="edge4" class="edge">
|
|
107
111
|
<title>DatePickerInputModule->DatePickerInput </title>
|
|
108
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
109
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
110
114
|
</g>
|
|
111
115
|
<!-- {
|
|
112
116
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -115,10 +119,10 @@
|
|
|
115
119
|
<title>{
|
|
116
120
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
117
121
|
}</title>
|
|
118
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
119
|
-
<text text-anchor="middle" x="
|
|
120
|
-
<text text-anchor="middle" x="
|
|
121
|
-
<text text-anchor="middle" x="
|
|
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">    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>
|
|
122
126
|
</g>
|
|
123
127
|
<!-- {
|
|
124
128
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
@@ -127,20 +131,20 @@
|
|
|
127
131
|
<title>{
|
|
128
132
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true
|
|
129
133
|
}->DatePickerInput</title>
|
|
130
|
-
<path fill="none" stroke="black" d="
|
|
131
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
132
136
|
</g>
|
|
133
137
|
<!-- IconModule -->
|
|
134
138
|
<g id="node4" class="node">
|
|
135
139
|
<title>IconModule</title>
|
|
136
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
137
|
-
<text text-anchor="middle" x="
|
|
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>
|
|
138
142
|
</g>
|
|
139
143
|
<!-- IconModule->DatePickerInputModule -->
|
|
140
144
|
<g id="edge3" class="edge">
|
|
141
145
|
<title>IconModule->DatePickerInputModule</title>
|
|
142
|
-
<path fill="none" stroke="black" d="
|
|
143
|
-
<polygon fill="black" stroke="black" points="
|
|
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"/>
|
|
144
148
|
</g>
|
|
145
149
|
</g>
|
|
146
150
|
</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="clust4" class="cluster">
|
|
32
|
-
<title>cluster_FileUploaderModule_FileUploader_providers</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
|
|
34
|
-
</g>
|
|
35
31
|
<g id="clust6" class="cluster">
|
|
36
32
|
<title>cluster_FileUploaderModule_exports</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust4" class="cluster">
|
|
36
|
+
<title>cluster_FileUploaderModule_FileUploader_providers</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
|
|
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="clust4" class="cluster">
|
|
74
|
-
<title>cluster_FileUploaderModule_FileUploader_providers</title>
|
|
75
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
|
|
76
|
-
</g>
|
|
77
73
|
<g id="clust6" class="cluster">
|
|
78
74
|
<title>cluster_FileUploaderModule_exports</title>
|
|
79
75
|
<polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
|
|
80
76
|
</g>
|
|
77
|
+
<g id="clust4" class="cluster">
|
|
78
|
+
<title>cluster_FileUploaderModule_FileUploader_providers</title>
|
|
79
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
|
|
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,10 +24,6 @@
|
|
|
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>
|
|
31
27
|
<g id="clust4" class="cluster">
|
|
32
28
|
<title>cluster_NumberModule_imports</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="189,-78 189,-130 393,-130 393,-78 189,-78"/>
|
|
@@ -36,6 +32,10 @@
|
|
|
36
32
|
<title>cluster_NumberModule_declarations</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="103,-78 103,-130 181,-130 181,-78 103,-78"/>
|
|
38
34
|
</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,10 +66,6 @@
|
|
|
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>
|
|
73
69
|
<g id="clust4" class="cluster">
|
|
74
70
|
<title>cluster_NumberModule_imports</title>
|
|
75
71
|
<polygon fill="none" stroke="black" points="189,-78 189,-130 393,-130 393,-78 189,-78"/>
|
|
@@ -78,6 +74,10 @@
|
|
|
78
74
|
<title>cluster_NumberModule_declarations</title>
|
|
79
75
|
<polygon fill="none" stroke="black" points="103,-78 103,-130 181,-130 181,-78 103,-78"/>
|
|
80
76
|
</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>
|