carbon-components-angular 5.12.3 → 5.13.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/accordion/accordion.component.d.ts +3 -0
- package/button/button.directive.d.ts +8 -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/Accordion.html +23 -20
- package/docs/documentation/components/NumberComponent.html +3 -3
- package/docs/documentation/components/Table.html +21 -24
- package/docs/documentation/components/Tag.html +1 -1
- package/docs/documentation/components/TagFilter.html +1 -1
- package/docs/documentation/components/TextareaLabelComponent.html +5 -5
- package/docs/documentation/coverage.html +17 -17
- package/docs/documentation/directives/Button.html +309 -10
- package/docs/documentation/directives/TextInput.html +195 -11
- 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 +4 -4
- package/docs/documentation/modules/TabsModule.html +4 -4
- package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TagModule.html +28 -28
- package/docs/documentation/modules/TilesModule/dependencies.svg +8 -8
- package/docs/documentation/modules/TilesModule.html +8 -8
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +38 -42
- package/docs/documentation/modules/TimePickerModule.html +38 -42
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
- package/docs/documentation/modules/ToggleModule/dependencies.svg +18 -18
- package/docs/documentation/modules/ToggleModule.html +18 -18
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggletipModule.html +4 -4
- package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TooltipModule.html +28 -28
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +635 -281
- package/docs/storybook/4578.86305077.iframe.bundle.js +1 -0
- package/docs/storybook/5868.9c8a5d5f.iframe.bundle.js +1 -0
- package/docs/storybook/{7153.22bf775d.iframe.bundle.js → 7153.81ca3a2c.iframe.bundle.js} +1 -1
- package/docs/storybook/accordion-accordion-stories.4a6c54ee.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.1e0c9932.iframe.bundle.js +1 -0
- package/docs/storybook/number-input-number-stories.8828b5f1.iframe.bundle.js +1 -0
- package/docs/storybook/{patterns-filtering-multiple-categories-stories.6703c130.iframe.bundle.js → patterns-filtering-multiple-categories-stories.558f489b.iframe.bundle.js} +1 -1
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.584e1b10.iframe.bundle.js → runtime~main.41c8e8cb.iframe.bundle.js} +1 -1
- package/docs/storybook/{tag-tag-stories.5e95b96d.iframe.bundle.js → tag-tag-stories.e525e112.iframe.bundle.js} +1 -1
- package/esm2020/accordion/accordion.component.mjs +12 -3
- package/esm2020/button/button.directive.mjs +36 -2
- package/esm2020/input/input.directive.mjs +24 -2
- 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/esm2020/tag/tag-filter.component.mjs +2 -2
- package/esm2020/tag/tag.component.mjs +2 -2
- package/fesm2015/carbon-components-angular-accordion.mjs +11 -2
- package/fesm2015/carbon-components-angular-accordion.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-button.mjs +35 -1
- package/fesm2015/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-input.mjs +27 -5
- 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/fesm2015/carbon-components-angular-tag.mjs +2 -2
- package/fesm2015/carbon-components-angular-tag.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-accordion.mjs +11 -2
- package/fesm2020/carbon-components-angular-accordion.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-button.mjs +35 -1
- package/fesm2020/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-input.mjs +27 -5
- 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/fesm2020/carbon-components-angular-tag.mjs +2 -2
- package/fesm2020/carbon-components-angular-tag.mjs.map +1 -1
- package/input/input.directive.d.ts +6 -0
- 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/4578.d79a1b3e.iframe.bundle.js +0 -1
- package/docs/storybook/5868.140403a3.iframe.bundle.js +0 -1
- package/docs/storybook/accordion-accordion-stories.87b53382.iframe.bundle.js +0 -1
- package/docs/storybook/main.4241d66b.iframe.bundle.js +0 -1
- package/docs/storybook/number-input-number-stories.0bc36a19.iframe.bundle.js +0 -1
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
<title>cluster_TabsModule_imports</title>
|
|
29
29
|
<polygon fill="none" stroke="black" points="724,-78 724,-130 930,-130 930,-78 724,-78"/>
|
|
30
30
|
</g>
|
|
31
|
-
<g id="clust2" class="cluster">
|
|
32
|
-
<title>cluster_TabsModule_declarations</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-130 716,-130 716,-78 16,-78"/>
|
|
34
|
-
</g>
|
|
35
31
|
<g id="clust11" class="cluster">
|
|
36
32
|
<title>cluster_TabsModule_exports</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="181,-208 181,-260 772,-260 772,-208 181,-208"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust2" class="cluster">
|
|
36
|
+
<title>cluster_TabsModule_declarations</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-130 716,-130 716,-78 16,-78"/>
|
|
38
|
+
</g>
|
|
39
39
|
<!-- BaseTabHeader -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>BaseTabHeader</title>
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
<title>cluster_TabsModule_imports</title>
|
|
71
71
|
<polygon fill="none" stroke="black" points="724,-78 724,-130 930,-130 930,-78 724,-78"/>
|
|
72
72
|
</g>
|
|
73
|
-
<g id="clust2" class="cluster">
|
|
74
|
-
<title>cluster_TabsModule_declarations</title>
|
|
75
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-130 716,-130 716,-78 16,-78"/>
|
|
76
|
-
</g>
|
|
77
73
|
<g id="clust11" class="cluster">
|
|
78
74
|
<title>cluster_TabsModule_exports</title>
|
|
79
75
|
<polygon fill="none" stroke="black" points="181,-208 181,-260 772,-260 772,-208 181,-208"/>
|
|
80
76
|
</g>
|
|
77
|
+
<g id="clust2" class="cluster">
|
|
78
|
+
<title>cluster_TabsModule_declarations</title>
|
|
79
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-130 716,-130 716,-78 16,-78"/>
|
|
80
|
+
</g>
|
|
81
81
|
<!-- BaseTabHeader -->
|
|
82
82
|
<g id="node1" class="node">
|
|
83
83
|
<title>BaseTabHeader</title>
|
|
@@ -26,81 +26,81 @@
|
|
|
26
26
|
</g>
|
|
27
27
|
<g id="clust6" class="cluster">
|
|
28
28
|
<title>cluster_TagModule_exports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="
|
|
30
|
-
</g>
|
|
31
|
-
<g id="clust5" class="cluster">
|
|
32
|
-
<title>cluster_TagModule_imports</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="280,-78 280,-130 380,-130 380,-78 280,-78"/>
|
|
29
|
+
<polygon fill="none" stroke="black" points="181,-208 181,-260 341,-260 341,-208 181,-208"/>
|
|
34
30
|
</g>
|
|
35
31
|
<g id="clust2" class="cluster">
|
|
36
32
|
<title>cluster_TagModule_declarations</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="224,-78 224,-130 380,-130 380,-78 224,-78"/>
|
|
34
|
+
</g>
|
|
35
|
+
<g id="clust5" class="cluster">
|
|
36
|
+
<title>cluster_TagModule_imports</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="116,-78 116,-130 216,-130 216,-78 116,-78"/>
|
|
38
38
|
</g>
|
|
39
39
|
<!-- Tag -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>Tag</title>
|
|
42
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
43
|
-
<text text-anchor="middle" x="
|
|
42
|
+
<polygon fill="#ffffb3" stroke="black" points="372,-122 318,-122 318,-86 372,-86 372,-122"/>
|
|
43
|
+
<text text-anchor="middle" x="345" y="-99.8" font-family="Times,serif" font-size="14.00">Tag</text>
|
|
44
44
|
</g>
|
|
45
45
|
<!-- TagModule -->
|
|
46
46
|
<g id="node3" class="node">
|
|
47
47
|
<title>TagModule</title>
|
|
48
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
49
|
-
<text text-anchor="middle" x="
|
|
48
|
+
<polygon fill="#8dd3c7" stroke="black" points="306.82,-187 303.82,-191 282.82,-191 279.82,-187 225.18,-187 225.18,-151 306.82,-151 306.82,-187"/>
|
|
49
|
+
<text text-anchor="middle" x="266" y="-164.8" font-family="Times,serif" font-size="14.00">TagModule</text>
|
|
50
50
|
</g>
|
|
51
51
|
<!-- Tag->TagModule -->
|
|
52
52
|
<g id="edge1" class="edge">
|
|
53
53
|
<title>Tag->TagModule</title>
|
|
54
|
-
<path fill="none" stroke="black" d="
|
|
55
|
-
<polygon fill="black" stroke="black" points="
|
|
54
|
+
<path fill="none" stroke="black" d="M325.5,-122.11C325.5,-141.34 325.5,-169 325.5,-169 325.5,-169 316.67,-169 316.67,-169"/>
|
|
55
|
+
<polygon fill="black" stroke="black" points="316.67,-165.5 306.67,-169 316.67,-172.5 316.67,-165.5"/>
|
|
56
56
|
</g>
|
|
57
57
|
<!-- TagFilter -->
|
|
58
58
|
<g id="node2" class="node">
|
|
59
59
|
<title>TagFilter</title>
|
|
60
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
61
|
-
<text text-anchor="middle" x="
|
|
60
|
+
<polygon fill="#ffffb3" stroke="black" points="300.1,-122 231.9,-122 231.9,-86 300.1,-86 300.1,-122"/>
|
|
61
|
+
<text text-anchor="middle" x="266" y="-99.8" font-family="Times,serif" font-size="14.00">TagFilter</text>
|
|
62
62
|
</g>
|
|
63
63
|
<!-- TagFilter->TagModule -->
|
|
64
64
|
<g id="edge2" class="edge">
|
|
65
65
|
<title>TagFilter->TagModule</title>
|
|
66
|
-
<path fill="none" stroke="black" d="
|
|
67
|
-
<polygon fill="black" stroke="black" points="
|
|
66
|
+
<path fill="none" stroke="black" d="M266,-122.11C266,-122.11 266,-140.99 266,-140.99"/>
|
|
67
|
+
<polygon fill="black" stroke="black" points="262.5,-140.99 266,-150.99 269.5,-140.99 262.5,-140.99"/>
|
|
68
68
|
</g>
|
|
69
69
|
<!-- Tag -->
|
|
70
70
|
<g id="node5" class="node">
|
|
71
71
|
<title>Tag </title>
|
|
72
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
73
|
-
<text text-anchor="middle" x="
|
|
72
|
+
<polygon fill="#fb8072" stroke="black" points="333,-252 279,-252 279,-216 333,-216 333,-252"/>
|
|
73
|
+
<text text-anchor="middle" x="306" y="-229.8" font-family="Times,serif" font-size="14.00">Tag </text>
|
|
74
74
|
</g>
|
|
75
75
|
<!-- TagModule->Tag -->
|
|
76
76
|
<g id="edge4" class="edge">
|
|
77
77
|
<title>TagModule->Tag </title>
|
|
78
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
79
|
-
<polygon fill="black" stroke="black" points="
|
|
78
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M292.83,-187.11C292.83,-187.11 292.83,-205.99 292.83,-205.99"/>
|
|
79
|
+
<polygon fill="black" stroke="black" points="289.33,-205.99 292.83,-215.99 296.33,-205.99 289.33,-205.99"/>
|
|
80
80
|
</g>
|
|
81
81
|
<!-- TagFilter -->
|
|
82
82
|
<g id="node6" class="node">
|
|
83
83
|
<title>TagFilter </title>
|
|
84
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
85
|
-
<text text-anchor="middle" x="
|
|
84
|
+
<polygon fill="#fb8072" stroke="black" points="260.6,-252 189.4,-252 189.4,-216 260.6,-216 260.6,-252"/>
|
|
85
|
+
<text text-anchor="middle" x="225" y="-229.8" font-family="Times,serif" font-size="14.00">TagFilter </text>
|
|
86
86
|
</g>
|
|
87
87
|
<!-- TagModule->TagFilter -->
|
|
88
88
|
<g id="edge5" class="edge">
|
|
89
89
|
<title>TagModule->TagFilter </title>
|
|
90
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
91
|
-
<polygon fill="black" stroke="black" points="
|
|
90
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M243.07,-187.11C243.07,-187.11 243.07,-205.99 243.07,-205.99"/>
|
|
91
|
+
<polygon fill="black" stroke="black" points="239.57,-205.99 243.07,-215.99 246.57,-205.99 239.57,-205.99"/>
|
|
92
92
|
</g>
|
|
93
93
|
<!-- IconModule -->
|
|
94
94
|
<g id="node4" class="node">
|
|
95
95
|
<title>IconModule</title>
|
|
96
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
97
|
-
<text text-anchor="middle" x="
|
|
96
|
+
<polygon fill="#8dd3c7" stroke="black" points="208.43,-122 205.43,-126 184.43,-126 181.43,-122 123.57,-122 123.57,-86 208.43,-86 208.43,-122"/>
|
|
97
|
+
<text text-anchor="middle" x="166" y="-99.8" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
98
98
|
</g>
|
|
99
99
|
<!-- IconModule->TagModule -->
|
|
100
100
|
<g id="edge3" class="edge">
|
|
101
101
|
<title>IconModule->TagModule</title>
|
|
102
|
-
<path fill="none" stroke="black" d="
|
|
103
|
-
<polygon fill="black" stroke="black" points="
|
|
102
|
+
<path fill="none" stroke="black" d="M198.71,-122.11C198.71,-141.34 198.71,-169 198.71,-169 198.71,-169 215.3,-169 215.3,-169"/>
|
|
103
|
+
<polygon fill="black" stroke="black" points="215.3,-172.5 225.3,-169 215.3,-165.5 215.3,-172.5"/>
|
|
104
104
|
</g>
|
|
105
105
|
</g>
|
|
106
106
|
</svg>
|
|
@@ -68,81 +68,81 @@
|
|
|
68
68
|
</g>
|
|
69
69
|
<g id="clust6" class="cluster">
|
|
70
70
|
<title>cluster_TagModule_exports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="
|
|
72
|
-
</g>
|
|
73
|
-
<g id="clust5" class="cluster">
|
|
74
|
-
<title>cluster_TagModule_imports</title>
|
|
75
|
-
<polygon fill="none" stroke="black" points="280,-78 280,-130 380,-130 380,-78 280,-78"/>
|
|
71
|
+
<polygon fill="none" stroke="black" points="181,-208 181,-260 341,-260 341,-208 181,-208"/>
|
|
76
72
|
</g>
|
|
77
73
|
<g id="clust2" class="cluster">
|
|
78
74
|
<title>cluster_TagModule_declarations</title>
|
|
79
|
-
<polygon fill="none" stroke="black" points="
|
|
75
|
+
<polygon fill="none" stroke="black" points="224,-78 224,-130 380,-130 380,-78 224,-78"/>
|
|
76
|
+
</g>
|
|
77
|
+
<g id="clust5" class="cluster">
|
|
78
|
+
<title>cluster_TagModule_imports</title>
|
|
79
|
+
<polygon fill="none" stroke="black" points="116,-78 116,-130 216,-130 216,-78 116,-78"/>
|
|
80
80
|
</g>
|
|
81
81
|
<!-- Tag -->
|
|
82
82
|
<g id="node1" class="node">
|
|
83
83
|
<title>Tag</title>
|
|
84
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
85
|
-
<text text-anchor="middle" x="
|
|
84
|
+
<polygon fill="#ffffb3" stroke="black" points="372,-122 318,-122 318,-86 372,-86 372,-122"/>
|
|
85
|
+
<text text-anchor="middle" x="345" y="-99.8" font-family="Times,serif" font-size="14.00">Tag</text>
|
|
86
86
|
</g>
|
|
87
87
|
<!-- TagModule -->
|
|
88
88
|
<g id="node3" class="node">
|
|
89
89
|
<title>TagModule</title>
|
|
90
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
91
|
-
<text text-anchor="middle" x="
|
|
90
|
+
<polygon fill="#8dd3c7" stroke="black" points="306.82,-187 303.82,-191 282.82,-191 279.82,-187 225.18,-187 225.18,-151 306.82,-151 306.82,-187"/>
|
|
91
|
+
<text text-anchor="middle" x="266" y="-164.8" font-family="Times,serif" font-size="14.00">TagModule</text>
|
|
92
92
|
</g>
|
|
93
93
|
<!-- Tag->TagModule -->
|
|
94
94
|
<g id="edge1" class="edge">
|
|
95
95
|
<title>Tag->TagModule</title>
|
|
96
|
-
<path fill="none" stroke="black" d="
|
|
97
|
-
<polygon fill="black" stroke="black" points="
|
|
96
|
+
<path fill="none" stroke="black" d="M325.5,-122.11C325.5,-141.34 325.5,-169 325.5,-169 325.5,-169 316.67,-169 316.67,-169"/>
|
|
97
|
+
<polygon fill="black" stroke="black" points="316.67,-165.5 306.67,-169 316.67,-172.5 316.67,-165.5"/>
|
|
98
98
|
</g>
|
|
99
99
|
<!-- TagFilter -->
|
|
100
100
|
<g id="node2" class="node">
|
|
101
101
|
<title>TagFilter</title>
|
|
102
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
103
|
-
<text text-anchor="middle" x="
|
|
102
|
+
<polygon fill="#ffffb3" stroke="black" points="300.1,-122 231.9,-122 231.9,-86 300.1,-86 300.1,-122"/>
|
|
103
|
+
<text text-anchor="middle" x="266" y="-99.8" font-family="Times,serif" font-size="14.00">TagFilter</text>
|
|
104
104
|
</g>
|
|
105
105
|
<!-- TagFilter->TagModule -->
|
|
106
106
|
<g id="edge2" class="edge">
|
|
107
107
|
<title>TagFilter->TagModule</title>
|
|
108
|
-
<path fill="none" stroke="black" d="
|
|
109
|
-
<polygon fill="black" stroke="black" points="
|
|
108
|
+
<path fill="none" stroke="black" d="M266,-122.11C266,-122.11 266,-140.99 266,-140.99"/>
|
|
109
|
+
<polygon fill="black" stroke="black" points="262.5,-140.99 266,-150.99 269.5,-140.99 262.5,-140.99"/>
|
|
110
110
|
</g>
|
|
111
111
|
<!-- Tag -->
|
|
112
112
|
<g id="node5" class="node">
|
|
113
113
|
<title>Tag </title>
|
|
114
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
115
|
-
<text text-anchor="middle" x="
|
|
114
|
+
<polygon fill="#fb8072" stroke="black" points="333,-252 279,-252 279,-216 333,-216 333,-252"/>
|
|
115
|
+
<text text-anchor="middle" x="306" y="-229.8" font-family="Times,serif" font-size="14.00">Tag </text>
|
|
116
116
|
</g>
|
|
117
117
|
<!-- TagModule->Tag -->
|
|
118
118
|
<g id="edge4" class="edge">
|
|
119
119
|
<title>TagModule->Tag </title>
|
|
120
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
121
|
-
<polygon fill="black" stroke="black" points="
|
|
120
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M292.83,-187.11C292.83,-187.11 292.83,-205.99 292.83,-205.99"/>
|
|
121
|
+
<polygon fill="black" stroke="black" points="289.33,-205.99 292.83,-215.99 296.33,-205.99 289.33,-205.99"/>
|
|
122
122
|
</g>
|
|
123
123
|
<!-- TagFilter -->
|
|
124
124
|
<g id="node6" class="node">
|
|
125
125
|
<title>TagFilter </title>
|
|
126
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
127
|
-
<text text-anchor="middle" x="
|
|
126
|
+
<polygon fill="#fb8072" stroke="black" points="260.6,-252 189.4,-252 189.4,-216 260.6,-216 260.6,-252"/>
|
|
127
|
+
<text text-anchor="middle" x="225" y="-229.8" font-family="Times,serif" font-size="14.00">TagFilter </text>
|
|
128
128
|
</g>
|
|
129
129
|
<!-- TagModule->TagFilter -->
|
|
130
130
|
<g id="edge5" class="edge">
|
|
131
131
|
<title>TagModule->TagFilter </title>
|
|
132
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
133
|
-
<polygon fill="black" stroke="black" points="
|
|
132
|
+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M243.07,-187.11C243.07,-187.11 243.07,-205.99 243.07,-205.99"/>
|
|
133
|
+
<polygon fill="black" stroke="black" points="239.57,-205.99 243.07,-215.99 246.57,-205.99 239.57,-205.99"/>
|
|
134
134
|
</g>
|
|
135
135
|
<!-- IconModule -->
|
|
136
136
|
<g id="node4" class="node">
|
|
137
137
|
<title>IconModule</title>
|
|
138
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
139
|
-
<text text-anchor="middle" x="
|
|
138
|
+
<polygon fill="#8dd3c7" stroke="black" points="208.43,-122 205.43,-126 184.43,-126 181.43,-122 123.57,-122 123.57,-86 208.43,-86 208.43,-122"/>
|
|
139
|
+
<text text-anchor="middle" x="166" y="-99.8" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
140
140
|
</g>
|
|
141
141
|
<!-- IconModule->TagModule -->
|
|
142
142
|
<g id="edge3" class="edge">
|
|
143
143
|
<title>IconModule->TagModule</title>
|
|
144
|
-
<path fill="none" stroke="black" d="
|
|
145
|
-
<polygon fill="black" stroke="black" points="
|
|
144
|
+
<path fill="none" stroke="black" d="M198.71,-122.11C198.71,-141.34 198.71,-169 198.71,-169 198.71,-169 215.3,-169 215.3,-169"/>
|
|
145
|
+
<polygon fill="black" stroke="black" points="215.3,-172.5 225.3,-169 215.3,-165.5 215.3,-172.5"/>
|
|
146
146
|
</g>
|
|
147
147
|
</g>
|
|
148
148
|
</svg>
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
<title>cluster_TilesModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1317,-379.59 1317,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust10" class="cluster">
|
|
28
|
-
<title>cluster_TilesModule_imports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="1001,-189.59 1001,-241.59 1309,-241.59 1309,-189.59 1001,-189.59"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust2" class="cluster">
|
|
32
28
|
<title>cluster_TilesModule_declarations</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 993,-241.59 993,-189.59 16,-189.59"/>
|
|
34
30
|
</g>
|
|
35
|
-
<g id="clust9" class="cluster">
|
|
36
|
-
<title>cluster_TilesModule_TileGroup_providers</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 652,-176.59 652,-78 16,-78"/>
|
|
38
|
-
</g>
|
|
39
31
|
<g id="clust11" class="cluster">
|
|
40
32
|
<title>cluster_TilesModule_exports</title>
|
|
41
33
|
<polygon fill="none" stroke="black" points="276,-319.59 276,-371.59 1276,-371.59 1276,-319.59 276,-319.59"/>
|
|
42
34
|
</g>
|
|
35
|
+
<g id="clust10" class="cluster">
|
|
36
|
+
<title>cluster_TilesModule_imports</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="1001,-189.59 1001,-241.59 1309,-241.59 1309,-189.59 1001,-189.59"/>
|
|
38
|
+
</g>
|
|
39
|
+
<g id="clust9" class="cluster">
|
|
40
|
+
<title>cluster_TilesModule_TileGroup_providers</title>
|
|
41
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 652,-176.59 652,-78 16,-78"/>
|
|
42
|
+
</g>
|
|
43
43
|
<!-- ClickableTile -->
|
|
44
44
|
<g id="node1" class="node">
|
|
45
45
|
<title>ClickableTile</title>
|
|
@@ -66,22 +66,22 @@
|
|
|
66
66
|
<title>cluster_TilesModule</title>
|
|
67
67
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1317,-379.59 1317,-70 8,-70"/>
|
|
68
68
|
</g>
|
|
69
|
-
<g id="clust10" class="cluster">
|
|
70
|
-
<title>cluster_TilesModule_imports</title>
|
|
71
|
-
<polygon fill="none" stroke="black" points="1001,-189.59 1001,-241.59 1309,-241.59 1309,-189.59 1001,-189.59"/>
|
|
72
|
-
</g>
|
|
73
69
|
<g id="clust2" class="cluster">
|
|
74
70
|
<title>cluster_TilesModule_declarations</title>
|
|
75
71
|
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 993,-241.59 993,-189.59 16,-189.59"/>
|
|
76
72
|
</g>
|
|
77
|
-
<g id="clust9" class="cluster">
|
|
78
|
-
<title>cluster_TilesModule_TileGroup_providers</title>
|
|
79
|
-
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 652,-176.59 652,-78 16,-78"/>
|
|
80
|
-
</g>
|
|
81
73
|
<g id="clust11" class="cluster">
|
|
82
74
|
<title>cluster_TilesModule_exports</title>
|
|
83
75
|
<polygon fill="none" stroke="black" points="276,-319.59 276,-371.59 1276,-371.59 1276,-319.59 276,-319.59"/>
|
|
84
76
|
</g>
|
|
77
|
+
<g id="clust10" class="cluster">
|
|
78
|
+
<title>cluster_TilesModule_imports</title>
|
|
79
|
+
<polygon fill="none" stroke="black" points="1001,-189.59 1001,-241.59 1309,-241.59 1309,-189.59 1001,-189.59"/>
|
|
80
|
+
</g>
|
|
81
|
+
<g id="clust9" class="cluster">
|
|
82
|
+
<title>cluster_TilesModule_TileGroup_providers</title>
|
|
83
|
+
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 652,-176.59 652,-78 16,-78"/>
|
|
84
|
+
</g>
|
|
85
85
|
<!-- ClickableTile -->
|
|
86
86
|
<g id="node1" class="node">
|
|
87
87
|
<title>ClickableTile</title>
|
|
@@ -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="870pt" height="396pt"
|
|
8
|
+
viewBox="0.00 0.00 870.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 866,-391.59 866,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="410.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="197,-10 197,-30 217,-30 217,-10 197,-10"/>
|
|
14
|
+
<text text-anchor="start" x="220.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
|
|
16
|
+
<text text-anchor="start" x="333.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="396,-10 396,-30 416,-30 416,-10 396,-10"/>
|
|
18
|
+
<text text-anchor="start" x="419.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="493,-10 493,-30 513,-30 513,-10 493,-10"/>
|
|
20
|
+
<text text-anchor="start" x="516.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="589,-10 589,-30 609,-30 609,-10 589,-10"/>
|
|
22
|
+
<text text-anchor="start" x="612.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_TimePickerModule</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_TimePickerModule_declarations</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="290,-189.59 290,-241.59 388,-241.59 388,-189.59 290,-189.59"/>
|
|
25
|
+
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 854,-379.59 854,-70 8,-70"/>
|
|
30
26
|
</g>
|
|
31
27
|
<g id="clust3" class="cluster">
|
|
32
28
|
<title>cluster_TimePickerModule_TimePicker_providers</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
29
|
+
<polygon fill="none" stroke="black" points="200,-78 200,-241.59 846,-241.59 846,-78 200,-78"/>
|
|
34
30
|
</g>
|
|
35
31
|
<g id="clust5" class="cluster">
|
|
36
32
|
<title>cluster_TimePickerModule_exports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="195,-319.59 195,-371.59 295,-371.59 295,-319.59 195,-319.59"/>
|
|
38
34
|
</g>
|
|
39
35
|
<g id="clust4" class="cluster">
|
|
40
36
|
<title>cluster_TimePickerModule_imports</title>
|
|
41
|
-
<polygon fill="none" stroke="black" points="
|
|
37
|
+
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 192,-241.59 192,-189.59 16,-189.59"/>
|
|
42
38
|
</g>
|
|
43
39
|
<!-- TimePicker -->
|
|
44
40
|
<g id="node1" class="node">
|
|
45
41
|
<title>TimePicker</title>
|
|
46
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
42
|
+
<polygon fill="#ffffb3" stroke="black" points="426.81,-233.59 345.19,-233.59 345.19,-197.59 426.81,-197.59 426.81,-233.59"/>
|
|
43
|
+
<text text-anchor="middle" x="386" y="-211.39" font-family="Times,serif" font-size="14.00">TimePicker</text>
|
|
48
44
|
</g>
|
|
49
45
|
<!-- TimePickerModule -->
|
|
50
46
|
<g id="node2" class="node">
|
|
51
47
|
<title>TimePickerModule</title>
|
|
52
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
53
|
-
<text text-anchor="middle" x="
|
|
48
|
+
<polygon fill="#8dd3c7" stroke="black" points="307.36,-298.59 304.36,-302.59 283.36,-302.59 280.36,-298.59 182.64,-298.59 182.64,-262.59 307.36,-262.59 307.36,-298.59"/>
|
|
49
|
+
<text text-anchor="middle" x="245" y="-276.39" font-family="Times,serif" font-size="14.00">TimePickerModule</text>
|
|
54
50
|
</g>
|
|
55
51
|
<!-- TimePicker->TimePickerModule -->
|
|
56
52
|
<g id="edge1" class="edge">
|
|
57
53
|
<title>TimePicker->TimePickerModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
54
|
+
<path fill="none" stroke="black" d="M386,-233.7C386,-252.93 386,-280.59 386,-280.59 386,-280.59 317.67,-280.59 317.67,-280.59"/>
|
|
55
|
+
<polygon fill="black" stroke="black" points="317.67,-277.09 307.67,-280.59 317.67,-284.09 317.67,-277.09"/>
|
|
60
56
|
</g>
|
|
61
57
|
<!-- TimePicker -->
|
|
62
58
|
<g id="node5" class="node">
|
|
63
59
|
<title>TimePicker </title>
|
|
64
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
60
|
+
<polygon fill="#fb8072" stroke="black" points="287.31,-363.59 202.69,-363.59 202.69,-327.59 287.31,-327.59 287.31,-363.59"/>
|
|
61
|
+
<text text-anchor="middle" x="245" y="-341.39" font-family="Times,serif" font-size="14.00">TimePicker </text>
|
|
66
62
|
</g>
|
|
67
63
|
<!-- TimePickerModule->TimePicker -->
|
|
68
64
|
<g id="edge4" class="edge">
|
|
69
65
|
<title>TimePickerModule->TimePicker </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="M245,-298.7C245,-298.7 245,-317.58 245,-317.58"/>
|
|
67
|
+
<polygon fill="black" stroke="black" points="241.5,-317.58 245,-327.58 248.5,-317.58 241.5,-317.58"/>
|
|
72
68
|
</g>
|
|
73
69
|
<!-- {
|
|
74
70
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
|
|
@@ -77,10 +73,10 @@
|
|
|
77
73
|
<title>{
|
|
78
74
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, 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="523" cy="-127.3" rx="314.66" ry="41.09"/>
|
|
77
|
+
<text text-anchor="middle" x="523" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
78
|
+
<text text-anchor="middle" x="523" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true</text>
|
|
79
|
+
<text text-anchor="middle" x="523" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
84
80
|
</g>
|
|
85
81
|
<!-- {
|
|
86
82
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
|
|
@@ -89,20 +85,20 @@
|
|
|
89
85
|
<title>{
|
|
90
86
|
   provide: NG_VALUE_ACCESSOR, useExisting: TimePicker, multi: true
|
|
91
87
|
}->TimePicker</title>
|
|
92
|
-
<path fill="none" stroke="black" d="
|
|
93
|
-
<polygon fill="black" stroke="black" points="
|
|
88
|
+
<path fill="none" stroke="black" d="M386,-164.48C386,-164.48 386,-187.22 386,-187.22"/>
|
|
89
|
+
<polygon fill="black" stroke="black" points="382.5,-187.22 386,-197.22 389.5,-187.22 382.5,-187.22"/>
|
|
94
90
|
</g>
|
|
95
91
|
<!-- TimePickerSelectModule -->
|
|
96
92
|
<g id="node4" class="node">
|
|
97
93
|
<title>TimePickerSelectModule</title>
|
|
98
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
99
|
-
<text text-anchor="middle" x="
|
|
94
|
+
<polygon fill="#8dd3c7" stroke="black" points="183.57,-233.59 180.57,-237.59 159.57,-237.59 156.57,-233.59 24.43,-233.59 24.43,-197.59 183.57,-197.59 183.57,-233.59"/>
|
|
95
|
+
<text text-anchor="middle" x="104" y="-211.39" font-family="Times,serif" font-size="14.00">TimePickerSelectModule</text>
|
|
100
96
|
</g>
|
|
101
97
|
<!-- TimePickerSelectModule->TimePickerModule -->
|
|
102
98
|
<g id="edge3" class="edge">
|
|
103
99
|
<title>TimePickerSelectModule->TimePickerModule</title>
|
|
104
|
-
<path fill="none" stroke="black" d="
|
|
105
|
-
<polygon fill="black" stroke="black" points="
|
|
100
|
+
<path fill="none" stroke="black" d="M183.57,-215.59C191.09,-215.59 195.98,-215.59 195.98,-215.59 195.98,-215.59 195.98,-252.48 195.98,-252.48"/>
|
|
101
|
+
<polygon fill="black" stroke="black" points="192.48,-252.48 195.98,-262.48 199.48,-252.48 192.48,-252.48"/>
|
|
106
102
|
</g>
|
|
107
103
|
</g>
|
|
108
104
|
</svg>
|