carbon-components-angular 5.16.4 → 5.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/documentation/classes/NumberChange.html +2 -2
- package/docs/documentation/components/ComboBox.html +6 -6
- package/docs/documentation/components/DatePickerInput.html +5 -5
- package/docs/documentation/components/Dropdown.html +5 -5
- package/docs/documentation/components/DropdownList.html +1 -1
- package/docs/documentation/components/Label.html +5 -5
- package/docs/documentation/components/NumberComponent.html +5 -5
- package/docs/documentation/components/RadioGroup.html +5 -5
- package/docs/documentation/components/Select.html +5 -5
- package/docs/documentation/components/TextInputLabelComponent.html +7 -7
- package/docs/documentation/components/TextareaLabelComponent.html +7 -7
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
- package/docs/documentation/modules/TableModule.html +216 -216
- package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TagModule.html +28 -28
- package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
- package/docs/documentation/modules/ThemeModule.html +15 -15
- package/docs/documentation/modules/TilesModule/dependencies.svg +101 -101
- package/docs/documentation/modules/TilesModule.html +101 -101
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +45 -41
- package/docs/documentation/modules/TimePickerModule.html +45 -41
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
- package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggleModule.html +4 -4
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +37 -37
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +4 -4
- package/docs/documentation.json +73 -73
- package/docs/storybook/{1895.a7b85b78.iframe.bundle.js → 1895.0331c090.iframe.bundle.js} +1 -1
- package/docs/storybook/{3224.6fe555ce.iframe.bundle.js → 3224.92030851.iframe.bundle.js} +1 -1
- package/docs/storybook/{7153.d53e2798.iframe.bundle.js → 7153.5448a01f.iframe.bundle.js} +1 -1
- package/docs/storybook/{9672.655955b8.iframe.bundle.js → 9672.fd8d5d19.iframe.bundle.js} +1 -1
- package/docs/storybook/{combobox-combobox-stories.e58497ad.iframe.bundle.js → combobox-combobox-stories.27ee7f6b.iframe.bundle.js} +1 -1
- package/docs/storybook/{datepicker-datepicker-stories.79d4003a.iframe.bundle.js → datepicker-datepicker-stories.c0cecf8f.iframe.bundle.js} +1 -1
- package/docs/storybook/{dropdown-dropdown-stories.f7aa8512.iframe.bundle.js → dropdown-dropdown-stories.ba6e4ac4.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/{input-input-stories.ca12a1b9.iframe.bundle.js → input-input-stories.eeb079d9.iframe.bundle.js} +1 -1
- package/docs/storybook/input-textarea-stories.51dab44c.iframe.bundle.js +1 -0
- package/docs/storybook/main.0ce4db5b.iframe.bundle.js +1 -0
- package/docs/storybook/{number-input-number-stories.da139119.iframe.bundle.js → number-input-number-stories.fc6064bd.iframe.bundle.js} +1 -1
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{radio-radio-stories.92124173.iframe.bundle.js → radio-radio-stories.2ab192da.iframe.bundle.js} +1 -1
- package/docs/storybook/{runtime~main.3910d8ea.iframe.bundle.js → runtime~main.4aa5b598.iframe.bundle.js} +1 -1
- package/esm2020/combobox/combobox.component.mjs +6 -6
- package/esm2020/datepicker-input/datepicker-input.component.mjs +5 -5
- package/esm2020/dropdown/dropdown.component.mjs +5 -5
- package/esm2020/dropdown/list/dropdown-list.component.mjs +2 -2
- package/esm2020/input/label.component.mjs +5 -5
- package/esm2020/input/text-input-label.component.mjs +7 -7
- package/esm2020/input/textarea-label.component.mjs +7 -7
- package/esm2020/number-input/number.component.mjs +5 -5
- package/esm2020/radio/radio-group.component.mjs +5 -5
- package/esm2020/select/select.component.mjs +5 -5
- package/fesm2015/carbon-components-angular-combobox.mjs +5 -5
- package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-datepicker-input.mjs +4 -4
- package/fesm2015/carbon-components-angular-datepicker-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-dropdown.mjs +5 -5
- package/fesm2015/carbon-components-angular-dropdown.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-input.mjs +16 -16
- package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-number-input.mjs +4 -4
- package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-radio.mjs +4 -4
- package/fesm2015/carbon-components-angular-radio.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-select.mjs +4 -4
- package/fesm2015/carbon-components-angular-select.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-combobox.mjs +5 -5
- package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-datepicker-input.mjs +4 -4
- package/fesm2020/carbon-components-angular-datepicker-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-dropdown.mjs +5 -5
- package/fesm2020/carbon-components-angular-dropdown.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-input.mjs +16 -16
- package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-number-input.mjs +4 -4
- package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-radio.mjs +4 -4
- package/fesm2020/carbon-components-angular-radio.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-select.mjs +4 -4
- package/fesm2020/carbon-components-angular-select.mjs.map +1 -1
- package/input/text-input-label.component.d.ts +1 -1
- package/input/textarea-label.component.d.ts +1 -1
- package/package.json +1 -1
- package/docs/storybook/input-textarea-stories.e9e16201.iframe.bundle.js +0 -1
- package/docs/storybook/main.169a28f2.iframe.bundle.js +0 -1
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
<title>cluster_TooltipModule_imports</title>
|
|
29
29
|
<polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
|
|
30
30
|
</g>
|
|
31
|
-
<g id="clust2" class="cluster">
|
|
32
|
-
<title>cluster_TooltipModule_declarations</title>
|
|
33
|
-
<polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
|
|
34
|
-
</g>
|
|
35
31
|
<g id="clust6" class="cluster">
|
|
36
32
|
<title>cluster_TooltipModule_exports</title>
|
|
37
33
|
<polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
|
|
38
34
|
</g>
|
|
35
|
+
<g id="clust2" class="cluster">
|
|
36
|
+
<title>cluster_TooltipModule_declarations</title>
|
|
37
|
+
<polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
|
|
38
|
+
</g>
|
|
39
39
|
<!-- Tooltip -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>Tooltip</title>
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
<title>cluster_TooltipModule_imports</title>
|
|
71
71
|
<polygon fill="none" stroke="black" points="294,-78 294,-130 416,-130 416,-78 294,-78"/>
|
|
72
72
|
</g>
|
|
73
|
-
<g id="clust2" class="cluster">
|
|
74
|
-
<title>cluster_TooltipModule_declarations</title>
|
|
75
|
-
<polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
|
|
76
|
-
</g>
|
|
77
73
|
<g id="clust6" class="cluster">
|
|
78
74
|
<title>cluster_TooltipModule_exports</title>
|
|
79
75
|
<polygon fill="none" stroke="black" points="131,-208 131,-260 343,-260 343,-208 131,-208"/>
|
|
80
76
|
</g>
|
|
77
|
+
<g id="clust2" class="cluster">
|
|
78
|
+
<title>cluster_TooltipModule_declarations</title>
|
|
79
|
+
<polygon fill="none" stroke="black" points="80,-78 80,-130 286,-130 286,-78 80,-78"/>
|
|
80
|
+
</g>
|
|
81
81
|
<!-- Tooltip -->
|
|
82
82
|
<g id="node1" class="node">
|
|
83
83
|
<title>Tooltip</title>
|