@adyen/bento-vue2 0.7.1 → 0.8.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.
Files changed (68) hide show
  1. package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +1 -1
  2. package/dist/@types/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +16 -3
  3. package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +0 -2
  4. package/dist/@types/components/data-grid/data-grid.vue.d.ts +6 -2
  5. package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue.d.ts +15 -4
  6. package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.types.d.ts +14 -4
  7. package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue.d.ts +18 -5
  8. package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/index.d.ts +1 -0
  9. package/dist/@types/components/date-picker/components/date-picker-calendar/date-picker-calendar.types.d.ts +11 -1
  10. package/dist/@types/components/date-picker/components/date-picker-calendar/date-picker-calendar.vue.d.ts +42 -71
  11. package/dist/@types/components/date-picker/components/date-picker-calendar-pane/composables/use-range-pane.d.ts +2 -0
  12. package/dist/@types/components/date-picker/components/date-picker-calendar-pane/composables/use-single-pane.d.ts +2 -0
  13. package/dist/@types/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.types.d.ts +21 -0
  14. package/dist/@types/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.vue.d.ts +198 -0
  15. package/dist/@types/components/date-picker/components/date-picker-calendar-pane/index.d.ts +1 -0
  16. package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.vue.d.ts +58 -0
  17. package/dist/@types/components/date-picker/components/date-picker-calendar-range/index.d.ts +1 -0
  18. package/dist/@types/components/date-picker/composables/use-date-picker-range-calendar-text.d.ts +2 -0
  19. package/dist/@types/components/date-picker/composables/use-date-picker-single-calendar-text.d.ts +2 -0
  20. package/dist/@types/components/date-picker/date-picker.types.d.ts +15 -0
  21. package/dist/@types/components/date-picker/date-picker.vue.d.ts +55 -14
  22. package/dist/@types/components/divider/divider.vue.d.ts +6 -0
  23. package/dist/@types/components/divider/index.d.ts +1 -0
  24. package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +18 -0
  25. package/dist/@types/components/filter-bar/components/date-filter/date-filter.types.d.ts +3 -0
  26. package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +114 -0
  27. package/dist/@types/components/filter-bar/components/date-filter/index.d.ts +1 -0
  28. package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.types.d.ts +3 -0
  29. package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +200 -0
  30. package/dist/@types/components/filter-bar/components/date-range-filter/index.d.ts +1 -0
  31. package/dist/@types/components/filter-bar/filter-bar.types.d.ts +17 -3
  32. package/dist/@types/components/info-icon/info-icon.vue.d.ts +13 -1
  33. package/dist/@types/components/input-field/input-field.vue.d.ts +9 -0
  34. package/dist/@types/components/internal/copy/copy.vue.d.ts +31 -0
  35. package/dist/@types/components/internal/copy/index.d.ts +1 -0
  36. package/dist/@types/components/internal/index.d.ts +1 -0
  37. package/dist/@types/components/menu/menu.types.d.ts +8 -0
  38. package/dist/@types/components/menu/menu.vue.d.ts +28 -10
  39. package/dist/@types/components/modal/components/base-modal/index.d.ts +1 -0
  40. package/dist/@types/components/payment-method/payment-method.vue.d.ts +12 -0
  41. package/dist/@types/components/popover/popover.vue.d.ts +19 -0
  42. package/dist/@types/components/search-bar/search-bar.vue.d.ts +26 -0
  43. package/dist/@types/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +46 -0
  44. package/dist/@types/components/structured-list/index.d.ts +2 -0
  45. package/dist/@types/components/structured-list/structured-list.vue.d.ts +2 -0
  46. package/dist/@types/components/summary-grid/components/grid-layout/grid-layout.types.d.ts +5 -7
  47. package/dist/@types/components/summary-grid/components/grid-layout/grid-layout.vue.d.ts +16 -11
  48. package/dist/@types/components/summary-grid/components/summary-grid-item/index.d.ts +2 -0
  49. package/dist/@types/components/summary-grid/components/summary-grid-item/summary-grid-item.types.d.ts +7 -0
  50. package/dist/@types/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +119 -0
  51. package/dist/@types/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +89 -0
  52. package/dist/@types/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue.d.ts +40 -0
  53. package/dist/@types/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +80 -0
  54. package/dist/@types/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +80 -0
  55. package/dist/@types/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +51 -0
  56. package/dist/@types/components/summary-grid/index.d.ts +7 -0
  57. package/dist/@types/components/summary-grid/summary-grid.types.d.ts +16 -0
  58. package/dist/@types/components/summary-grid/summary-grid.vue.d.ts +19 -0
  59. package/dist/@types/components.d.ts +16 -0
  60. package/dist/@types/index.d.ts +3 -0
  61. package/dist/index.js +8699 -7376
  62. package/dist/index.js.map +1 -1
  63. package/dist/web-types.json +981 -141
  64. package/package.json +2 -3
  65. package/dist/@types/components/date-picker/components/date-picker-calendar-container/__test__/date-picker-calendar-container-stub.vue.d.ts +0 -43
  66. package/dist/@types/components/date-picker/components/date-picker-calendar-container/date-picker-calendar-container.types.d.ts +0 -3
  67. package/dist/@types/components/date-picker/components/date-picker-calendar-container/date-picker-calendar-container.vue.d.ts +0 -99
  68. package/dist/@types/components/date-picker/components/date-picker-calendar-container/index.d.ts +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@adyen/bento-vue2",
4
- "version": "0.7.1",
4
+ "version": "0.8.1",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -837,6 +837,15 @@
837
837
  },
838
838
  "default": "false"
839
839
  },
840
+ {
841
+ "name": "controlled",
842
+ "description": "Allows to handle the controls (apply/clear) from outside\nof the component",
843
+ "value": {
844
+ "kind": "expression",
845
+ "type": "boolean"
846
+ },
847
+ "default": "false"
848
+ },
840
849
  {
841
850
  "name": "disableApplyButton",
842
851
  "description": "Disable the \"apply\" button",
@@ -873,6 +882,14 @@
873
882
  "type": "string"
874
883
  }
875
884
  },
885
+ {
886
+ "name": "fitContent",
887
+ "description": "Sets the size of the container to fit its content",
888
+ "value": {
889
+ "kind": "expression",
890
+ "type": "BentoPopover.props.fitContent"
891
+ }
892
+ },
876
893
  {
877
894
  "name": "value",
878
895
  "description": "Current value of the filter",
@@ -1621,6 +1638,52 @@
1621
1638
  "symbol": "default"
1622
1639
  }
1623
1640
  },
1641
+ {
1642
+ "name": "bento-date-filter",
1643
+ "description": "The Date filter displays a calendar that allows\nto select a single date.",
1644
+ "attributes": [
1645
+ {
1646
+ "name": "field",
1647
+ "required": true,
1648
+ "description": "Filter name/key referencing the actual property name in the data set.\nShould be unique per filter bar.",
1649
+ "value": {
1650
+ "kind": "expression",
1651
+ "type": "string"
1652
+ }
1653
+ },
1654
+ {
1655
+ "name": "label",
1656
+ "required": true,
1657
+ "description": "Label text to be displayed",
1658
+ "value": {
1659
+ "kind": "expression",
1660
+ "type": "string"
1661
+ }
1662
+ },
1663
+ {
1664
+ "name": "options",
1665
+ "description": "List of options that are needed to setup the filter\nAvailable options:\n - firstDayOfWeek: Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday\n - isDateDisabled: Indicate if a date should be disabled or not",
1666
+ "value": {
1667
+ "kind": "expression",
1668
+ "type": "BentoDateFilterOptions"
1669
+ },
1670
+ "default": "undefined"
1671
+ },
1672
+ {
1673
+ "name": "value",
1674
+ "description": "Current value of the filter",
1675
+ "value": {
1676
+ "kind": "expression",
1677
+ "type": "BentoDateFilterValue"
1678
+ },
1679
+ "default": "undefined"
1680
+ }
1681
+ ],
1682
+ "source": {
1683
+ "module": "./src/components/filter-bar/components/date-filter/date-filter.vue",
1684
+ "symbol": "default"
1685
+ }
1686
+ },
1624
1687
  {
1625
1688
  "name": "bento-date-picker",
1626
1689
  "description": "Date picker selector.",
@@ -1657,7 +1720,7 @@
1657
1720
  "description": "Indicate if a date should be disabled or not",
1658
1721
  "value": {
1659
1722
  "kind": "expression",
1660
- "type": "func"
1723
+ "type": "BentoDatePickerIsDateDisabled"
1661
1724
  },
1662
1725
  "default": "undefined"
1663
1726
  },
@@ -1688,14 +1751,30 @@
1688
1751
  },
1689
1752
  "default": "false"
1690
1753
  },
1754
+ {
1755
+ "name": "numberOfMonths",
1756
+ "description": "Number of months rendered on pane",
1757
+ "value": {
1758
+ "kind": "expression",
1759
+ "type": "DatePickerCalendarPane.props.numberOfMonths"
1760
+ }
1761
+ },
1691
1762
  {
1692
1763
  "name": "value",
1693
1764
  "description": "Selected date",
1694
1765
  "value": {
1695
1766
  "kind": "expression",
1696
- "type": "date"
1767
+ "type": "BentoDatePickerValue"
1697
1768
  },
1698
1769
  "default": "null"
1770
+ },
1771
+ {
1772
+ "name": "variant",
1773
+ "value": {
1774
+ "kind": "expression",
1775
+ "type": "BentoDatePickerVariant"
1776
+ },
1777
+ "default": "BentoDatePickerVariant.SINGLE_CALENDAR"
1699
1778
  }
1700
1779
  ],
1701
1780
  "source": {
@@ -1703,6 +1782,112 @@
1703
1782
  "symbol": "default"
1704
1783
  }
1705
1784
  },
1785
+ {
1786
+ "name": "bento-date-picker-calendar-pane",
1787
+ "description": "Handles the calendar logic to change visible months for Single calendar\nand Range calendar, as well as the selection logic for range.\nAll the processing necessary for the calendar to select dates",
1788
+ "attributes": [
1789
+ {
1790
+ "name": "firstDayOfWeek",
1791
+ "description": "Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday",
1792
+ "value": {
1793
+ "kind": "expression",
1794
+ "type": "DatePickerCalendar.props.firstDayOfWeek"
1795
+ }
1796
+ },
1797
+ {
1798
+ "name": "isDateDisabled",
1799
+ "description": "Indicate if a date should be disabled or not",
1800
+ "value": {
1801
+ "kind": "expression",
1802
+ "type": "DatePickerCalendar.props.isDateDisabled"
1803
+ }
1804
+ },
1805
+ {
1806
+ "name": "isRange",
1807
+ "description": "Enables the Date Range calendar",
1808
+ "value": {
1809
+ "kind": "expression",
1810
+ "type": "DatePickerCalendar.props.isRange"
1811
+ }
1812
+ },
1813
+ {
1814
+ "name": "numberOfMonths",
1815
+ "description": "Number of months rendered on pane",
1816
+ "value": {
1817
+ "kind": "expression",
1818
+ "type": "number"
1819
+ },
1820
+ "default": "3"
1821
+ },
1822
+ {
1823
+ "name": "value",
1824
+ "description": "Selected date. Can be a single Date or a DatePickerCalendarPaneRangeDate\ninstance that contains startDate and endDate attributes.",
1825
+ "value": {
1826
+ "kind": "expression",
1827
+ "type": "DatePickerCalendarPaneValue"
1828
+ },
1829
+ "default": "undefined"
1830
+ }
1831
+ ],
1832
+ "source": {
1833
+ "module": "./src/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.vue",
1834
+ "symbol": "default"
1835
+ }
1836
+ },
1837
+ {
1838
+ "name": "bento-date-range-filter",
1839
+ "description": "The Date filter displays a calendar that allows\nto select a single date.",
1840
+ "attributes": [
1841
+ {
1842
+ "name": "field",
1843
+ "required": true,
1844
+ "description": "Filter name/key referencing the actual property name in the data set.\nShould be unique per filter bar.",
1845
+ "value": {
1846
+ "kind": "expression",
1847
+ "type": "string"
1848
+ }
1849
+ },
1850
+ {
1851
+ "name": "label",
1852
+ "required": true,
1853
+ "description": "Label text to be displayed",
1854
+ "value": {
1855
+ "kind": "expression",
1856
+ "type": "string"
1857
+ }
1858
+ },
1859
+ {
1860
+ "name": "options",
1861
+ "description": "List of options that are needed to setup the filter\nAvailable options:\n - firstDayOfWeek: Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday\n - isDateDisabled: Indicate if a date should be disabled or not",
1862
+ "value": {
1863
+ "kind": "expression",
1864
+ "type": "BentoDateRangeFilterOptions"
1865
+ },
1866
+ "default": "undefined"
1867
+ },
1868
+ {
1869
+ "name": "value",
1870
+ "description": "Current value of the filter",
1871
+ "value": {
1872
+ "kind": "expression",
1873
+ "type": "BentoDateRangeFilterValue"
1874
+ },
1875
+ "default": "() => ({ startDate: undefined, endDate: undefined })"
1876
+ }
1877
+ ],
1878
+ "source": {
1879
+ "module": "./src/components/filter-bar/components/date-range-filter/date-range-filter.vue",
1880
+ "symbol": "default"
1881
+ }
1882
+ },
1883
+ {
1884
+ "name": "bento-divider",
1885
+ "description": "",
1886
+ "source": {
1887
+ "module": "./src/components/divider/divider.vue",
1888
+ "symbol": "default"
1889
+ }
1890
+ },
1706
1891
  {
1707
1892
  "name": "bento-dropdown-avatar",
1708
1893
  "description": "A Avatar Dropdown showing a selectable list of countries.",
@@ -2077,6 +2262,15 @@
2077
2262
  "kind": "expression",
2078
2263
  "type": "string"
2079
2264
  }
2265
+ },
2266
+ {
2267
+ "name": "tooltipPosition",
2268
+ "description": "Position the tooltip should take if space is available. Defaults to 'auto'",
2269
+ "value": {
2270
+ "kind": "expression",
2271
+ "type": "PopperContainerPosition"
2272
+ },
2273
+ "default": "PopperContainerPosition.AUTO"
2080
2274
  }
2081
2275
  ],
2082
2276
  "source": {
@@ -2124,6 +2318,15 @@
2124
2318
  },
2125
2319
  "default": "false"
2126
2320
  },
2321
+ {
2322
+ "name": "placeholder",
2323
+ "description": "Text displayed as the placeholder of the input-field",
2324
+ "value": {
2325
+ "kind": "expression",
2326
+ "type": "string"
2327
+ },
2328
+ "default": "''"
2329
+ },
2127
2330
  {
2128
2331
  "name": "staticValue",
2129
2332
  "description": "Static text that displayed before or after input value\nApplicable to the Static Value variant",
@@ -2627,15 +2830,6 @@
2627
2830
  "type": "BentoMenuItem[]"
2628
2831
  }
2629
2832
  },
2630
- {
2631
- "name": "tertiaryButton",
2632
- "description": "Displays the menu button in its ghost variant",
2633
- "value": {
2634
- "kind": "expression",
2635
- "type": "boolean"
2636
- },
2637
- "default": "false"
2638
- },
2639
2833
  {
2640
2834
  "name": "menuPosition",
2641
2835
  "description": "The position of where the menu should open.",
@@ -2653,6 +2847,29 @@
2653
2847
  "type": "boolean"
2654
2848
  },
2655
2849
  "default": "false"
2850
+ },
2851
+ {
2852
+ "name": "menuWidth",
2853
+ "description": "Sets a custom width for the menu popover.",
2854
+ "value": {
2855
+ "kind": "expression",
2856
+ "type": "number"
2857
+ },
2858
+ "default": "null"
2859
+ },
2860
+ {
2861
+ "name": "button",
2862
+ "description": "Object containing props to change the menu button appearance. Accepts the same props present in BentoButton.",
2863
+ "value": {
2864
+ "kind": "expression",
2865
+ "type": "BentoMenuButtonProps"
2866
+ },
2867
+ "default": "() => ({\n variant: BentoButtonVariant.SECONDARY,\n})"
2868
+ }
2869
+ ],
2870
+ "slots": [
2871
+ {
2872
+ "name": "default"
2656
2873
  }
2657
2874
  ],
2658
2875
  "source": {
@@ -3126,6 +3343,15 @@
3126
3343
  "kind": "expression",
3127
3344
  "type": "string"
3128
3345
  }
3346
+ },
3347
+ {
3348
+ "name": "small",
3349
+ "description": "Render payment method icon in a smaller size",
3350
+ "value": {
3351
+ "kind": "expression",
3352
+ "type": "boolean"
3353
+ },
3354
+ "default": "false"
3129
3355
  }
3130
3356
  ],
3131
3357
  "source": {
@@ -3191,6 +3417,15 @@
3191
3417
  },
3192
3418
  "default": "false"
3193
3419
  },
3420
+ {
3421
+ "name": "fitContent",
3422
+ "description": "Sets the size of the container to fit its content",
3423
+ "value": {
3424
+ "kind": "expression",
3425
+ "type": "boolean"
3426
+ },
3427
+ "default": "false"
3428
+ },
3194
3429
  {
3195
3430
  "name": "fixedPositioning",
3196
3431
  "description": "Instructs popover to be visible outside of the containing container.\nUseful when component would be used in limited containers like Modal, Side panel, etc.\nhttps://popper.js.org/docs/v2/constructors/#strategy",
@@ -3200,6 +3435,15 @@
3200
3435
  },
3201
3436
  "default": "false"
3202
3437
  },
3438
+ {
3439
+ "name": "open",
3440
+ "description": "Toggles the popover open and closed",
3441
+ "value": {
3442
+ "kind": "expression",
3443
+ "type": "boolean"
3444
+ },
3445
+ "default": "false"
3446
+ },
3203
3447
  {
3204
3448
  "name": "large",
3205
3449
  "description": "Displays the popover in a large size.",
@@ -3469,6 +3713,15 @@
3469
3713
  },
3470
3714
  "default": "300"
3471
3715
  },
3716
+ {
3717
+ "name": "placeholder",
3718
+ "description": "Text displayed as the placeholder of the input-field",
3719
+ "value": {
3720
+ "kind": "expression",
3721
+ "type": "string"
3722
+ },
3723
+ "default": "''"
3724
+ },
3472
3725
  {
3473
3726
  "name": "value",
3474
3727
  "description": "Text displayed as the value being searched",
@@ -3695,35 +3948,489 @@
3695
3948
  }
3696
3949
  },
3697
3950
  {
3698
- "name": "bento-tag",
3699
- "description": "",
3951
+ "name": "bento-structured-list",
3952
+ "description": "This is a list used to display pairs of information in a clear and organized manner.\n`BentoStructureListItem` should be used to pass the label/value pairs to the list.",
3953
+ "slots": [
3954
+ {
3955
+ "name": "default"
3956
+ }
3957
+ ],
3958
+ "source": {
3959
+ "module": "./src/components/structured-list/structured-list.vue",
3960
+ "symbol": "default"
3961
+ }
3962
+ },
3963
+ {
3964
+ "name": "bento-structured-list-item",
3965
+ "description": "This is an item of the `BentoStructuredList` meant to be used only with that component.\nIt consists of a label/value pair, and also the optional copy and search modifiers.",
3700
3966
  "attributes": [
3701
3967
  {
3702
3968
  "name": "label",
3703
- "description": "The label text content of the Tag.",
3969
+ "required": true,
3970
+ "description": "Label to display for the value",
3971
+ "value": {
3972
+ "kind": "expression",
3973
+ "type": "string"
3974
+ }
3975
+ },
3976
+ {
3977
+ "name": "copy",
3978
+ "description": "Text to copy when the user clicks `Copy` icon",
3704
3979
  "value": {
3705
3980
  "kind": "expression",
3706
3981
  "type": "string"
3707
3982
  },
3708
- "default": "null"
3983
+ "default": "undefined"
3709
3984
  },
3710
3985
  {
3711
- "name": "variant",
3712
- "description": "The variant variant of tag",
3986
+ "name": "search",
3987
+ "description": "Function to trigger when user clicks `Search` icon",
3713
3988
  "value": {
3714
3989
  "kind": "expression",
3715
- "type": "BentoTagVariant"
3990
+ "type": "(event: Event) => void"
3716
3991
  },
3717
- "default": "BentoTagVariant.GREY"
3992
+ "default": "undefined"
3718
3993
  },
3719
3994
  {
3720
- "name": "truncate",
3721
- "description": "The number of characters to limit the number of displayed characters for the tag text, truncating it with an ellipsis of three dots \"...\".",
3995
+ "name": "searchTooltip",
3996
+ "description": "Text to display when the user hovers over `Search` icon",
3722
3997
  "value": {
3723
3998
  "kind": "expression",
3724
- "type": "number"
3999
+ "type": "string"
3725
4000
  },
3726
- "default": "null"
4001
+ "default": "undefined"
4002
+ }
4003
+ ],
4004
+ "slots": [
4005
+ {
4006
+ "name": "default"
4007
+ }
4008
+ ],
4009
+ "source": {
4010
+ "module": "./src/components/structured-list/components/structered-list-item/structured-list-item.vue",
4011
+ "symbol": "default"
4012
+ }
4013
+ },
4014
+ {
4015
+ "name": "bento-summary-grid",
4016
+ "description": "A summary grid component that displays a collection items.",
4017
+ "attributes": [
4018
+ {
4019
+ "name": "columnWidth",
4020
+ "description": "Sets the responsive columns widths values for 1 of the 3 rows.",
4021
+ "value": {
4022
+ "kind": "expression",
4023
+ "type": "BentoSummaryGridColumnWidth"
4024
+ },
4025
+ "default": "null"
4026
+ }
4027
+ ],
4028
+ "slots": [
4029
+ {
4030
+ "name": "default"
4031
+ }
4032
+ ],
4033
+ "source": {
4034
+ "module": "./src/components/summary-grid/summary-grid.vue",
4035
+ "symbol": "default"
4036
+ }
4037
+ },
4038
+ {
4039
+ "name": "bento-summary-grid-item-amount",
4040
+ "description": "Summary grid item component used to display financial data, such as currency values and monetary amounts",
4041
+ "attributes": [
4042
+ {
4043
+ "name": "copy",
4044
+ "description": "Text to copy to the clipboard",
4045
+ "value": {
4046
+ "kind": "expression",
4047
+ "type": "string"
4048
+ },
4049
+ "default": "undefined"
4050
+ },
4051
+ {
4052
+ "name": "label",
4053
+ "required": true,
4054
+ "description": "Amount to be shown as the main value",
4055
+ "value": {
4056
+ "kind": "expression",
4057
+ "type": "string"
4058
+ }
4059
+ },
4060
+ {
4061
+ "name": "secondaryLabel",
4062
+ "description": "Adds additional label next to amount content",
4063
+ "value": {
4064
+ "kind": "expression",
4065
+ "type": "string"
4066
+ },
4067
+ "default": "null"
4068
+ },
4069
+ {
4070
+ "name": "title",
4071
+ "required": true,
4072
+ "description": "Text used as a title",
4073
+ "value": {
4074
+ "kind": "expression",
4075
+ "type": "string"
4076
+ }
4077
+ },
4078
+ {
4079
+ "name": "infoIconTooltipText",
4080
+ "description": "Text showed in the info-icon tooltip on hover",
4081
+ "value": {
4082
+ "kind": "expression",
4083
+ "type": "string"
4084
+ },
4085
+ "default": "null"
4086
+ },
4087
+ {
4088
+ "name": "fitContent",
4089
+ "description": "The width of `summary-grid-item` fits its content",
4090
+ "value": {
4091
+ "kind": "expression",
4092
+ "type": "boolean"
4093
+ },
4094
+ "default": "false"
4095
+ },
4096
+ {
4097
+ "name": "trendDirection",
4098
+ "description": "Defines the direction (color) of the trend label",
4099
+ "value": {
4100
+ "kind": "expression",
4101
+ "type": "BentoSummaryGridItemTrendDirection"
4102
+ },
4103
+ "default": "BentoSummaryGridItemTrendDirection.POSITIVE"
4104
+ },
4105
+ {
4106
+ "name": "trend",
4107
+ "description": "Shows colored trend label next to text content",
4108
+ "value": {
4109
+ "kind": "expression",
4110
+ "type": "string"
4111
+ },
4112
+ "default": "null"
4113
+ },
4114
+ {
4115
+ "name": "size",
4116
+ "description": "Defines the size of the `summary-grid-item` text content",
4117
+ "value": {
4118
+ "kind": "expression",
4119
+ "type": "BentoSummaryGridItemSize"
4120
+ },
4121
+ "default": "BentoSummaryGridItemSize.SMALL"
4122
+ }
4123
+ ],
4124
+ "source": {
4125
+ "module": "./src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue",
4126
+ "symbol": "default"
4127
+ }
4128
+ },
4129
+ {
4130
+ "name": "bento-summary-grid-item-custom",
4131
+ "description": "A summary bar item is a piece of information to be displayed in `bento-summary-bar` component",
4132
+ "attributes": [
4133
+ {
4134
+ "name": "copy",
4135
+ "description": "Text to copy to the clipboard",
4136
+ "value": {
4137
+ "kind": "expression",
4138
+ "type": "string"
4139
+ },
4140
+ "default": "undefined"
4141
+ },
4142
+ {
4143
+ "name": "infoIconTooltipText",
4144
+ "description": "Text showed in the info-icon tooltip on hover",
4145
+ "value": {
4146
+ "kind": "expression",
4147
+ "type": "string"
4148
+ },
4149
+ "default": "null"
4150
+ },
4151
+ {
4152
+ "name": "title",
4153
+ "required": true,
4154
+ "description": "Text used as a title",
4155
+ "value": {
4156
+ "kind": "expression",
4157
+ "type": "string"
4158
+ }
4159
+ },
4160
+ {
4161
+ "name": "fitContent",
4162
+ "description": "The width of `summary-grid-item` fits its content",
4163
+ "value": {
4164
+ "kind": "expression",
4165
+ "type": "boolean"
4166
+ },
4167
+ "default": "false"
4168
+ }
4169
+ ],
4170
+ "events": [
4171
+ {
4172
+ "name": "copy-to-clipboard"
4173
+ }
4174
+ ],
4175
+ "slots": [
4176
+ {
4177
+ "name": "default"
4178
+ }
4179
+ ],
4180
+ "source": {
4181
+ "module": "./src/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue",
4182
+ "symbol": "default"
4183
+ }
4184
+ },
4185
+ {
4186
+ "name": "bento-summary-grid-item-numeric",
4187
+ "description": "Summary grid item component used to display any numeric information",
4188
+ "attributes": [
4189
+ {
4190
+ "name": "copy",
4191
+ "description": "Text to copy to the clipboard",
4192
+ "value": {
4193
+ "kind": "expression",
4194
+ "type": "string"
4195
+ },
4196
+ "default": "undefined"
4197
+ },
4198
+ {
4199
+ "name": "label",
4200
+ "required": true,
4201
+ "description": "Amount to be shown as the main value",
4202
+ "value": {
4203
+ "kind": "expression",
4204
+ "type": "string"
4205
+ }
4206
+ },
4207
+ {
4208
+ "name": "title",
4209
+ "required": true,
4210
+ "description": "Text used as a title",
4211
+ "value": {
4212
+ "kind": "expression",
4213
+ "type": "string"
4214
+ }
4215
+ },
4216
+ {
4217
+ "name": "infoIconTooltipText",
4218
+ "description": "Text showed in the info-icon tooltip on hover",
4219
+ "value": {
4220
+ "kind": "expression",
4221
+ "type": "string"
4222
+ },
4223
+ "default": "null"
4224
+ },
4225
+ {
4226
+ "name": "fitContent",
4227
+ "description": "The width of `summary-grid-item` fits its content",
4228
+ "value": {
4229
+ "kind": "expression",
4230
+ "type": "boolean"
4231
+ },
4232
+ "default": "false"
4233
+ },
4234
+ {
4235
+ "name": "trendDirection",
4236
+ "description": "Defines the direction (color) of the trend label",
4237
+ "value": {
4238
+ "kind": "expression",
4239
+ "type": "BentoSummaryGridItemTrendDirection"
4240
+ },
4241
+ "default": "BentoSummaryGridItemTrendDirection.POSITIVE"
4242
+ },
4243
+ {
4244
+ "name": "trend",
4245
+ "description": "Shows colored trend label next to text content",
4246
+ "value": {
4247
+ "kind": "expression",
4248
+ "type": "string"
4249
+ },
4250
+ "default": "null"
4251
+ },
4252
+ {
4253
+ "name": "size",
4254
+ "description": "Defines the size of the `summary-grid-item` text content",
4255
+ "value": {
4256
+ "kind": "expression",
4257
+ "type": "BentoSummaryGridItemSize"
4258
+ },
4259
+ "default": "BentoSummaryGridItemSize.SMALL"
4260
+ }
4261
+ ],
4262
+ "source": {
4263
+ "module": "./src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue",
4264
+ "symbol": "default"
4265
+ }
4266
+ },
4267
+ {
4268
+ "name": "bento-summary-grid-item-percentage",
4269
+ "description": "Summary grid item component used to display any percentage information",
4270
+ "attributes": [
4271
+ {
4272
+ "name": "label",
4273
+ "required": true,
4274
+ "description": "Amount to be shown as the main value",
4275
+ "value": {
4276
+ "kind": "expression",
4277
+ "type": "string"
4278
+ }
4279
+ },
4280
+ {
4281
+ "name": "title",
4282
+ "required": true,
4283
+ "description": "Text used as a title",
4284
+ "value": {
4285
+ "kind": "expression",
4286
+ "type": "string"
4287
+ }
4288
+ },
4289
+ {
4290
+ "name": "infoIconTooltipText",
4291
+ "description": "Text showed in the info-icon tooltip on hover",
4292
+ "value": {
4293
+ "kind": "expression",
4294
+ "type": "string"
4295
+ },
4296
+ "default": "null"
4297
+ },
4298
+ {
4299
+ "name": "copy",
4300
+ "description": "Text to copy to the clipboard",
4301
+ "value": {
4302
+ "kind": "expression",
4303
+ "type": "string"
4304
+ },
4305
+ "default": "undefined"
4306
+ },
4307
+ {
4308
+ "name": "fitContent",
4309
+ "description": "The width of `summary-grid-item` fits its content",
4310
+ "value": {
4311
+ "kind": "expression",
4312
+ "type": "boolean"
4313
+ },
4314
+ "default": "false"
4315
+ },
4316
+ {
4317
+ "name": "trendDirection",
4318
+ "description": "Defines the direction (color) of the trend label",
4319
+ "value": {
4320
+ "kind": "expression",
4321
+ "type": "BentoSummaryGridItemTrendDirection"
4322
+ },
4323
+ "default": "BentoSummaryGridItemTrendDirection.POSITIVE"
4324
+ },
4325
+ {
4326
+ "name": "trend",
4327
+ "description": "Shows colored trend label next to text content",
4328
+ "value": {
4329
+ "kind": "expression",
4330
+ "type": "string"
4331
+ },
4332
+ "default": "undefined"
4333
+ },
4334
+ {
4335
+ "name": "size",
4336
+ "description": "Defines the size of the `summary-grid-item` text content",
4337
+ "value": {
4338
+ "kind": "expression",
4339
+ "type": "BentoSummaryGridItemSize"
4340
+ },
4341
+ "default": "BentoSummaryGridItemSize.SMALL"
4342
+ }
4343
+ ],
4344
+ "source": {
4345
+ "module": "./src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue",
4346
+ "symbol": "default"
4347
+ }
4348
+ },
4349
+ {
4350
+ "name": "bento-summary-grid-item-text",
4351
+ "description": "Summary grid item component used to display text only. Can be used for references, IDs or any other text data.",
4352
+ "attributes": [
4353
+ {
4354
+ "name": "copy",
4355
+ "description": "Text to copy to the clipboard",
4356
+ "value": {
4357
+ "kind": "expression",
4358
+ "type": "string"
4359
+ },
4360
+ "default": "undefined"
4361
+ },
4362
+ {
4363
+ "name": "label",
4364
+ "required": true,
4365
+ "description": "Amount to be shown as the main value",
4366
+ "value": {
4367
+ "kind": "expression",
4368
+ "type": "string"
4369
+ }
4370
+ },
4371
+ {
4372
+ "name": "title",
4373
+ "required": true,
4374
+ "description": "Text used as a title",
4375
+ "value": {
4376
+ "kind": "expression",
4377
+ "type": "string"
4378
+ }
4379
+ },
4380
+ {
4381
+ "name": "infoIconTooltipText",
4382
+ "description": "Text showed in the info-icon tooltip on hover",
4383
+ "value": {
4384
+ "kind": "expression",
4385
+ "type": "string"
4386
+ },
4387
+ "default": "null"
4388
+ },
4389
+ {
4390
+ "name": "fitContent",
4391
+ "description": "The width of `summary-grid-item` fits its content",
4392
+ "value": {
4393
+ "kind": "expression",
4394
+ "type": "boolean"
4395
+ },
4396
+ "default": "false"
4397
+ }
4398
+ ],
4399
+ "source": {
4400
+ "module": "./src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue",
4401
+ "symbol": "default"
4402
+ }
4403
+ },
4404
+ {
4405
+ "name": "bento-tag",
4406
+ "description": "",
4407
+ "attributes": [
4408
+ {
4409
+ "name": "label",
4410
+ "description": "The label text content of the Tag.",
4411
+ "value": {
4412
+ "kind": "expression",
4413
+ "type": "string"
4414
+ },
4415
+ "default": "null"
4416
+ },
4417
+ {
4418
+ "name": "variant",
4419
+ "description": "The variant variant of tag",
4420
+ "value": {
4421
+ "kind": "expression",
4422
+ "type": "BentoTagVariant"
4423
+ },
4424
+ "default": "BentoTagVariant.GREY"
4425
+ },
4426
+ {
4427
+ "name": "truncate",
4428
+ "description": "The number of characters to limit the number of displayed characters for the tag text, truncating it with an ellipsis of three dots \"...\".",
4429
+ "value": {
4430
+ "kind": "expression",
4431
+ "type": "number"
4432
+ },
4433
+ "default": "null"
3727
4434
  }
3728
4435
  ],
3729
4436
  "source": {
@@ -3997,6 +4704,39 @@
3997
4704
  "symbol": "default"
3998
4705
  }
3999
4706
  },
4707
+ {
4708
+ "name": "copy",
4709
+ "description": "An internal button component that copies text to the user's clipboard.",
4710
+ "attributes": [
4711
+ {
4712
+ "name": "text",
4713
+ "required": true,
4714
+ "description": "Defines the string that will get copied to the clipboard",
4715
+ "value": {
4716
+ "kind": "expression",
4717
+ "type": "string"
4718
+ }
4719
+ },
4720
+ {
4721
+ "name": "tooltipPosition",
4722
+ "description": "Position the tooltip should take if space is available. Defaults to 'top'",
4723
+ "value": {
4724
+ "kind": "expression",
4725
+ "type": "PopperContainerPosition"
4726
+ },
4727
+ "default": "PopperContainerPosition.TOP"
4728
+ }
4729
+ ],
4730
+ "slots": [
4731
+ {
4732
+ "name": "default"
4733
+ }
4734
+ ],
4735
+ "source": {
4736
+ "module": "./src/components/internal/copy/copy.vue",
4737
+ "symbol": "default"
4738
+ }
4739
+ },
4000
4740
  {
4001
4741
  "name": "data-grid-columns",
4002
4742
  "description": "",
@@ -4038,8 +4778,17 @@
4038
4778
  "default": "true"
4039
4779
  },
4040
4780
  {
4041
- "name": "hasContextualMenuEnabled",
4042
- "description": "Toggles if the contextual menu is enabled",
4781
+ "name": "hasColumnPanel",
4782
+ "description": "Signifies if the column panel is enabled.",
4783
+ "value": {
4784
+ "kind": "expression",
4785
+ "type": "boolean"
4786
+ },
4787
+ "default": "false"
4788
+ },
4789
+ {
4790
+ "name": "hasFirstColumnPanelRightAligned",
4791
+ "description": "If set to true, aligns the first column panel to the right of its button.",
4043
4792
  "value": {
4044
4793
  "kind": "expression",
4045
4794
  "type": "boolean"
@@ -4097,66 +4846,20 @@
4097
4846
  "description": "Date picker calendar that displays all the days of a given month\nand allows to move back and forth the visible month with the Next\nand Previous buttons",
4098
4847
  "attributes": [
4099
4848
  {
4100
- "name": "firstDayOfWeek",
4101
- "description": "Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday",
4102
- "value": {
4103
- "kind": "expression",
4104
- "type": "DatePickerCalendarFirstDayOfWeek"
4105
- },
4106
- "default": "DatePickerCalendarFirstDayOfWeek.MONDAY"
4107
- },
4108
- {
4109
- "name": "isDateDisabled",
4110
- "description": "Indicate if a date should be disabled or not",
4111
- "value": {
4112
- "kind": "expression",
4113
- "type": "func"
4114
- },
4115
- "default": "undefined"
4116
- },
4117
- {
4118
- "name": "month",
4119
- "required": true,
4120
- "description": "Month of the year to be displayed in the calendar",
4121
- "value": {
4122
- "kind": "expression",
4123
- "type": "date"
4124
- }
4125
- },
4126
- {
4127
- "name": "value",
4128
- "description": "Selected date",
4849
+ "name": "endDate",
4850
+ "description": "end of the selected range",
4129
4851
  "value": {
4130
4852
  "kind": "expression",
4131
4853
  "type": "date"
4132
4854
  },
4133
- "default": "undefined"
4134
- }
4135
- ],
4136
- "source": {
4137
- "module": "./src/components/date-picker/components/date-picker-calendar/date-picker-calendar.vue",
4138
- "symbol": "default"
4139
- }
4140
- },
4141
- {
4142
- "name": "date-picker-calendar-container",
4143
- "description": "Handles the popover logic and displays the month, date, and range containers\naccording to the type of Date picker variation.",
4144
- "attributes": [
4145
- {
4146
- "name": "disabled",
4147
- "description": "Disables dropdown functionality",
4148
- "value": {
4149
- "kind": "expression",
4150
- "type": "boolean"
4151
- },
4152
- "default": "false"
4855
+ "default": "null"
4153
4856
  },
4154
4857
  {
4155
4858
  "name": "firstDayOfWeek",
4156
4859
  "description": "Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday",
4157
4860
  "value": {
4158
4861
  "kind": "expression",
4159
- "type": "number"
4862
+ "type": "DatePickerCalendarFirstDayOfWeek"
4160
4863
  },
4161
4864
  "default": "DatePickerCalendarFirstDayOfWeek.MONDAY"
4162
4865
  },
@@ -4165,18 +4868,18 @@
4165
4868
  "description": "Indicate if a date should be disabled or not",
4166
4869
  "value": {
4167
4870
  "kind": "expression",
4168
- "type": "func"
4871
+ "type": "DatePickerCalendarIsDateDisabled"
4169
4872
  },
4170
4873
  "default": "undefined"
4171
4874
  },
4172
4875
  {
4173
- "name": "label",
4174
- "description": "Text that is displayed as a label above the element.",
4876
+ "name": "isRange",
4877
+ "description": "Indicates if the calendar is part of a range date picker or a sigle date picker",
4175
4878
  "value": {
4176
4879
  "kind": "expression",
4177
- "type": "string"
4880
+ "type": "boolean"
4178
4881
  },
4179
- "default": "undefined"
4882
+ "default": "false"
4180
4883
  },
4181
4884
  {
4182
4885
  "name": "month",
@@ -4188,69 +4891,73 @@
4188
4891
  }
4189
4892
  },
4190
4893
  {
4191
- "name": "open",
4192
- "required": true,
4193
- "description": "Indicates if the dropdown is open so that\nthe container can be displayed.",
4894
+ "name": "position",
4895
+ "description": "When rendering multiple calendars, this property allows to render the\nNext and Previous calendar buttons to the right, left or not at all\ndepending on the position: Unique (only 1), First, Middle or Last",
4194
4896
  "value": {
4195
4897
  "kind": "expression",
4196
- "type": "boolean"
4197
- }
4898
+ "type": "DatePickerCalendarPosition"
4899
+ },
4900
+ "default": "DatePickerCalendarPosition.UNIQUE"
4198
4901
  },
4199
4902
  {
4200
- "name": "value",
4201
- "description": "Selected date",
4903
+ "name": "startDate",
4904
+ "description": "start of the selected range",
4202
4905
  "value": {
4203
4906
  "kind": "expression",
4204
4907
  "type": "date"
4205
4908
  },
4206
- "default": "undefined"
4207
- },
4909
+ "default": "null"
4910
+ }
4911
+ ],
4912
+ "events": [
4208
4913
  {
4209
- "name": "targetElement",
4210
- "required": true,
4211
- "description": "Reference to the DOM element or Vue component for positioning\nthe Dropdown container.",
4212
- "value": {
4213
- "kind": "expression",
4214
- "type": "BentoPopover.props.targetElement.type"
4215
- }
4914
+ "name": "<undefined>"
4216
4915
  }
4217
4916
  ],
4218
4917
  "source": {
4219
- "module": "./src/components/date-picker/components/date-picker-calendar-container/date-picker-calendar-container.vue",
4918
+ "module": "./src/components/date-picker/components/date-picker-calendar/date-picker-calendar.vue",
4220
4919
  "symbol": "default"
4221
4920
  }
4222
4921
  },
4223
4922
  {
4224
- "name": "date-picker-calendar-container-stub",
4225
- "description": "",
4923
+ "name": "date-picker-calendar-day",
4924
+ "description": "Handles the styles and states of the individual dates of the calendar.",
4226
4925
  "attributes": [
4227
4926
  {
4228
- "name": "month",
4927
+ "name": "day",
4928
+ "required": true,
4929
+ "description": "Date to be displayed as the calendar day. From 1st to 31st (or end of the month defined in the date)",
4229
4930
  "value": {
4230
4931
  "kind": "expression",
4231
- "type": "DatePickerCalendarContainer.props.month"
4932
+ "type": "date"
4232
4933
  }
4233
4934
  },
4234
4935
  {
4235
- "name": "open",
4936
+ "name": "disabled",
4937
+ "description": "Indicate if a date should be disabled or not",
4236
4938
  "value": {
4237
4939
  "kind": "expression",
4238
- "type": "DatePickerCalendarContainer.props.open"
4239
- }
4940
+ "type": "boolean"
4941
+ },
4942
+ "default": "false"
4240
4943
  },
4241
4944
  {
4242
- "name": "disabled",
4945
+ "name": "selected",
4946
+ "description": "Changes the state of the calendar day to selected.",
4243
4947
  "value": {
4244
4948
  "kind": "expression",
4245
- "type": "DatePickerCalendarContainer.props.disabled"
4246
- }
4949
+ "type": "boolean"
4950
+ },
4951
+ "default": "false"
4247
4952
  },
4248
4953
  {
4249
- "name": "value",
4954
+ "name": "variant",
4955
+ "description": "When the day is selected, this indicates if the selection is a single date or part of a range.\nIf it's a range it can be at the beginning, middle or end of the selection.",
4250
4956
  "value": {
4251
4957
  "kind": "expression",
4252
- "type": "DatePickerCalendarContainer.props.value"
4253
- }
4958
+ "type": "DatePickerCalendarDayVariant"
4959
+ },
4960
+ "default": "DatePickerCalendarDayVariant.SINGLE"
4254
4961
  }
4255
4962
  ],
4256
4963
  "events": [
@@ -4259,57 +4966,76 @@
4259
4966
  }
4260
4967
  ],
4261
4968
  "source": {
4262
- "module": "./src/components/date-picker/components/date-picker-calendar-container/__test__/date-picker-calendar-container-stub.vue",
4969
+ "module": "./src/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue",
4263
4970
  "symbol": "default"
4264
4971
  }
4265
4972
  },
4266
4973
  {
4267
- "name": "date-picker-calendar-day",
4268
- "description": "Handles the styles and states of the individual dates of the calendar.",
4974
+ "name": "date-picker-calendar-day-stub",
4975
+ "description": "",
4976
+ "events": [
4977
+ {
4978
+ "name": "<undefined>"
4979
+ }
4980
+ ],
4981
+ "source": {
4982
+ "module": "./src/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue",
4983
+ "symbol": "default"
4984
+ }
4985
+ },
4986
+ {
4987
+ "name": "date-picker-calendar-range",
4988
+ "description": "Calendar for range dates. Contains the logic to handle the range forms.",
4269
4989
  "attributes": [
4270
4990
  {
4271
- "name": "day",
4272
- "required": true,
4273
- "description": "Date to be displayed as the calendar day. From 1st to 31st (or end of the month defined in the date)",
4991
+ "name": "firstDayOfWeek",
4992
+ "description": "Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday",
4274
4993
  "value": {
4275
4994
  "kind": "expression",
4276
- "type": "date"
4995
+ "type": "DatePickerCalendarPane.props.firstDayOfWeek"
4277
4996
  }
4278
4997
  },
4279
4998
  {
4280
- "name": "selected",
4281
- "description": "Changes the state of the calendar day to selected.",
4999
+ "name": "isDateDisabled",
5000
+ "description": "Indicate if a date should be disabled or not",
4282
5001
  "value": {
4283
5002
  "kind": "expression",
4284
- "type": "boolean"
4285
- },
4286
- "default": "false"
5003
+ "type": "DatePickerCalendarPane.props.isDateDisabled"
5004
+ }
4287
5005
  },
4288
5006
  {
4289
- "name": "disabled",
4290
- "description": "Indicate if a date should be disabled or not",
5007
+ "name": "numberOfMonths",
5008
+ "description": "Number of months rendered on pane",
4291
5009
  "value": {
4292
5010
  "kind": "expression",
4293
- "type": "boolean"
5011
+ "type": "DatePickerCalendarPane.props.numberOfMonths"
5012
+ }
5013
+ },
5014
+ {
5015
+ "name": "value",
5016
+ "description": "Selected date",
5017
+ "value": {
5018
+ "kind": "expression",
5019
+ "type": "DatePickerCalendarPaneValue"
4294
5020
  },
4295
- "default": "false"
5021
+ "default": "undefined"
4296
5022
  }
4297
5023
  ],
4298
- "source": {
4299
- "module": "./src/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue",
4300
- "symbol": "default"
4301
- }
4302
- },
4303
- {
4304
- "name": "date-picker-calendar-day-stub",
4305
- "description": "",
4306
5024
  "events": [
4307
5025
  {
4308
- "name": "<undefined>"
5026
+ "name": "input"
5027
+ }
5028
+ ],
5029
+ "slots": [
5030
+ {
5031
+ "name": "title"
5032
+ },
5033
+ {
5034
+ "name": "actions"
4309
5035
  }
4310
5036
  ],
4311
5037
  "source": {
4312
- "module": "./src/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue",
5038
+ "module": "./src/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.vue",
4313
5039
  "symbol": "default"
4314
5040
  }
4315
5041
  },
@@ -4847,12 +5573,32 @@
4847
5573
  "description": "Component used to render the grid layout in the bento-summary-grid. For internal use only",
4848
5574
  "attributes": [
4849
5575
  {
4850
- "name": "items",
4851
- "required": true,
5576
+ "name": "columnWidth",
4852
5577
  "value": {
4853
5578
  "kind": "expression",
4854
- "type": "GridLayoutItem[]"
4855
- }
5579
+ "type": "GridLayoutColumnWidths"
5580
+ },
5581
+ "default": "null"
5582
+ }
5583
+ ],
5584
+ "slots": [
5585
+ {
5586
+ "name": "col-1"
5587
+ },
5588
+ {
5589
+ "name": "col-2"
5590
+ },
5591
+ {
5592
+ "name": "col-3"
5593
+ },
5594
+ {
5595
+ "name": "col-4"
5596
+ },
5597
+ {
5598
+ "name": "col-5"
5599
+ },
5600
+ {
5601
+ "name": "col-6"
4856
5602
  }
4857
5603
  ],
4858
5604
  "source": {
@@ -5156,6 +5902,13 @@
5156
5902
  "type": "BentoPopover.props.fixedPositioning"
5157
5903
  }
5158
5904
  },
5905
+ {
5906
+ "name": "fitContent",
5907
+ "value": {
5908
+ "kind": "expression",
5909
+ "type": "BentoPopover.props.fitContent"
5910
+ }
5911
+ },
5159
5912
  {
5160
5913
  "name": "large",
5161
5914
  "value": {
@@ -5524,6 +6277,93 @@
5524
6277
  "symbol": "default"
5525
6278
  }
5526
6279
  },
6280
+ {
6281
+ "name": "summary-grid-item",
6282
+ "description": "A summary bar item is a piece of information to be displayed in `bento-summary-bar` component",
6283
+ "attributes": [
6284
+ {
6285
+ "name": "copy",
6286
+ "description": "Text to copy to the clipboard",
6287
+ "value": {
6288
+ "kind": "expression",
6289
+ "type": "string"
6290
+ },
6291
+ "default": "undefined"
6292
+ },
6293
+ {
6294
+ "name": "itemType",
6295
+ "description": "Applies styling based on content type",
6296
+ "value": {
6297
+ "kind": "expression",
6298
+ "type": "SummaryGridItemType"
6299
+ },
6300
+ "default": "SummaryGridItemType.CUSTOM"
6301
+ },
6302
+ {
6303
+ "name": "infoIconTooltipText",
6304
+ "description": "Text showed in the info-icon tooltip on hover",
6305
+ "value": {
6306
+ "kind": "expression",
6307
+ "type": "string"
6308
+ },
6309
+ "default": "null"
6310
+ },
6311
+ {
6312
+ "name": "title",
6313
+ "required": true,
6314
+ "description": "Text used as a title",
6315
+ "value": {
6316
+ "kind": "expression",
6317
+ "type": "string"
6318
+ }
6319
+ },
6320
+ {
6321
+ "name": "fitContent",
6322
+ "description": "The width of `summary-grid-item` fits its content",
6323
+ "value": {
6324
+ "kind": "expression",
6325
+ "type": "boolean"
6326
+ },
6327
+ "default": "false"
6328
+ },
6329
+ {
6330
+ "name": "size",
6331
+ "description": "Defines the size of the `summary-grid-item` text content",
6332
+ "value": {
6333
+ "kind": "expression",
6334
+ "type": "BentoSummaryGridItemSize"
6335
+ },
6336
+ "default": "BentoSummaryGridItemSize.SMALL"
6337
+ },
6338
+ {
6339
+ "name": "trendDirection",
6340
+ "description": "Defines the color of trend label",
6341
+ "value": {
6342
+ "kind": "expression",
6343
+ "type": "BentoSummaryGridItemTrendDirection"
6344
+ },
6345
+ "default": "BentoSummaryGridItemTrendDirection.POSITIVE"
6346
+ },
6347
+ {
6348
+ "name": "trend",
6349
+ "description": "Shows colored trend label next to text content",
6350
+ "value": {
6351
+ "kind": "expression",
6352
+ "type": "string"
6353
+ },
6354
+ "default": "null"
6355
+ }
6356
+ ],
6357
+ "slots": [
6358
+ {
6359
+ "name": "default"
6360
+ }
6361
+ ],
6362
+ "source": {
6363
+ "module": "./src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue",
6364
+ "symbol": "default"
6365
+ }
6366
+ },
5527
6367
  {
5528
6368
  "name": "tab",
5529
6369
  "description": "",