carbon-components-angular 5.22.1 → 5.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/documentation/components/PopoverContent.html +215 -11
- package/docs/documentation/components/Toggletip.html +843 -460
- package/docs/documentation/components/Tooltip.html +1057 -607
- package/docs/documentation/components/TooltipDefinition.html +977 -538
- package/docs/documentation/coverage.html +20 -20
- package/docs/documentation/dependencies.html +3 -1
- package/docs/documentation/directives/PopoverContainer.html +1019 -638
- package/docs/documentation/images/coverage-badge-documentation.svg +1 -1
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/miscellaneous/typealiases.html +21 -0
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +4 -4
- package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +7 -7
- package/docs/documentation/modules/DatePickerInputModule.html +7 -7
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +57 -53
- package/docs/documentation/modules/DatePickerModule.html +57 -53
- package/docs/documentation/modules/DialogModule/dependencies.svg +34 -34
- package/docs/documentation/modules/DialogModule.html +34 -34
- package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
- package/docs/documentation/modules/GridModule.html +60 -60
- package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
- package/docs/documentation/modules/LoadingModule.html +4 -4
- package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NFormsModule.html +4 -4
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
- package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
- package/docs/documentation/modules/RadioModule.html +4 -4
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +4 -4
- package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
- package/docs/documentation/modules/SelectModule.html +58 -58
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/StructuredListModule/dependencies.svg +66 -66
- package/docs/documentation/modules/StructuredListModule.html +66 -66
- package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
- package/docs/documentation/modules/TabsModule.html +69 -69
- package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TagModule.html +4 -4
- package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
- package/docs/documentation/modules/ThemeModule.html +13 -13
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerModule.html +4 -4
- 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/modules/TreeviewModule/dependencies.svg +31 -31
- package/docs/documentation/modules/TreeviewModule.html +31 -31
- package/docs/documentation.json +1587 -813
- package/docs/storybook/1562.1e6a79b6.iframe.bundle.js +1 -0
- package/docs/storybook/4578.c90d4756.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/index.json +1 -1
- package/docs/storybook/main.css +1156 -571
- package/docs/storybook/main.fbe9a501.iframe.bundle.js +1 -0
- package/docs/storybook/popover-popover-stories.db1735d2.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/runtime~main.e6146719.iframe.bundle.js +1 -0
- package/docs/storybook/stories.json +1 -1
- package/docs/storybook/toggletip-toggletip-stories.7265233d.iframe.bundle.js +1 -0
- package/docs/storybook/tooltip-definition-tooptip-stories.af38c73f.iframe.bundle.js +1 -0
- package/docs/storybook/tooltip-tooltip-stories.65d7c699.iframe.bundle.js +1 -0
- package/esm2020/popover/popover-content.component.mjs +33 -13
- package/esm2020/popover/popover.directive.mjs +216 -97
- package/esm2020/toggletip/toggletip.component.mjs +8 -6
- package/esm2020/tooltip/definition-tooptip.component.mjs +14 -15
- package/esm2020/tooltip/tooltip.component.mjs +13 -8
- package/fesm2015/carbon-components-angular-popover.mjs +248 -108
- package/fesm2015/carbon-components-angular-popover.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-toggletip.mjs +7 -5
- package/fesm2015/carbon-components-angular-toggletip.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-tooltip.mjs +25 -21
- package/fesm2015/carbon-components-angular-tooltip.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-popover.mjs +247 -108
- package/fesm2020/carbon-components-angular-popover.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-toggletip.mjs +7 -5
- package/fesm2020/carbon-components-angular-toggletip.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tooltip.mjs +25 -21
- package/fesm2020/carbon-components-angular-tooltip.mjs.map +1 -1
- package/package.json +3 -2
- package/popover/popover-content.component.d.ts +7 -1
- package/popover/popover.directive.d.ts +74 -29
- package/toggletip/toggletip.component.d.ts +6 -5
- package/tooltip/definition-tooptip.component.d.ts +7 -8
- package/tooltip/tooltip.component.d.ts +6 -3
- package/docs/storybook/4578.93dc52a7.iframe.bundle.js +0 -1
- package/docs/storybook/main.f61a9bb7.iframe.bundle.js +0 -1
- package/docs/storybook/popover-popover-stories.cc1684df.iframe.bundle.js +0 -1
- package/docs/storybook/runtime~main.6a22a4e9.iframe.bundle.js +0 -1
- package/docs/storybook/toggletip-toggletip-stories.22e37008.iframe.bundle.js +0 -1
- package/docs/storybook/tooltip-definition-tooptip-stories.2e1a211c.iframe.bundle.js +0 -1
- package/docs/storybook/tooltip-tooltip-stories.6a4a1383.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="#oldPlacement" title="src/popover/popover.directive.ts" ><b>oldPlacement</b> (src/.../popover.directive.ts)</a>
|
|
89
|
+
</li>
|
|
87
90
|
<li>
|
|
88
91
|
<a href="#SortType" title="src/table/table-header-item.class.ts" ><b>SortType</b> (src/.../table-header-item.class.ts)</a>
|
|
89
92
|
</li>
|
|
@@ -247,6 +250,24 @@
|
|
|
247
250
|
</tr>
|
|
248
251
|
</tbody>
|
|
249
252
|
</table>
|
|
253
|
+
</section> <h3>src/popover/popover.directive.ts</h3>
|
|
254
|
+
<section data-compodoc="block-typealias">
|
|
255
|
+
<table class="table table-sm table-bordered">
|
|
256
|
+
<tbody>
|
|
257
|
+
<tr>
|
|
258
|
+
<td class="col-md-4">
|
|
259
|
+
<a name="oldPlacement"></a>
|
|
260
|
+
<span class="name "><b>oldPlacement</b><a href="#oldPlacement"><span class="icon ion-ios-link"></span></a></span>
|
|
261
|
+
</td>
|
|
262
|
+
</tr>
|
|
263
|
+
<tr>
|
|
264
|
+
<td class="col-md-4">
|
|
265
|
+
<code> <code>"top-left" | "top-right" | "bottom-left" | "bottom-right" | "left-bottom" | "left-top" | "right-bottom" | "right-top"</code>
|
|
266
|
+
</code>
|
|
267
|
+
</td>
|
|
268
|
+
</tr>
|
|
269
|
+
</tbody>
|
|
270
|
+
</table>
|
|
250
271
|
</section> <h3>src/table/table-header-item.class.ts</h3>
|
|
251
272
|
<section data-compodoc="block-typealias">
|
|
252
273
|
<table class="table table-sm table-bordered">
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_ComboBoxModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 760,-379.59 760,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust5" class="cluster">
|
|
28
|
-
<title>cluster_ComboBoxModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="280,-319.59 280,-371.59 520,-371.59 520,-319.59 280,-319.59"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust4" class="cluster">
|
|
32
28
|
<title>cluster_ComboBoxModule_imports</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="306,-189.59 306,-241.59 752,-241.59 752,-189.59 306,-189.59"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust5" class="cluster">
|
|
32
|
+
<title>cluster_ComboBoxModule_exports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="280,-319.59 280,-371.59 520,-371.59 520,-319.59 280,-319.59"/>
|
|
34
|
+
</g>
|
|
35
35
|
<g id="clust2" class="cluster">
|
|
36
36
|
<title>cluster_ComboBoxModule_declarations</title>
|
|
37
37
|
<polygon fill="none" stroke="black" points="202,-189.59 202,-241.59 298,-241.59 298,-189.59 202,-189.59"/>
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
<title>cluster_ComboBoxModule</title>
|
|
67
67
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 760,-379.59 760,-70 8,-70"/>
|
|
68
68
|
</g>
|
|
69
|
-
<g id="clust5" class="cluster">
|
|
70
|
-
<title>cluster_ComboBoxModule_exports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="280,-319.59 280,-371.59 520,-371.59 520,-319.59 280,-319.59"/>
|
|
72
|
-
</g>
|
|
73
69
|
<g id="clust4" class="cluster">
|
|
74
70
|
<title>cluster_ComboBoxModule_imports</title>
|
|
75
71
|
<polygon fill="none" stroke="black" points="306,-189.59 306,-241.59 752,-241.59 752,-189.59 306,-189.59"/>
|
|
76
72
|
</g>
|
|
73
|
+
<g id="clust5" class="cluster">
|
|
74
|
+
<title>cluster_ComboBoxModule_exports</title>
|
|
75
|
+
<polygon fill="none" stroke="black" points="280,-319.59 280,-371.59 520,-371.59 520,-319.59 280,-319.59"/>
|
|
76
|
+
</g>
|
|
77
77
|
<g id="clust2" class="cluster">
|
|
78
78
|
<title>cluster_ComboBoxModule_declarations</title>
|
|
79
79
|
<polygon fill="none" stroke="black" points="202,-189.59 202,-241.59 298,-241.59 298,-189.59 202,-189.59"/>
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_ContentSwitcherModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="90,-70 90,-268 406,-268 406,-70 90,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust6" class="cluster">
|
|
28
|
-
<title>cluster_ContentSwitcherModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="98,-208 98,-260 398,-260 398,-208 98,-208"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust2" class="cluster">
|
|
32
28
|
<title>cluster_ContentSwitcherModule_declarations</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="102,-78 102,-130 395,-130 395,-78 102,-78"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust6" class="cluster">
|
|
32
|
+
<title>cluster_ContentSwitcherModule_exports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="98,-208 98,-260 398,-260 398,-208 98,-208"/>
|
|
34
|
+
</g>
|
|
35
35
|
<!-- ContentSwitcher -->
|
|
36
36
|
<g id="node1" class="node">
|
|
37
37
|
<title>ContentSwitcher</title>
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
<title>cluster_ContentSwitcherModule</title>
|
|
67
67
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="90,-70 90,-268 406,-268 406,-70 90,-70"/>
|
|
68
68
|
</g>
|
|
69
|
-
<g id="clust6" class="cluster">
|
|
70
|
-
<title>cluster_ContentSwitcherModule_exports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="98,-208 98,-260 398,-260 398,-208 98,-208"/>
|
|
72
|
-
</g>
|
|
73
69
|
<g id="clust2" class="cluster">
|
|
74
70
|
<title>cluster_ContentSwitcherModule_declarations</title>
|
|
75
71
|
<polygon fill="none" stroke="black" points="102,-78 102,-130 395,-130 395,-78 102,-78"/>
|
|
76
72
|
</g>
|
|
73
|
+
<g id="clust6" class="cluster">
|
|
74
|
+
<title>cluster_ContentSwitcherModule_exports</title>
|
|
75
|
+
<polygon fill="none" stroke="black" points="98,-208 98,-260 398,-260 398,-208 98,-208"/>
|
|
76
|
+
</g>
|
|
77
77
|
<!-- ContentSwitcher -->
|
|
78
78
|
<g id="node1" class="node">
|
|
79
79
|
<title>ContentSwitcher</title>
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
<title>cluster_DatePickerInputModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 706,-379.59 706,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust4" class="cluster">
|
|
28
|
-
<title>cluster_DatePickerInputModule_imports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="427,-189.59 427,-241.59 527,-241.59 527,-189.59 427,-189.59"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust2" class="cluster">
|
|
32
28
|
<title>cluster_DatePickerInputModule_declarations</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="295,-189.59 295,-241.59 419,-241.59 419,-189.59 295,-189.59"/>
|
|
34
30
|
</g>
|
|
35
|
-
<g id="
|
|
36
|
-
<title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
31
|
+
<g id="clust4" class="cluster">
|
|
32
|
+
<title>cluster_DatePickerInputModule_imports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="427,-189.59 427,-241.59 527,-241.59 527,-189.59 427,-189.59"/>
|
|
38
34
|
</g>
|
|
39
35
|
<g id="clust3" class="cluster">
|
|
40
36
|
<title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
|
|
41
37
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 698,-176.59 698,-78 16,-78"/>
|
|
42
38
|
</g>
|
|
39
|
+
<g id="clust5" class="cluster">
|
|
40
|
+
<title>cluster_DatePickerInputModule_exports</title>
|
|
41
|
+
<polygon fill="none" stroke="black" points="353,-319.59 353,-371.59 481,-371.59 481,-319.59 353,-319.59"/>
|
|
42
|
+
</g>
|
|
43
43
|
<!-- DatePickerInput -->
|
|
44
44
|
<g id="node1" class="node">
|
|
45
45
|
<title>DatePickerInput</title>
|
|
@@ -66,22 +66,22 @@
|
|
|
66
66
|
<title>cluster_DatePickerInputModule</title>
|
|
67
67
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 706,-379.59 706,-70 8,-70"/>
|
|
68
68
|
</g>
|
|
69
|
-
<g id="clust4" class="cluster">
|
|
70
|
-
<title>cluster_DatePickerInputModule_imports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="427,-189.59 427,-241.59 527,-241.59 527,-189.59 427,-189.59"/>
|
|
72
|
-
</g>
|
|
73
69
|
<g id="clust2" class="cluster">
|
|
74
70
|
<title>cluster_DatePickerInputModule_declarations</title>
|
|
75
71
|
<polygon fill="none" stroke="black" points="295,-189.59 295,-241.59 419,-241.59 419,-189.59 295,-189.59"/>
|
|
76
72
|
</g>
|
|
77
|
-
<g id="
|
|
78
|
-
<title>
|
|
79
|
-
<polygon fill="none" stroke="black" points="
|
|
73
|
+
<g id="clust4" class="cluster">
|
|
74
|
+
<title>cluster_DatePickerInputModule_imports</title>
|
|
75
|
+
<polygon fill="none" stroke="black" points="427,-189.59 427,-241.59 527,-241.59 527,-189.59 427,-189.59"/>
|
|
80
76
|
</g>
|
|
81
77
|
<g id="clust3" class="cluster">
|
|
82
78
|
<title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
|
|
83
79
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 698,-176.59 698,-78 16,-78"/>
|
|
84
80
|
</g>
|
|
81
|
+
<g id="clust5" class="cluster">
|
|
82
|
+
<title>cluster_DatePickerInputModule_exports</title>
|
|
83
|
+
<polygon fill="none" stroke="black" points="353,-319.59 353,-371.59 481,-371.59 481,-319.59 353,-319.59"/>
|
|
84
|
+
</g>
|
|
85
85
|
<!-- DatePickerInput -->
|
|
86
86
|
<g id="node1" class="node">
|
|
87
87
|
<title>DatePickerInput</title>
|
|
@@ -4,79 +4,83 @@
|
|
|
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="680pt" height="396pt"
|
|
8
|
+
viewBox="0.00 0.00 680.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 676,-391.59 676,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="315.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="102,-10 102,-30 122,-30 122,-10 102,-10"/>
|
|
14
|
+
<text text-anchor="start" x="125.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="215,-10 215,-30 235,-30 235,-10 215,-10"/>
|
|
16
|
+
<text text-anchor="start" x="238.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="301,-10 301,-30 321,-30 321,-10 301,-10"/>
|
|
18
|
+
<text text-anchor="start" x="324.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="398,-10 398,-30 418,-30 418,-10 398,-10"/>
|
|
20
|
+
<text text-anchor="start" x="421.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="494,-10 494,-30 514,-30 514,-10 494,-10"/>
|
|
22
|
+
<text text-anchor="start" x="517.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_DatePickerModule</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 664,-379.59 664,-70 8,-70"/>
|
|
26
|
+
</g>
|
|
27
|
+
<g id="clust4" class="cluster">
|
|
28
|
+
<title>cluster_DatePickerModule_imports</title>
|
|
29
|
+
<polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 656,-241.59 656,-189.59 281,-189.59"/>
|
|
30
|
+
</g>
|
|
31
|
+
<g id="clust2" class="cluster">
|
|
32
|
+
<title>cluster_DatePickerModule_declarations</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="179,-189.59 179,-241.59 273,-241.59 273,-189.59 179,-189.59"/>
|
|
26
34
|
</g>
|
|
27
35
|
<g id="clust3" class="cluster">
|
|
28
36
|
<title>cluster_DatePickerModule_DatePicker_providers</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
37
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 656,-176.59 656,-78 16,-78"/>
|
|
30
38
|
</g>
|
|
31
39
|
<g id="clust5" class="cluster">
|
|
32
40
|
<title>cluster_DatePickerModule_exports</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
34
|
-
</g>
|
|
35
|
-
<g id="clust4" class="cluster">
|
|
36
|
-
<title>cluster_DatePickerModule_imports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 391,-241.59 391,-189.59 16,-189.59"/>
|
|
41
|
+
<polygon fill="none" stroke="black" points="231,-319.59 231,-371.59 501,-371.59 501,-319.59 231,-319.59"/>
|
|
38
42
|
</g>
|
|
39
43
|
<!-- DatePicker -->
|
|
40
44
|
<g id="node1" class="node">
|
|
41
45
|
<title>DatePicker</title>
|
|
42
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
43
|
-
<text text-anchor="middle" x="
|
|
46
|
+
<polygon fill="#ffffb3" stroke="black" points="265.19,-233.59 186.81,-233.59 186.81,-197.59 265.19,-197.59 265.19,-233.59"/>
|
|
47
|
+
<text text-anchor="middle" x="226" y="-211.39" font-family="Times,serif" font-size="14.00">DatePicker</text>
|
|
44
48
|
</g>
|
|
45
49
|
<!-- DatePickerModule -->
|
|
46
50
|
<g id="node2" class="node">
|
|
47
51
|
<title>DatePickerModule</title>
|
|
48
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
49
|
-
<text text-anchor="middle" x="
|
|
52
|
+
<polygon fill="#8dd3c7" stroke="black" points="444.74,-298.59 441.74,-302.59 420.74,-302.59 417.74,-298.59 323.26,-298.59 323.26,-262.59 444.74,-262.59 444.74,-298.59"/>
|
|
53
|
+
<text text-anchor="middle" x="384" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerModule</text>
|
|
50
54
|
</g>
|
|
51
55
|
<!-- DatePicker->DatePickerModule -->
|
|
52
56
|
<g id="edge1" class="edge">
|
|
53
57
|
<title>DatePicker->DatePickerModule</title>
|
|
54
|
-
<path fill="none" stroke="black" d="
|
|
55
|
-
<polygon fill="black" stroke="black" points="
|
|
58
|
+
<path fill="none" stroke="black" d="M251.85,-233.7C251.85,-252.93 251.85,-280.59 251.85,-280.59 251.85,-280.59 312.95,-280.59 312.95,-280.59"/>
|
|
59
|
+
<polygon fill="black" stroke="black" points="312.95,-284.09 322.95,-280.59 312.95,-277.09 312.95,-284.09"/>
|
|
56
60
|
</g>
|
|
57
61
|
<!-- DatePicker -->
|
|
58
62
|
<g id="node7" class="node">
|
|
59
63
|
<title>DatePicker </title>
|
|
60
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
61
|
-
<text text-anchor="middle" x="
|
|
64
|
+
<polygon fill="#fb8072" stroke="black" points="492.69,-363.59 411.31,-363.59 411.31,-327.59 492.69,-327.59 492.69,-363.59"/>
|
|
65
|
+
<text text-anchor="middle" x="452" y="-341.39" font-family="Times,serif" font-size="14.00">DatePicker </text>
|
|
62
66
|
</g>
|
|
63
67
|
<!-- DatePickerModule->DatePicker -->
|
|
64
68
|
<g id="edge6" class="edge">
|
|
65
69
|
<title>DatePickerModule->DatePicker </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="M428.01,-298.7C428.01,-298.7 428.01,-317.58 428.01,-317.58"/>
|
|
71
|
+
<polygon fill="black" stroke="black" points="424.51,-317.58 428.01,-327.58 431.51,-317.58 424.51,-317.58"/>
|
|
68
72
|
</g>
|
|
69
73
|
<!-- DatePickerInputModule -->
|
|
70
74
|
<g id="node8" class="node">
|
|
71
75
|
<title>DatePickerInputModule </title>
|
|
72
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
73
|
-
<text text-anchor="middle" x="
|
|
76
|
+
<polygon fill="#fb8072" stroke="black" points="393.29,-363.59 238.71,-363.59 238.71,-327.59 393.29,-327.59 393.29,-363.59"/>
|
|
77
|
+
<text text-anchor="middle" x="316" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule </text>
|
|
74
78
|
</g>
|
|
75
79
|
<!-- DatePickerModule->DatePickerInputModule -->
|
|
76
80
|
<g id="edge7" class="edge">
|
|
77
81
|
<title>DatePickerModule->DatePickerInputModule </title>
|
|
78
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
79
|
-
<polygon fill="black" stroke="black" points="
|
|
82
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M358.26,-298.7C358.26,-298.7 358.26,-317.58 358.26,-317.58"/>
|
|
83
|
+
<polygon fill="black" stroke="black" points="354.76,-317.58 358.26,-327.58 361.76,-317.58 354.76,-317.58"/>
|
|
80
84
|
</g>
|
|
81
85
|
<!-- {
|
|
82
86
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
@@ -85,10 +89,10 @@
|
|
|
85
89
|
<title>{
|
|
86
90
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
87
91
|
}</title>
|
|
88
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
89
|
-
<text text-anchor="middle" x="
|
|
90
|
-
<text text-anchor="middle" x="
|
|
91
|
-
<text text-anchor="middle" x="
|
|
92
|
+
<ellipse fill="#fdb462" stroke="black" cx="336" cy="-127.3" rx="312.25" ry="41.09"/>
|
|
93
|
+
<text text-anchor="middle" x="336" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
94
|
+
<text text-anchor="middle" x="336" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true</text>
|
|
95
|
+
<text text-anchor="middle" x="336" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
92
96
|
</g>
|
|
93
97
|
<!-- {
|
|
94
98
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
@@ -97,44 +101,44 @@
|
|
|
97
101
|
<title>{
|
|
98
102
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
99
103
|
}->DatePicker</title>
|
|
100
|
-
<path fill="none" stroke="black" d="
|
|
101
|
-
<polygon fill="black" stroke="black" points="
|
|
104
|
+
<path fill="none" stroke="black" d="M226,-166.02C226,-166.02 226,-187.44 226,-187.44"/>
|
|
105
|
+
<polygon fill="black" stroke="black" points="222.5,-187.44 226,-197.44 229.5,-187.44 222.5,-187.44"/>
|
|
102
106
|
</g>
|
|
103
107
|
<!-- DatePickerInputModule -->
|
|
104
108
|
<g id="node4" class="node">
|
|
105
109
|
<title>DatePickerInputModule</title>
|
|
106
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
107
|
-
<text text-anchor="middle" x="
|
|
110
|
+
<polygon fill="#8dd3c7" stroke="black" points="647.79,-233.59 644.79,-237.59 623.79,-237.59 620.79,-233.59 496.21,-233.59 496.21,-197.59 647.79,-197.59 647.79,-233.59"/>
|
|
111
|
+
<text text-anchor="middle" x="572" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
|
|
108
112
|
</g>
|
|
109
113
|
<!-- DatePickerInputModule->DatePickerModule -->
|
|
110
114
|
<g id="edge3" class="edge">
|
|
111
115
|
<title>DatePickerInputModule->DatePickerModule</title>
|
|
112
|
-
<path fill="none" stroke="black" d="
|
|
113
|
-
<polygon fill="black" stroke="black" points="
|
|
116
|
+
<path fill="none" stroke="black" d="M572,-233.7C572,-252.93 572,-280.59 572,-280.59 572,-280.59 454.78,-280.59 454.78,-280.59"/>
|
|
117
|
+
<polygon fill="black" stroke="black" points="454.78,-277.09 444.78,-280.59 454.78,-284.09 454.78,-277.09"/>
|
|
114
118
|
</g>
|
|
115
119
|
<!-- I18nModule -->
|
|
116
120
|
<g id="node5" class="node">
|
|
117
121
|
<title>I18nModule</title>
|
|
118
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
119
|
-
<text text-anchor="middle" x="
|
|
122
|
+
<polygon fill="#8dd3c7" stroke="black" points="478.71,-233.59 475.71,-237.59 454.71,-237.59 451.71,-233.59 393.29,-233.59 393.29,-197.59 478.71,-197.59 478.71,-233.59"/>
|
|
123
|
+
<text text-anchor="middle" x="436" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
|
|
120
124
|
</g>
|
|
121
125
|
<!-- I18nModule->DatePickerModule -->
|
|
122
126
|
<g id="edge4" class="edge">
|
|
123
127
|
<title>I18nModule->DatePickerModule</title>
|
|
124
|
-
<path fill="none" stroke="black" d="
|
|
125
|
-
<polygon fill="black" stroke="black" points="
|
|
128
|
+
<path fill="none" stroke="black" d="M419.13,-233.7C419.13,-233.7 419.13,-252.58 419.13,-252.58"/>
|
|
129
|
+
<polygon fill="black" stroke="black" points="415.63,-252.58 419.13,-262.58 422.63,-252.58 415.63,-252.58"/>
|
|
126
130
|
</g>
|
|
127
131
|
<!-- UtilsModule -->
|
|
128
132
|
<g id="node6" class="node">
|
|
129
133
|
<title>UtilsModule</title>
|
|
130
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
131
|
-
<text text-anchor="middle" x="
|
|
134
|
+
<polygon fill="#8dd3c7" stroke="black" points="375.27,-233.59 372.27,-237.59 351.27,-237.59 348.27,-233.59 288.73,-233.59 288.73,-197.59 375.27,-197.59 375.27,-233.59"/>
|
|
135
|
+
<text text-anchor="middle" x="332" y="-211.39" font-family="Times,serif" font-size="14.00">UtilsModule</text>
|
|
132
136
|
</g>
|
|
133
137
|
<!-- UtilsModule->DatePickerModule -->
|
|
134
138
|
<g id="edge5" class="edge">
|
|
135
139
|
<title>UtilsModule->DatePickerModule</title>
|
|
136
|
-
<path fill="none" stroke="black" d="
|
|
137
|
-
<polygon fill="black" stroke="black" points="
|
|
140
|
+
<path fill="none" stroke="black" d="M349.26,-233.7C349.26,-233.7 349.26,-252.58 349.26,-252.58"/>
|
|
141
|
+
<polygon fill="black" stroke="black" points="345.76,-252.58 349.26,-262.58 352.76,-252.58 345.76,-252.58"/>
|
|
138
142
|
</g>
|
|
139
143
|
</g>
|
|
140
144
|
</svg>
|
|
@@ -46,79 +46,83 @@
|
|
|
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="680pt" height="396pt"
|
|
50
|
+
viewBox="0.00 0.00 680.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 676,-391.59 676,4 -4,4"/>
|
|
54
|
+
<text text-anchor="start" x="315.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
55
|
+
<polygon fill="#ffffb3" stroke="transparent" points="102,-10 102,-30 122,-30 122,-10 102,-10"/>
|
|
56
|
+
<text text-anchor="start" x="125.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
57
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="215,-10 215,-30 235,-30 235,-10 215,-10"/>
|
|
58
|
+
<text text-anchor="start" x="238.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
59
|
+
<polygon fill="#80b1d3" stroke="transparent" points="301,-10 301,-30 321,-30 321,-10 301,-10"/>
|
|
60
|
+
<text text-anchor="start" x="324.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
61
|
+
<polygon fill="#fdb462" stroke="transparent" points="398,-10 398,-30 418,-30 418,-10 398,-10"/>
|
|
62
|
+
<text text-anchor="start" x="421.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
63
|
+
<polygon fill="#fb8072" stroke="transparent" points="494,-10 494,-30 514,-30 514,-10 494,-10"/>
|
|
64
|
+
<text text-anchor="start" x="517.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_DatePickerModule</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 664,-379.59 664,-70 8,-70"/>
|
|
68
|
+
</g>
|
|
69
|
+
<g id="clust4" class="cluster">
|
|
70
|
+
<title>cluster_DatePickerModule_imports</title>
|
|
71
|
+
<polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 656,-241.59 656,-189.59 281,-189.59"/>
|
|
72
|
+
</g>
|
|
73
|
+
<g id="clust2" class="cluster">
|
|
74
|
+
<title>cluster_DatePickerModule_declarations</title>
|
|
75
|
+
<polygon fill="none" stroke="black" points="179,-189.59 179,-241.59 273,-241.59 273,-189.59 179,-189.59"/>
|
|
68
76
|
</g>
|
|
69
77
|
<g id="clust3" class="cluster">
|
|
70
78
|
<title>cluster_DatePickerModule_DatePicker_providers</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="
|
|
79
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 656,-176.59 656,-78 16,-78"/>
|
|
72
80
|
</g>
|
|
73
81
|
<g id="clust5" class="cluster">
|
|
74
82
|
<title>cluster_DatePickerModule_exports</title>
|
|
75
|
-
<polygon fill="none" stroke="black" points="
|
|
76
|
-
</g>
|
|
77
|
-
<g id="clust4" class="cluster">
|
|
78
|
-
<title>cluster_DatePickerModule_imports</title>
|
|
79
|
-
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 391,-241.59 391,-189.59 16,-189.59"/>
|
|
83
|
+
<polygon fill="none" stroke="black" points="231,-319.59 231,-371.59 501,-371.59 501,-319.59 231,-319.59"/>
|
|
80
84
|
</g>
|
|
81
85
|
<!-- DatePicker -->
|
|
82
86
|
<g id="node1" class="node">
|
|
83
87
|
<title>DatePicker</title>
|
|
84
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
85
|
-
<text text-anchor="middle" x="
|
|
88
|
+
<polygon fill="#ffffb3" stroke="black" points="265.19,-233.59 186.81,-233.59 186.81,-197.59 265.19,-197.59 265.19,-233.59"/>
|
|
89
|
+
<text text-anchor="middle" x="226" y="-211.39" font-family="Times,serif" font-size="14.00">DatePicker</text>
|
|
86
90
|
</g>
|
|
87
91
|
<!-- DatePickerModule -->
|
|
88
92
|
<g id="node2" class="node">
|
|
89
93
|
<title>DatePickerModule</title>
|
|
90
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
91
|
-
<text text-anchor="middle" x="
|
|
94
|
+
<polygon fill="#8dd3c7" stroke="black" points="444.74,-298.59 441.74,-302.59 420.74,-302.59 417.74,-298.59 323.26,-298.59 323.26,-262.59 444.74,-262.59 444.74,-298.59"/>
|
|
95
|
+
<text text-anchor="middle" x="384" y="-276.39" font-family="Times,serif" font-size="14.00">DatePickerModule</text>
|
|
92
96
|
</g>
|
|
93
97
|
<!-- DatePicker->DatePickerModule -->
|
|
94
98
|
<g id="edge1" class="edge">
|
|
95
99
|
<title>DatePicker->DatePickerModule</title>
|
|
96
|
-
<path fill="none" stroke="black" d="
|
|
97
|
-
<polygon fill="black" stroke="black" points="
|
|
100
|
+
<path fill="none" stroke="black" d="M251.85,-233.7C251.85,-252.93 251.85,-280.59 251.85,-280.59 251.85,-280.59 312.95,-280.59 312.95,-280.59"/>
|
|
101
|
+
<polygon fill="black" stroke="black" points="312.95,-284.09 322.95,-280.59 312.95,-277.09 312.95,-284.09"/>
|
|
98
102
|
</g>
|
|
99
103
|
<!-- DatePicker -->
|
|
100
104
|
<g id="node7" class="node">
|
|
101
105
|
<title>DatePicker </title>
|
|
102
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
103
|
-
<text text-anchor="middle" x="
|
|
106
|
+
<polygon fill="#fb8072" stroke="black" points="492.69,-363.59 411.31,-363.59 411.31,-327.59 492.69,-327.59 492.69,-363.59"/>
|
|
107
|
+
<text text-anchor="middle" x="452" y="-341.39" font-family="Times,serif" font-size="14.00">DatePicker </text>
|
|
104
108
|
</g>
|
|
105
109
|
<!-- DatePickerModule->DatePicker -->
|
|
106
110
|
<g id="edge6" class="edge">
|
|
107
111
|
<title>DatePickerModule->DatePicker </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="M428.01,-298.7C428.01,-298.7 428.01,-317.58 428.01,-317.58"/>
|
|
113
|
+
<polygon fill="black" stroke="black" points="424.51,-317.58 428.01,-327.58 431.51,-317.58 424.51,-317.58"/>
|
|
110
114
|
</g>
|
|
111
115
|
<!-- DatePickerInputModule -->
|
|
112
116
|
<g id="node8" class="node">
|
|
113
117
|
<title>DatePickerInputModule </title>
|
|
114
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
115
|
-
<text text-anchor="middle" x="
|
|
118
|
+
<polygon fill="#fb8072" stroke="black" points="393.29,-363.59 238.71,-363.59 238.71,-327.59 393.29,-327.59 393.29,-363.59"/>
|
|
119
|
+
<text text-anchor="middle" x="316" y="-341.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule </text>
|
|
116
120
|
</g>
|
|
117
121
|
<!-- DatePickerModule->DatePickerInputModule -->
|
|
118
122
|
<g id="edge7" class="edge">
|
|
119
123
|
<title>DatePickerModule->DatePickerInputModule </title>
|
|
120
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
121
|
-
<polygon fill="black" stroke="black" points="
|
|
124
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M358.26,-298.7C358.26,-298.7 358.26,-317.58 358.26,-317.58"/>
|
|
125
|
+
<polygon fill="black" stroke="black" points="354.76,-317.58 358.26,-327.58 361.76,-317.58 354.76,-317.58"/>
|
|
122
126
|
</g>
|
|
123
127
|
<!-- {
|
|
124
128
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
@@ -127,10 +131,10 @@
|
|
|
127
131
|
<title>{
|
|
128
132
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
129
133
|
}</title>
|
|
130
|
-
<ellipse fill="#fdb462" stroke="black" cx="
|
|
131
|
-
<text text-anchor="middle" x="
|
|
132
|
-
<text text-anchor="middle" x="
|
|
133
|
-
<text text-anchor="middle" x="
|
|
134
|
+
<ellipse fill="#fdb462" stroke="black" cx="336" cy="-127.3" rx="312.25" ry="41.09"/>
|
|
135
|
+
<text text-anchor="middle" x="336" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
136
|
+
<text text-anchor="middle" x="336" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true</text>
|
|
137
|
+
<text text-anchor="middle" x="336" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
134
138
|
</g>
|
|
135
139
|
<!-- {
|
|
136
140
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
@@ -139,44 +143,44 @@
|
|
|
139
143
|
<title>{
|
|
140
144
|
   provide: NG_VALUE_ACCESSOR, useExisting: DatePicker, multi: true
|
|
141
145
|
}->DatePicker</title>
|
|
142
|
-
<path fill="none" stroke="black" d="
|
|
143
|
-
<polygon fill="black" stroke="black" points="
|
|
146
|
+
<path fill="none" stroke="black" d="M226,-166.02C226,-166.02 226,-187.44 226,-187.44"/>
|
|
147
|
+
<polygon fill="black" stroke="black" points="222.5,-187.44 226,-197.44 229.5,-187.44 222.5,-187.44"/>
|
|
144
148
|
</g>
|
|
145
149
|
<!-- DatePickerInputModule -->
|
|
146
150
|
<g id="node4" class="node">
|
|
147
151
|
<title>DatePickerInputModule</title>
|
|
148
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
149
|
-
<text text-anchor="middle" x="
|
|
152
|
+
<polygon fill="#8dd3c7" stroke="black" points="647.79,-233.59 644.79,-237.59 623.79,-237.59 620.79,-233.59 496.21,-233.59 496.21,-197.59 647.79,-197.59 647.79,-233.59"/>
|
|
153
|
+
<text text-anchor="middle" x="572" y="-211.39" font-family="Times,serif" font-size="14.00">DatePickerInputModule</text>
|
|
150
154
|
</g>
|
|
151
155
|
<!-- DatePickerInputModule->DatePickerModule -->
|
|
152
156
|
<g id="edge3" class="edge">
|
|
153
157
|
<title>DatePickerInputModule->DatePickerModule</title>
|
|
154
|
-
<path fill="none" stroke="black" d="
|
|
155
|
-
<polygon fill="black" stroke="black" points="
|
|
158
|
+
<path fill="none" stroke="black" d="M572,-233.7C572,-252.93 572,-280.59 572,-280.59 572,-280.59 454.78,-280.59 454.78,-280.59"/>
|
|
159
|
+
<polygon fill="black" stroke="black" points="454.78,-277.09 444.78,-280.59 454.78,-284.09 454.78,-277.09"/>
|
|
156
160
|
</g>
|
|
157
161
|
<!-- I18nModule -->
|
|
158
162
|
<g id="node5" class="node">
|
|
159
163
|
<title>I18nModule</title>
|
|
160
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
161
|
-
<text text-anchor="middle" x="
|
|
164
|
+
<polygon fill="#8dd3c7" stroke="black" points="478.71,-233.59 475.71,-237.59 454.71,-237.59 451.71,-233.59 393.29,-233.59 393.29,-197.59 478.71,-197.59 478.71,-233.59"/>
|
|
165
|
+
<text text-anchor="middle" x="436" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
|
|
162
166
|
</g>
|
|
163
167
|
<!-- I18nModule->DatePickerModule -->
|
|
164
168
|
<g id="edge4" class="edge">
|
|
165
169
|
<title>I18nModule->DatePickerModule</title>
|
|
166
|
-
<path fill="none" stroke="black" d="
|
|
167
|
-
<polygon fill="black" stroke="black" points="
|
|
170
|
+
<path fill="none" stroke="black" d="M419.13,-233.7C419.13,-233.7 419.13,-252.58 419.13,-252.58"/>
|
|
171
|
+
<polygon fill="black" stroke="black" points="415.63,-252.58 419.13,-262.58 422.63,-252.58 415.63,-252.58"/>
|
|
168
172
|
</g>
|
|
169
173
|
<!-- UtilsModule -->
|
|
170
174
|
<g id="node6" class="node">
|
|
171
175
|
<title>UtilsModule</title>
|
|
172
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
173
|
-
<text text-anchor="middle" x="
|
|
176
|
+
<polygon fill="#8dd3c7" stroke="black" points="375.27,-233.59 372.27,-237.59 351.27,-237.59 348.27,-233.59 288.73,-233.59 288.73,-197.59 375.27,-197.59 375.27,-233.59"/>
|
|
177
|
+
<text text-anchor="middle" x="332" y="-211.39" font-family="Times,serif" font-size="14.00">UtilsModule</text>
|
|
174
178
|
</g>
|
|
175
179
|
<!-- UtilsModule->DatePickerModule -->
|
|
176
180
|
<g id="edge5" class="edge">
|
|
177
181
|
<title>UtilsModule->DatePickerModule</title>
|
|
178
|
-
<path fill="none" stroke="black" d="
|
|
179
|
-
<polygon fill="black" stroke="black" points="
|
|
182
|
+
<path fill="none" stroke="black" d="M349.26,-233.7C349.26,-233.7 349.26,-252.58 349.26,-252.58"/>
|
|
183
|
+
<polygon fill="black" stroke="black" points="345.76,-252.58 349.26,-262.58 352.76,-252.58 345.76,-252.58"/>
|
|
180
184
|
</g>
|
|
181
185
|
</g>
|
|
182
186
|
</svg>
|