@paris-ias/list 1.0.52 → 1.0.53
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 +2 -2
- package/dist/runtime/components/events/DateTimePlace.vue +1 -1
- package/dist/runtime/components/list/atoms/SearchInput.vue +2 -1
- package/dist/runtime/components/list/atoms/SearchItem.vue +1 -1
- package/dist/runtime/components/list/molecules/Filters.vue +2 -1
- package/dist/runtime/components/list/organisms/List.vue +2 -1
- package/dist/runtime/components/misc/atoms/ImageContainer.vue +3 -1
- package/dist/runtime/components/misc/atoms/ShareMenu.vue +2 -3
- package/dist/runtime/stores/root.js +3 -2
- package/package.json +2 -4
- package/dist/runtime/components/events/Badges.vue.d.ts +0 -7
- package/dist/runtime/components/events/DateTimePlace.vue.d.ts +0 -7
- package/dist/runtime/components/events/DenseItem.vue.d.ts +0 -9
- package/dist/runtime/components/events/ExpandedItem.vue.d.ts +0 -12
- package/dist/runtime/components/events/RegisterModal.vue.d.ts +0 -7
- package/dist/runtime/components/events/RelatedItem.vue.d.ts +0 -7
- package/dist/runtime/components/events/RowsItem.vue.d.ts +0 -9
- package/dist/runtime/components/events/View.vue.d.ts +0 -9
- package/dist/runtime/components/fellowships/Badges.vue.d.ts +0 -9
- package/dist/runtime/components/fellowships/DenseItem.vue.d.ts +0 -9
- package/dist/runtime/components/fellowships/ExpandedItem.vue.d.ts +0 -2
- package/dist/runtime/components/fellowships/RegisterModal.vue.d.ts +0 -9
- package/dist/runtime/components/fellowships/RowsItem.vue.d.ts +0 -9
- package/dist/runtime/components/fellowships/View.vue.d.ts +0 -9
- package/dist/runtime/components/list/atoms/FiltersMenu.vue.d.ts +0 -7
- package/dist/runtime/components/list/atoms/SearchInput.vue.d.ts +0 -9
- package/dist/runtime/components/list/atoms/SearchItem.vue.d.ts +0 -11
- package/dist/runtime/components/list/atoms/SearchString.vue.d.ts +0 -7
- package/dist/runtime/components/list/atoms/SortMenu.vue.d.ts +0 -7
- package/dist/runtime/components/list/atoms/ViewMenu.vue.d.ts +0 -7
- package/dist/runtime/components/list/inputs/AutoComplete.vue.d.ts +0 -11
- package/dist/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +0 -11
- package/dist/runtime/components/list/inputs/Checkbox.vue.d.ts +0 -11
- package/dist/runtime/components/list/inputs/Select.vue.d.ts +0 -11
- package/dist/runtime/components/list/molecules/Filters.vue.d.ts +0 -9
- package/dist/runtime/components/list/molecules/Header.vue.d.ts +0 -7
- package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +0 -17
- package/dist/runtime/components/list/organisms/List.vue.d.ts +0 -21
- package/dist/runtime/components/list/views/Dense.vue.d.ts +0 -14
- package/dist/runtime/components/list/views/Expanded.vue.d.ts +0 -14
- package/dist/runtime/components/list/views/Grid.vue.d.ts +0 -28
- package/dist/runtime/components/list/views/Rows.vue.d.ts +0 -14
- package/dist/runtime/components/list/views/Slider.vue.d.ts +0 -22
- package/dist/runtime/components/list/views/Table.vue.d.ts +0 -28
- package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +0 -11
- package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +0 -28
- package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +0 -9
- package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +0 -13
- package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +0 -7
- package/dist/runtime/components/misc/molecules/Related.vue.d.ts +0 -7
- package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +0 -9
- package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +0 -2
- package/dist/runtime/components/news/DenseItem.vue.d.ts +0 -9
- package/dist/runtime/components/news/ExpandedItem.vue.d.ts +0 -9
- package/dist/runtime/components/news/Header.vue.d.ts +0 -2
- package/dist/runtime/components/news/RelatedItem.vue.d.ts +0 -7
- package/dist/runtime/components/news/RowsItem.vue.d.ts +0 -9
- package/dist/runtime/components/news/View.vue.d.ts +0 -9
- package/dist/runtime/components/people/DenseItem.vue.d.ts +0 -9
- package/dist/runtime/components/people/ExpandedItem.vue.d.ts +0 -12
- package/dist/runtime/components/people/GroupBadges.vue.d.ts +0 -7
- package/dist/runtime/components/people/RelatedItem.vue.d.ts +0 -7
- package/dist/runtime/components/people/RowsItem.vue.d.ts +0 -9
- package/dist/runtime/components/people/View.vue.d.ts +0 -9
- package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +0 -12
- package/dist/runtime/components/projects/RelatedItem.vue.d.ts +0 -7
- package/dist/runtime/components/projects/RowsItem.vue.d.ts +0 -7
- package/dist/runtime/components/projects/View.vue.d.ts +0 -9
- package/dist/runtime/components/publications/RelatedItem.vue.d.ts +0 -7
- package/dist/runtime/components/publications/RowsItem.vue.d.ts +0 -7
- package/dist/runtime/components/publications/View.vue.d.ts +0 -9
package/dist/module.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<script setup>
|
|
59
59
|
import { ref } from "vue";
|
|
60
60
|
import { getDetailedFormatedDate } from "../../composables/useUtils";
|
|
61
|
-
import { useI18n } from "
|
|
61
|
+
import { useI18n } from "vue-i18n";
|
|
62
62
|
const { locale } = useI18n();
|
|
63
63
|
const props = defineProps({
|
|
64
64
|
item: {
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
<script setup>
|
|
68
68
|
import { useDebounceFn } from "@vueuse/core";
|
|
69
69
|
import { useRootStore } from "../../../stores/root";
|
|
70
|
-
import { useNuxtApp,
|
|
70
|
+
import { useNuxtApp, computed } from "#imports";
|
|
71
|
+
import { useI18n } from "vue-i18n";
|
|
71
72
|
const { locale, t } = useI18n();
|
|
72
73
|
const rootStore = useRootStore();
|
|
73
74
|
const { $stores } = useNuxtApp();
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
import { useDisplay } from "vuetify";
|
|
44
44
|
import { useRootStore } from "../../../stores/root";
|
|
45
45
|
import { capitalize } from "../../../composables/useUtils";
|
|
46
|
-
import { useNuxtApp, onMounted, resolveComponent
|
|
46
|
+
import { useNuxtApp, onMounted, resolveComponent } from "#imports";
|
|
47
|
+
import { useI18n } from "vue-i18n";
|
|
47
48
|
const { smAndDown } = useDisplay();
|
|
48
49
|
const i18n = useI18n();
|
|
49
50
|
const { locale, messages } = useI18n();
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
<script setup>
|
|
28
28
|
import { useRootStore } from "../../../stores/root";
|
|
29
29
|
import { capitalize } from "../../../composables/useUtils";
|
|
30
|
-
import { useNuxtApp,
|
|
30
|
+
import { useNuxtApp, resolveComponent, computed } from "#imports";
|
|
31
|
+
import { useI18n } from "vue-i18n";
|
|
31
32
|
const { $stores } = useNuxtApp();
|
|
32
33
|
const { locale } = useI18n();
|
|
33
34
|
const rootStore = useRootStore();
|
|
@@ -79,7 +79,9 @@
|
|
|
79
79
|
</template>
|
|
80
80
|
|
|
81
81
|
<script setup>
|
|
82
|
-
import { computed
|
|
82
|
+
import { computed } from "#imports";
|
|
83
|
+
import { useLocalePath } from "vue-i18n";
|
|
84
|
+
import { useImage } from "@nuxt/image";
|
|
83
85
|
const localePath = useLocalePath();
|
|
84
86
|
const img = useImage();
|
|
85
87
|
const computedSrc = computed(() => {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
:key="network"
|
|
17
17
|
:value="network"
|
|
18
18
|
>
|
|
19
|
-
<SocialShare
|
|
19
|
+
<!-- <SocialShare
|
|
20
20
|
:key="network"
|
|
21
21
|
class="text-black"
|
|
22
22
|
:network="network"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<template #label>
|
|
30
30
|
{{ network }}
|
|
31
31
|
</template>
|
|
32
|
-
</SocialShare>
|
|
32
|
+
</SocialShare> -->
|
|
33
33
|
</v-list-item>
|
|
34
34
|
</v-list>
|
|
35
35
|
</v-menu>
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
<script setup>
|
|
39
39
|
import { mergeProps } from "vue";
|
|
40
40
|
import { useRoute } from "#imports";
|
|
41
|
-
import config from "~/static.config";
|
|
42
41
|
const route = useRoute();
|
|
43
42
|
const props = defineProps({
|
|
44
43
|
networks: {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { defineStore } from "pinia";
|
|
2
2
|
import SEARCH from "../graphql/list/search.gql";
|
|
3
|
-
import { useNuxtApp, useRouter
|
|
3
|
+
import { useNuxtApp, useRouter } from "#imports";
|
|
4
|
+
import { useAsyncQuery } from "#app";
|
|
4
5
|
export const useRootStore = defineStore("rootStore", {
|
|
5
6
|
state: () => ({
|
|
6
7
|
scrolled: import.meta.browser ? window.scrollY > 0 : false,
|
|
@@ -140,7 +141,7 @@ export const useRootStore = defineStore("rootStore", {
|
|
|
140
141
|
updateItemsPerPage({ value, type }) {
|
|
141
142
|
const { $stores } = useNuxtApp();
|
|
142
143
|
this.page = 1;
|
|
143
|
-
$stores[
|
|
144
|
+
$stores[type].itemsPerPage = value;
|
|
144
145
|
this.update(type);
|
|
145
146
|
},
|
|
146
147
|
updatePage({ page, type }) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "AGPL-3.0-only",
|
|
3
3
|
"main": "./dist/module.mjs",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.53",
|
|
5
5
|
"name": "@paris-ias/list",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "git+https://github.com/IEA-Paris/list.git",
|
|
@@ -12,8 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"description": "Paris IAS List Module",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@mdi/font": "^7.4.47",
|
|
16
|
-
"@nuxt/content": "^2.9.0",
|
|
17
15
|
"@nuxt/devtools": "^2.3.2",
|
|
18
16
|
"@nuxt/eslint": "1.3.0",
|
|
19
17
|
"@nuxt/eslint-config": "^1.3.0",
|
|
@@ -21,13 +19,13 @@
|
|
|
21
19
|
"@nuxt/module-builder": "^1.0.0",
|
|
22
20
|
"@nuxt/schema": "^3.16.2",
|
|
23
21
|
"@nuxt/test-utils": "^3.17.2",
|
|
24
|
-
"@urql/exchange-execute": "2.3.1",
|
|
25
22
|
"@nuxtjs/apollo": "^5.0.0-alpha.14",
|
|
26
23
|
"@nuxtjs/i18n": "^9.5.2",
|
|
27
24
|
"@nuxtjs/mdc": "0.16.1",
|
|
28
25
|
"@paris-ias/data": "^1.8.0",
|
|
29
26
|
"@pinia/nuxt": "^0.10.1",
|
|
30
27
|
"@types/node": "latest",
|
|
28
|
+
"@urql/exchange-execute": "2.3.1",
|
|
31
29
|
"@vueuse/core": "^13.0.0",
|
|
32
30
|
"changelogen": "^0.6.1",
|
|
33
31
|
"eslint": "^9.24.0",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
view: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly view?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
view: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly view?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
open: boolean;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly open?: boolean | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly type?: string | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
type: string;
|
|
4
|
-
index: number;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly item?: Record<string, any> | undefined;
|
|
7
|
-
readonly type?: string | undefined;
|
|
8
|
-
readonly index?: number | undefined;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly type?: string | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly type?: string | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly type?: string | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
name?: any;
|
|
3
|
-
type?: any;
|
|
4
|
-
items?: any;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly name?: any;
|
|
7
|
-
readonly type?: any;
|
|
8
|
-
readonly items?: any;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
name?: any;
|
|
3
|
-
type?: any;
|
|
4
|
-
items?: any;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly name?: any;
|
|
7
|
-
readonly type?: any;
|
|
8
|
-
readonly items?: any;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
name?: any;
|
|
3
|
-
type?: any;
|
|
4
|
-
items?: any;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly name?: any;
|
|
7
|
-
readonly type?: any;
|
|
8
|
-
readonly items?: any;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
name?: any;
|
|
3
|
-
type?: any;
|
|
4
|
-
items?: any;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly name?: any;
|
|
7
|
-
readonly type?: any;
|
|
8
|
-
readonly items?: any;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type?: any;
|
|
3
|
-
expanded?: any;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly type?: any;
|
|
6
|
-
readonly expanded?: any;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly type?: string | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
totalPages: number;
|
|
4
|
-
currentPage: number;
|
|
5
|
-
pagePadding: number;
|
|
6
|
-
pageGap: number;
|
|
7
|
-
hidePrevNext: boolean;
|
|
8
|
-
$props: {
|
|
9
|
-
readonly type?: string | undefined;
|
|
10
|
-
readonly totalPages?: number | undefined;
|
|
11
|
-
readonly currentPage?: number | undefined;
|
|
12
|
-
readonly pagePadding?: number | undefined;
|
|
13
|
-
readonly pageGap?: number | undefined;
|
|
14
|
-
readonly hidePrevNext?: boolean | undefined;
|
|
15
|
-
};
|
|
16
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
customView: string;
|
|
8
|
-
headless: boolean;
|
|
9
|
-
items?: Record<string, any> | undefined;
|
|
10
|
-
$props: {
|
|
11
|
-
readonly type?: string | undefined;
|
|
12
|
-
readonly addBtn?: boolean | undefined;
|
|
13
|
-
readonly layout?: Record<string, any> | undefined;
|
|
14
|
-
readonly pagination?: Record<string, any> | undefined;
|
|
15
|
-
readonly addButton?: boolean | undefined;
|
|
16
|
-
readonly customView?: string | undefined;
|
|
17
|
-
readonly headless?: boolean | undefined;
|
|
18
|
-
readonly items?: Record<string, any> | undefined;
|
|
19
|
-
};
|
|
20
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
|
-
declare var __VLS_1: {};
|
|
3
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
4
|
-
default?: (props: typeof __VLS_1) => any;
|
|
5
|
-
}>;
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
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>;
|
|
8
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
|
-
declare var __VLS_1: {};
|
|
3
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
4
|
-
default?: (props: typeof __VLS_1) => any;
|
|
5
|
-
}>;
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
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>;
|
|
8
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
|
-
declare var __VLS_1: {
|
|
3
|
-
item: any;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
-
data?: (props: typeof __VLS_1) => any;
|
|
7
|
-
}>;
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
|
-
items: ObjectConstructor[];
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
items: ObjectConstructor[];
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
|
-
items: ObjectConstructor[];
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
items: ObjectConstructor[];
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
|
-
declare var __VLS_6: {};
|
|
3
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
4
|
-
default?: (props: typeof __VLS_6) => any;
|
|
5
|
-
}>;
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
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>;
|
|
8
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
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: {
|
|
13
|
-
readonly type?: string | undefined;
|
|
14
|
-
readonly loading?: boolean | undefined;
|
|
15
|
-
readonly items?: unknown[] | undefined;
|
|
16
|
-
readonly dark?: boolean | undefined;
|
|
17
|
-
readonly more?: boolean | undefined;
|
|
18
|
-
};
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
type __VLS_Slots = {
|
|
21
|
-
default?: ((props: {}) => any) | undefined;
|
|
22
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
|
-
declare var __VLS_1: {
|
|
3
|
-
item: any;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
-
data?: (props: typeof __VLS_1) => any;
|
|
7
|
-
}>;
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
|
-
items: ObjectConstructor[];
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
items: ObjectConstructor[];
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
|
-
items: ObjectConstructor[];
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
items: ObjectConstructor[];
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
loading: boolean;
|
|
3
|
-
dateStart?: string | undefined;
|
|
4
|
-
dateStop?: string | undefined;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
readonly dateStart?: string | undefined;
|
|
8
|
-
readonly dateStop?: string | undefined;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
caption: string;
|
|
10
|
-
animate: boolean;
|
|
11
|
-
loading: boolean;
|
|
12
|
-
width: number;
|
|
13
|
-
src: string | Record<string, any>;
|
|
14
|
-
ratio: number;
|
|
15
|
-
$props: {
|
|
16
|
-
readonly slug?: string | undefined;
|
|
17
|
-
readonly link?: string | undefined;
|
|
18
|
-
readonly caption?: string | undefined;
|
|
19
|
-
readonly animate?: boolean | undefined;
|
|
20
|
-
readonly loading?: boolean | undefined;
|
|
21
|
-
readonly width?: number | undefined;
|
|
22
|
-
readonly src?: string | Record<string, any> | undefined;
|
|
23
|
-
readonly ratio?: number | undefined;
|
|
24
|
-
};
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
type __VLS_Slots = {
|
|
27
|
-
default?: (((props: {}) => any) & ((props: {}) => any)) | undefined;
|
|
28
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
networks: unknown[];
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly networks?: unknown[] | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
location: string;
|
|
3
|
-
socials: Record<string, any>;
|
|
4
|
-
dark: boolean;
|
|
5
|
-
labelled: boolean;
|
|
6
|
-
$props: {
|
|
7
|
-
readonly location?: string | undefined;
|
|
8
|
-
readonly socials?: Record<string, any> | undefined;
|
|
9
|
-
readonly dark?: boolean | undefined;
|
|
10
|
-
readonly labelled?: boolean | undefined;
|
|
11
|
-
};
|
|
12
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
items: unknown[];
|
|
3
|
-
$props: {
|
|
4
|
-
readonly items?: unknown[] | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
related: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly related?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
type: string;
|
|
3
|
-
items: unknown[];
|
|
4
|
-
$props: {
|
|
5
|
-
readonly type?: string | undefined;
|
|
6
|
-
readonly items?: unknown[] | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
index: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly index?: number | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly item?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
item: Record<string, any>;
|
|
3
|
-
loading: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: Record<string, any> | undefined;
|
|
6
|
-
readonly loading?: boolean | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|