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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.