@paris-ias/list 1.0.122 → 1.0.124

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 (200) hide show
  1. package/dist/module.json +3 -3
  2. package/dist/module.mjs +0 -1
  3. package/dist/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
  4. package/dist/runtime/components/actions/RowsItem.vue.d.ts +5 -0
  5. package/dist/runtime/components/actions/View.vue.d.ts +6 -0
  6. package/dist/runtime/components/affiliation/ExpandedItem.vue.d.ts +12 -0
  7. package/dist/runtime/components/affiliation/RowsItem.vue.d.ts +5 -0
  8. package/dist/runtime/components/affiliation/View.vue.d.ts +6 -0
  9. package/dist/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
  10. package/dist/runtime/components/apps/RowsItem.vue.d.ts +5 -0
  11. package/dist/runtime/components/apps/View.vue.d.ts +6 -0
  12. package/dist/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
  13. package/dist/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
  14. package/dist/runtime/components/disciplines/View.vue.d.ts +6 -0
  15. package/dist/runtime/components/events/Badges.vue.d.ts +5 -0
  16. package/dist/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
  17. package/dist/runtime/components/events/DenseItem.vue.d.ts +6 -0
  18. package/dist/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
  19. package/dist/runtime/components/events/RegisterModal.vue.d.ts +5 -0
  20. package/dist/runtime/components/events/RelatedItem.vue.d.ts +5 -0
  21. package/dist/runtime/components/events/RowsItem.vue.d.ts +6 -0
  22. package/dist/runtime/components/events/SlidingItem.vue.d.ts +6 -0
  23. package/dist/runtime/components/events/View.vue.d.ts +6 -0
  24. package/dist/runtime/components/fellowships/Badges.vue.d.ts +6 -0
  25. package/dist/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
  26. package/dist/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
  27. package/dist/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
  28. package/dist/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
  29. package/dist/runtime/components/fellowships/View.vue.d.ts +6 -0
  30. package/dist/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
  31. package/dist/runtime/components/files/RowsItem.vue.d.ts +5 -0
  32. package/dist/runtime/components/files/View.vue.d.ts +6 -0
  33. package/dist/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
  34. package/dist/runtime/components/list/atoms/PerPage.vue.d.ts +5 -0
  35. package/dist/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
  36. package/dist/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
  37. package/dist/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
  38. package/dist/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
  39. package/dist/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
  40. package/dist/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
  41. package/dist/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
  42. package/dist/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
  43. package/dist/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
  44. package/dist/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
  45. package/dist/runtime/components/list/inputs/Select.vue.d.ts +7 -0
  46. package/dist/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
  47. package/dist/runtime/components/list/molecules/GlobalSearchInput.vue +5 -0
  48. package/dist/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +9 -0
  49. package/dist/runtime/components/list/molecules/Header.vue.d.ts +5 -0
  50. package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +10 -0
  51. package/dist/runtime/components/list/molecules/ResultsContainer.vue.d.ts +15 -0
  52. package/dist/runtime/components/list/organisms/List.vue.d.ts +10 -0
  53. package/dist/runtime/components/list/organisms/Results.vue.d.ts +2 -0
  54. package/dist/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
  55. package/dist/runtime/components/list/views/Dense.vue.d.ts +12 -0
  56. package/dist/runtime/components/list/views/Expanded.vue.d.ts +12 -0
  57. package/dist/runtime/components/list/views/Grid.vue.d.ts +20 -0
  58. package/dist/runtime/components/list/views/Rows.vue.d.ts +12 -0
  59. package/dist/runtime/components/list/views/Slider.vue.d.ts +16 -0
  60. package/dist/runtime/components/list/views/Table.vue.d.ts +20 -0
  61. package/dist/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
  62. package/dist/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
  63. package/dist/runtime/components/mailing/View.vue.d.ts +6 -0
  64. package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
  65. package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
  66. package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
  67. package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
  68. package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
  69. package/dist/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
  70. package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
  71. package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  72. package/dist/runtime/components/news/DenseItem.vue.d.ts +6 -0
  73. package/dist/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
  74. package/dist/runtime/components/news/Header.vue.d.ts +2 -0
  75. package/dist/runtime/components/news/RelatedItem.vue.d.ts +5 -0
  76. package/dist/runtime/components/news/RowsItem.vue.d.ts +6 -0
  77. package/dist/runtime/components/news/View.vue.d.ts +6 -0
  78. package/dist/runtime/components/people/Badges.vue.d.ts +5 -0
  79. package/dist/runtime/components/people/DenseItem.vue.d.ts +6 -0
  80. package/dist/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  81. package/dist/runtime/components/people/RelatedItem.vue.d.ts +5 -0
  82. package/dist/runtime/components/people/RowsItem.vue.d.ts +6 -0
  83. package/dist/runtime/components/people/View.vue.d.ts +6 -0
  84. package/dist/runtime/components/projects/DenseItem.vue.d.ts +6 -0
  85. package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  86. package/dist/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
  87. package/dist/runtime/components/projects/RowsItem.vue.d.ts +5 -0
  88. package/dist/runtime/components/projects/View.vue.d.ts +6 -0
  89. package/dist/runtime/components/publications/DenseItem.vue.d.ts +6 -0
  90. package/dist/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
  91. package/dist/runtime/components/publications/RowsItem.vue.d.ts +5 -0
  92. package/dist/runtime/components/publications/View.vue.d.ts +6 -0
  93. package/dist/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
  94. package/dist/runtime/components/tags/RowsItem.vue.d.ts +5 -0
  95. package/dist/runtime/components/tags/View.vue.d.ts +6 -0
  96. package/dist/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
  97. package/dist/runtime/components/users/RowsItem.vue.d.ts +5 -0
  98. package/dist/runtime/components/users/View.vue.d.ts +6 -0
  99. package/dist/runtime/graphql/list/people.gql +6 -0
  100. package/dist/runtime/plugins/pinia.js +1 -1
  101. package/dist/runtime/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
  102. package/dist/runtime/runtime/components/actions/RowsItem.vue.d.ts +5 -0
  103. package/dist/runtime/runtime/components/actions/View.vue.d.ts +6 -0
  104. package/dist/runtime/runtime/components/affiliations/ExpandedItem.vue.d.ts +12 -0
  105. package/dist/runtime/runtime/components/affiliations/RowsItem.vue.d.ts +5 -0
  106. package/dist/runtime/runtime/components/affiliations/View.vue.d.ts +6 -0
  107. package/dist/runtime/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
  108. package/dist/runtime/runtime/components/apps/RowsItem.vue.d.ts +5 -0
  109. package/dist/runtime/runtime/components/apps/View.vue.d.ts +6 -0
  110. package/dist/runtime/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
  111. package/dist/runtime/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
  112. package/dist/runtime/runtime/components/disciplines/View.vue.d.ts +6 -0
  113. package/dist/runtime/runtime/components/events/Badges.vue.d.ts +5 -0
  114. package/dist/runtime/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
  115. package/dist/runtime/runtime/components/events/DenseItem.vue.d.ts +6 -0
  116. package/dist/runtime/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
  117. package/dist/runtime/runtime/components/events/RegisterModal.vue.d.ts +5 -0
  118. package/dist/runtime/runtime/components/events/RelatedItem.vue.d.ts +5 -0
  119. package/dist/runtime/runtime/components/events/RowsItem.vue.d.ts +6 -0
  120. package/dist/runtime/runtime/components/events/SlidingItem.vue.d.ts +6 -0
  121. package/dist/runtime/runtime/components/events/View.vue.d.ts +6 -0
  122. package/dist/runtime/runtime/components/fellowships/Badges.vue.d.ts +6 -0
  123. package/dist/runtime/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
  124. package/dist/runtime/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
  125. package/dist/runtime/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
  126. package/dist/runtime/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
  127. package/dist/runtime/runtime/components/fellowships/View.vue.d.ts +6 -0
  128. package/dist/runtime/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
  129. package/dist/runtime/runtime/components/files/RowsItem.vue.d.ts +5 -0
  130. package/dist/runtime/runtime/components/files/View.vue.d.ts +6 -0
  131. package/dist/runtime/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
  132. package/dist/runtime/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
  133. package/dist/runtime/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
  134. package/dist/runtime/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
  135. package/dist/runtime/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
  136. package/dist/runtime/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
  137. package/dist/runtime/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
  138. package/dist/runtime/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
  139. package/dist/runtime/runtime/components/list/atoms/itemsPerPage.vue.d.ts +5 -0
  140. package/dist/runtime/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
  141. package/dist/runtime/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
  142. package/dist/runtime/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
  143. package/dist/runtime/runtime/components/list/inputs/Select.vue.d.ts +7 -0
  144. package/dist/runtime/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
  145. package/dist/runtime/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +8 -0
  146. package/dist/runtime/runtime/components/list/molecules/Header.vue.d.ts +5 -0
  147. package/dist/runtime/runtime/components/list/molecules/Pagination.vue.d.ts +11 -0
  148. package/dist/runtime/runtime/components/list/molecules/ResultsContainer.vue.d.ts +14 -0
  149. package/dist/runtime/runtime/components/list/organisms/List.vue.d.ts +10 -0
  150. package/dist/runtime/runtime/components/list/organisms/Results.vue.d.ts +2 -0
  151. package/dist/runtime/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
  152. package/dist/runtime/runtime/components/list/views/Dense.vue.d.ts +12 -0
  153. package/dist/runtime/runtime/components/list/views/Expanded.vue.d.ts +12 -0
  154. package/dist/runtime/runtime/components/list/views/Grid.vue.d.ts +20 -0
  155. package/dist/runtime/runtime/components/list/views/Rows.vue.d.ts +12 -0
  156. package/dist/runtime/runtime/components/list/views/Slider.vue.d.ts +16 -0
  157. package/dist/runtime/runtime/components/list/views/Table.vue.d.ts +20 -0
  158. package/dist/runtime/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
  159. package/dist/runtime/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
  160. package/dist/runtime/runtime/components/mailing/View.vue.d.ts +6 -0
  161. package/dist/runtime/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
  162. package/dist/runtime/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
  163. package/dist/runtime/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
  164. package/dist/runtime/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
  165. package/dist/runtime/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
  166. package/dist/runtime/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
  167. package/dist/runtime/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
  168. package/dist/runtime/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  169. package/dist/runtime/runtime/components/news/DenseItem.vue.d.ts +6 -0
  170. package/dist/runtime/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
  171. package/dist/runtime/runtime/components/news/Header.vue.d.ts +2 -0
  172. package/dist/runtime/runtime/components/news/RelatedItem.vue.d.ts +5 -0
  173. package/dist/runtime/runtime/components/news/RowsItem.vue.d.ts +6 -0
  174. package/dist/runtime/runtime/components/news/View.vue.d.ts +6 -0
  175. package/dist/runtime/runtime/components/people/DenseItem.vue.d.ts +6 -0
  176. package/dist/runtime/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  177. package/dist/runtime/runtime/components/people/GroupBadges.vue.d.ts +5 -0
  178. package/dist/runtime/runtime/components/people/RelatedItem.vue.d.ts +5 -0
  179. package/dist/runtime/runtime/components/people/RowsItem.vue.d.ts +6 -0
  180. package/dist/runtime/runtime/components/people/View.vue.d.ts +6 -0
  181. package/dist/runtime/runtime/components/projects/DenseItem.vue.d.ts +6 -0
  182. package/dist/runtime/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  183. package/dist/runtime/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
  184. package/dist/runtime/runtime/components/projects/RowsItem.vue.d.ts +5 -0
  185. package/dist/runtime/runtime/components/projects/View.vue.d.ts +6 -0
  186. package/dist/runtime/runtime/components/publications/DenseItem.vue.d.ts +6 -0
  187. package/dist/runtime/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
  188. package/dist/runtime/runtime/components/publications/RowsItem.vue.d.ts +5 -0
  189. package/dist/runtime/runtime/components/publications/View.vue.d.ts +6 -0
  190. package/dist/runtime/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
  191. package/dist/runtime/runtime/components/tags/RowsItem.vue.d.ts +5 -0
  192. package/dist/runtime/runtime/components/tags/View.vue.d.ts +6 -0
  193. package/dist/runtime/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
  194. package/dist/runtime/runtime/components/users/RowsItem.vue.d.ts +5 -0
  195. package/dist/runtime/runtime/components/users/View.vue.d.ts +6 -0
  196. package/dist/runtime/translations/en.json +24 -0
  197. package/dist/runtime/translations/fr.json +24 -0
  198. package/package.json +7 -8
  199. package/dist/runtime/plugins/vuetify.d.ts +0 -2
  200. package/dist/runtime/plugins/vuetify.js +0 -21
package/dist/module.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
3
  "configKey": "list",
4
- "version": "1.0.122",
4
+ "version": "1.0.124",
5
5
  "builder": {
6
- "@nuxt/module-builder": "1.0.0",
7
- "unbuild": "3.5.0"
6
+ "@nuxt/module-builder": "1.0.2",
7
+ "unbuild": "unknown"
8
8
  }
9
9
  }
package/dist/module.mjs CHANGED
@@ -18,7 +18,6 @@ const module = defineNuxtModule({
18
18
  addImportsDir(resolver.resolve("./runtime/composables"));
19
19
  addImportsDir(resolver.resolve("./runtime/graphql"));
20
20
  addPlugin(resolver.resolve("./runtime/plugins/pinia"));
21
- addPlugin(resolver.resolve("./runtime/plugins/vuetify"));
22
21
  nuxt.hook("nitro:config", async (nitroConfig) => {
23
22
  nitroConfig.publicAssets ||= [];
24
23
  nitroConfig.publicAssets.push({
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ view: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ view: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ open: boolean;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ type: string;
4
+ index: number;
5
+ $props: any;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type?: any;
3
+ name?: any;
4
+ items?: any;
5
+ $props: any;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type?: any;
3
+ name?: any;
4
+ items?: any;
5
+ $props: any;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type?: any;
3
+ name?: any;
4
+ items?: any;
5
+ $props: any;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type?: any;
3
+ name?: any;
4
+ items?: any;
5
+ $props: any;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type?: any;
3
+ expanded?: any;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -34,6 +34,7 @@
34
34
  </v-text-field>
35
35
 
36
36
  <v-menu
37
+ v-if="filter"
37
38
  v-model="filterMenuOpen"
38
39
  :close-on-content-click="false"
39
40
  location="bottom end"
@@ -115,6 +116,10 @@ const props = defineProps({
115
116
  categories: {
116
117
  type: Array,
117
118
  default: () => []
119
+ },
120
+ filter: {
121
+ type: Boolean,
122
+ default: false
118
123
  }
119
124
  });
120
125
  const filterMenuOpen = ref(false);
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "filter-change", ...args: any[]) => void;
3
+ type: string;
4
+ filter: boolean;
5
+ loading: boolean;
6
+ categories: unknown[];
7
+ $props: any;
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "update", ...args: any[]) => void;
3
+ currentPage: number;
4
+ totalPages: number;
5
+ pagePadding: number;
6
+ pageGap: number;
7
+ hidePrevNext: boolean;
8
+ $props: any;
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ export default _default;
@@ -0,0 +1,15 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $emit: (event: "toggle", ...args: any[]) => void;
8
+ type: string;
9
+ open: boolean;
10
+ feminine: boolean;
11
+ $props: any;
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ type __VLS_Slots = {
14
+ default?: ((props: {}) => any) | undefined;
15
+ };
@@ -0,0 +1,10 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ addBtn: boolean;
4
+ layout: Record<string, any>;
5
+ pagination: Record<string, any>;
6
+ addButton: boolean;
7
+ items?: Record<string, any> | undefined;
8
+ $props: any;
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,20 @@
1
+ declare var __VLS_1: {
2
+ item: any;
3
+ };
4
+ type __VLS_Slots = {} & {
5
+ data?: (props: typeof __VLS_1) => any;
6
+ };
7
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ items: ObjectConstructor[];
9
+ type: StringConstructor;
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ items: ObjectConstructor[];
12
+ type: StringConstructor;
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,16 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ type: string;
8
+ loading: boolean;
9
+ items: unknown[];
10
+ dark: boolean;
11
+ more: boolean;
12
+ $props: any;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ type __VLS_Slots = {
15
+ default?: ((props: {}) => any) | undefined;
16
+ };
@@ -0,0 +1,20 @@
1
+ declare var __VLS_1: {
2
+ item: any;
3
+ };
4
+ type __VLS_Slots = {} & {
5
+ data?: (props: typeof __VLS_1) => any;
6
+ };
7
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ items: ObjectConstructor[];
9
+ type: StringConstructor;
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ items: ObjectConstructor[];
12
+ type: StringConstructor;
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;