@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.
- package/dist/module.json +3 -3
- package/dist/module.mjs +0 -1
- package/dist/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/actions/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/actions/View.vue.d.ts +6 -0
- package/dist/runtime/components/affiliation/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/affiliation/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/affiliation/View.vue.d.ts +6 -0
- package/dist/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/apps/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/apps/View.vue.d.ts +6 -0
- package/dist/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/disciplines/View.vue.d.ts +6 -0
- package/dist/runtime/components/events/Badges.vue.d.ts +5 -0
- package/dist/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
- package/dist/runtime/components/events/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/events/RegisterModal.vue.d.ts +5 -0
- package/dist/runtime/components/events/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/events/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/events/SlidingItem.vue.d.ts +6 -0
- package/dist/runtime/components/events/View.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/Badges.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
- package/dist/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/View.vue.d.ts +6 -0
- package/dist/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/files/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/files/View.vue.d.ts +6 -0
- package/dist/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/PerPage.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
- package/dist/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
- package/dist/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
- package/dist/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
- package/dist/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
- package/dist/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
- package/dist/runtime/components/list/inputs/Select.vue.d.ts +7 -0
- package/dist/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
- package/dist/runtime/components/list/molecules/GlobalSearchInput.vue +5 -0
- package/dist/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +9 -0
- package/dist/runtime/components/list/molecules/Header.vue.d.ts +5 -0
- package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +10 -0
- package/dist/runtime/components/list/molecules/ResultsContainer.vue.d.ts +15 -0
- package/dist/runtime/components/list/organisms/List.vue.d.ts +10 -0
- package/dist/runtime/components/list/organisms/Results.vue.d.ts +2 -0
- package/dist/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
- package/dist/runtime/components/list/views/Dense.vue.d.ts +12 -0
- package/dist/runtime/components/list/views/Expanded.vue.d.ts +12 -0
- package/dist/runtime/components/list/views/Grid.vue.d.ts +20 -0
- package/dist/runtime/components/list/views/Rows.vue.d.ts +12 -0
- package/dist/runtime/components/list/views/Slider.vue.d.ts +16 -0
- package/dist/runtime/components/list/views/Table.vue.d.ts +20 -0
- package/dist/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/mailing/View.vue.d.ts +6 -0
- package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
- package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
- package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
- package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
- package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
- package/dist/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
- package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
- package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
- package/dist/runtime/components/news/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
- package/dist/runtime/components/news/Header.vue.d.ts +2 -0
- package/dist/runtime/components/news/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/news/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/news/View.vue.d.ts +6 -0
- package/dist/runtime/components/people/Badges.vue.d.ts +5 -0
- package/dist/runtime/components/people/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/people/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/people/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/people/View.vue.d.ts +6 -0
- package/dist/runtime/components/projects/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/projects/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/projects/View.vue.d.ts +6 -0
- package/dist/runtime/components/publications/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/publications/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/publications/View.vue.d.ts +6 -0
- package/dist/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/tags/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/tags/View.vue.d.ts +6 -0
- package/dist/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/users/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/users/View.vue.d.ts +6 -0
- package/dist/runtime/graphql/list/people.gql +6 -0
- package/dist/runtime/plugins/pinia.js +1 -1
- package/dist/runtime/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/actions/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/actions/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/affiliations/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/affiliations/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/affiliations/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/apps/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/apps/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/disciplines/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/Badges.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/events/RegisterModal.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/SlidingItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/Badges.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/files/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/files/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/itemsPerPage.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/inputs/Select.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +8 -0
- package/dist/runtime/runtime/components/list/molecules/Header.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/molecules/Pagination.vue.d.ts +11 -0
- package/dist/runtime/runtime/components/list/molecules/ResultsContainer.vue.d.ts +14 -0
- package/dist/runtime/runtime/components/list/organisms/List.vue.d.ts +10 -0
- package/dist/runtime/runtime/components/list/organisms/Results.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/views/Dense.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/list/views/Expanded.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/list/views/Grid.vue.d.ts +20 -0
- package/dist/runtime/runtime/components/list/views/Rows.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/list/views/Slider.vue.d.ts +16 -0
- package/dist/runtime/runtime/components/list/views/Table.vue.d.ts +20 -0
- package/dist/runtime/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/mailing/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
- package/dist/runtime/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
- package/dist/runtime/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/news/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/news/Header.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/news/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/news/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/news/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/people/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/people/GroupBadges.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/people/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/people/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/people/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/projects/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/projects/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/projects/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/publications/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/publications/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/publications/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/tags/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/tags/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/users/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/users/View.vue.d.ts +6 -0
- package/dist/runtime/translations/en.json +24 -0
- package/dist/runtime/translations/fr.json +24 -0
- package/package.json +7 -8
- package/dist/runtime/plugins/vuetify.d.ts +0 -2
- package/dist/runtime/plugins/vuetify.js +0 -21
package/dist/module.json
CHANGED
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;
|