carbon-components-angular 5.47.2 → 5.49.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/classes/NumberChange.html +34 -0
- package/docs/documentation/components/ListRow.html +67 -236
- package/docs/documentation/components/NumberComponent.html +48 -14
- package/docs/documentation/components/PaginationNav.html +262 -33
- package/docs/documentation/components/ProgressIndicator.html +2 -2
- package/docs/documentation/components/StructuredList.html +1 -1
- package/docs/documentation/coverage.html +7 -7
- package/docs/documentation/interfaces/PaginationNavTranslations.html +20 -2
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -34
- package/docs/documentation/modules/DatePickerInputModule.html +38 -34
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +56 -52
- package/docs/documentation/modules/DatePickerModule.html +56 -52
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +35 -35
- package/docs/documentation/modules/FileUploaderModule.html +35 -35
- package/docs/documentation/modules/InlineLoadingModule/dependencies.svg +4 -4
- package/docs/documentation/modules/InlineLoadingModule.html +4 -4
- package/docs/documentation/modules/ProgressBarModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ProgressBarModule.html +4 -4
- package/docs/documentation/modules/RadioModule/dependencies.svg +35 -35
- package/docs/documentation/modules/RadioModule.html +35 -35
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +4 -4
- package/docs/documentation/modules/SelectModule/dependencies.svg +60 -60
- package/docs/documentation/modules/SelectModule.html +60 -60
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/TableModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TableModule.html +4 -4
- package/docs/documentation/modules/TabsModule/dependencies.svg +68 -68
- package/docs/documentation/modules/TabsModule.html +68 -68
- package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TagModule.html +28 -28
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +4 -4
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
- package/docs/documentation/modules/ToggleModule/dependencies.svg +38 -42
- package/docs/documentation/modules/ToggleModule.html +38 -42
- package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TooltipModule.html +28 -28
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
- package/docs/documentation/modules/TreeviewModule.html +32 -32
- package/docs/documentation.json +188 -170
- package/docs/storybook/{8341.2bf88948.iframe.bundle.js → 8341.d095fdee.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.11fd86ca.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +3007 -2790
- package/docs/storybook/{number-input-number-stories.6aba5a3d.iframe.bundle.js → number-input-number-stories.8d02c22f.iframe.bundle.js} +1 -1
- package/docs/storybook/pagination-pagination-nav-stories.7b305bf2.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-filtering-multiple-categories-stories.17085244.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.14d57f59.iframe.bundle.js → runtime~main.807a23cc.iframe.bundle.js} +1 -1
- package/docs/storybook/{structured-list-structured-list-stories.c86ef32b.iframe.bundle.js → structured-list-structured-list-stories.e6a4535e.iframe.bundle.js} +1 -1
- package/esm2020/number-input/number.component.mjs +31 -1
- package/esm2020/pagination/pagination-nav/pagination-nav.component.mjs +32 -5
- package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -2
- package/esm2020/structured-list/list-row.component.mjs +14 -20
- package/esm2020/structured-list/structured-list.component.mjs +2 -2
- package/fesm2015/carbon-components-angular-number-input.mjs +30 -0
- package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-pagination.mjs +31 -4
- package/fesm2015/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-progress-indicator.mjs +1 -1
- package/fesm2015/carbon-components-angular-progress-indicator.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-structured-list.mjs +14 -20
- package/fesm2015/carbon-components-angular-structured-list.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-number-input.mjs +30 -0
- package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-pagination.mjs +31 -4
- package/fesm2020/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-progress-indicator.mjs +1 -1
- package/fesm2020/carbon-components-angular-progress-indicator.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-structured-list.mjs +14 -20
- package/fesm2020/carbon-components-angular-structured-list.mjs.map +1 -1
- package/package.json +1 -1
- package/pagination/pagination-nav/pagination-nav.component.d.ts +8 -1
- package/progress-indicator/progress-indicator.component.d.ts +1 -1
- package/structured-list/list-row.component.d.ts +1 -3
- package/docs/storybook/main.ca52fea9.iframe.bundle.js +0 -1
- package/docs/storybook/pagination-pagination-nav-stories.ace8938b.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-filtering-multiple-categories-stories.487f9487.iframe.bundle.js +0 -1
|
@@ -24,83 +24,83 @@
|
|
|
24
24
|
<title>cluster_TagModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="108,-70 108,-268 388,-268 388,-70 108,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust5" class="cluster">
|
|
28
|
-
<title>cluster_TagModule_imports</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="280,-78 280,-130 380,-130 380,-78 280,-78"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust2" class="cluster">
|
|
32
28
|
<title>cluster_TagModule_declarations</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
29
|
+
<polygon fill="none" stroke="black" points="224,-78 224,-130 380,-130 380,-78 224,-78"/>
|
|
30
|
+
</g>
|
|
31
|
+
<g id="clust5" class="cluster">
|
|
32
|
+
<title>cluster_TagModule_imports</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="116,-78 116,-130 216,-130 216,-78 116,-78"/>
|
|
34
34
|
</g>
|
|
35
35
|
<g id="clust6" class="cluster">
|
|
36
36
|
<title>cluster_TagModule_exports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
37
|
+
<polygon fill="none" stroke="black" points="181,-208 181,-260 341,-260 341,-208 181,-208"/>
|
|
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>
|
|
@@ -117,83 +117,83 @@
|
|
|
117
117
|
<title>cluster_TagModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="108,-70 108,-268 388,-268 388,-70 108,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust5" class="cluster">
|
|
121
|
-
<title>cluster_TagModule_imports</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="280,-78 280,-130 380,-130 380,-78 280,-78"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust2" class="cluster">
|
|
125
121
|
<title>cluster_TagModule_declarations</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="
|
|
122
|
+
<polygon fill="none" stroke="black" points="224,-78 224,-130 380,-130 380,-78 224,-78"/>
|
|
123
|
+
</g>
|
|
124
|
+
<g id="clust5" class="cluster">
|
|
125
|
+
<title>cluster_TagModule_imports</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="116,-78 116,-130 216,-130 216,-78 116,-78"/>
|
|
127
127
|
</g>
|
|
128
128
|
<g id="clust6" class="cluster">
|
|
129
129
|
<title>cluster_TagModule_exports</title>
|
|
130
|
-
<polygon fill="none" stroke="black" points="
|
|
130
|
+
<polygon fill="none" stroke="black" points="181,-208 181,-260 341,-260 341,-208 181,-208"/>
|
|
131
131
|
</g>
|
|
132
132
|
<!-- Tag -->
|
|
133
133
|
<g id="node1" class="node">
|
|
134
134
|
<title>Tag</title>
|
|
135
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
136
|
-
<text text-anchor="middle" x="
|
|
135
|
+
<polygon fill="#ffffb3" stroke="black" points="372,-122 318,-122 318,-86 372,-86 372,-122"/>
|
|
136
|
+
<text text-anchor="middle" x="345" y="-99.8" font-family="Times,serif" font-size="14.00">Tag</text>
|
|
137
137
|
</g>
|
|
138
138
|
<!-- TagModule -->
|
|
139
139
|
<g id="node3" class="node">
|
|
140
140
|
<title>TagModule</title>
|
|
141
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
142
|
-
<text text-anchor="middle" x="
|
|
141
|
+
<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"/>
|
|
142
|
+
<text text-anchor="middle" x="266" y="-164.8" font-family="Times,serif" font-size="14.00">TagModule</text>
|
|
143
143
|
</g>
|
|
144
144
|
<!-- Tag->TagModule -->
|
|
145
145
|
<g id="edge1" class="edge">
|
|
146
146
|
<title>Tag->TagModule</title>
|
|
147
|
-
<path fill="none" stroke="black" d="
|
|
148
|
-
<polygon fill="black" stroke="black" points="
|
|
147
|
+
<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"/>
|
|
148
|
+
<polygon fill="black" stroke="black" points="316.67,-165.5 306.67,-169 316.67,-172.5 316.67,-165.5"/>
|
|
149
149
|
</g>
|
|
150
150
|
<!-- TagFilter -->
|
|
151
151
|
<g id="node2" class="node">
|
|
152
152
|
<title>TagFilter</title>
|
|
153
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
154
|
-
<text text-anchor="middle" x="
|
|
153
|
+
<polygon fill="#ffffb3" stroke="black" points="300.1,-122 231.9,-122 231.9,-86 300.1,-86 300.1,-122"/>
|
|
154
|
+
<text text-anchor="middle" x="266" y="-99.8" font-family="Times,serif" font-size="14.00">TagFilter</text>
|
|
155
155
|
</g>
|
|
156
156
|
<!-- TagFilter->TagModule -->
|
|
157
157
|
<g id="edge2" class="edge">
|
|
158
158
|
<title>TagFilter->TagModule</title>
|
|
159
|
-
<path fill="none" stroke="black" d="
|
|
160
|
-
<polygon fill="black" stroke="black" points="
|
|
159
|
+
<path fill="none" stroke="black" d="M266,-122.11C266,-122.11 266,-140.99 266,-140.99"/>
|
|
160
|
+
<polygon fill="black" stroke="black" points="262.5,-140.99 266,-150.99 269.5,-140.99 262.5,-140.99"/>
|
|
161
161
|
</g>
|
|
162
162
|
<!-- Tag -->
|
|
163
163
|
<g id="node5" class="node">
|
|
164
164
|
<title>Tag </title>
|
|
165
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
166
|
-
<text text-anchor="middle" x="
|
|
165
|
+
<polygon fill="#fb8072" stroke="black" points="333,-252 279,-252 279,-216 333,-216 333,-252"/>
|
|
166
|
+
<text text-anchor="middle" x="306" y="-229.8" font-family="Times,serif" font-size="14.00">Tag </text>
|
|
167
167
|
</g>
|
|
168
168
|
<!-- TagModule->Tag -->
|
|
169
169
|
<g id="edge4" class="edge">
|
|
170
170
|
<title>TagModule->Tag </title>
|
|
171
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
172
|
-
<polygon fill="black" stroke="black" points="
|
|
171
|
+
<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"/>
|
|
172
|
+
<polygon fill="black" stroke="black" points="289.33,-205.99 292.83,-215.99 296.33,-205.99 289.33,-205.99"/>
|
|
173
173
|
</g>
|
|
174
174
|
<!-- TagFilter -->
|
|
175
175
|
<g id="node6" class="node">
|
|
176
176
|
<title>TagFilter </title>
|
|
177
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
178
|
-
<text text-anchor="middle" x="
|
|
177
|
+
<polygon fill="#fb8072" stroke="black" points="260.6,-252 189.4,-252 189.4,-216 260.6,-216 260.6,-252"/>
|
|
178
|
+
<text text-anchor="middle" x="225" y="-229.8" font-family="Times,serif" font-size="14.00">TagFilter </text>
|
|
179
179
|
</g>
|
|
180
180
|
<!-- TagModule->TagFilter -->
|
|
181
181
|
<g id="edge5" class="edge">
|
|
182
182
|
<title>TagModule->TagFilter </title>
|
|
183
|
-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="
|
|
184
|
-
<polygon fill="black" stroke="black" points="
|
|
183
|
+
<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"/>
|
|
184
|
+
<polygon fill="black" stroke="black" points="239.57,-205.99 243.07,-215.99 246.57,-205.99 239.57,-205.99"/>
|
|
185
185
|
</g>
|
|
186
186
|
<!-- IconModule -->
|
|
187
187
|
<g id="node4" class="node">
|
|
188
188
|
<title>IconModule</title>
|
|
189
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
190
|
-
<text text-anchor="middle" x="
|
|
189
|
+
<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"/>
|
|
190
|
+
<text text-anchor="middle" x="166" y="-99.8" font-family="Times,serif" font-size="14.00">IconModule</text>
|
|
191
191
|
</g>
|
|
192
192
|
<!-- IconModule->TagModule -->
|
|
193
193
|
<g id="edge3" class="edge">
|
|
194
194
|
<title>IconModule->TagModule</title>
|
|
195
|
-
<path fill="none" stroke="black" d="
|
|
196
|
-
<polygon fill="black" stroke="black" points="
|
|
195
|
+
<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"/>
|
|
196
|
+
<polygon fill="black" stroke="black" points="215.3,-172.5 225.3,-169 215.3,-165.5 215.3,-172.5"/>
|
|
197
197
|
</g>
|
|
198
198
|
</g>
|
|
199
199
|
</svg>
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
<title>cluster_ThemeModule_imports</title>
|
|
29
29
|
<polygon fill="none" stroke="black" points="259,-78 259,-130 367,-130 367,-78 259,-78"/>
|
|
30
30
|
</g>
|
|
31
|
-
<g id="clust5" class="cluster">
|
|
32
|
-
<title>cluster_ThemeModule_exports</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="185,-208 185,-260 311,-260 311,-208 185,-208"/>
|
|
34
|
-
</g>
|
|
35
31
|
<g id="clust2" class="cluster">
|
|
36
32
|
<title>cluster_ThemeModule_declarations</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="129,-78 129,-130 251,-130 251,-78 129,-78"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust5" class="cluster">
|
|
36
|
+
<title>cluster_ThemeModule_exports</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="185,-208 185,-260 311,-260 311,-208 185,-208"/>
|
|
38
|
+
</g>
|
|
39
39
|
<!-- ThemeDirective -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>ThemeDirective</title>
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
<title>cluster_ThemeModule_imports</title>
|
|
122
122
|
<polygon fill="none" stroke="black" points="259,-78 259,-130 367,-130 367,-78 259,-78"/>
|
|
123
123
|
</g>
|
|
124
|
-
<g id="clust5" class="cluster">
|
|
125
|
-
<title>cluster_ThemeModule_exports</title>
|
|
126
|
-
<polygon fill="none" stroke="black" points="185,-208 185,-260 311,-260 311,-208 185,-208"/>
|
|
127
|
-
</g>
|
|
128
124
|
<g id="clust2" class="cluster">
|
|
129
125
|
<title>cluster_ThemeModule_declarations</title>
|
|
130
126
|
<polygon fill="none" stroke="black" points="129,-78 129,-130 251,-130 251,-78 129,-78"/>
|
|
131
127
|
</g>
|
|
128
|
+
<g id="clust5" class="cluster">
|
|
129
|
+
<title>cluster_ThemeModule_exports</title>
|
|
130
|
+
<polygon fill="none" stroke="black" points="185,-208 185,-260 311,-260 311,-208 185,-208"/>
|
|
131
|
+
</g>
|
|
132
132
|
<!-- ThemeDirective -->
|
|
133
133
|
<g id="node1" class="node">
|
|
134
134
|
<title>ThemeDirective</title>
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
<title>cluster_TimePickerSelectModule</title>
|
|
25
25
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
|
|
26
26
|
</g>
|
|
27
|
-
<g id="clust2" class="cluster">
|
|
28
|
-
<title>cluster_TimePickerSelectModule_declarations</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
|
|
30
|
-
</g>
|
|
31
27
|
<g id="clust4" class="cluster">
|
|
32
28
|
<title>cluster_TimePickerSelectModule_imports</title>
|
|
33
29
|
<polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
|
|
34
30
|
</g>
|
|
31
|
+
<g id="clust2" class="cluster">
|
|
32
|
+
<title>cluster_TimePickerSelectModule_declarations</title>
|
|
33
|
+
<polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
|
|
34
|
+
</g>
|
|
35
35
|
<g id="clust3" class="cluster">
|
|
36
36
|
<title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
|
|
37
37
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
<title>cluster_TimePickerSelectModule</title>
|
|
118
118
|
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 718,-379.59 718,-70 8,-70"/>
|
|
119
119
|
</g>
|
|
120
|
-
<g id="clust2" class="cluster">
|
|
121
|
-
<title>cluster_TimePickerSelectModule_declarations</title>
|
|
122
|
-
<polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
|
|
123
|
-
</g>
|
|
124
120
|
<g id="clust4" class="cluster">
|
|
125
121
|
<title>cluster_TimePickerSelectModule_imports</title>
|
|
126
122
|
<polygon fill="none" stroke="black" points="437,-189.59 437,-241.59 649,-241.59 649,-189.59 437,-189.59"/>
|
|
127
123
|
</g>
|
|
124
|
+
<g id="clust2" class="cluster">
|
|
125
|
+
<title>cluster_TimePickerSelectModule_declarations</title>
|
|
126
|
+
<polygon fill="none" stroke="black" points="297,-189.59 297,-241.59 429,-241.59 429,-189.59 297,-189.59"/>
|
|
127
|
+
</g>
|
|
128
128
|
<g id="clust3" class="cluster">
|
|
129
129
|
<title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
|
|
130
130
|
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 710,-176.59 710,-78 16,-78"/>
|
|
@@ -4,71 +4,67 @@
|
|
|
4
4
|
<!-- Generated by graphviz version 2.47.0 (20210316.0004)
|
|
5
5
|
-->
|
|
6
6
|
<!-- Title: dependencies Pages: 1 -->
|
|
7
|
-
<svg width="
|
|
8
|
-
viewBox="0.00 0.00
|
|
7
|
+
<svg width="758pt" height="396pt"
|
|
8
|
+
viewBox="0.00 0.00 758.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 754,-391.59 754,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="354.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="141,-10 141,-30 161,-30 161,-10 141,-10"/>
|
|
14
|
+
<text text-anchor="start" x="164.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="254,-10 254,-30 274,-30 274,-10 254,-10"/>
|
|
16
|
+
<text text-anchor="start" x="277.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="340,-10 340,-30 360,-30 360,-10 340,-10"/>
|
|
18
|
+
<text text-anchor="start" x="363.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="437,-10 437,-30 457,-30 457,-10 437,-10"/>
|
|
20
|
+
<text text-anchor="start" x="460.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="533,-10 533,-30 553,-30 553,-10 533,-10"/>
|
|
22
|
+
<text text-anchor="start" x="556.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_ToggleModule</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_ToggleModule_declarations</title>
|
|
29
|
-
<polygon fill="none" stroke="black" points="284,-189.59 284,-241.59 356,-241.59 356,-189.59 284,-189.59"/>
|
|
25
|
+
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 742,-379.59 742,-70 8,-70"/>
|
|
30
26
|
</g>
|
|
31
27
|
<g id="clust3" class="cluster">
|
|
32
28
|
<title>cluster_ToggleModule_Toggle_providers</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="
|
|
29
|
+
<polygon fill="none" stroke="black" points="126,-78 126,-241.59 734,-241.59 734,-78 126,-78"/>
|
|
34
30
|
</g>
|
|
35
31
|
<g id="clust4" class="cluster">
|
|
36
32
|
<title>cluster_ToggleModule_imports</title>
|
|
37
|
-
<polygon fill="none" stroke="black" points="
|
|
33
|
+
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 118,-241.59 118,-189.59 16,-189.59"/>
|
|
38
34
|
</g>
|
|
39
35
|
<g id="clust5" class="cluster">
|
|
40
36
|
<title>cluster_ToggleModule_exports</title>
|
|
41
|
-
<polygon fill="none" stroke="black" points="
|
|
37
|
+
<polygon fill="none" stroke="black" points="143,-319.59 143,-371.59 219,-371.59 219,-319.59 143,-319.59"/>
|
|
42
38
|
</g>
|
|
43
39
|
<!-- Toggle -->
|
|
44
40
|
<g id="node1" class="node">
|
|
45
41
|
<title>Toggle</title>
|
|
46
|
-
<polygon fill="#ffffb3" stroke="black" points="
|
|
47
|
-
<text text-anchor="middle" x="
|
|
42
|
+
<polygon fill="#ffffb3" stroke="black" points="323.66,-233.59 268.34,-233.59 268.34,-197.59 323.66,-197.59 323.66,-233.59"/>
|
|
43
|
+
<text text-anchor="middle" x="296" y="-211.39" font-family="Times,serif" font-size="14.00">Toggle</text>
|
|
48
44
|
</g>
|
|
49
45
|
<!-- ToggleModule -->
|
|
50
46
|
<g id="node2" class="node">
|
|
51
47
|
<title>ToggleModule</title>
|
|
52
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
53
|
-
<text text-anchor="middle" x="
|
|
48
|
+
<polygon fill="#8dd3c7" stroke="black" points="230.71,-298.59 227.71,-302.59 206.71,-302.59 203.71,-298.59 131.29,-298.59 131.29,-262.59 230.71,-262.59 230.71,-298.59"/>
|
|
49
|
+
<text text-anchor="middle" x="181" y="-276.39" font-family="Times,serif" font-size="14.00">ToggleModule</text>
|
|
54
50
|
</g>
|
|
55
51
|
<!-- Toggle->ToggleModule -->
|
|
56
52
|
<g id="edge1" class="edge">
|
|
57
53
|
<title>Toggle->ToggleModule</title>
|
|
58
|
-
<path fill="none" stroke="black" d="
|
|
59
|
-
<polygon fill="black" stroke="black" points="
|
|
54
|
+
<path fill="none" stroke="black" d="M296,-233.7C296,-252.93 296,-280.59 296,-280.59 296,-280.59 240.77,-280.59 240.77,-280.59"/>
|
|
55
|
+
<polygon fill="black" stroke="black" points="240.77,-277.09 230.77,-280.59 240.77,-284.09 240.77,-277.09"/>
|
|
60
56
|
</g>
|
|
61
57
|
<!-- Toggle -->
|
|
62
58
|
<g id="node5" class="node">
|
|
63
59
|
<title>Toggle </title>
|
|
64
|
-
<polygon fill="#fb8072" stroke="black" points="
|
|
65
|
-
<text text-anchor="middle" x="
|
|
60
|
+
<polygon fill="#fb8072" stroke="black" points="210.66,-363.59 151.34,-363.59 151.34,-327.59 210.66,-327.59 210.66,-363.59"/>
|
|
61
|
+
<text text-anchor="middle" x="181" y="-341.39" font-family="Times,serif" font-size="14.00">Toggle </text>
|
|
66
62
|
</g>
|
|
67
63
|
<!-- ToggleModule->Toggle -->
|
|
68
64
|
<g id="edge4" class="edge">
|
|
69
65
|
<title>ToggleModule->Toggle </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="M181,-298.7C181,-298.7 181,-317.58 181,-317.58"/>
|
|
67
|
+
<polygon fill="black" stroke="black" points="177.5,-317.58 181,-327.58 184.5,-317.58 177.5,-317.58"/>
|
|
72
68
|
</g>
|
|
73
69
|
<!-- {
|
|
74
70
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
@@ -77,10 +73,10 @@
|
|
|
77
73
|
<title>{
|
|
78
74
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, 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="430" cy="-127.3" rx="296.38" ry="41.09"/>
|
|
77
|
+
<text text-anchor="middle" x="430" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
|
|
78
|
+
<text text-anchor="middle" x="430" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true</text>
|
|
79
|
+
<text text-anchor="middle" x="430" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
|
|
84
80
|
</g>
|
|
85
81
|
<!-- {
|
|
86
82
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
@@ -89,20 +85,20 @@
|
|
|
89
85
|
<title>{
|
|
90
86
|
   provide: NG_VALUE_ACCESSOR, useExisting: Toggle, multi: true
|
|
91
87
|
}->Toggle</title>
|
|
92
|
-
<path fill="none" stroke="black" d="
|
|
93
|
-
<polygon fill="black" stroke="black" points="
|
|
88
|
+
<path fill="none" stroke="black" d="M296,-164.23C296,-164.23 296,-187.58 296,-187.58"/>
|
|
89
|
+
<polygon fill="black" stroke="black" points="292.5,-187.58 296,-197.58 299.5,-187.58 292.5,-187.58"/>
|
|
94
90
|
</g>
|
|
95
91
|
<!-- I18nModule -->
|
|
96
92
|
<g id="node4" class="node">
|
|
97
93
|
<title>I18nModule</title>
|
|
98
|
-
<polygon fill="#8dd3c7" stroke="black" points="
|
|
99
|
-
<text text-anchor="middle" x="
|
|
94
|
+
<polygon fill="#8dd3c7" stroke="black" points="109.71,-233.59 106.71,-237.59 85.71,-237.59 82.71,-233.59 24.29,-233.59 24.29,-197.59 109.71,-197.59 109.71,-233.59"/>
|
|
95
|
+
<text text-anchor="middle" x="67" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
|
|
100
96
|
</g>
|
|
101
97
|
<!-- I18nModule->ToggleModule -->
|
|
102
98
|
<g id="edge3" class="edge">
|
|
103
99
|
<title>I18nModule->ToggleModule</title>
|
|
104
|
-
<path fill="none" stroke="black" d="
|
|
105
|
-
<polygon fill="black" stroke="black" points="
|
|
100
|
+
<path fill="none" stroke="black" d="M67,-233.7C67,-252.93 67,-280.59 67,-280.59 67,-280.59 121.33,-280.59 121.33,-280.59"/>
|
|
101
|
+
<polygon fill="black" stroke="black" points="121.33,-284.09 131.33,-280.59 121.33,-277.09 121.33,-284.09"/>
|
|
106
102
|
</g>
|
|
107
103
|
</g>
|
|
108
104
|
</svg>
|