@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
|
@@ -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,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
loading: boolean;
|
|
3
|
+
dateStart?: string | undefined;
|
|
4
|
+
dateStop?: string | undefined;
|
|
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,21 @@
|
|
|
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
|
+
slug: string;
|
|
8
|
+
link: string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
caption: string;
|
|
11
|
+
width: number;
|
|
12
|
+
src: string | Record<string, any>;
|
|
13
|
+
ratio: number;
|
|
14
|
+
animate: boolean;
|
|
15
|
+
$props: any;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
type __VLS_Slots = {
|
|
18
|
+
default?: ((props: {}) => any) | undefined;
|
|
19
|
+
} & {
|
|
20
|
+
default?: ((props: {}) => any) | undefined;
|
|
21
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
item: Record<string, any>;
|
|
3
|
+
networks: unknown[];
|
|
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,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
location: string;
|
|
3
|
+
socials: Record<string, any>;
|
|
4
|
+
dark: boolean;
|
|
5
|
+
labelled: boolean;
|
|
6
|
+
$props: any;
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
items: unknown[];
|
|
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
|
+
related: 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
|
+
type: string;
|
|
3
|
+
items: unknown[];
|
|
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
|
+
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
|
+
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,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,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,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
|
+
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
|
+
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
|
+
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,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
|
+
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;
|
|
@@ -53,7 +53,7 @@ export default defineNuxtPlugin(async (nuxtApp) => {
|
|
|
53
53
|
get: import("../graphql/item/action.gql")
|
|
54
54
|
}
|
|
55
55
|
}),
|
|
56
|
-
|
|
56
|
+
affiliation: () => ({
|
|
57
57
|
model: import("@paris-ias/data/dist/list/affiliation.js"),
|
|
58
58
|
queries: {
|
|
59
59
|
list: import("../graphql/list/affiliations.gql"),
|
|
@@ -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;
|