@adyen/bento-vue2 0.9.0-3 → 0.9.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.
@@ -250,10 +250,6 @@ declare const _default: import("vue").DefineComponent<{
250
250
  onConfigSettingsUpdate: (isCompactView: boolean) => void;
251
251
  onConfigSettingsColumnsUpdate: (newColumns: BentoColumn[]) => void;
252
252
  onConfigSettingsColumnUpdate: (updatedColumn: BentoColumn) => void;
253
- columnsRef: import("vue").Ref<HTMLDivElement>;
254
- configSettingsButtonStyle: import("vue").ComputedRef<{
255
- height: string;
256
- }>;
257
253
  BentoDatagridSortDirection: typeof BentoDatagridSortDirection;
258
254
  BentoTypographyElement: typeof BentoTypographyElement;
259
255
  BentoTypographyVariant: typeof BentoTypographyVariant;
@@ -82,7 +82,6 @@ declare const _default: import("vue").DefineComponent<{
82
82
  toggleDropdown: () => void;
83
83
  onOptionSelected: (selectedValue: BentoListboxSelectedValue) => void;
84
84
  BentoTypographyElement: typeof BentoTypographyElement;
85
- BentoDropdownSize: typeof BentoDropdownSize;
86
85
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
87
86
  ariaLabel: {
88
87
  type: StringConstructor;
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
56
56
  onKeyDown: () => void;
57
57
  onKeyUp: () => void;
58
58
  closeMenu: () => void;
59
- toggleShowMenu: (e: MouseEvent) => void;
59
+ toggleShowMenu: () => void;
60
60
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
61
61
  data: {
62
62
  type: PropType<BentoMenuItem[]>;
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue';
2
2
  import { PopperContainerAriaRole, PopperContainerPositionExtended } from '@/components/popper-container';
3
3
  import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
4
- import { VueNodeElement } from '@/types';
4
+ import { VueNodeElement } from '../../types';
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  id: {
7
7
  type: StringConstructor;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
37
37
  [x: string]: boolean;
38
38
  }>;
39
39
  tabIndex: import("vue").ComputedRef<number>;
40
- }, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
40
+ }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
41
41
  id: {
42
42
  type: StringConstructor;
43
43
  default: any;