@autoafleveren/ui 1.4.6 → 1.4.8

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.
@@ -9,17 +9,19 @@ type __VLS_Props = {
9
9
  contentClasses?: string;
10
10
  hoverTransition?: boolean;
11
11
  };
12
- declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {};
12
+ declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {};
13
13
  type __VLS_Slots = {} & {
14
14
  icon?: (props: typeof __VLS_5) => any;
15
15
  } & {
16
- title?: (props: typeof __VLS_7) => any;
16
+ avatar?: (props: typeof __VLS_7) => any;
17
17
  } & {
18
- description?: (props: typeof __VLS_9) => any;
18
+ title?: (props: typeof __VLS_9) => any;
19
19
  } & {
20
- default?: (props: typeof __VLS_11) => any;
20
+ description?: (props: typeof __VLS_11) => any;
21
21
  } & {
22
- actions?: (props: typeof __VLS_13) => any;
22
+ default?: (props: typeof __VLS_13) => any;
23
+ } & {
24
+ actions?: (props: typeof __VLS_15) => any;
23
25
  };
24
26
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
27
  title: string;
@@ -5,6 +5,8 @@ type __VLS_Props = {
5
5
  component?: DefinitionItem['component'];
6
6
  componentProperties?: DefinitionItem['componentProperties'];
7
7
  hideEmptyValues?: boolean;
8
+ itemRowClasses?: string;
9
+ itemCellClasses?: string;
8
10
  };
9
11
  declare var __VLS_1: {}, __VLS_3: {};
10
12
  type __VLS_Slots = {} & {
@@ -20,6 +22,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void,
20
22
  }>;
21
23
  componentProperties: Record<string, unknown>;
22
24
  hideEmptyValues: boolean;
25
+ itemRowClasses: string;
26
+ itemCellClasses: string;
23
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
28
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
29
  export default _default;
@@ -2,6 +2,8 @@ import type { DefinitionItem } from './index.d';
2
2
  type __VLS_Props = {
3
3
  items?: DefinitionItem[];
4
4
  hideEmptyValues?: boolean;
5
+ itemRowClasses?: string;
6
+ itemCellClasses?: string;
5
7
  };
6
8
  declare var __VLS_1: {};
7
9
  type __VLS_Slots = {} & {
@@ -9,6 +11,8 @@ type __VLS_Slots = {} & {
9
11
  };
10
12
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
13
  hideEmptyValues: boolean;
14
+ itemRowClasses: string;
15
+ itemCellClasses: string;
12
16
  items: DefinitionItem[];
13
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
18
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;