@winchsa/ui 0.1.24 → 0.1.27

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 (142) hide show
  1. package/dist/components/Breadcrumbs.d.vue.ts +2 -1
  2. package/dist/components/Breadcrumbs.vue.d.ts +2 -1
  3. package/dist/components/CustomizerSection.d.vue.ts +7 -15
  4. package/dist/components/CustomizerSection.vue.d.ts +7 -15
  5. package/dist/components/DialogCloseBtn.d.vue.ts +2 -4
  6. package/dist/components/DialogCloseBtn.vue.d.ts +2 -4
  7. package/dist/components/Drawer.d.vue.ts +12 -28
  8. package/dist/components/Drawer.vue.d.ts +12 -28
  9. package/dist/components/IconBtn.d.vue.ts +7 -19
  10. package/dist/components/IconBtn.vue.d.ts +7 -19
  11. package/dist/components/LoadingBar.d.vue.ts +2 -1
  12. package/dist/components/LoadingBar.vue.d.ts +2 -1
  13. package/dist/components/LoadingDialog.d.vue.ts +2 -1
  14. package/dist/components/LoadingDialog.vue.d.ts +2 -1
  15. package/dist/components/LoadingItem.d.vue.ts +9 -31
  16. package/dist/components/LoadingItem.vue.d.ts +9 -31
  17. package/dist/components/Modal.d.vue.ts +50 -0
  18. package/dist/components/Modal.vue.d.ts +50 -0
  19. package/dist/components/MoreBtn.d.vue.ts +7 -15
  20. package/dist/components/MoreBtn.vue.d.ts +7 -15
  21. package/dist/components/ScrollToTop.d.vue.ts +2 -1
  22. package/dist/components/ScrollToTop.vue.d.ts +2 -1
  23. package/dist/components/SiteTitle.d.vue.ts +2 -1
  24. package/dist/components/SiteTitle.vue.d.ts +2 -1
  25. package/dist/components/Toaster.d.vue.ts +2 -1
  26. package/dist/components/Toaster.vue.d.ts +2 -1
  27. package/dist/components/cards/AppCard.d.vue.ts +8 -16
  28. package/dist/components/cards/AppCard.vue.d.ts +8 -16
  29. package/dist/components/cards/AppCardActions.d.vue.ts +11 -57
  30. package/dist/components/cards/AppCardActions.vue.d.ts +11 -57
  31. package/dist/components/cards/CardStatisticsHorizontal.d.vue.ts +2 -3
  32. package/dist/components/cards/CardStatisticsHorizontal.vue.d.ts +2 -3
  33. package/dist/components/cards/CheckboxesCard.d.vue.ts +3 -6
  34. package/dist/components/cards/CheckboxesCard.vue.d.ts +3 -6
  35. package/dist/components/cards/HeaderCard.d.vue.ts +2 -1
  36. package/dist/components/cards/HeaderCard.vue.d.ts +2 -1
  37. package/dist/components/cards/ImageCard.d.vue.ts +10 -40
  38. package/dist/components/cards/ImageCard.vue.d.ts +10 -40
  39. package/dist/components/cards/InputCard.d.vue.ts +7 -27
  40. package/dist/components/cards/InputCard.vue.d.ts +7 -27
  41. package/dist/components/cards/StaticCard.d.vue.ts +7 -19
  42. package/dist/components/cards/StaticCard.vue.d.ts +7 -19
  43. package/dist/components/forms/Accordion.d.vue.ts +8 -24
  44. package/dist/components/forms/Accordion.vue.d.ts +8 -24
  45. package/dist/components/forms/AppBarSearch.d.vue.ts +10 -1554
  46. package/dist/components/forms/AppBarSearch.vue.d.ts +10 -1554
  47. package/dist/components/forms/AppCombobox.d.vue.ts +13 -0
  48. package/dist/components/forms/AppCombobox.vue.d.ts +13 -0
  49. package/dist/components/forms/AppDrawerHeaderSection.d.vue.ts +7 -17
  50. package/dist/components/forms/AppDrawerHeaderSection.vue.d.ts +7 -17
  51. package/dist/components/forms/AppLabel.d.vue.ts +7 -19
  52. package/dist/components/forms/AppLabel.vue.d.ts +7 -19
  53. package/dist/components/forms/AppLink.d.vue.ts +8 -16
  54. package/dist/components/forms/AppLink.vue.d.ts +8 -16
  55. package/dist/components/forms/AppNumberField.d.vue.ts +8 -33
  56. package/dist/components/forms/AppNumberField.vue.d.ts +8 -33
  57. package/dist/components/forms/AppOtpInput.d.vue.ts +3 -6
  58. package/dist/components/forms/AppOtpInput.vue.d.ts +3 -6
  59. package/dist/components/forms/AppSearchHeader.d.vue.ts +2 -1
  60. package/dist/components/forms/AppSearchHeader.vue.d.ts +2 -1
  61. package/dist/components/forms/AppSelect.d.vue.ts +17 -0
  62. package/dist/components/forms/AppSelect.vue.d.ts +17 -0
  63. package/dist/components/forms/AppStepper.d.vue.ts +3 -7
  64. package/dist/components/forms/AppStepper.vue.d.ts +3 -7
  65. package/dist/components/forms/AppSwitch.d.vue.ts +7 -18
  66. package/dist/components/forms/AppSwitch.vue.d.ts +7 -18
  67. package/dist/components/forms/AppTextField.d.vue.ts +7 -20
  68. package/dist/components/forms/AppTextField.vue.d.ts +7 -20
  69. package/dist/components/forms/AppTextarea.d.vue.ts +7 -20
  70. package/dist/components/forms/AppTextarea.vue.d.ts +7 -20
  71. package/dist/components/forms/AttachmentCropperInput.d.vue.ts +3 -10
  72. package/dist/components/forms/AttachmentCropperInput.vue +1 -2
  73. package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -10
  74. package/dist/components/forms/AttachmentInput.d.vue.ts +3 -7
  75. package/dist/components/forms/AttachmentInput.vue.d.ts +3 -7
  76. package/dist/components/forms/AutocompleteInput.d.vue.ts +84 -0
  77. package/dist/components/forms/AutocompleteInput.vue.d.ts +84 -0
  78. package/dist/components/forms/BankSelect.d.vue.ts +5 -3
  79. package/dist/components/forms/BankSelect.vue.d.ts +5 -3
  80. package/dist/components/forms/BaseButton.d.vue.ts +7 -18
  81. package/dist/components/forms/BaseButton.vue.d.ts +7 -18
  82. package/dist/components/forms/CounterInput.d.vue.ts +3 -5
  83. package/dist/components/forms/CounterInput.vue.d.ts +3 -5
  84. package/dist/components/forms/CustomCheckboxes.d.vue.ts +8 -22
  85. package/dist/components/forms/CustomCheckboxes.vue.d.ts +8 -22
  86. package/dist/components/forms/CustomCheckboxesWithIcon.d.vue.ts +8 -22
  87. package/dist/components/forms/CustomCheckboxesWithIcon.vue.d.ts +8 -22
  88. package/dist/components/forms/CustomCheckboxesWithImage.d.vue.ts +2 -1
  89. package/dist/components/forms/CustomCheckboxesWithImage.vue.d.ts +2 -1
  90. package/dist/components/forms/CustomRadios.d.vue.ts +8 -23
  91. package/dist/components/forms/CustomRadios.vue.d.ts +8 -23
  92. package/dist/components/forms/CustomRadiosWithIcon.d.vue.ts +8 -25
  93. package/dist/components/forms/CustomRadiosWithIcon.vue.d.ts +8 -25
  94. package/dist/components/forms/CustomRadiosWithImage.d.vue.ts +11 -29
  95. package/dist/components/forms/CustomRadiosWithImage.vue.d.ts +11 -29
  96. package/dist/components/forms/DatePicker.d.vue.ts +3 -8
  97. package/dist/components/forms/DatePicker.vue.d.ts +3 -8
  98. package/dist/components/forms/DatePickerRange.d.vue.ts +2 -1
  99. package/dist/components/forms/DatePickerRange.vue.d.ts +2 -1
  100. package/dist/components/forms/DraggedUploadFile.d.vue.ts +2 -1
  101. package/dist/components/forms/DraggedUploadFile.vue.d.ts +2 -1
  102. package/dist/components/forms/ImageCardInput.d.vue.ts +35 -0
  103. package/dist/components/forms/ImageCardInput.vue.d.ts +35 -0
  104. package/dist/components/forms/InputValidationWrapper.d.vue.ts +9 -16
  105. package/dist/components/forms/InputValidationWrapper.vue.d.ts +9 -16
  106. package/dist/components/forms/LicensePlateInput.d.vue.ts +6 -6
  107. package/dist/components/forms/LicensePlateInput.vue +11 -11
  108. package/dist/components/forms/LicensePlateInput.vue.d.ts +6 -6
  109. package/dist/components/forms/ManualDate.d.vue.ts +3 -5
  110. package/dist/components/forms/ManualDate.vue +12 -12
  111. package/dist/components/forms/ManualDate.vue.d.ts +3 -5
  112. package/dist/components/forms/MobileInput.d.vue.ts +11 -35
  113. package/dist/components/forms/MobileInput.vue.d.ts +11 -35
  114. package/dist/components/forms/PasswordInput.d.vue.ts +3 -5
  115. package/dist/components/forms/PasswordInput.vue.d.ts +3 -5
  116. package/dist/components/forms/RangeInput.d.vue.ts +6 -1
  117. package/dist/components/forms/RangeInput.vue.d.ts +6 -1
  118. package/dist/components/forms/Tabs.d.vue.ts +6 -25
  119. package/dist/components/forms/Tabs.vue.d.ts +6 -25
  120. package/dist/components/forms/TimePicker.d.vue.ts +3 -8
  121. package/dist/components/forms/TimePicker.vue.d.ts +3 -8
  122. package/dist/components/table/DataTable.d.vue.ts +70 -0
  123. package/dist/components/table/DataTable.vue +3 -3
  124. package/dist/components/table/DataTable.vue.d.ts +70 -0
  125. package/dist/components/table/EditableDataTable.d.vue.ts +7 -62
  126. package/dist/components/table/EditableDataTable.vue +1 -2
  127. package/dist/components/table/EditableDataTable.vue.d.ts +7 -62
  128. package/dist/components/table/EditableDataTableRow.d.vue.ts +5 -3
  129. package/dist/components/table/EditableDataTableRow.vue.d.ts +5 -3
  130. package/dist/components/table/FilterGenerator.d.vue.ts +3 -4
  131. package/dist/components/table/FilterGenerator.vue.d.ts +3 -4
  132. package/dist/components/table/StaticTable.d.vue.ts +17 -6
  133. package/dist/components/table/StaticTable.vue.d.ts +17 -6
  134. package/dist/components/table/TablePagination.d.vue.ts +5 -3
  135. package/dist/components/table/TablePagination.vue.d.ts +5 -3
  136. package/dist/composables/useIsMobile.d.ts +1 -1
  137. package/dist/styles/core/base/_components.scss +2 -2
  138. package/dist/styles/core/template/_components.scss +1 -1
  139. package/dist/styles/core/template/index.css +59 -44
  140. package/dist/styles/core/template/libs/vuetify/index.css +3 -1
  141. package/dist/utils/ruleValidator.d.ts +1 -1
  142. package/package.json +7 -7
@@ -1,36 +1,22 @@
1
- import { VLabel, VCheckbox, VIcon, VCol, VRow } from 'vuetify/components';
2
1
  import type { CustomInputContent, GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedCheckbox: string[];
5
4
  checkboxContent: CustomInputContent[];
6
5
  gridColumn?: GridColumn;
7
6
  };
8
- declare const selectedOption: import("vue").Ref<string[], string[]>;
9
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
10
- declare var __VLS_14: {
11
- item: any;
7
+ declare var __VLS_20: {
8
+ item: CustomInputContent;
12
9
  };
13
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
14
- default?: (props: typeof __VLS_14) => any;
15
- }>;
16
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
- VLabel: typeof VLabel;
18
- VCheckbox: typeof VCheckbox;
19
- VIcon: typeof VIcon;
20
- VCol: typeof VCol;
21
- VRow: typeof VRow;
22
- selectedOption: typeof selectedOption;
23
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
- "update:selectedCheckbox": (value: string[]) => any;
25
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
26
- "onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
27
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_20) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
14
  "update:selectedCheckbox": (value: string[]) => any;
30
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
31
16
  "onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
32
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
34
20
  export default _default;
35
21
  type __VLS_WithSlots<T, S> = T & {
36
22
  new (): {
@@ -1,36 +1,22 @@
1
- import { VLabel, VCheckbox, VIcon, VCol, VRow } from 'vuetify/components';
2
1
  import type { CustomInputContent, GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedCheckbox: string[];
5
4
  checkboxContent: CustomInputContent[];
6
5
  gridColumn?: GridColumn;
7
6
  };
8
- declare const selectedOption: import("vue").Ref<string[], string[]>;
9
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
10
- declare var __VLS_14: {
11
- item: any;
7
+ declare var __VLS_20: {
8
+ item: CustomInputContent;
12
9
  };
13
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
14
- default?: (props: typeof __VLS_14) => any;
15
- }>;
16
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
- VLabel: typeof VLabel;
18
- VCheckbox: typeof VCheckbox;
19
- VIcon: typeof VIcon;
20
- VCol: typeof VCol;
21
- VRow: typeof VRow;
22
- selectedOption: typeof selectedOption;
23
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
- "update:selectedCheckbox": (value: string[]) => any;
25
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
26
- "onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
27
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_20) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
14
  "update:selectedCheckbox": (value: string[]) => any;
30
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
31
16
  "onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
32
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
34
20
  export default _default;
35
21
  type __VLS_WithSlots<T, S> = T & {
36
22
  new (): {
@@ -7,9 +7,10 @@ type __VLS_Props = {
7
7
  }[];
8
8
  gridColumn?: GridColumn;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
11
  "update:selectedCheckbox": (value: string[]) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
13
  "onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
@@ -7,9 +7,10 @@ type __VLS_Props = {
7
7
  }[];
8
8
  gridColumn?: GridColumn;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
11
  "update:selectedCheckbox": (value: string[]) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
13
  "onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
@@ -1,37 +1,22 @@
1
- import { VLabel, VRadio, VSpacer, VRadioGroup, VCol, VRow } from 'vuetify/components';
2
1
  import type { CustomInputContent, GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedRadio: string;
5
4
  radioContent: CustomInputContent[];
6
5
  gridColumn?: GridColumn;
7
6
  };
8
- declare const selectedOption: import("vue").Ref<string, string>;
9
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
10
- declare var __VLS_22: {
11
- item: any;
7
+ declare var __VLS_32: {
8
+ item: CustomInputContent;
12
9
  };
13
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
14
- default?: (props: typeof __VLS_22) => any;
15
- }>;
16
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
- VLabel: typeof VLabel;
18
- VRadio: typeof VRadio;
19
- VSpacer: typeof VSpacer;
20
- VRadioGroup: typeof VRadioGroup;
21
- VCol: typeof VCol;
22
- VRow: typeof VRow;
23
- selectedOption: typeof selectedOption;
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
- "update:selectedRadio": (value: string) => any;
26
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
27
- "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
28
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_32) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
30
14
  "update:selectedRadio": (value: string) => any;
31
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
16
  "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
33
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
35
20
  export default _default;
36
21
  type __VLS_WithSlots<T, S> = T & {
37
22
  new (): {
@@ -1,37 +1,22 @@
1
- import { VLabel, VRadio, VSpacer, VRadioGroup, VCol, VRow } from 'vuetify/components';
2
1
  import type { CustomInputContent, GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedRadio: string;
5
4
  radioContent: CustomInputContent[];
6
5
  gridColumn?: GridColumn;
7
6
  };
8
- declare const selectedOption: import("vue").Ref<string, string>;
9
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
10
- declare var __VLS_22: {
11
- item: any;
7
+ declare var __VLS_32: {
8
+ item: CustomInputContent;
12
9
  };
13
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
14
- default?: (props: typeof __VLS_22) => any;
15
- }>;
16
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
- VLabel: typeof VLabel;
18
- VRadio: typeof VRadio;
19
- VSpacer: typeof VSpacer;
20
- VRadioGroup: typeof VRadioGroup;
21
- VCol: typeof VCol;
22
- VRow: typeof VRow;
23
- selectedOption: typeof selectedOption;
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
- "update:selectedRadio": (value: string) => any;
26
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
27
- "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
28
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_32) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
30
14
  "update:selectedRadio": (value: string) => any;
31
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
16
  "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
33
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
35
20
  export default _default;
36
21
  type __VLS_WithSlots<T, S> = T & {
37
22
  new (): {
@@ -1,4 +1,3 @@
1
- import { VLabel, VRadio, VRadioGroup, VCol, VRow, VIcon } from 'vuetify/components';
2
1
  import type { CustomInputContent, GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedRadio: string | number;
@@ -8,35 +7,19 @@ type __VLS_Props = {
8
7
  errorMessages?: string;
9
8
  rules?: ((value: unknown) => typeof value | string)[];
10
9
  };
11
- declare const selectedOption: import("vue").Ref<string | number, string | number>;
12
- declare const labelLang: import("vue").ComputedRef<string>;
13
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
14
- declare var __VLS_21: {
15
- item: any;
10
+ declare var __VLS_31: {
11
+ item: CustomInputContent;
16
12
  };
17
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
18
- default?: (props: typeof __VLS_21) => any;
19
- }>;
20
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
21
- VLabel: typeof VLabel;
22
- VRadio: typeof VRadio;
23
- VRadioGroup: typeof VRadioGroup;
24
- VCol: typeof VCol;
25
- VRow: typeof VRow;
26
- VIcon: typeof VIcon;
27
- selectedOption: typeof selectedOption;
28
- labelLang: typeof labelLang;
29
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
30
- "update:selectedRadio": (value: string | number) => any;
31
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
- "onUpdate:selectedRadio"?: ((value: string | number) => any) | undefined;
33
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_31) => any;
15
+ };
16
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
35
17
  "update:selectedRadio": (value: string | number) => any;
36
18
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
37
19
  "onUpdate:selectedRadio"?: ((value: string | number) => any) | undefined;
38
20
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
40
23
  export default _default;
41
24
  type __VLS_WithSlots<T, S> = T & {
42
25
  new (): {
@@ -1,4 +1,3 @@
1
- import { VLabel, VRadio, VRadioGroup, VCol, VRow, VIcon } from 'vuetify/components';
2
1
  import type { CustomInputContent, GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedRadio: string | number;
@@ -8,35 +7,19 @@ type __VLS_Props = {
8
7
  errorMessages?: string;
9
8
  rules?: ((value: unknown) => typeof value | string)[];
10
9
  };
11
- declare const selectedOption: import("vue").Ref<string | number, string | number>;
12
- declare const labelLang: import("vue").ComputedRef<string>;
13
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
14
- declare var __VLS_21: {
15
- item: any;
10
+ declare var __VLS_31: {
11
+ item: CustomInputContent;
16
12
  };
17
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
18
- default?: (props: typeof __VLS_21) => any;
19
- }>;
20
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
21
- VLabel: typeof VLabel;
22
- VRadio: typeof VRadio;
23
- VRadioGroup: typeof VRadioGroup;
24
- VCol: typeof VCol;
25
- VRow: typeof VRow;
26
- VIcon: typeof VIcon;
27
- selectedOption: typeof selectedOption;
28
- labelLang: typeof labelLang;
29
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
30
- "update:selectedRadio": (value: string | number) => any;
31
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
- "onUpdate:selectedRadio"?: ((value: string | number) => any) | undefined;
33
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_31) => any;
15
+ };
16
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
35
17
  "update:selectedRadio": (value: string | number) => any;
36
18
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
37
19
  "onUpdate:selectedRadio"?: ((value: string | number) => any) | undefined;
38
20
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
40
23
  export default _default;
41
24
  type __VLS_WithSlots<T, S> = T & {
42
25
  new (): {
@@ -1,4 +1,3 @@
1
- import { VRadioGroup, VRow, VCol, VLabel, VRadio } from 'vuetify/components';
2
1
  import type { GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedRadio: string;
@@ -9,42 +8,25 @@ type __VLS_Props = {
9
8
  }[];
10
9
  gridColumn?: GridColumn;
11
10
  };
12
- type __VLS_Emit = {
13
- (e: 'update:selectedRadio', value: string): void;
14
- (e: 'clicked-custom'): void;
11
+ declare var __VLS_29: number, __VLS_30: {
12
+ item: {
13
+ bgImage?: string;
14
+ value: string;
15
+ type?: string;
16
+ };
15
17
  };
16
- declare const emit: __VLS_Emit;
17
- declare const selectedOption: import("vue").Ref<string, string>;
18
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
- declare var __VLS_23: any, __VLS_24: {
20
- item: any;
18
+ type __VLS_Slots = {} & {
19
+ [K in NonNullable<typeof __VLS_29>]?: (props: typeof __VLS_30) => any;
21
20
  };
22
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
23
- [K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
24
- }>;
25
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
- VRadioGroup: typeof VRadioGroup;
27
- VRow: typeof VRow;
28
- VCol: typeof VCol;
29
- VLabel: typeof VLabel;
30
- VRadio: typeof VRadio;
31
- emit: typeof emit;
32
- selectedOption: typeof selectedOption;
33
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
- "update:selectedRadio": (value: string) => any;
35
- "clicked-custom": () => any;
36
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
37
- "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
38
- "onClicked-custom"?: (() => any) | undefined;
39
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
21
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
22
  "update:selectedRadio": (value: string) => any;
42
23
  "clicked-custom": () => any;
43
24
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
44
25
  "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
45
26
  "onClicked-custom"?: (() => any) | undefined;
46
27
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
48
30
  export default _default;
49
31
  type __VLS_WithSlots<T, S> = T & {
50
32
  new (): {
@@ -1,4 +1,3 @@
1
- import { VRadioGroup, VRow, VCol, VLabel, VRadio } from 'vuetify/components';
2
1
  import type { GridColumn } from '../../types';
3
2
  type __VLS_Props = {
4
3
  selectedRadio: string;
@@ -9,42 +8,25 @@ type __VLS_Props = {
9
8
  }[];
10
9
  gridColumn?: GridColumn;
11
10
  };
12
- type __VLS_Emit = {
13
- (e: 'update:selectedRadio', value: string): void;
14
- (e: 'clicked-custom'): void;
11
+ declare var __VLS_29: number, __VLS_30: {
12
+ item: {
13
+ bgImage?: string;
14
+ value: string;
15
+ type?: string;
16
+ };
15
17
  };
16
- declare const emit: __VLS_Emit;
17
- declare const selectedOption: import("vue").Ref<string, string>;
18
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
- declare var __VLS_23: any, __VLS_24: {
20
- item: any;
18
+ type __VLS_Slots = {} & {
19
+ [K in NonNullable<typeof __VLS_29>]?: (props: typeof __VLS_30) => any;
21
20
  };
22
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
23
- [K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
24
- }>;
25
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
- VRadioGroup: typeof VRadioGroup;
27
- VRow: typeof VRow;
28
- VCol: typeof VCol;
29
- VLabel: typeof VLabel;
30
- VRadio: typeof VRadio;
31
- emit: typeof emit;
32
- selectedOption: typeof selectedOption;
33
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
- "update:selectedRadio": (value: string) => any;
35
- "clicked-custom": () => any;
36
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
37
- "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
38
- "onClicked-custom"?: (() => any) | undefined;
39
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
21
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
22
  "update:selectedRadio": (value: string) => any;
42
23
  "clicked-custom": () => any;
43
24
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
44
25
  "onUpdate:selectedRadio"?: ((value: string) => any) | undefined;
45
26
  "onClicked-custom"?: (() => any) | undefined;
46
27
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
48
30
  export default _default;
49
31
  type __VLS_WithSlots<T, S> = T & {
50
32
  new (): {
@@ -18,17 +18,12 @@ type __VLS_Props = {
18
18
  hideErrorMessage?: boolean;
19
19
  inTable?: boolean;
20
20
  };
21
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
21
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
22
  "update:modelValue": (value: string | Date) => any;
23
23
  resetSelectedDate: () => any;
24
24
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
25
  "onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
26
26
  onResetSelectedDate?: (() => any) | undefined;
27
- }>, {
28
- modelValue: string | Date;
29
- errorMessages: string | string[];
30
- format: string;
31
- showToday: boolean;
32
- hideErrorMessage: boolean;
33
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: typeof __VLS_export;
34
29
  export default _default;
@@ -18,17 +18,12 @@ type __VLS_Props = {
18
18
  hideErrorMessage?: boolean;
19
19
  inTable?: boolean;
20
20
  };
21
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
21
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
22
  "update:modelValue": (value: string | Date) => any;
23
23
  resetSelectedDate: () => any;
24
24
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
25
  "onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
26
26
  onResetSelectedDate?: (() => any) | undefined;
27
- }>, {
28
- modelValue: string | Date;
29
- errorMessages: string | string[];
30
- format: string;
31
- showToday: boolean;
32
- hideErrorMessage: boolean;
33
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: typeof __VLS_export;
34
29
  export default _default;
@@ -15,9 +15,10 @@ type __VLS_Props = {
15
15
  fromMaxDate?: Date | null;
16
16
  toMaxDate?: Date | null;
17
17
  };
18
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
19
  "update:modelValue": (value: [string | Date | null, string | Date | null] | null) => any;
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: [string | Date | null, string | Date | null] | null) => any) | undefined;
22
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
@@ -15,9 +15,10 @@ type __VLS_Props = {
15
15
  fromMaxDate?: Date | null;
16
16
  toMaxDate?: Date | null;
17
17
  };
18
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
19
  "update:modelValue": (value: [string | Date | null, string | Date | null] | null) => any;
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: [string | Date | null, string | Date | null] | null) => any) | undefined;
22
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
@@ -2,9 +2,10 @@ type __VLS_Props = {
2
2
  modelValue: FileList[];
3
3
  loading?: boolean;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
6
  "update:model-value": (value: FileList[]) => any;
7
7
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
8
  "onUpdate:model-value"?: ((value: FileList[]) => any) | undefined;
9
9
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
@@ -2,9 +2,10 @@ type __VLS_Props = {
2
2
  modelValue: FileList[];
3
3
  loading?: boolean;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
6
  "update:model-value": (value: FileList[]) => any;
7
7
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
8
  "onUpdate:model-value"?: ((value: FileList[]) => any) | undefined;
9
9
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
@@ -0,0 +1,35 @@
1
+ import 'cropperjs/dist/cropper.css';
2
+ type __VLS_Props = {
3
+ src?: string | null | Partial<MediaStream>;
4
+ canEdit?: boolean;
5
+ canDelete?: boolean;
6
+ imagePlaceholder?: string;
7
+ isLoading: boolean;
8
+ };
9
+ type __VLS_ModelProps = {
10
+ modelValue?: File | null;
11
+ };
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare var __VLS_75: {
14
+ avatarRef: any;
15
+ };
16
+ type __VLS_Slots = {} & {
17
+ default?: (props: typeof __VLS_75) => any;
18
+ };
19
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ update: (...args: any[]) => void;
21
+ delete: (...args: any[]) => void;
22
+ "update:modelValue": (value: File | null | undefined) => void;
23
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
+ "onUpdate:modelValue"?: ((value: File | null | undefined) => any) | undefined;
25
+ onUpdate?: ((...args: any[]) => any) | undefined;
26
+ onDelete?: ((...args: any[]) => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -0,0 +1,35 @@
1
+ import 'cropperjs/dist/cropper.css';
2
+ type __VLS_Props = {
3
+ src?: string | null | Partial<MediaStream>;
4
+ canEdit?: boolean;
5
+ canDelete?: boolean;
6
+ imagePlaceholder?: string;
7
+ isLoading: boolean;
8
+ };
9
+ type __VLS_ModelProps = {
10
+ modelValue?: File | null;
11
+ };
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare var __VLS_75: {
14
+ avatarRef: any;
15
+ };
16
+ type __VLS_Slots = {} & {
17
+ default?: (props: typeof __VLS_75) => any;
18
+ };
19
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ update: (...args: any[]) => void;
21
+ delete: (...args: any[]) => void;
22
+ "update:modelValue": (value: File | null | undefined) => void;
23
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
+ "onUpdate:modelValue"?: ((value: File | null | undefined) => any) | undefined;
25
+ onUpdate?: ((...args: any[]) => any) | undefined;
26
+ onDelete?: ((...args: any[]) => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };