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.
Files changed (84) hide show
  1. package/docs/documentation/classes/NumberChange.html +34 -0
  2. package/docs/documentation/components/ListRow.html +67 -236
  3. package/docs/documentation/components/NumberComponent.html +48 -14
  4. package/docs/documentation/components/PaginationNav.html +262 -33
  5. package/docs/documentation/components/ProgressIndicator.html +2 -2
  6. package/docs/documentation/components/StructuredList.html +1 -1
  7. package/docs/documentation/coverage.html +7 -7
  8. package/docs/documentation/interfaces/PaginationNavTranslations.html +20 -2
  9. package/docs/documentation/js/search/search_index.js +2 -2
  10. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  11. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  12. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -34
  13. package/docs/documentation/modules/DatePickerInputModule.html +38 -34
  14. package/docs/documentation/modules/DatePickerModule/dependencies.svg +56 -52
  15. package/docs/documentation/modules/DatePickerModule.html +56 -52
  16. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +35 -35
  17. package/docs/documentation/modules/FileUploaderModule.html +35 -35
  18. package/docs/documentation/modules/InlineLoadingModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/InlineLoadingModule.html +4 -4
  20. package/docs/documentation/modules/ProgressBarModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/ProgressBarModule.html +4 -4
  22. package/docs/documentation/modules/RadioModule/dependencies.svg +35 -35
  23. package/docs/documentation/modules/RadioModule.html +35 -35
  24. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/SearchModule.html +4 -4
  26. package/docs/documentation/modules/SelectModule/dependencies.svg +60 -60
  27. package/docs/documentation/modules/SelectModule.html +60 -60
  28. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/SliderModule.html +4 -4
  30. package/docs/documentation/modules/TableModule/dependencies.svg +4 -4
  31. package/docs/documentation/modules/TableModule.html +4 -4
  32. package/docs/documentation/modules/TabsModule/dependencies.svg +68 -68
  33. package/docs/documentation/modules/TabsModule.html +68 -68
  34. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  35. package/docs/documentation/modules/TagModule.html +28 -28
  36. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  37. package/docs/documentation/modules/ThemeModule.html +4 -4
  38. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
  39. package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
  40. package/docs/documentation/modules/ToggleModule/dependencies.svg +38 -42
  41. package/docs/documentation/modules/ToggleModule.html +38 -42
  42. package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
  43. package/docs/documentation/modules/TooltipModule.html +28 -28
  44. package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
  45. package/docs/documentation/modules/TreeviewModule.html +32 -32
  46. package/docs/documentation.json +188 -170
  47. package/docs/storybook/{8341.2bf88948.iframe.bundle.js → 8341.d095fdee.iframe.bundle.js} +1 -1
  48. package/docs/storybook/iframe.html +2 -2
  49. package/docs/storybook/main.11fd86ca.iframe.bundle.js +1 -0
  50. package/docs/storybook/main.css +3007 -2790
  51. package/docs/storybook/{number-input-number-stories.6aba5a3d.iframe.bundle.js → number-input-number-stories.8d02c22f.iframe.bundle.js} +1 -1
  52. package/docs/storybook/pagination-pagination-nav-stories.7b305bf2.iframe.bundle.js +1 -0
  53. package/docs/storybook/patterns-filtering-multiple-categories-stories.17085244.iframe.bundle.js +1 -0
  54. package/docs/storybook/project.json +1 -1
  55. package/docs/storybook/{runtime~main.14d57f59.iframe.bundle.js → runtime~main.807a23cc.iframe.bundle.js} +1 -1
  56. package/docs/storybook/{structured-list-structured-list-stories.c86ef32b.iframe.bundle.js → structured-list-structured-list-stories.e6a4535e.iframe.bundle.js} +1 -1
  57. package/esm2020/number-input/number.component.mjs +31 -1
  58. package/esm2020/pagination/pagination-nav/pagination-nav.component.mjs +32 -5
  59. package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -2
  60. package/esm2020/structured-list/list-row.component.mjs +14 -20
  61. package/esm2020/structured-list/structured-list.component.mjs +2 -2
  62. package/fesm2015/carbon-components-angular-number-input.mjs +30 -0
  63. package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
  64. package/fesm2015/carbon-components-angular-pagination.mjs +31 -4
  65. package/fesm2015/carbon-components-angular-pagination.mjs.map +1 -1
  66. package/fesm2015/carbon-components-angular-progress-indicator.mjs +1 -1
  67. package/fesm2015/carbon-components-angular-progress-indicator.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-structured-list.mjs +14 -20
  69. package/fesm2015/carbon-components-angular-structured-list.mjs.map +1 -1
  70. package/fesm2020/carbon-components-angular-number-input.mjs +30 -0
  71. package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
  72. package/fesm2020/carbon-components-angular-pagination.mjs +31 -4
  73. package/fesm2020/carbon-components-angular-pagination.mjs.map +1 -1
  74. package/fesm2020/carbon-components-angular-progress-indicator.mjs +1 -1
  75. package/fesm2020/carbon-components-angular-progress-indicator.mjs.map +1 -1
  76. package/fesm2020/carbon-components-angular-structured-list.mjs +14 -20
  77. package/fesm2020/carbon-components-angular-structured-list.mjs.map +1 -1
  78. package/package.json +1 -1
  79. package/pagination/pagination-nav/pagination-nav.component.d.ts +8 -1
  80. package/progress-indicator/progress-indicator.component.d.ts +1 -1
  81. package/structured-list/list-row.component.d.ts +1 -3
  82. package/docs/storybook/main.ca52fea9.iframe.bundle.js +0 -1
  83. package/docs/storybook/pagination-pagination-nav-stories.ace8938b.iframe.bundle.js +0 -1
  84. package/docs/storybook/patterns-filtering-multiple-categories-stories.487f9487.iframe.bundle.js +0 -1
@@ -1841,9 +1841,9 @@
1841
1841
  </td>
1842
1842
  <td>component</td>
1843
1843
  <td>PaginationNav</td>
1844
- <td align="right" data-sort="40">
1845
- <span class="coverage-percent">40 %</span>
1846
- <span class="coverage-count">(6/15)</span>
1844
+ <td align="right" data-sort="36">
1845
+ <span class="coverage-percent">36 %</span>
1846
+ <span class="coverage-count">(7/19)</span>
1847
1847
  </td>
1848
1848
  </tr>
1849
1849
  <tr class="low">
@@ -2146,16 +2146,16 @@
2146
2146
  <span class="coverage-count">(2/11)</span>
2147
2147
  </td>
2148
2148
  </tr>
2149
- <tr class="low">
2149
+ <tr class="medium">
2150
2150
  <td>
2151
2151
  <!-- miscellaneous -->
2152
2152
  <a href="./components/ListRow.html">src/structured-list/list-row.component.ts</a>
2153
2153
  </td>
2154
2154
  <td>component</td>
2155
2155
  <td>ListRow</td>
2156
- <td align="right" data-sort="24">
2157
- <span class="coverage-percent">24 %</span>
2158
- <span class="coverage-count">(6/25)</span>
2156
+ <td align="right" data-sort="30">
2157
+ <span class="coverage-percent">30 %</span>
2158
+ <span class="coverage-count">(6/20)</span>
2159
2159
  </td>
2160
2160
  </tr>
2161
2161
  <tr class="medium">
@@ -239,7 +239,8 @@ import {
239
239
  Component,
240
240
  Input,
241
241
  Output,
242
- EventEmitter
242
+ EventEmitter,
243
+ HostBinding
243
244
  } from &quot;@angular/core&quot;;
244
245
 
245
246
  import { I18n, Overridable } from &quot;carbon-components-angular/i18n&quot;;
@@ -287,7 +288,7 @@ export interface PaginationNavTranslations {
287
288
  &lt;li class&#x3D;&quot;cds--pagination-nav__list-item&quot;&gt;
288
289
  &lt;cds-icon-button
289
290
  kind&#x3D;&quot;ghost&quot;
290
- size&#x3D;&quot;md&quot;
291
+ [size]&#x3D;&quot;size&quot;
291
292
  (click)&#x3D;&quot;jumpToPrevious()&quot;
292
293
  [disabled]&#x3D;&quot;leftArrowDisabled&quot;
293
294
  [description]&#x3D;&quot;previousItemText.subject | async&quot;&gt;
@@ -331,6 +332,7 @@ export interface PaginationNavTranslations {
331
332
  &lt;li class&#x3D;&quot;cds--pagination-nav__list-item&quot;&gt;
332
333
  &lt;cds-icon-button
333
334
  kind&#x3D;&quot;ghost&quot;
335
+ [size]&#x3D;&quot;size&quot;
334
336
  (click)&#x3D;&quot;jumpToNext()&quot;
335
337
  [disabled]&#x3D;&quot;rightArrowDisabled&quot;
336
338
  [description]&#x3D;&quot;nextItemText.subject | async&quot;&gt;
@@ -377,6 +379,22 @@ export class PaginationNav {
377
379
  this.previousItemText.override(valueWithDefaults.PREVIOUS);
378
380
  }
379
381
 
382
+ /**
383
+ * Sets the pagination nav size
384
+ */
385
+ @Input() size: &quot;sm&quot; | &quot;md&quot; | &quot;lg&quot; &#x3D; &quot;lg&quot;;
386
+
387
+ // Size
388
+ @HostBinding(&quot;class.cds--layout--size-sm&quot;) get smallLayoutSize() {
389
+ return this.size &#x3D;&#x3D;&#x3D; &quot;sm&quot;;
390
+ }
391
+ @HostBinding(&quot;class.cds--layout--size-md&quot;) get mediumLayoutSize() {
392
+ return this.size &#x3D;&#x3D;&#x3D; &quot;md&quot;;
393
+ }
394
+ @HostBinding(&quot;class.cds--layout--size-lg&quot;) get largeLayoutSize() {
395
+ return this.size &#x3D;&#x3D;&#x3D; &quot;lg&quot;;
396
+ }
397
+
380
398
  /**
381
399
  * Emits the new page number.
382
400
  *