@paris-ias/list 1.0.42 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/module.json +2 -2
  2. package/dist/runtime/components/events/Badges.vue.d.ts +7 -0
  3. package/dist/runtime/components/events/DateTimePlace.vue.d.ts +7 -0
  4. package/dist/runtime/components/events/DenseItem.vue.d.ts +9 -0
  5. package/dist/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
  6. package/dist/runtime/components/events/ListContainer.vue +2 -3
  7. package/dist/runtime/components/events/ListContainer.vue.d.ts +7 -0
  8. package/dist/runtime/components/events/RegisterModal.vue.d.ts +7 -0
  9. package/dist/runtime/components/events/RelatedItem.vue +3 -4
  10. package/dist/runtime/components/events/RelatedItem.vue.d.ts +7 -0
  11. package/dist/runtime/components/events/RowsItem.vue +3 -4
  12. package/dist/runtime/components/events/RowsItem.vue.d.ts +9 -0
  13. package/dist/runtime/components/events/View.vue.d.ts +9 -0
  14. package/dist/runtime/components/fellowships/Badges.vue.d.ts +9 -0
  15. package/dist/runtime/components/fellowships/DenseItem.vue.d.ts +9 -0
  16. package/dist/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
  17. package/dist/runtime/components/fellowships/RegisterModal.vue.d.ts +9 -0
  18. package/dist/runtime/components/fellowships/RowsItem.vue.d.ts +9 -0
  19. package/dist/runtime/components/fellowships/View.vue.d.ts +9 -0
  20. package/dist/runtime/components/list/atoms/FiltersMenu.vue.d.ts +7 -0
  21. package/dist/runtime/components/list/atoms/SearchInput.vue +6 -8
  22. package/dist/runtime/components/list/atoms/SearchInput.vue.d.ts +9 -0
  23. package/dist/runtime/components/list/atoms/SearchItem.vue.d.ts +11 -0
  24. package/dist/runtime/components/list/atoms/SearchString.vue.d.ts +7 -0
  25. package/dist/runtime/components/list/atoms/SortMenu.vue +2 -4
  26. package/dist/runtime/components/list/atoms/SortMenu.vue.d.ts +7 -0
  27. package/dist/runtime/components/list/atoms/ViewMenu.vue +2 -4
  28. package/dist/runtime/components/list/atoms/ViewMenu.vue.d.ts +7 -0
  29. package/dist/runtime/components/list/inputs/AutoComplete.vue +1 -2
  30. package/dist/runtime/components/list/inputs/AutoComplete.vue.d.ts +11 -0
  31. package/dist/runtime/components/list/inputs/BooleanSwitch.vue +2 -4
  32. package/dist/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +11 -0
  33. package/dist/runtime/components/list/inputs/Checkbox.vue +2 -4
  34. package/dist/runtime/components/list/inputs/Checkbox.vue.d.ts +11 -0
  35. package/dist/runtime/components/list/inputs/Select.vue +1 -2
  36. package/dist/runtime/components/list/inputs/Select.vue.d.ts +11 -0
  37. package/dist/runtime/components/list/molecules/Filters.vue +2 -4
  38. package/dist/runtime/components/list/molecules/Filters.vue.d.ts +9 -0
  39. package/dist/runtime/components/list/molecules/Header.vue +1 -1
  40. package/dist/runtime/components/list/molecules/Header.vue.d.ts +7 -0
  41. package/dist/runtime/components/list/molecules/Pagination.vue +2 -3
  42. package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +17 -0
  43. package/dist/runtime/components/list/organisms/List.vue +2 -4
  44. package/dist/runtime/components/list/organisms/List.vue.d.ts +17 -0
  45. package/dist/runtime/components/list/views/Dense.vue.d.ts +14 -0
  46. package/dist/runtime/components/list/views/Expanded.vue.d.ts +14 -0
  47. package/dist/runtime/components/list/views/Grid.vue.d.ts +28 -0
  48. package/dist/runtime/components/list/views/Rows.vue.d.ts +14 -0
  49. package/dist/runtime/components/list/views/Table.vue.d.ts +28 -0
  50. package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +11 -0
  51. package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +28 -0
  52. package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +9 -0
  53. package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +13 -0
  54. package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +7 -0
  55. package/dist/runtime/components/misc/molecules/Related.vue +1 -1
  56. package/dist/runtime/components/misc/molecules/Related.vue.d.ts +7 -0
  57. package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +9 -0
  58. package/dist/runtime/components/misc/molecules/SearchItem.vue +2 -3
  59. package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  60. package/dist/runtime/components/news/DenseItem.vue +3 -5
  61. package/dist/runtime/components/news/DenseItem.vue.d.ts +9 -0
  62. package/dist/runtime/components/news/ExpandedItem.vue +2 -3
  63. package/dist/runtime/components/news/ExpandedItem.vue.d.ts +9 -0
  64. package/dist/runtime/components/news/Header.vue.d.ts +2 -0
  65. package/dist/runtime/components/news/RelatedItem.vue +3 -4
  66. package/dist/runtime/components/news/RelatedItem.vue.d.ts +7 -0
  67. package/dist/runtime/components/news/RowsItem.vue +3 -5
  68. package/dist/runtime/components/news/RowsItem.vue.d.ts +9 -0
  69. package/dist/runtime/components/news/View.vue.d.ts +9 -0
  70. package/dist/runtime/components/people/DenseItem.vue +2 -4
  71. package/dist/runtime/components/people/DenseItem.vue.d.ts +9 -0
  72. package/dist/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  73. package/dist/runtime/components/people/GroupBadges.vue +2 -3
  74. package/dist/runtime/components/people/GroupBadges.vue.d.ts +7 -0
  75. package/dist/runtime/components/people/RelatedItem.vue +3 -4
  76. package/dist/runtime/components/people/RelatedItem.vue.d.ts +7 -0
  77. package/dist/runtime/components/people/RowsItem.vue.d.ts +9 -0
  78. package/dist/runtime/components/people/View.vue.d.ts +9 -0
  79. package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  80. package/dist/runtime/components/projects/RelatedItem.vue +3 -4
  81. package/dist/runtime/components/projects/RelatedItem.vue.d.ts +7 -0
  82. package/dist/runtime/components/projects/RowsItem.vue +2 -3
  83. package/dist/runtime/components/projects/RowsItem.vue.d.ts +7 -0
  84. package/dist/runtime/components/projects/View.vue.d.ts +9 -0
  85. package/dist/runtime/components/publications/RelatedItem.vue +3 -4
  86. package/dist/runtime/components/publications/RelatedItem.vue.d.ts +7 -0
  87. package/dist/runtime/components/publications/RowsItem.vue +0 -1
  88. package/dist/runtime/components/publications/RowsItem.vue.d.ts +7 -0
  89. package/dist/runtime/components/publications/View.vue.d.ts +9 -0
  90. package/dist/runtime/plugins/pinia.js +3 -0
  91. package/dist/runtime/stores/root.d.ts +1 -1
  92. package/dist/runtime/stores/root.js +1 -1
  93. package/package.json +5 -3
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ addBtn: boolean;
4
+ layout: Record<string, any>;
5
+ pagination: Record<string, any>;
6
+ addButton: boolean;
7
+ items?: Record<string, any> | undefined;
8
+ $props: {
9
+ readonly type?: string | undefined;
10
+ readonly addBtn?: boolean | undefined;
11
+ readonly layout?: Record<string, any> | undefined;
12
+ readonly pagination?: Record<string, any> | undefined;
13
+ readonly addButton?: boolean | undefined;
14
+ readonly items?: Record<string, any> | 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;
@@ -0,0 +1,14 @@
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
+ };
@@ -0,0 +1,14 @@
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
+ };
@@ -0,0 +1,28 @@
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
+ };
@@ -0,0 +1,14 @@
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
+ };
@@ -0,0 +1,28 @@
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
+ };
@@ -0,0 +1,11 @@
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;
@@ -0,0 +1,28 @@
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
+ };
@@ -0,0 +1,9 @@
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;
@@ -0,0 +1,13 @@
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;
@@ -0,0 +1,7 @@
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;
@@ -10,7 +10,7 @@
10
10
  class="d-flex flex-column align-center"
11
11
  >
12
12
  <MiscMoleculesRelatedItems
13
- v-if="items.length && type !== '__typename'"
13
+ v-if="items && items.length && type !== '__typename'"
14
14
  :type="type"
15
15
  :items="items"
16
16
  />
@@ -0,0 +1,7 @@
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;
@@ -0,0 +1,9 @@
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;
@@ -4,7 +4,7 @@
4
4
  <v-col cols="12" md="2">
5
5
  <MiscAtomsImageContainer
6
6
  cover
7
- :loading="rootStore.loading"
7
+ :loading="$rootStore.loading"
8
8
  :src="item.image"
9
9
  :ratio="1 / 1"
10
10
  />
@@ -21,6 +21,5 @@
21
21
  </template>
22
22
 
23
23
  <script setup>
24
- import { useRootStore } from "../../../stores/root";
25
- const rootStore = useRootStore();
24
+ const { $rootStore } = useNuxtApp();
26
25
  </script>
@@ -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;
@@ -6,7 +6,7 @@
6
6
  >
7
7
  <v-col align-self="center" cols="7" class="text-h6 dense">
8
8
  <v-skeleton-loader
9
- v-if="rootStore.loading || $stores[type].loading"
9
+ v-if="$rootStore.loading || $stores[type].loading"
10
10
  type="heading"
11
11
  />
12
12
  <template v-else>
@@ -16,7 +16,7 @@
16
16
 
17
17
  <v-col align-self="center" cols="5" class="dense">
18
18
  <v-skeleton-loader
19
- v-if="rootStore.loading || $stores[type].loading"
19
+ v-if="$rootStore.loading || $stores[type].loading"
20
20
  :type="
21
21
  ['chip', 'chip@2', 'chip@3', 'chip@4', 'chip@4', 'chip@4'][
22
22
  ['xs', 'sm', 'md', 'lg', 'xl', 'xxl'].indexOf(name || 'md')
@@ -36,13 +36,11 @@
36
36
 
37
37
  <script setup>
38
38
  import { useDisplay } from "vuetify";
39
- import { useRootStore } from "../../stores/root";
40
39
  import { computed, useNuxtApp, useI18n, useLocalePath } from "#imports";
41
- const { $stores } = useNuxtApp();
40
+ const { $stores, $rootStore } = useNuxtApp();
42
41
  const { name } = useDisplay();
43
42
  const localePath = useLocalePath();
44
43
  const { locale } = useI18n();
45
- const rootStore = useRootStore();
46
44
  const props = defineProps({
47
45
  item: {
48
46
  type: Object,
@@ -0,0 +1,9 @@
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;
@@ -22,7 +22,7 @@
22
22
  >
23
23
  <MiscAtomsImageContainer
24
24
  cover
25
- :loading="rootStore.loading"
25
+ :loading="$rootStore.loading"
26
26
  :src="item.image"
27
27
  :ratio="1 / 1"
28
28
  />
@@ -84,11 +84,10 @@
84
84
 
85
85
  <script setup>
86
86
  import { useDisplay } from "vuetify";
87
- import { useRootStore } from "../../stores/root";
88
87
  import { useRouter, useI18n, useLocalePath } from "#imports";
89
88
  const localePath = useLocalePath();
89
+ const { $rootStore } = useNuxtApp();
90
90
  const router = useRouter();
91
- const rootStore = useRootStore();
92
91
  const expanded = ref(false);
93
92
  const { name, lgAndUp } = useDisplay();
94
93
  const { locale } = useI18n();
@@ -0,0 +1,9 @@
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;
@@ -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;
@@ -12,14 +12,14 @@
12
12
  <MiscAtomsImageContainer
13
13
  cover
14
14
  :src="item.image"
15
- :loading="rootStore.loading"
15
+ :loading="$rootStore.loading"
16
16
  :ratio="1 / 1"
17
17
  :link="item.name"
18
18
  name="news-slug"
19
19
  />
20
20
  </v-col>
21
21
  <v-col cols="12" lg="9">
22
- <v-skeleton-loader v-if="rootStore.loading" type="heading, text@3" />
22
+ <v-skeleton-loader v-if="$rootStore.loading" type="heading, text@3" />
23
23
  <template v-else>
24
24
  <div class="text-h6">
25
25
  {{ item.name }}
@@ -35,10 +35,9 @@
35
35
 
36
36
  <script setup>
37
37
  import { useDisplay } from "vuetify";
38
- import { useRootStore } from "../../stores/root";
39
38
  import { useLocalePath } from "#imports";
39
+ const { $rootStore } = useNuxtApp();
40
40
  const localePath = useLocalePath();
41
- const rootStore = useRootStore();
42
41
  const { lgAndUp } = useDisplay();
43
42
  const props = defineProps({ item: { type: Object, required: true } });
44
43
  </script>
@@ -0,0 +1,7 @@
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;
@@ -17,7 +17,7 @@
17
17
  </v-col>
18
18
  <v-col cols="12" md="8" lg="4" class="pl-md-6">
19
19
  <v-skeleton-loader
20
- v-if="rootStore.loading || $stores.news.loading"
20
+ v-if="$rootStore.loading || $stores.news.loading"
21
21
  :type="
22
22
  [
23
23
  'heading, subtitle, text@5, ossein, button',
@@ -90,7 +90,7 @@
90
90
 
91
91
  <v-col v-if="lgAndUp" cols="12" lg="5">
92
92
  <v-skeleton-loader
93
- v-if="rootStore.loading || $stores.news.loading"
93
+ v-if="$rootStore.loading || $stores.news.loading"
94
94
  type="text@8, ossein, button"
95
95
  />
96
96
 
@@ -133,12 +133,10 @@
133
133
 
134
134
  <script setup>
135
135
  import { useDisplay } from "vuetify";
136
- import { useRootStore } from "../../stores/root";
137
136
  import { useNuxtApp, useI18n, useLocalePath, computed } from "#imports";
138
- const { $stores } = useNuxtApp();
137
+ const { $stores, $rootStore } = useNuxtApp();
139
138
  const { locale } = useI18n();
140
139
  const localePath = useLocalePath();
141
- const rootStore = useRootStore();
142
140
  const { name, smAndDown, mdAndDown, mdAndUp, lgAndUp } = useDisplay();
143
141
  const eventCategory = computed(() => {
144
142
  if (props.item.category) {
@@ -0,0 +1,9 @@
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;
@@ -0,0 +1,9 @@
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;
@@ -7,7 +7,7 @@
7
7
  >
8
8
  <v-col align-self="center" class="text-h6 pl-2">
9
9
  <v-skeleton-loader
10
- v-if="rootStore.loading || $stores[type].loading"
10
+ v-if="$rootStore.loading || $stores[type].loading"
11
11
  type="heading"
12
12
  />
13
13
  <template v-else>
@@ -21,11 +21,9 @@
21
21
  </template>
22
22
 
23
23
  <script setup>
24
- import { useRootStore } from "../../stores/root";
25
24
  import { useNuxtApp, useLocalePath } from "#imports";
26
- const { $stores } = useNuxtApp();
25
+ const { $stores, $rootStore } = useNuxtApp();
27
26
  const localePath = useLocalePath();
28
- const rootStore = useRootStore();
29
27
  const props = defineProps({
30
28
  item: {
31
29
  type: Object,
@@ -0,0 +1,9 @@
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;
@@ -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;
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
  <v-skeleton-loader
4
- v-if="rootStore.loading || $stores.people.loading"
4
+ v-if="$rootStore.loading || $stores.people.loading"
5
5
  type="chip"
6
6
  />
7
7
 
@@ -44,8 +44,7 @@
44
44
  <script setup>
45
45
  import { useRootStore } from "../../stores/root";
46
46
  import { useNuxtApp } from "#imports";
47
- const rootStore = useRootStore();
48
- const { $stores } = useNuxtApp();
47
+ const { $stores, $rootStore } = useNuxtApp();
49
48
  const props = defineProps({
50
49
  item: {
51
50
  type: Object,
@@ -0,0 +1,7 @@
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;
@@ -11,7 +11,7 @@
11
11
  <v-col v-if="lgAndUp" cols="3">
12
12
  <MiscAtomsImageContainer
13
13
  cover
14
- :loading="rootStore.loading"
14
+ :loading="$rootStore.loading"
15
15
  :src="item.image"
16
16
  :ratio="1 / 1"
17
17
  :link="item.firstname + item.lastname"
@@ -19,7 +19,7 @@
19
19
  />
20
20
  </v-col>
21
21
  <v-col cols="12" lg="9">
22
- <v-skeleton-loader v-if="rootStore.loading" type="heading" />
22
+ <v-skeleton-loader v-if="$rootStore.loading" type="heading" />
23
23
  <template v-else>
24
24
  <div class="text-h6">
25
25
  {{ item.firstname + " " + item.lastname }}
@@ -32,10 +32,9 @@
32
32
 
33
33
  <script setup>
34
34
  import { useDisplay } from "vuetify";
35
- import { useRootStore } from "../../stores/root";
36
35
  import { useLocalePath } from "#imports";
36
+ const { $rootStore } = useNuxtApp();
37
37
  const localePath = useLocalePath();
38
- const rootStore = useRootStore();
39
38
  const { lgAndUp } = useDisplay();
40
39
  const props = defineProps({ item: { type: Object, required: true } });
41
40
  </script>
@@ -0,0 +1,7 @@
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;
@@ -0,0 +1,9 @@
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;
@@ -0,0 +1,9 @@
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;
@@ -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;
@@ -12,14 +12,14 @@
12
12
  <MiscAtomsImageContainer
13
13
  contain
14
14
  :src="item.image"
15
- :loading="rootStore.loading"
15
+ :loading="$rootStore.loading"
16
16
  :ratio="1 / 1"
17
17
  :link="item.name"
18
18
  name="activities-projects-slug"
19
19
  />
20
20
  </v-col>
21
21
  <v-col cols="12" lg="9">
22
- <v-skeleton-loader v-if="rootStore.loading" type="heading, text@3" />
22
+ <v-skeleton-loader v-if="$rootStore.loading" type="heading, text@3" />
23
23
  <template v-else>
24
24
  <div class="text-h6">
25
25
  {{ item.name }}
@@ -35,10 +35,9 @@
35
35
 
36
36
  <script setup>
37
37
  import { useDisplay } from "vuetify";
38
- import { useRootStore } from "../../stores/root";
39
38
  import { useLocalePath } from "#imports";
40
39
  const localePath = useLocalePath();
41
- const rootStore = useRootStore();
42
40
  const { lgAndUp } = useDisplay();
41
+ const { $rootStore } = useNuxtApp();
43
42
  const props = defineProps({ item: { type: Object, required: true } });
44
43
  </script>
@@ -0,0 +1,7 @@
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;