carbon-components-angular 5.14.9 → 5.14.10
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/Panel.html +2 -7
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +27 -27
- package/docs/documentation/modules/TimePickerModule.html +27 -27
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -50
- package/docs/documentation/modules/TimePickerSelectModule.html +46 -50
- package/docs/documentation/modules/ToggleModule/dependencies.svg +46 -42
- package/docs/documentation/modules/ToggleModule.html +46 -42
- package/docs/documentation/modules/TooltipModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TooltipModule.html +29 -29
- package/docs/documentation.json +3 -4
- package/docs/storybook/{3348.938f9a5b.iframe.bundle.js → 3348.08aa935e.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/{main.a9743d36.iframe.bundle.js → main.4253a447.iframe.bundle.js} +1 -1
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.b0ccd54d.iframe.bundle.js → runtime~main.5beb6b67.iframe.bundle.js} +1 -1
- package/esm2020/ui-shell/panel/panel.component.mjs +1 -2
- package/fesm2015/carbon-components-angular-ui-shell.mjs +0 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs +0 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/package.json +1 -1
- package/ui-shell/panel/panel.component.d.ts +1 -1
|
@@ -171,14 +171,9 @@
|
|
|
171
171
|
</tr>
|
|
172
172
|
<tr>
|
|
173
173
|
<td class="col-md-4">
|
|
174
|
-
<i>Type : </i> <code><a href="https://
|
|
174
|
+
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
175
175
|
|
|
176
176
|
</td>
|
|
177
|
-
</tr>
|
|
178
|
-
<tr>
|
|
179
|
-
<td class="col-md-4">
|
|
180
|
-
<i>Default value : </i><code>"Header panel"</code>
|
|
181
|
-
</td>
|
|
182
177
|
</tr>
|
|
183
178
|
<tr>
|
|
184
179
|
<td class="col-md-2" colspan="2">
|
|
@@ -254,7 +249,7 @@ export class Panel {
|
|
|
254
249
|
*/
|
|
255
250
|
@Input() expanded = false;
|
|
256
251
|
|
|
257
|
-
@Input() ariaLabel
|
|
252
|
+
@Input() ariaLabel;
|
|
258
253
|
}
|
|
259
254
|
</code></pre>
|
|
260
255
|
</div>
|