@citruslime/ui 3.0.3 → 3.1.0-beta.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 (86) hide show
  1. package/README.md +1 -1
  2. package/dist/citrus-lime-ui.es.js +1698 -1684
  3. package/dist/citrus-lime-ui.umd.js +2 -2
  4. package/dist/components/accordion/cl-ui-accordion.vue.d.ts +4 -4
  5. package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +1 -1
  6. package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +5 -5
  7. package/dist/components/app/cl-ui-app.vue.d.ts +4 -4
  8. package/dist/components/button/cl-ui-button.vue.d.ts +5 -5
  9. package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +5 -5
  10. package/dist/components/calendar/cl-ui-calendar.vue.d.ts +7 -7
  11. package/dist/components/calendar/cl-ui-quick-dates-group.vue.d.ts +4 -4
  12. package/dist/components/calendar/cl-ui-quick-dates.vue.d.ts +4 -4
  13. package/dist/components/card/cl-ui-card.vue.d.ts +4 -4
  14. package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +8 -8
  15. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +6 -6
  16. package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +5 -5
  17. package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +5 -5
  18. package/dist/components/currency/cl-ui-currency-input.vue.d.ts +8 -8
  19. package/dist/components/file-uploader/cl-ui-file-uploader.vue.d.ts +5 -5
  20. package/dist/components/footer/cl-ui-footer.vue.d.ts +1 -1
  21. package/dist/components/grid/action-row/cl-ui-grid-action-row.vue.d.ts +4 -4
  22. package/dist/components/grid/body/cl-ui-grid-body.vue.d.ts +5 -5
  23. package/dist/components/grid/body/cl-ui-grid-cell-value.vue.d.ts +3 -3
  24. package/dist/components/grid/body/cl-ui-grid-cell.vue.d.ts +5 -5
  25. package/dist/components/grid/body/cl-ui-grid-row.vue.d.ts +5 -5
  26. package/dist/components/grid/cl-ui-grid.vue.d.ts +5 -5
  27. package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +5 -5
  28. package/dist/components/grid/header/cl-ui-grid-filter.vue.d.ts +4 -4
  29. package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +4 -4
  30. package/dist/components/grid/header/cl-ui-grid-method-selector.vue.d.ts +4 -4
  31. package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +4 -4
  32. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +4 -4
  33. package/dist/components/grid-lite/body/cl-ui-grid-lite-body-skeleton.vue.d.ts +3 -3
  34. package/dist/components/grid-lite/body/cl-ui-grid-lite-body.vue.d.ts +4 -4
  35. package/dist/components/grid-lite/body/cl-ui-grid-lite-cell.vue.d.ts +3 -3
  36. package/dist/components/grid-lite/body/cl-ui-grid-lite-row.vue.d.ts +3 -3
  37. package/dist/components/grid-lite/cl-ui-grid-lite.vue.d.ts +5 -5
  38. package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer-skeleton.vue.d.ts +1 -1
  39. package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer.vue.d.ts +5 -5
  40. package/dist/components/grid-lite/header/cl-ui-grid-lite-header.vue.d.ts +4 -4
  41. package/dist/components/header/cl-ui-header.vue.d.ts +4 -4
  42. package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +4 -4
  43. package/dist/components/input/cl-ui-input.vue.d.ts +72 -72
  44. package/dist/components/input-v2/input-checkbox/cl-ui-input-checkbox.vue.d.ts +8 -8
  45. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range-input.vue.d.ts +3 -5
  46. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +5 -5
  47. package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +6 -6
  48. package/dist/components/input-v2/input-layout-wrapper/cl-ui-input-layout-wrapper.vue.d.ts +4 -4
  49. package/dist/components/input-v2/input-number/cl-ui-input-number.vue.d.ts +17 -17
  50. package/dist/components/input-v2/input-range/cl-ui-input-range.vue.d.ts +14 -14
  51. package/dist/components/input-v2/input-text/cl-ui-input-text.vue.d.ts +8 -8
  52. package/dist/components/input-v2/input-text-area/cl-ui-input-text-area.vue.d.ts +8 -8
  53. package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +5 -5
  54. package/dist/components/loading-spinner/cl-ui-loading-spinner.vue.d.ts +1 -1
  55. package/dist/components/login/cl-ui-login.vue.d.ts +5 -5
  56. package/dist/components/menu/cl-ui-menu.vue.d.ts +22 -60
  57. package/dist/components/menu/group/cl-ui-menu-group.vue.d.ts +4 -4
  58. package/dist/components/menu/icon/cl-ui-menu-icon.vue.d.ts +3 -3
  59. package/dist/components/menu/item/cl-ui-menu-item.vue.d.ts +1 -1
  60. package/dist/components/menu/section/cl-ui-menu-section.vue.d.ts +7 -7
  61. package/dist/components/modal/cl-ui-modal.vue.d.ts +4 -4
  62. package/dist/components/navigation/cl-ui-navigation.vue.d.ts +6 -6
  63. package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +3 -3
  64. package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +4 -4
  65. package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +1 -1
  66. package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +1 -1
  67. package/dist/components/notification/cl-ui-notification.vue.d.ts +4 -4
  68. package/dist/components/select/select-input/cl-ui-select-input.vue.d.ts +2 -2
  69. package/dist/components/select/select-options/cl-ui-select-option.vue.d.ts +5 -5
  70. package/dist/components/skeleton-loaders/cl-ui-skeleton-button.vue.d.ts +1 -1
  71. package/dist/components/skeleton-loaders/cl-ui-skeleton-input.vue.d.ts +1 -1
  72. package/dist/components/skeleton-loaders/cl-ui-skeleton-text.vue.d.ts +4 -4
  73. package/dist/components/slider/cl-ui-slider.vue.d.ts +14 -14
  74. package/dist/components/tab/cl-ui-tab.vue.d.ts +6 -6
  75. package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +4 -4
  76. package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +4 -4
  77. package/dist/components/toggle/cl-ui-radio-group.vue.d.ts +4 -4
  78. package/dist/components/toggle/cl-ui-radio.vue.d.ts +5 -5
  79. package/dist/components/toggle/cl-ui-toggle-button.vue.d.ts +4 -4
  80. package/dist/components/toggle/cl-ui-toggle.vue.d.ts +5 -5
  81. package/dist/components/tree-list/cl-ui-tree-list-subtree.vue.d.ts +4 -4
  82. package/dist/components/tree-list/cl-ui-tree-list-tree-path.vue.d.ts +3 -3
  83. package/dist/components/tree-list/cl-ui-tree-list.vue.d.ts +5 -5
  84. package/dist/composables/notification.d.ts +5 -0
  85. package/dist/utils/injectionKeys.d.ts +1 -1
  86. package/package.json +6 -6
@@ -11,17 +11,17 @@ declare function isItemOpen(id: number): boolean;
11
11
  * @param id The ID of the item to open/close.
12
12
  */
13
13
  declare function toggleItem(id: number): void;
14
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
14
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
15
15
  exclusive?: boolean | undefined;
16
16
  }>, {
17
17
  exclusive: boolean;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
19
19
  exclusive?: boolean | undefined;
20
20
  }>, {
21
21
  exclusive: boolean;
22
- }>>>, {
22
+ }>>> & Readonly<{}>, {
23
23
  exclusive: boolean;
24
- }, {}>, Readonly<{
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
25
25
  default(props: {
26
26
  isItemOpen: typeof isItemOpen;
27
27
  toggleItem: typeof toggleItem;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -1,20 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  open: boolean;
3
3
  disabled?: boolean | undefined;
4
4
  }>, {
5
5
  disabled: boolean;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  toggle: () => void;
8
8
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
9
  open: boolean;
10
10
  disabled?: boolean | undefined;
11
11
  }>, {
12
12
  disabled: boolean;
13
- }>>> & {
13
+ }>>> & Readonly<{
14
14
  onToggle?: (() => any) | undefined;
15
- }, {
15
+ }>, {
16
16
  disabled: boolean;
17
- }, {}>, Readonly<{
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
18
18
  default(): any;
19
19
  title(): any;
20
20
  }> & {
@@ -1,14 +1,14 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  removePadding?: boolean | undefined;
3
3
  }>, {
4
4
  removePadding: boolean;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
6
  removePadding?: boolean | undefined;
7
7
  }>, {
8
8
  removePadding: boolean;
9
- }>>>, {
9
+ }>>> & Readonly<{}>, {
10
10
  removePadding: boolean;
11
- }, {}>, Readonly<{
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
12
12
  default(): any;
13
13
  header(): any;
14
14
  navigation(): any;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  colour?: "default" | "primary" | "secondary" | "danger" | "blue" | "orange" | undefined;
3
3
  size?: "small" | "medium" | "large" | undefined;
4
4
  loading?: boolean | undefined;
@@ -8,9 +8,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  size: string;
9
9
  loading: boolean;
10
10
  disabled: boolean;
11
- }>, {
11
+ }>>, {
12
12
  focus(): void;
13
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
14
14
  colour?: "default" | "primary" | "secondary" | "danger" | "blue" | "orange" | undefined;
15
15
  size?: "small" | "medium" | "large" | undefined;
16
16
  loading?: boolean | undefined;
@@ -20,12 +20,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
20
  size: string;
21
21
  loading: boolean;
22
22
  disabled: boolean;
23
- }>>>, {
23
+ }>>> & Readonly<{}>, {
24
24
  disabled: boolean;
25
25
  colour: "default" | "primary" | "secondary" | "danger" | "blue" | "orange";
26
26
  size: "small" | "medium" | "large";
27
27
  loading: boolean;
28
- }, {}>, Readonly<{
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
29
29
  default(): any;
30
30
  }> & {
31
31
  default(): any;
@@ -4,7 +4,7 @@ import type { CalendarType } from './types';
4
4
  * Focus the input element.
5
5
  */
6
6
  declare function focus(): void;
7
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
7
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
8
8
  date?: string | undefined;
9
9
  events?: PopoverEventHandlers | undefined;
10
10
  type: CalendarType;
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
12
12
  required: boolean;
13
13
  disabled?: boolean | undefined;
14
14
  rangeSelected?: boolean | undefined;
15
- }>, {
15
+ }>>, {
16
16
  focus: typeof focus;
17
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
18
  reset: () => void;
19
19
  clear: () => void;
20
20
  togglePopover: () => void;
@@ -26,11 +26,11 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
26
26
  required: boolean;
27
27
  disabled?: boolean | undefined;
28
28
  rangeSelected?: boolean | undefined;
29
- }>>> & {
29
+ }>>> & Readonly<{
30
30
  onReset?: (() => any) | undefined;
31
31
  onClear?: (() => any) | undefined;
32
32
  onTogglePopover?: (() => any) | undefined;
33
- }, {}, {}>;
33
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
36
  type __VLS_TypePropsToOption<T> = {
@@ -1,7 +1,7 @@
1
1
  import type { DateRange } from '../input-v2';
2
2
  import type { QuickDateName } from './quick-dates';
3
3
  import type { CalendarType } from './types';
4
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
5
  date: string | DateRange | null;
6
6
  type?: "time" | "date" | "datetime" | "dateRange" | undefined;
7
7
  disabled?: boolean | undefined;
@@ -24,9 +24,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
24
24
  initialDate: null;
25
25
  quickDateScope: null;
26
26
  dateFormatLocale: null;
27
- }>, {
27
+ }>>, {
28
28
  focus(): void;
29
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
30
  "update:date": (args_0: string | DateRange | null) => void;
31
31
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
32
32
  date: string | DateRange | null;
@@ -51,20 +51,20 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
51
51
  initialDate: null;
52
52
  quickDateScope: null;
53
53
  dateFormatLocale: null;
54
- }>>> & {
54
+ }>>> & Readonly<{
55
55
  "onUpdate:date"?: ((args_0: string | DateRange | null) => any) | undefined;
56
- }, {
56
+ }>, {
57
57
  type: CalendarType;
58
58
  disabled: boolean;
59
+ max: string | null;
59
60
  required: boolean;
60
61
  placeholder: string | null;
61
62
  min: string | null;
62
- max: string | null;
63
63
  dateFormatLocale: string | null;
64
64
  timeZone: string | null;
65
65
  quickDateScope: 'past' | 'future' | 'none' | QuickDateName[] | null;
66
66
  initialDate: string | null;
67
- }, {}>;
67
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
68
68
  export default _default;
69
69
  type __VLS_WithDefaults<P, D> = {
70
70
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,15 +1,15 @@
1
1
  import type { QuickDate } from './quick-dates';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  dates: QuickDate[];
4
4
  selectedQuickDate: QuickDate | null;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "quick-date-selected": (args_0: QuickDate) => void;
7
7
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
8
8
  dates: QuickDate[];
9
9
  selectedQuickDate: QuickDate | null;
10
- }>>> & {
10
+ }>>> & Readonly<{
11
11
  "onQuick-date-selected"?: ((args_0: QuickDate) => any) | undefined;
12
- }, {}, {}>;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
15
  type __VLS_TypePropsToOption<T> = {
@@ -1,15 +1,15 @@
1
1
  import type { QuickDate, QuickDateName } from './quick-dates';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  scope: 'past' | 'future' | QuickDateName[] | null;
4
4
  selectedQuickDate: QuickDate | null;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "quick-date-selected": (args_0: QuickDate) => void;
7
7
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
8
8
  scope: 'past' | 'future' | QuickDateName[] | null;
9
9
  selectedQuickDate: QuickDate | null;
10
- }>>> & {
10
+ }>>> & Readonly<{
11
11
  "onQuick-date-selected"?: ((args_0: QuickDate) => any) | undefined;
12
- }, {}, {}>;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
15
  type __VLS_TypePropsToOption<T> = {
@@ -1,19 +1,19 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  size?: "small" | "medium" | "large" | undefined;
3
3
  hover?: boolean | undefined;
4
4
  }>, {
5
5
  size: string;
6
6
  hover: boolean;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
8
  size?: "small" | "medium" | "large" | undefined;
9
9
  hover?: boolean | undefined;
10
10
  }>, {
11
11
  size: string;
12
12
  hover: boolean;
13
- }>>>, {
13
+ }>>> & Readonly<{}>, {
14
14
  size: "small" | "medium" | "large";
15
15
  hover: boolean;
16
- }, {}>, Readonly<{
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
17
17
  default(): any;
18
18
  image(): any;
19
19
  title(): any;
@@ -1,5 +1,5 @@
1
1
  import type { ComboBoxCreateResponse, ComboBoxItem, ComboBoxCreateRequest } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
3
  loading?: boolean | undefined;
4
4
  disabled?: boolean | undefined;
5
5
  required?: boolean | undefined;
@@ -31,11 +31,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
31
31
  placeholderText: null;
32
32
  searchHint: null;
33
33
  skipObjectCreationModal: boolean;
34
- }>, {
34
+ }>>, {
35
35
  focus(): void;
36
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
- search: (args_0: string) => void;
36
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
37
  focus: () => void;
38
+ search: (args_0: string) => void;
39
39
  "create-object": (args_0: ComboBoxCreateRequest) => void;
40
40
  "search-parent": (args_0: string) => void;
41
41
  "create-parent-object": (args_0: ComboBoxCreateRequest) => void;
@@ -72,14 +72,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
72
72
  placeholderText: null;
73
73
  searchHint: null;
74
74
  skipObjectCreationModal: boolean;
75
- }>>> & {
75
+ }>>> & Readonly<{
76
76
  onFocus?: (() => any) | undefined;
77
- "onCreate-object"?: ((args_0: ComboBoxCreateRequest) => any) | undefined;
78
77
  onSearch?: ((args_0: string) => any) | undefined;
78
+ "onCreate-object"?: ((args_0: ComboBoxCreateRequest) => any) | undefined;
79
79
  "onSearch-parent"?: ((args_0: string) => any) | undefined;
80
80
  "onCreate-parent-object"?: ((args_0: ComboBoxCreateRequest) => any) | undefined;
81
81
  "onUpdate:current-object"?: ((args_0: ComboBoxItem | null) => any) | undefined;
82
- }, {
82
+ }>, {
83
83
  disabled: boolean;
84
84
  required: boolean;
85
85
  loading: boolean;
@@ -94,7 +94,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
94
94
  parentResults: ComboBoxItem[];
95
95
  placeholderText: string | null;
96
96
  skipObjectCreationModal: boolean;
97
- }, {}>;
97
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
98
98
  export default _default;
99
99
  type __VLS_WithDefaults<P, D> = {
100
100
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,5 +1,5 @@
1
1
  import type { ComboBoxItem } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
3
  loading?: boolean | undefined;
4
4
  objectType: string;
5
5
  objectParentType?: string | undefined;
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
19
19
  currentObjectName: string;
20
20
  results: () => never[];
21
21
  isVisible: boolean;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
23
  search: (args_0: string) => void;
24
24
  "clear-object": () => void;
25
25
  "create-object": (args_0: string) => void;
@@ -45,13 +45,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
45
45
  currentObjectName: string;
46
46
  results: () => never[];
47
47
  isVisible: boolean;
48
- }>>> & {
48
+ }>>> & Readonly<{
49
+ onSearch?: ((args_0: string) => any) | undefined;
49
50
  "onClear-object"?: (() => any) | undefined;
50
51
  "onCreate-object"?: ((args_0: string) => any) | undefined;
51
52
  "onSelect-object"?: ((args_0: number | undefined) => any) | undefined;
52
- onSearch?: ((args_0: string) => any) | undefined;
53
53
  "onHide-dropdown"?: (() => any) | undefined;
54
- }, {
54
+ }>, {
55
55
  loading: boolean;
56
56
  objectParentType: string;
57
57
  errorMessage: string;
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
60
60
  currentObjectName: string;
61
61
  results: ComboBoxItem[];
62
62
  isVisible: boolean;
63
- }, {}>;
63
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
64
  export default _default;
65
65
  type __VLS_WithDefaults<P, D> = {
66
66
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  showClearButton?: boolean | undefined;
3
3
  text?: string | undefined;
4
4
  additionalText?: string | undefined;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
6
6
  showClearButton: boolean;
7
7
  text: string;
8
8
  additionalText: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "clear-object": () => void;
11
11
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
12
  showClearButton?: boolean | undefined;
@@ -16,13 +16,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
16
16
  showClearButton: boolean;
17
17
  text: string;
18
18
  additionalText: string;
19
- }>>> & {
19
+ }>>> & Readonly<{
20
20
  "onClear-object"?: (() => any) | undefined;
21
- }, {
21
+ }>, {
22
22
  text: string;
23
23
  showClearButton: boolean;
24
24
  additionalText: string;
25
- }, {}>;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
26
  export default _default;
27
27
  type __VLS_WithDefaults<P, D> = {
28
28
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,5 +1,5 @@
1
1
  import type { ComboBoxItem } from '../../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
3
  isCreateNewOption?: boolean | undefined;
4
4
  selectedIndex?: number | undefined;
5
5
  text?: string | undefined;
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  selectedIndex: number;
11
11
  text: string;
12
12
  option: null;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "create-object": () => void;
15
15
  "select-object": (args_0: number | undefined) => void;
16
16
  "option-highlighted": (args_0: number) => void;
@@ -25,16 +25,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  selectedIndex: number;
26
26
  text: string;
27
27
  option: null;
28
- }>>> & {
28
+ }>>> & Readonly<{
29
29
  "onCreate-object"?: (() => any) | undefined;
30
30
  "onSelect-object"?: ((args_0: number | undefined) => any) | undefined;
31
31
  "onOption-highlighted"?: ((args_0: number) => any) | undefined;
32
- }, {
32
+ }>, {
33
33
  option: ComboBoxItem | null;
34
34
  text: string;
35
35
  isCreateNewOption: boolean;
36
36
  selectedIndex: number;
37
- }, {}>;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  export default _default;
39
39
  type __VLS_WithDefaults<P, D> = {
40
40
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,6 +1,6 @@
1
1
  import type { CurrencyInputOptions } from 'vue-currency-input';
2
2
  import type { InputValueType } from '../input/types';
3
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
4
  modelValue: InputValueType;
5
5
  currencyOptions: CurrencyInputOptions;
6
6
  disabled: boolean;
@@ -15,13 +15,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  inputSpecificClasses: string;
16
16
  step: number;
17
17
  group: string;
18
- }>, {
18
+ }>>, {
19
19
  focus(): void;
20
20
  blur(): void;
21
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ change: (args_0: Event, args_1: number | null) => void;
22
23
  focus: () => void;
23
24
  "update:modelValue": (args_0: number) => void;
24
- change: (args_0: Event, args_1: number | null) => void;
25
25
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
26
26
  modelValue: InputValueType;
27
27
  currencyOptions: CurrencyInputOptions;
@@ -37,16 +37,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
37
37
  inputSpecificClasses: string;
38
38
  step: number;
39
39
  group: string;
40
- }>>> & {
41
- onFocus?: (() => any) | undefined;
40
+ }>>> & Readonly<{
42
41
  onChange?: ((args_0: Event, args_1: number | null) => any) | undefined;
42
+ onFocus?: (() => any) | undefined;
43
43
  "onUpdate:modelValue"?: ((args_0: number) => any) | undefined;
44
- }, {
44
+ }>, {
45
45
  group: string;
46
46
  step: number;
47
47
  highlightWhenValid: boolean;
48
48
  inputSpecificClasses: string;
49
- }, {}>;
49
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
50
  export default _default;
51
51
  type __VLS_WithDefaults<P, D> = {
52
52
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  uploaderType: "dragDrop" | "classic";
3
3
  acceptedFileTypes: string;
4
4
  allowMultipleFiles?: boolean | undefined;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  }>, {
7
7
  allowMultipleFiles: boolean;
8
8
  disabled: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "files-uploaded": (files: File[]) => void;
11
11
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
12
  uploaderType: "dragDrop" | "classic";
@@ -16,12 +16,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  }>, {
17
17
  allowMultipleFiles: boolean;
18
18
  disabled: boolean;
19
- }>>> & {
19
+ }>>> & Readonly<{
20
20
  "onFiles-uploaded"?: ((files: File[]) => any) | undefined;
21
- }, {
21
+ }>, {
22
22
  disabled: boolean;
23
23
  allowMultipleFiles: boolean;
24
- }, {}>, Readonly<{
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
25
25
  default(): any;
26
26
  }> & {
27
27
  default(): any;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
2
  default?(_: {}): any;
3
3
  left?(_: {}): any;
4
4
  right?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import type { FilterRequest, GridColumn, GridConfig } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  editMode: boolean;
4
4
  loading: boolean;
5
5
  initialLoad: boolean;
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
7
7
  columns: GridColumn<Record<string, unknown>>[];
8
8
  options: Partial<GridConfig>;
9
9
  request: FilterRequest<Record<string, unknown>>;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  "update:edit-mode": (args_0: boolean) => void;
12
12
  "update:filterPanelOpen": (args_0: boolean) => void;
13
13
  "clear-filters": () => void;
@@ -19,11 +19,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  columns: GridColumn<Record<string, unknown>>[];
20
20
  options: Partial<GridConfig>;
21
21
  request: FilterRequest<Record<string, unknown>>;
22
- }>>> & {
22
+ }>>> & Readonly<{
23
23
  "onUpdate:edit-mode"?: ((args_0: boolean) => any) | undefined;
24
24
  "onUpdate:filterPanelOpen"?: ((args_0: boolean) => any) | undefined;
25
25
  "onClear-filters"?: (() => any) | undefined;
26
- }, {}, {}>, Readonly<{
26
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
27
27
  'additional-grid-actions'(props: {
28
28
  loading: boolean;
29
29
  editMode: boolean;
@@ -1,6 +1,6 @@
1
1
  import type { InputValueType } from '../../input/types';
2
2
  import type { EditCellSlot, FilterRequest, FilterResponse, GridColumn, GridConfig, GridUpdateModel } from '../types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
4
  columns: GridColumn<Record<string, unknown>>[];
5
5
  request: FilterRequest<Record<string, unknown>>;
6
6
  data: FilterResponse<Record<string, InputValueType>> | null;
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
12
  editMode?: boolean | undefined;
13
13
  }>, {
14
14
  editMode: boolean;
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
16
  "clear-filters": () => void;
17
17
  "row-select": (args_0: Record<string, unknown>) => void;
18
18
  "row-edit": (args_0: GridUpdateModel) => void;
@@ -29,14 +29,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
29
29
  editMode?: boolean | undefined;
30
30
  }>, {
31
31
  editMode: boolean;
32
- }>>> & {
32
+ }>>> & Readonly<{
33
33
  "onClear-filters"?: (() => any) | undefined;
34
34
  "onRow-select"?: ((args_0: Record<string, unknown>) => any) | undefined;
35
35
  "onRow-edit"?: ((args_0: GridUpdateModel) => any) | undefined;
36
36
  "onRow-edit-cancelled"?: ((args_0: GridUpdateModel) => any) | undefined;
37
- }, {
37
+ }>, {
38
38
  editMode: boolean;
39
- }, {}>, Readonly<{
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
40
40
  [key: string]: (props: EditCellSlot) => any;
41
41
  noData: () => any;
42
42
  }> & {
@@ -1,17 +1,17 @@
1
1
  import type { GridColumn } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  data: Record<string, unknown>;
4
4
  column: GridColumn<Record<string, unknown>>;
5
5
  timeZone: string | null;
6
6
  searchValue: string;
7
7
  rowIndex: number;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
8
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
9
9
  data: Record<string, unknown>;
10
10
  column: GridColumn<Record<string, unknown>>;
11
11
  timeZone: string | null;
12
12
  searchValue: string;
13
13
  rowIndex: number;
14
- }>>>, {}, {}>, Readonly<Record<string, () => any>> & Record<string, () => any>>;
14
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<Record<string, () => any>> & Record<string, () => any>>;
15
15
  export default _default;
16
16
  type __VLS_WithTemplateSlots<T, S> = T & {
17
17
  new (): {
@@ -1,6 +1,6 @@
1
1
  import type { InputValueType } from '../../input';
2
2
  import type { GridColumn, EditCellSlot, GridConfig } from '../types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
4
  data: Record<string, InputValueType>;
5
5
  column: GridColumn<Record<string, unknown>>;
6
6
  timeZone: string | null;
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
10
10
  rowIndex: number;
11
11
  }>, {
12
12
  editMode: boolean;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  focus: () => void;
15
15
  edit: (args_0: unknown) => void;
16
16
  undo: () => void;
@@ -24,13 +24,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
24
  rowIndex: number;
25
25
  }>, {
26
26
  editMode: boolean;
27
- }>>> & {
27
+ }>>> & Readonly<{
28
28
  onFocus?: (() => any) | undefined;
29
29
  onEdit?: ((args_0: unknown) => any) | undefined;
30
30
  onUndo?: (() => any) | undefined;
31
- }, {
31
+ }>, {
32
32
  editMode: boolean;
33
- }, {}>, Readonly<Record<string, (props: EditCellSlot) => any>> & Record<string, (props: EditCellSlot) => any>>;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<Record<string, (props: EditCellSlot) => any>> & Record<string, (props: EditCellSlot) => any>>;
34
34
  export default _default;
35
35
  type __VLS_WithDefaults<P, D> = {
36
36
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {