@adyen/bento-vue3 1.20.1 → 1.21.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 (217) hide show
  1. package/dist/@types/components.d.ts +8 -0
  2. package/dist/@types/packages/core/src/components/button/button.types.d.ts +2 -1
  3. package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +3 -3
  4. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +16 -21
  5. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +22 -1
  6. package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +15 -3
  7. package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +9 -0
  8. package/dist/@types/packages/vue2/src/components/modal/components/modal-page/modal-page.vue.d.ts +91 -0
  9. package/dist/@types/packages/vue2/src/components/modal/index.d.ts +2 -1
  10. package/dist/@types/packages/vue2/src/components/modal/modal.keys.d.ts +1 -0
  11. package/dist/@types/packages/vue2/src/components/modal/modal.types.d.ts +9 -0
  12. package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +15 -3
  13. package/dist/@types/packages/vue2/src/components/modal-fullscreen/modal-fullscreen.vue.d.ts +1 -1
  14. package/dist/@types/packages/vue2/src/components/selection-card/components/selection-card-group/index.d.ts +2 -0
  15. package/dist/@types/packages/vue2/src/components/selection-card/components/selection-card-group/selection-card-group.types.d.ts +2 -0
  16. package/dist/@types/packages/vue2/src/components/selection-card/components/selection-card-group/selection-card-group.vue.d.ts +148 -0
  17. package/dist/@types/packages/vue2/src/components/selection-card/index.d.ts +3 -0
  18. package/dist/@types/packages/vue2/src/components/selection-card/selection-card.keys.d.ts +1 -0
  19. package/dist/@types/packages/vue2/src/components/selection-card/selection-card.types.d.ts +22 -0
  20. package/dist/@types/packages/vue2/src/components/selection-card/selection-card.vue.d.ts +93 -0
  21. package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.vue.d.ts +1 -1
  22. package/dist/@types/packages/vue2/src/index.d.ts +1 -0
  23. package/dist/accordion.js +2 -2
  24. package/dist/action-bar.js +6 -6
  25. package/dist/alert.js +3 -3
  26. package/dist/assets/base-modal.css +1 -1
  27. package/dist/assets/button.css +1 -1
  28. package/dist/assets/checkbox-input.css +1 -0
  29. package/dist/assets/checkbox.css +1 -1
  30. package/dist/assets/dialog-page.css +1 -1
  31. package/dist/assets/index.css +1 -1
  32. package/dist/assets/index10.css +1 -1
  33. package/dist/assets/index11.css +1 -1
  34. package/dist/assets/index12.css +1 -1
  35. package/dist/assets/index13.css +1 -1
  36. package/dist/assets/index14.css +1 -1
  37. package/dist/assets/index16.css +1 -1
  38. package/dist/assets/index17.css +1 -1
  39. package/dist/assets/index18.css +1 -1
  40. package/dist/assets/index19.css +1 -1
  41. package/dist/assets/index2.css +1 -1
  42. package/dist/assets/index20.css +1 -1
  43. package/dist/assets/index21.css +1 -1
  44. package/dist/assets/index22.css +1 -1
  45. package/dist/assets/index23.css +1 -1
  46. package/dist/assets/index24.css +1 -1
  47. package/dist/assets/index25.css +1 -1
  48. package/dist/assets/index26.css +1 -1
  49. package/dist/assets/index27.css +1 -1
  50. package/dist/assets/index28.css +1 -1
  51. package/dist/assets/index29.css +1 -1
  52. package/dist/assets/index3.css +1 -1
  53. package/dist/assets/index30.css +1 -1
  54. package/dist/assets/index31.css +1 -1
  55. package/dist/assets/index32.css +1 -1
  56. package/dist/assets/index33.css +1 -1
  57. package/dist/assets/index34.css +1 -1
  58. package/dist/assets/index35.css +1 -1
  59. package/dist/assets/index36.css +1 -1
  60. package/dist/assets/index37.css +1 -1
  61. package/dist/assets/index38.css +1 -1
  62. package/dist/assets/index39.css +1 -1
  63. package/dist/assets/index4.css +1 -1
  64. package/dist/assets/index40.css +1 -1
  65. package/dist/assets/index41.css +1 -1
  66. package/dist/assets/index42.css +1 -1
  67. package/dist/assets/index43.css +1 -1
  68. package/dist/assets/index44.css +1 -1
  69. package/dist/assets/index45.css +1 -1
  70. package/dist/assets/index46.css +1 -1
  71. package/dist/assets/index47.css +1 -1
  72. package/dist/assets/index48.css +1 -1
  73. package/dist/assets/index49.css +1 -0
  74. package/dist/assets/index5.css +1 -1
  75. package/dist/assets/index6.css +1 -1
  76. package/dist/assets/index7.css +1 -1
  77. package/dist/assets/index8.css +1 -1
  78. package/dist/assets/index9.css +1 -1
  79. package/dist/assets/radio-input.css +1 -0
  80. package/dist/avatar-image.js +1 -1
  81. package/dist/badge.js +1 -1
  82. package/dist/button.js +42 -41
  83. package/dist/button.js.map +1 -1
  84. package/dist/card.js +3 -3
  85. package/dist/checkbox.js +6 -6
  86. package/dist/chunks/{base-button.14dbcade.js → base-button.13df4e44.js} +2 -2
  87. package/dist/chunks/{base-button.14dbcade.js.map → base-button.13df4e44.js.map} +1 -1
  88. package/dist/chunks/base-modal.61b1d448.js +500 -0
  89. package/dist/chunks/base-modal.61b1d448.js.map +1 -0
  90. package/dist/chunks/{button-actions-with-menu.c4e74ccf.js → button-actions-with-menu.8f594ee9.js} +4 -4
  91. package/dist/chunks/{button-actions-with-menu.c4e74ccf.js.map → button-actions-with-menu.8f594ee9.js.map} +1 -1
  92. package/dist/chunks/{button-actions.bf01695d.js → button-actions.856afad3.js} +3 -3
  93. package/dist/chunks/{button-actions.bf01695d.js.map → button-actions.856afad3.js.map} +1 -1
  94. package/dist/chunks/button.17c7d019.js +118 -0
  95. package/dist/chunks/button.17c7d019.js.map +1 -0
  96. package/dist/chunks/{calendar.8fa02af5.js → calendar.9a551c14.js} +4 -4
  97. package/dist/chunks/{calendar.8fa02af5.js.map → calendar.9a551c14.js.map} +1 -1
  98. package/dist/chunks/checkbox-input.dce64235.js +142 -0
  99. package/dist/chunks/checkbox-input.dce64235.js.map +1 -0
  100. package/dist/chunks/checkbox.99fc0e56.js +235 -0
  101. package/dist/chunks/checkbox.99fc0e56.js.map +1 -0
  102. package/dist/chunks/{controls-group.c1bd2e23.js → controls-group.1f29b602.js} +3 -3
  103. package/dist/chunks/{controls-group.c1bd2e23.js.map → controls-group.1f29b602.js.map} +1 -1
  104. package/dist/chunks/{copy.ef632ddb.js → copy.8fbf7811.js} +4 -4
  105. package/dist/chunks/{copy.ef632ddb.js.map → copy.8fbf7811.js.map} +1 -1
  106. package/dist/chunks/dialog-page.72b1863a.js +172 -0
  107. package/dist/chunks/dialog-page.72b1863a.js.map +1 -0
  108. package/dist/chunks/{dropdown-default-textbox.e5689274.js → dropdown-default-textbox.caf4ff7f.js} +2 -2
  109. package/dist/chunks/{dropdown-default-textbox.e5689274.js.map → dropdown-default-textbox.caf4ff7f.js.map} +1 -1
  110. package/dist/chunks/{dropdown.c6e6e118.js → dropdown.5bb4a1ff.js} +25 -25
  111. package/dist/chunks/{dropdown.c6e6e118.js.map → dropdown.5bb4a1ff.js.map} +1 -1
  112. package/dist/chunks/{error-message.002c5b52.js → error-message.56247bcc.js} +2 -2
  113. package/dist/chunks/{error-message.002c5b52.js.map → error-message.56247bcc.js.map} +1 -1
  114. package/dist/chunks/{fixed-scroller.56ab5fd5.js → fixed-scroller.c6124520.js} +2 -2
  115. package/dist/chunks/{fixed-scroller.56ab5fd5.js.map → fixed-scroller.c6124520.js.map} +1 -1
  116. package/dist/chunks/{footer-actions.e44e3ef7.js → footer-actions.e5f94c9f.js} +4 -4
  117. package/dist/chunks/{footer-actions.e44e3ef7.js.map → footer-actions.e5f94c9f.js.map} +1 -1
  118. package/dist/chunks/{index.ac470d80.js → index.1a9424a7.js} +7 -7
  119. package/dist/chunks/{index.ac470d80.js.map → index.1a9424a7.js.map} +1 -1
  120. package/dist/chunks/{index.df6f2540.js → index.1bd6c97a.js} +265 -264
  121. package/dist/chunks/index.1bd6c97a.js.map +1 -0
  122. package/dist/chunks/{index.86770f4e.js → index.4650e72d.js} +3 -3
  123. package/dist/chunks/{index.86770f4e.js.map → index.4650e72d.js.map} +1 -1
  124. package/dist/chunks/{index.037ae52f.js → index.630d9f33.js} +2 -2
  125. package/dist/chunks/{index.037ae52f.js.map → index.630d9f33.js.map} +1 -1
  126. package/dist/chunks/{index.3fbd3e7b.js → index.807a7a7e.js} +28 -28
  127. package/dist/chunks/{index.3fbd3e7b.js.map → index.807a7a7e.js.map} +1 -1
  128. package/dist/chunks/{index.e30ba012.js → index.824101bb.js} +2 -2
  129. package/dist/chunks/{index.e30ba012.js.map → index.824101bb.js.map} +1 -1
  130. package/dist/chunks/{index.8a2cbeda.js → index.8471462e.js} +3 -3
  131. package/dist/chunks/{index.8a2cbeda.js.map → index.8471462e.js.map} +1 -1
  132. package/dist/chunks/{index.642a2c58.js → index.94ab48c2.js} +2 -2
  133. package/dist/chunks/{index.642a2c58.js.map → index.94ab48c2.js.map} +1 -1
  134. package/dist/chunks/{index.6a5bcd83.js → index.988fdbc7.js} +6 -6
  135. package/dist/chunks/{index.6a5bcd83.js.map → index.988fdbc7.js.map} +1 -1
  136. package/dist/chunks/{index.995d6d84.js → index.99c63a74.js} +2 -2
  137. package/dist/chunks/{index.995d6d84.js.map → index.99c63a74.js.map} +1 -1
  138. package/dist/chunks/{index.2464f954.js → index.ddcd2c2b.js} +6 -6
  139. package/dist/chunks/{index.2464f954.js.map → index.ddcd2c2b.js.map} +1 -1
  140. package/dist/chunks/{index.2bd868ee.js → index.fe2a3687.js} +3 -3
  141. package/dist/chunks/{index.2bd868ee.js.map → index.fe2a3687.js.map} +1 -1
  142. package/dist/chunks/{listbox-option-tag.42db4934.js → listbox-option-tag.7a2d8add.js} +3 -3
  143. package/dist/chunks/{listbox-option-tag.42db4934.js.map → listbox-option-tag.7a2d8add.js.map} +1 -1
  144. package/dist/chunks/{listbox.23422e37.js → listbox.a810f7e4.js} +5 -5
  145. package/dist/chunks/{listbox.23422e37.js.map → listbox.a810f7e4.js.map} +1 -1
  146. package/dist/chunks/{loading-button.2363626a.js → loading-button.fa70fcdb.js} +2 -2
  147. package/dist/chunks/{loading-button.2363626a.js.map → loading-button.fa70fcdb.js.map} +1 -1
  148. package/dist/chunks/radio-input.1dd15424.js +87 -0
  149. package/dist/chunks/radio-input.1dd15424.js.map +1 -0
  150. package/dist/chunks/{tooltip.57d595f3.js → tooltip.47a5dce4.js} +3 -3
  151. package/dist/chunks/{tooltip.57d595f3.js.map → tooltip.47a5dce4.js.map} +1 -1
  152. package/dist/code-snippet.js +7 -7
  153. package/dist/code-snippet.js.map +1 -1
  154. package/dist/country.js +2 -2
  155. package/dist/currency.js +1 -1
  156. package/dist/data-grid.js +1 -1
  157. package/dist/date-picker.js +19 -19
  158. package/dist/date-picker.js.map +1 -1
  159. package/dist/date-range-picker.js +2 -2
  160. package/dist/date.js +1 -1
  161. package/dist/divider.js +1 -1
  162. package/dist/dropdown.js +6 -6
  163. package/dist/empty-state.js +3 -3
  164. package/dist/filter-bar.js +941 -943
  165. package/dist/filter-bar.js.map +1 -1
  166. package/dist/focus-trap.js +1 -1
  167. package/dist/form-layout.js +2 -2
  168. package/dist/header.js +4 -4
  169. package/dist/index.js +212 -205
  170. package/dist/index.js.map +1 -1
  171. package/dist/info-icon.js +3 -3
  172. package/dist/input-field.js +4 -4
  173. package/dist/internal.js +8 -8
  174. package/dist/link.js +1 -1
  175. package/dist/loading-indicator.js +1 -1
  176. package/dist/menu.js +1 -1
  177. package/dist/modal-fullscreen.js +6 -6
  178. package/dist/modal.js +151 -104
  179. package/dist/modal.js.map +1 -1
  180. package/dist/pagination.js +4 -4
  181. package/dist/payment-method.js +2 -2
  182. package/dist/popover.js +1 -1
  183. package/dist/popper-container.js +1 -1
  184. package/dist/radio-group.js +116 -191
  185. package/dist/radio-group.js.map +1 -1
  186. package/dist/search-bar.js +2 -2
  187. package/dist/secondary-nav.js +2 -2
  188. package/dist/segmented-control.js +3 -3
  189. package/dist/selection-card.js +387 -0
  190. package/dist/selection-card.js.map +1 -0
  191. package/dist/sidepanel.js +6 -6
  192. package/dist/status.js +2 -2
  193. package/dist/stepper.js +3 -3
  194. package/dist/structured-list.js +1 -1
  195. package/dist/summary-grid.js +3 -3
  196. package/dist/tabs.js +3 -3
  197. package/dist/tag.js +3 -3
  198. package/dist/textarea.js +76 -75
  199. package/dist/textarea.js.map +1 -1
  200. package/dist/timeline.js +7 -7
  201. package/dist/toast.js +3 -3
  202. package/dist/toggle.js +2 -2
  203. package/dist/tutorial.js +6 -6
  204. package/dist/typography.js +1 -1
  205. package/dist/web-types.json +1 -1
  206. package/package.json +2 -3
  207. package/dist/chunks/arrow-left.81a91b8f.js +0 -29
  208. package/dist/chunks/arrow-left.81a91b8f.js.map +0 -1
  209. package/dist/chunks/base-modal.2cbe3db4.js +0 -281
  210. package/dist/chunks/base-modal.2cbe3db4.js.map +0 -1
  211. package/dist/chunks/button.c8e45849.js +0 -118
  212. package/dist/chunks/button.c8e45849.js.map +0 -1
  213. package/dist/chunks/checkbox.959f35a2.js +0 -369
  214. package/dist/chunks/checkbox.959f35a2.js.map +0 -1
  215. package/dist/chunks/dialog-page.95f9077f.js +0 -150
  216. package/dist/chunks/dialog-page.95f9077f.js.map +0 -1
  217. package/dist/chunks/index.df6f2540.js.map +0 -1
@@ -29,6 +29,7 @@ import {
29
29
  BentoDropdownCountry,
30
30
  BentoDropdownCurrency,
31
31
  BentoDropdownPaymentMethod,
32
+ BentoDropdownTag,
32
33
  BentoEmptyState,
33
34
  BentoFilterBar,
34
35
  BentoFormLayout,
@@ -46,6 +47,7 @@ import {
46
47
  BentoModal,
47
48
  BentoModalFullscreen,
48
49
  BentoModalFullscreenPage,
50
+ BentoModalPage,
49
51
  BentoPagination,
50
52
  BentoPaymentMethod,
51
53
  BentoPopover,
@@ -54,6 +56,8 @@ import {
54
56
  BentoSearchBar,
55
57
  BentoSecondaryNav,
56
58
  BentoSegmentedControl,
59
+ BentoSelectionCard,
60
+ BentoSelectionCardGroup,
57
61
  BentoSidepanel,
58
62
  BentoSidepanelPage,
59
63
  BentoStatus,
@@ -121,6 +125,7 @@ declare module 'vue' {
121
125
  BentoInfoIcon: typeof BentoInfoIcon;
122
126
  BentoDropdownCurrency: typeof BentoDropdownCurrency;
123
127
  BentoDropdownPaymentMethod: typeof BentoDropdownPaymentMethod;
128
+ BentoDropdownTag: typeof BentoDropdownTag;
124
129
  BentoInputField: typeof BentoInputField;
125
130
  BentoLink: typeof BentoLink;
126
131
  BentoLoadingButton: typeof BentoLoadingButton;
@@ -129,6 +134,7 @@ declare module 'vue' {
129
134
  BentoModal: typeof BentoModal;
130
135
  BentoModalFullscreen: typeof BentoModalFullscreen;
131
136
  BentoModalFullscreenPage: typeof BentoModalFullscreenPage;
137
+ BentoModalPage: typeof BentoModalPage;
132
138
  BentoPagination: typeof BentoPagination;
133
139
  BentoPaymentMethod: typeof BentoPaymentMethod;
134
140
  BentoPopover: typeof BentoPopover;
@@ -137,6 +143,8 @@ declare module 'vue' {
137
143
  BentoSearchBar: typeof BentoSearchBar;
138
144
  BentoSecondaryNav: typeof BentoSecondaryNav;
139
145
  BentoSegmentedControl: typeof BentoSegmentedControl;
146
+ BentoSelectionCard: typeof BentoSelectionCard;
147
+ BentoSelectionCardGroup: typeof BentoSelectionCardGroup;
140
148
  BentoSidepanel: typeof BentoSidepanel;
141
149
  BentoSidepanelPage: typeof BentoSidepanelPage;
142
150
  BentoStatus: typeof BentoStatus;
@@ -1,7 +1,8 @@
1
1
  export declare enum BentoButtonVariant {
2
2
  PRIMARY = "primary",
3
3
  SECONDARY = "secondary",
4
- TERTIARY = "tertiary"
4
+ TERTIARY = "tertiary",
5
+ TERTIARY_WITH_BACKGROUND = "tertiary-with-background"
5
6
  }
6
7
  export declare enum BentoButtonPropClass {
7
8
  CONDENSED = "condensed",
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
34
34
  default: string;
35
35
  };
36
36
  variant: {
37
- type: PropType<"primary" | "secondary" | "tertiary" | BentoButtonVariant>;
37
+ type: PropType<"primary" | "secondary" | "tertiary" | "tertiary-with-background" | BentoButtonVariant>;
38
38
  default: BentoButtonVariant;
39
39
  validator: (value: BentoButtonVariant) => boolean;
40
40
  };
@@ -72,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
72
72
  default: string;
73
73
  };
74
74
  variant: {
75
- type: PropType<"primary" | "secondary" | "tertiary" | BentoButtonVariant>;
75
+ type: PropType<"primary" | "secondary" | "tertiary" | "tertiary-with-background" | BentoButtonVariant>;
76
76
  default: BentoButtonVariant;
77
77
  validator: (value: BentoButtonVariant) => boolean;
78
78
  };
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
84
84
  }, {
85
85
  type: "button" | "submit" | "reset";
86
86
  link: Record<string, any>;
87
- variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
87
+ variant: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | BentoButtonVariant;
88
88
  condensed: boolean;
89
89
  critical: boolean;
90
90
  disabled: boolean;
@@ -44,7 +44,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
44
44
  critical?: boolean;
45
45
  disabled?: boolean;
46
46
  inverse?: boolean;
47
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
47
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
48
48
  type?: string;
49
49
  link?: object;
50
50
  };
@@ -152,7 +152,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
152
152
  critical?: boolean;
153
153
  disabled?: boolean;
154
154
  inverse?: boolean;
155
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
155
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
156
156
  type?: string;
157
157
  link?: object;
158
158
  };
@@ -252,7 +252,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
252
252
  critical?: boolean;
253
253
  disabled?: boolean;
254
254
  inverse?: boolean;
255
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
255
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
256
256
  type?: string;
257
257
  link?: object;
258
258
  };
@@ -353,7 +353,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
353
353
  critical?: boolean;
354
354
  disabled?: boolean;
355
355
  inverse?: boolean;
356
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
356
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
357
357
  type?: string;
358
358
  link?: object;
359
359
  };
@@ -453,7 +453,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
453
453
  critical?: boolean;
454
454
  disabled?: boolean;
455
455
  inverse?: boolean;
456
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
456
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
457
457
  type?: string;
458
458
  link?: object;
459
459
  };
@@ -553,7 +553,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
553
553
  critical?: boolean;
554
554
  disabled?: boolean;
555
555
  inverse?: boolean;
556
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
556
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
557
557
  type?: string;
558
558
  link?: object;
559
559
  };
@@ -1053,7 +1053,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1053
1053
  };
1054
1054
  }[];
1055
1055
  };
1056
- defaultValue?: string | number | {
1056
+ defaultValue?: string | number | import("../../../..").BentoListboxValue[] | {
1057
1057
  toString: () => string;
1058
1058
  toDateString: () => string;
1059
1059
  toTimeString: () => string;
@@ -1246,12 +1246,12 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1246
1246
  };
1247
1247
  };
1248
1248
  granularity?: import("../../../internal").CalendarGranularityType;
1249
- } | import("../../../..").BentoListboxValue[] | {
1249
+ } | {
1250
1250
  inputValue: string;
1251
1251
  dropdownValue?: string;
1252
1252
  };
1253
1253
  visible?: boolean;
1254
- value?: string | number | {
1254
+ value?: string | number | import("../../../..").BentoListboxValue[] | {
1255
1255
  toString: () => string;
1256
1256
  toDateString: () => string;
1257
1257
  toTimeString: () => string;
@@ -1444,7 +1444,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1444
1444
  };
1445
1445
  };
1446
1446
  granularity?: import("../../../internal").CalendarGranularityType;
1447
- } | import("../../../..").BentoListboxValue[] | {
1447
+ } | {
1448
1448
  inputValue: string;
1449
1449
  dropdownValue?: string;
1450
1450
  };
@@ -1469,7 +1469,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1469
1469
  critical?: boolean;
1470
1470
  disabled?: boolean;
1471
1471
  inverse?: boolean;
1472
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
1472
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
1473
1473
  type?: string;
1474
1474
  link?: object;
1475
1475
  };
@@ -1577,7 +1577,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1577
1577
  critical?: boolean;
1578
1578
  disabled?: boolean;
1579
1579
  inverse?: boolean;
1580
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
1580
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
1581
1581
  type?: string;
1582
1582
  link?: object;
1583
1583
  };
@@ -1677,7 +1677,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1677
1677
  critical?: boolean;
1678
1678
  disabled?: boolean;
1679
1679
  inverse?: boolean;
1680
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
1680
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
1681
1681
  type?: string;
1682
1682
  link?: object;
1683
1683
  };
@@ -1778,7 +1778,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1778
1778
  critical?: boolean;
1779
1779
  disabled?: boolean;
1780
1780
  inverse?: boolean;
1781
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
1781
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
1782
1782
  type?: string;
1783
1783
  link?: object;
1784
1784
  };
@@ -1878,7 +1878,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1878
1878
  critical?: boolean;
1879
1879
  disabled?: boolean;
1880
1880
  inverse?: boolean;
1881
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
1881
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
1882
1882
  type?: string;
1883
1883
  link?: object;
1884
1884
  };
@@ -1978,7 +1978,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
1978
1978
  critical?: boolean;
1979
1979
  disabled?: boolean;
1980
1980
  inverse?: boolean;
1981
- variant?: "primary" | "secondary" | "tertiary" | import("../../../button").BentoButtonVariant;
1981
+ variant?: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | import("../../../button").BentoButtonVariant;
1982
1982
  type?: string;
1983
1983
  link?: object;
1984
1984
  };
@@ -2876,11 +2876,6 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
2876
2876
  field: string;
2877
2877
  }[];
2878
2878
  };
2879
- computedCounts: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
2880
- label: string;
2881
- field: string;
2882
- count: number;
2883
- }[]>;
2884
2879
  searchTerm: import("../../../../../../vue3/node_modules/vue").Ref<string>;
2885
2880
  onClickAllFiltersModal: () => void;
2886
2881
  getFilterCount: (filter: BentoFilterModel) => string | number;
@@ -6,6 +6,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
6
6
  type: PropType<BentoButtonActionsList>;
7
7
  default: any;
8
8
  };
9
+ activePage: {
10
+ type: StringConstructor;
11
+ default: any;
12
+ };
9
13
  columnsSize: {
10
14
  type: PropType<BentoModalColumnLayoutVariant>;
11
15
  default: BentoModalColumnLayoutVariant;
@@ -14,6 +18,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
14
18
  type: StringConstructor;
15
19
  default: any;
16
20
  };
21
+ destructiveActions: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
17
25
  hideCloseButton: {
18
26
  type: BooleanConstructor;
19
27
  required: true;
@@ -45,12 +53,18 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
45
53
  }, {
46
54
  internalModalActionClose: (event?: Event) => void;
47
55
  }, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
56
+ "update:active-page": (page: string) => void;
57
+ } & {
48
58
  "close-modal": () => void;
49
59
  }, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
50
60
  actions: {
51
61
  type: PropType<BentoButtonActionsList>;
52
62
  default: any;
53
63
  };
64
+ activePage: {
65
+ type: StringConstructor;
66
+ default: any;
67
+ };
54
68
  columnsSize: {
55
69
  type: PropType<BentoModalColumnLayoutVariant>;
56
70
  default: BentoModalColumnLayoutVariant;
@@ -59,6 +73,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
59
73
  type: StringConstructor;
60
74
  default: any;
61
75
  };
76
+ destructiveActions: {
77
+ type: BooleanConstructor;
78
+ default: boolean;
79
+ };
62
80
  hideCloseButton: {
63
81
  type: BooleanConstructor;
64
82
  required: true;
@@ -89,14 +107,17 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
89
107
  };
90
108
  }>> & {
91
109
  "onClose-modal"?: () => any;
110
+ "onUpdate:active-page"?: (page: string) => any;
92
111
  }, {
93
112
  size: "small" | "medium" | "large" | BentoModalSize;
113
+ activePage: string;
94
114
  actions: BentoButtonActionsList;
115
+ destructiveActions: boolean;
95
116
  columnsSize: BentoModalColumnLayoutVariant;
96
117
  customPadding: string;
118
+ withColumnLayout: boolean;
97
119
  initiallyOpen: boolean;
98
120
  modalRole: string;
99
- withColumnLayout: boolean;
100
121
  }>, {
101
122
  default: (_: {}) => any;
102
123
  'content-col-1': (_: {}) => any;
@@ -10,6 +10,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
10
10
  type: StringConstructor;
11
11
  default: any;
12
12
  };
13
+ activePage: {
14
+ type: StringConstructor;
15
+ default: any;
16
+ };
13
17
  customPadding: {
14
18
  type: StringConstructor;
15
19
  default: any;
@@ -47,6 +51,8 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
47
51
  default: boolean;
48
52
  };
49
53
  }, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
54
+ "update:active-page": (page: string) => void;
55
+ } & {
50
56
  "close-modal": () => void;
51
57
  }, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
52
58
  actions: {
@@ -57,6 +63,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
57
63
  type: StringConstructor;
58
64
  default: any;
59
65
  };
66
+ activePage: {
67
+ type: StringConstructor;
68
+ default: any;
69
+ };
60
70
  customPadding: {
61
71
  type: StringConstructor;
62
72
  default: any;
@@ -95,15 +105,17 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
95
105
  };
96
106
  }>> & {
97
107
  "onClose-modal"?: () => any;
108
+ "onUpdate:active-page"?: (page: string) => any;
98
109
  }, {
110
+ activePage: string;
99
111
  actions: BentoButtonActionsList;
112
+ actionsLabel: string;
113
+ destructiveActions: boolean;
100
114
  columnsSize: BentoModalColumnLayoutVariant;
101
115
  customPadding: string;
116
+ withColumnLayout: boolean;
102
117
  hideCloseButton: boolean;
103
118
  initiallyOpen: boolean;
104
- withColumnLayout: boolean;
105
- actionsLabel: string;
106
- destructiveActions: boolean;
107
119
  }>, {
108
120
  default: (_: {}) => any;
109
121
  'content-col-1': (_: {}) => any;
@@ -6,6 +6,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
6
6
  type: PropType<BentoButtonActionsList>;
7
7
  default: any;
8
8
  };
9
+ activePage: {
10
+ type: StringConstructor;
11
+ default: any;
12
+ };
9
13
  content: {
10
14
  type: StringConstructor;
11
15
  required: true;
@@ -33,6 +37,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
33
37
  type: PropType<BentoButtonActionsList>;
34
38
  default: any;
35
39
  };
40
+ activePage: {
41
+ type: StringConstructor;
42
+ default: any;
43
+ };
36
44
  content: {
37
45
  type: StringConstructor;
38
46
  required: true;
@@ -56,6 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
56
64
  }>> & {
57
65
  "onClose-modal"?: () => any;
58
66
  }, {
67
+ activePage: string;
59
68
  actions: BentoButtonActionsList;
60
69
  initiallyOpen: boolean;
61
70
  }>, {
@@ -0,0 +1,91 @@
1
+ import { PropType } from "../../../../../../vue3/node_modules/vue";
2
+ import { BentoModalColumnLayoutVariant } from "../../modal.types";
3
+ import { BentoButtonActionsList } from "../../../button";
4
+ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/node_modules/vue").DefineComponent<{
5
+ actions: {
6
+ type: PropType<BentoButtonActionsList>;
7
+ default: any;
8
+ };
9
+ actionsLabel: {
10
+ type: StringConstructor;
11
+ default: any;
12
+ };
13
+ columnsSize: {
14
+ type: PropType<BentoModalColumnLayoutVariant>;
15
+ default: BentoModalColumnLayoutVariant;
16
+ };
17
+ customPadding: {
18
+ type: StringConstructor;
19
+ default: any;
20
+ };
21
+ destructiveActions: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ withColumnLayout: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ pageId: {
30
+ type: StringConstructor;
31
+ default: any;
32
+ };
33
+ previousPage: {
34
+ type: StringConstructor;
35
+ default: any;
36
+ };
37
+ }, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
38
+ actions: {
39
+ type: PropType<BentoButtonActionsList>;
40
+ default: any;
41
+ };
42
+ actionsLabel: {
43
+ type: StringConstructor;
44
+ default: any;
45
+ };
46
+ columnsSize: {
47
+ type: PropType<BentoModalColumnLayoutVariant>;
48
+ default: BentoModalColumnLayoutVariant;
49
+ };
50
+ customPadding: {
51
+ type: StringConstructor;
52
+ default: any;
53
+ };
54
+ destructiveActions: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ withColumnLayout: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ pageId: {
63
+ type: StringConstructor;
64
+ default: any;
65
+ };
66
+ previousPage: {
67
+ type: StringConstructor;
68
+ default: any;
69
+ };
70
+ }>>, {
71
+ pageId: string;
72
+ previousPage: string;
73
+ actions: BentoButtonActionsList;
74
+ actionsLabel: string;
75
+ destructiveActions: boolean;
76
+ columnsSize: BentoModalColumnLayoutVariant;
77
+ customPadding: string;
78
+ withColumnLayout: boolean;
79
+ }>, {
80
+ default: (_: {}) => any;
81
+ 'content-col-1': (_: {}) => any;
82
+ 'content-col-2': (_: {}) => any;
83
+ content: (_: {}) => any;
84
+ actions: (_: {}) => any;
85
+ }>;
86
+ export default _default;
87
+ type __VLS_WithTemplateSlots<T, S> = T & {
88
+ new (): {
89
+ $slots: S;
90
+ };
91
+ };
@@ -1,2 +1,3 @@
1
+ export { default as BentoModalPage } from './components/modal-page/modal-page.vue';
1
2
  export { default as BentoModal } from './modal.vue';
2
- export * from './modal.types';
3
+ export { BentoModalVariant, BentoModalVariantMapping, BentoModalSize, BentoModalColumnLayoutVariant, BentoModalRole, BentoModalDialogType, BentoModalEvent, } from './modal.types';
@@ -0,0 +1 @@
1
+ export declare const MODAL_CONFIG_INJECTION_KEY: unique symbol;
@@ -1,3 +1,4 @@
1
+ import { ComputedRef, Ref } from "../../../../vue3/node_modules/vue";
1
2
  export declare enum BentoModalVariant {
2
3
  DEFAULT = "default",
3
4
  DIALOG = "dialog"
@@ -29,3 +30,11 @@ export declare enum BentoModalDialogType {
29
30
  export declare enum BentoModalEvent {
30
31
  CLOSE_MODAL = "close-modal"
31
32
  }
33
+ export interface BentoModalConfigData {
34
+ activePage: Ref<string>;
35
+ height: Ref<string>;
36
+ isAnimationActive: Ref<boolean>;
37
+ pageCustomPadding: Ref<string>;
38
+ showCloseButton: ComputedRef<boolean>;
39
+ size: Ref<BentoModalSize | `${BentoModalSize}`>;
40
+ }
@@ -6,6 +6,10 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
6
6
  type: PropType<BentoButtonActionsList>;
7
7
  default: any;
8
8
  };
9
+ activePage: {
10
+ type: StringConstructor;
11
+ default: any;
12
+ };
9
13
  actionsLabel: {
10
14
  type: StringConstructor;
11
15
  default: any;
@@ -63,12 +67,18 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
63
67
  default: boolean;
64
68
  };
65
69
  }, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
70
+ "update:active-page": (page: string) => void;
71
+ } & {
66
72
  "close-modal": () => void;
67
73
  }, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
68
74
  actions: {
69
75
  type: PropType<BentoButtonActionsList>;
70
76
  default: any;
71
77
  };
78
+ activePage: {
79
+ type: StringConstructor;
80
+ default: any;
81
+ };
72
82
  actionsLabel: {
73
83
  type: StringConstructor;
74
84
  default: any;
@@ -127,20 +137,22 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
127
137
  };
128
138
  }>> & {
129
139
  "onClose-modal"?: () => any;
140
+ "onUpdate:active-page"?: (page: string) => any;
130
141
  }, {
131
142
  variant: "default" | "dialog" | "BentoModalDefault" | "BentoModalDialog" | BentoModalVariant;
132
143
  isOpen: boolean;
133
144
  size: "small" | "medium" | "large" | BentoModalSize;
134
145
  content: string;
146
+ activePage: string;
135
147
  actions: BentoButtonActionsList;
148
+ actionsLabel: string;
149
+ destructiveActions: boolean;
136
150
  columnsSize: "smaller" | "equal" | "bigger" | BentoModalColumnLayoutVariant;
137
151
  customPadding: string;
152
+ withColumnLayout: boolean;
138
153
  hideCloseButton: boolean;
139
154
  initiallyOpen: boolean;
140
155
  isDismissible: boolean;
141
- withColumnLayout: boolean;
142
- actionsLabel: string;
143
- destructiveActions: boolean;
144
156
  dialogType: "confirmation" | "destructive" | "info" | "acknowledgement" | BentoModalDialogType;
145
157
  }>, {
146
158
  default: (_: {}) => any;
@@ -47,8 +47,8 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
47
47
  default: any;
48
48
  };
49
49
  }>> & {
50
- "onUpdate:is-open"?: (isOpen: boolean) => any;
51
50
  "onUpdate:active-page"?: (page: string) => any;
51
+ "onUpdate:is-open"?: (isOpen: boolean) => any;
52
52
  }, {
53
53
  title: string;
54
54
  isOpen: boolean;
@@ -0,0 +1,2 @@
1
+ export { default as BentoSelectionCardGroup } from './selection-card-group.vue';
2
+ export * from './selection-card-group.types';
@@ -0,0 +1,2 @@
1
+ export type BentoSelectionCardGroupVariant = 'checkbox' | 'radio';
2
+ export type BentoSelectionCardGroupLayout = 'horizontal' | 'vertical';