carbon-components-angular 3.17.3 → 3.17.4
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/combobox/combobox.module.ngfactory.js +4 -3
- package/combobox/combobox.module.ngsummary.json +1 -1
- package/docs/documentation/classes/NumberChange.html +1 -1
- package/docs/documentation/components/Dropdown.html +144 -70
- package/docs/documentation/components/Notification.html +52 -19
- package/docs/documentation/components/NumberComponent.html +4 -4
- package/docs/documentation/components/Toast.html +34 -29
- package/docs/documentation/coverage.html +4 -4
- package/docs/documentation/interfaces/NotificationContent.html +39 -0
- package/docs/documentation/interfaces/ToastContent.html +1 -0
- package/docs/documentation/js/menu-wc.js +1 -1
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/DropdownModule.html +3 -1
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/index.html +1 -1
- package/docs/storybook/main.604029a81eeba7dfa6f2.bundle.js +1 -0
- package/docs/storybook/{main.edce6b8dbd74b486e13b.bundle.js → main.d185cd03d35d1c8840ae.bundle.js} +85 -31
- package/docs/storybook/main.d185cd03d35d1c8840ae.bundle.js.map +1 -0
- package/docs/storybook/{runtime~main.edce6b8dbd74b486e13b.bundle.js → runtime~main.d185cd03d35d1c8840ae.bundle.js} +1 -1
- package/docs/storybook/{runtime~main.edce6b8dbd74b486e13b.bundle.js.map → runtime~main.d185cd03d35d1c8840ae.bundle.js.map} +1 -1
- package/docs/storybook/{vendors~main.edce6b8dbd74b486e13b.bundle.js → vendors~main.d185cd03d35d1c8840ae.bundle.js} +1 -1
- package/docs/storybook/{vendors~main.edce6b8dbd74b486e13b.bundle.js.map → vendors~main.d185cd03d35d1c8840ae.bundle.js.map} +1 -1
- package/docs/storybook/{vendors~main.3867fd102613e5004ee8.bundle.js → vendors~main.ffd26d1a4b0f598e04d1.bundle.js} +15 -15
- package/dropdown/dropdown.component.d.ts +8 -0
- package/dropdown/dropdown.component.js +11 -1
- package/dropdown/dropdown.component.js.map +1 -1
- package/dropdown/dropdown.component.metadata.json +1 -1
- package/dropdown/dropdown.component.ngfactory.js +15 -12
- package/dropdown/dropdown.component.ngfactory.js.map +1 -1
- package/dropdown/dropdown.component.ngsummary.json +1 -1
- package/dropdown/dropdown.module.js +3 -1
- package/dropdown/dropdown.module.js.map +1 -1
- package/dropdown/dropdown.module.metadata.json +1 -1
- package/dropdown/dropdown.module.ngfactory.js +2 -1
- package/dropdown/dropdown.module.ngfactory.js.map +1 -1
- package/dropdown/dropdown.module.ngsummary.json +1 -1
- package/notification/notification-content.interface.d.ts +1 -0
- package/notification/notification-content.interface.js.map +1 -1
- package/notification/notification.component.d.ts +2 -0
- package/notification/notification.component.js +9 -1
- package/notification/notification.component.js.map +1 -1
- package/notification/notification.component.metadata.json +1 -1
- package/notification/notification.component.ngfactory.js +3 -2
- package/notification/notification.component.ngfactory.js.map +1 -1
- package/notification/notification.module.ngfactory.js.map +1 -1
- package/notification/toast.component.js +3 -1
- package/notification/toast.component.js.map +1 -1
- package/notification/toast.component.metadata.json +1 -1
- package/notification/toast.component.ngfactory.js +6 -5
- package/notification/toast.component.ngfactory.js.map +1 -1
- package/number-input/number.component.js +1 -1
- package/number-input/number.component.js.map +1 -1
- package/package.json +3 -3
- package/docs/storybook/main.51fd4ec04666087c08cd.bundle.js +0 -1
- package/docs/storybook/main.edce6b8dbd74b486e13b.bundle.js.map +0 -1
|
@@ -94,6 +94,10 @@
|
|
|
94
94
|
<span class="modifier">Optional</span>
|
|
95
95
|
<a href="#message">message</a>
|
|
96
96
|
</li>
|
|
97
|
+
<li>
|
|
98
|
+
<span class="modifier">Optional</span>
|
|
99
|
+
<a href="#showClose">showClose</a>
|
|
100
|
+
</li>
|
|
97
101
|
<li>
|
|
98
102
|
<span class="modifier">Optional</span>
|
|
99
103
|
<a href="#smart">smart</a>
|
|
@@ -253,6 +257,40 @@
|
|
|
253
257
|
|
|
254
258
|
|
|
255
259
|
|
|
260
|
+
</tbody>
|
|
261
|
+
</table>
|
|
262
|
+
<table class="table table-sm table-bordered">
|
|
263
|
+
<tbody>
|
|
264
|
+
<tr>
|
|
265
|
+
<td class="col-md-4">
|
|
266
|
+
<a name="showClose"></a>
|
|
267
|
+
<span class="name"><b>showClose</b><a href="#showClose"><span class="icon ion-ios-link"></span></a></span>
|
|
268
|
+
</td>
|
|
269
|
+
</tr>
|
|
270
|
+
<tr>
|
|
271
|
+
<td class="col-md-4">
|
|
272
|
+
<code>showClose: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
273
|
+
</code>
|
|
274
|
+
</td>
|
|
275
|
+
</tr>
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
<tr>
|
|
279
|
+
<td class="col-md-4">
|
|
280
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
281
|
+
|
|
282
|
+
</td>
|
|
283
|
+
</tr>
|
|
284
|
+
|
|
285
|
+
<tr>
|
|
286
|
+
<td class="col-md-4">
|
|
287
|
+
<i>Optional</i>
|
|
288
|
+
</td>
|
|
289
|
+
</tr>
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
256
294
|
</tbody>
|
|
257
295
|
</table>
|
|
258
296
|
<table class="table table-sm table-bordered">
|
|
@@ -394,6 +432,7 @@
|
|
|
394
432
|
smart?: boolean;
|
|
395
433
|
closeLabel?: any;
|
|
396
434
|
message?: string;
|
|
435
|
+
showClose?: boolean;
|
|
397
436
|
lowContrast?: boolean;
|
|
398
437
|
}
|
|
399
438
|
|