@dative-gpi/foundation-shared-components 0.0.174 → 0.0.175
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/components/FSAccordion.vue +2 -1
- package/components/FSAccordionPanel.vue +2 -1
- package/components/FSBadge.vue +7 -3
- package/components/FSBreadcrumbs.vue +4 -2
- package/components/FSButton.vue +5 -3
- package/components/FSCalendar.vue +4 -2
- package/components/FSCalendarTwin.vue +4 -2
- package/components/FSCard.vue +4 -2
- package/components/FSCardPlaceholder.vue +2 -1
- package/components/FSCheckbox.vue +4 -2
- package/components/FSChip.vue +4 -2
- package/components/FSClickable.vue +5 -3
- package/components/FSClock.vue +4 -2
- package/components/FSCol.vue +2 -1
- package/components/FSColor.vue +4 -2
- package/components/FSColorIcon.vue +5 -3
- package/components/FSDialog.vue +4 -2
- package/components/FSDialogForm.vue +4 -2
- package/components/FSDialogMenu.vue +4 -2
- package/components/FSDialogMultiForm.vue +4 -2
- package/components/FSDialogSubmit.vue +4 -2
- package/components/FSDivider.vue +4 -2
- package/components/FSEditImage.vue +4 -2
- package/components/FSErrorToast.vue +2 -1
- package/components/FSFadeOut.vue +2 -1
- package/components/FSForm.vue +2 -1
- package/components/FSGrid.vue +4 -2
- package/components/FSGridMosaic.vue +3 -2
- package/components/FSIcon.vue +3 -2
- package/components/FSIconCard.vue +4 -2
- package/components/FSIconCheck.vue +2 -1
- package/components/FSIconFlag.vue +2 -1
- package/components/FSImage.vue +2 -1
- package/components/FSLabel.vue +4 -2
- package/components/FSLink.vue +5 -3
- package/components/FSLoader.vue +2 -1
- package/components/FSOptionGroup.vue +24 -20
- package/components/FSOptionItem.vue +4 -2
- package/components/FSPagination.vue +4 -2
- package/components/FSRadio.vue +4 -2
- package/components/FSRadioGroup.vue +6 -4
- package/components/FSRow.vue +2 -1
- package/components/FSSlideGroup.vue +2 -1
- package/components/FSSlider.vue +4 -2
- package/components/FSSpan.vue +2 -1
- package/components/FSSwitch.vue +12 -8
- package/components/FSTab.vue +4 -2
- package/components/FSTabs.vue +4 -2
- package/components/FSTag.vue +11 -4
- package/components/FSTagGroup.vue +4 -2
- package/components/FSText.vue +4 -2
- package/components/FSToggleSet.vue +4 -2
- package/components/FSTooltip.vue +15 -4
- package/components/FSWindow.vue +2 -1
- package/components/FSWrapGroup.vue +2 -1
- package/components/autocompletes/FSAutocompleteLanguage.vue +3 -4
- package/components/autocompletes/FSAutocompleteTimeZone.vue +3 -2
- package/components/buttons/FSButtonFile.vue +2 -2
- package/components/buttons/FSButtonFileIcon.vue +2 -2
- package/components/buttons/FSButtonFileLabel.vue +2 -2
- package/components/buttons/FSButtonFileMini.vue +2 -2
- package/components/deviceOrganisations/FSConnectivity.vue +3 -2
- package/components/deviceOrganisations/FSConnectivityCard.vue +3 -2
- package/components/deviceOrganisations/FSStatus.vue +3 -2
- package/components/deviceOrganisations/FSStatusCard.vue +3 -2
- package/components/deviceOrganisations/FSStatusesCarousel.vue +3 -2
- package/components/deviceOrganisations/FSStatusesRow.vue +3 -2
- package/components/deviceOrganisations/FSWorstAlert.vue +3 -2
- package/components/deviceOrganisations/FSWorstAlertCard.vue +4 -2
- package/components/fields/FSAutocompleteField.vue +4 -3
- package/components/fields/FSBaseField.vue +2 -1
- package/components/fields/FSColorField.vue +2 -1
- package/components/fields/FSDateField.vue +4 -2
- package/components/fields/FSDateRangeField.vue +4 -2
- package/components/fields/FSDateTimeField.vue +4 -2
- package/components/fields/FSDateTimeRangeField.vue +4 -2
- package/components/fields/FSIconField.vue +5 -3
- package/components/fields/FSMagicConfigField.vue +2 -1
- package/components/fields/FSMagicField.vue +2 -1
- package/components/fields/FSNumberField.vue +2 -1
- package/components/fields/FSPasswordField.vue +2 -1
- package/components/fields/FSRichTextField.vue +8 -4
- package/components/fields/FSSearchField.vue +4 -2
- package/components/fields/FSSelectField.vue +5 -4
- package/components/fields/FSTagField.vue +4 -2
- package/components/fields/FSTermField.vue +2 -1
- package/components/fields/FSTextArea.vue +2 -1
- package/components/fields/FSTextField.vue +2 -1
- package/components/fields/FSTimeField.vue +2 -1
- package/components/fields/FSTimeSlotField.vue +2 -1
- package/components/fields/FSTranslateField.vue +4 -2
- package/components/fields/FSTreeViewField.vue +4 -3
- package/components/lists/FSDataIteratorItem.vue +4 -2
- package/components/lists/FSDataTableUI.vue +9 -5
- package/components/lists/FSFilterButton.vue +4 -2
- package/components/lists/FSHiddenButton.vue +4 -2
- package/components/selects/FSSelectAutoRefresh.vue +2 -1
- package/components/selects/FSSelectDashboardVariableType.vue +2 -1
- package/components/selects/FSSelectDateSetting.vue +2 -1
- package/components/selects/FSSelectDays.vue +2 -1
- package/components/tiles/FSDashboardOrganisationTileUI.vue +4 -2
- package/components/tiles/FSDashboardOrganisationTypeTileUI.vue +4 -2
- package/components/tiles/FSDashboardShallowTileUI.vue +4 -2
- package/components/tiles/FSDeviceOrganisationTileUI.vue +3 -2
- package/components/tiles/FSFolderTileUI.vue +4 -2
- package/components/tiles/FSGroupTileUI.vue +4 -3
- package/components/tiles/FSSimpleTileUI.vue +4 -2
- package/components/tiles/FSTile.vue +5 -4
- package/components/tiles/FSUserOrganisationTileUI.vue +2 -1
- package/composables/useAuthTokens.ts +2 -1
- package/composables/useAutocomplete.ts +2 -1
- package/composables/useColors.ts +2 -1
- package/composables/useDebounce.ts +2 -1
- package/composables/useRules.ts +2 -1
- package/composables/useSlots.ts +2 -1
- package/composables/useTables.ts +1 -1
- package/composables/useTreeView.ts +2 -1
- package/elements/FSFormElement.ts +2 -1
- package/icons/flags/France.vue +21 -5
- package/icons/flags/Germany.vue +16 -4
- package/icons/flags/GreatBritain.vue +25 -6
- package/icons/flags/Italy.vue +21 -5
- package/icons/flags/Portugal.vue +225 -51
- package/icons/flags/Spain.vue +2781 -543
- package/icons/flags/UnitedStates.vue +31 -7
- package/icons/widgetTemplates/DevicesWidget.vue +189 -189
- package/icons/widgetTemplates/ProfileWidget.vue +9 -9
- package/icons/widgetTemplates/TextWidget.vue +6 -6
- package/models/breadcrumbs.ts +1 -1
- package/models/deviceAlerts.ts +1 -1
- package/models/deviceConnectivities.ts +1 -1
- package/package.json +4 -4
- package/plugins/colorPlugin.ts +2 -2
- package/shims-plugin.d.ts +2 -2
- package/styles/components/fs_option_group.scss +1 -0
- package/styles/components/fs_select_field.scss +1 -0
- package/themes/default.ts +1 -1
- package/utils/lexical.ts +1 -1
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
</template>
|
|
46
46
|
|
|
47
47
|
<script lang="ts">
|
|
48
|
-
import {
|
|
48
|
+
import type { PropType } from "vue";
|
|
49
|
+
import { computed, defineComponent } from "vue";
|
|
49
50
|
|
|
50
51
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
51
52
|
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
package/components/FSBadge.vue
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
:color="$props.color"
|
|
6
6
|
:bordered="true"
|
|
7
7
|
>
|
|
8
|
-
<template
|
|
8
|
+
<template
|
|
9
|
+
v-slot:default
|
|
10
|
+
>
|
|
9
11
|
<slot />
|
|
10
12
|
</template>
|
|
11
13
|
</v-badge>
|
|
@@ -16,9 +18,11 @@
|
|
|
16
18
|
</template>
|
|
17
19
|
|
|
18
20
|
<script lang="ts">
|
|
19
|
-
import {
|
|
21
|
+
import type { PropType } from "vue";
|
|
22
|
+
import { defineComponent } from "vue";
|
|
20
23
|
|
|
21
|
-
import { ColorBase
|
|
24
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
25
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
22
26
|
|
|
23
27
|
export default defineComponent({
|
|
24
28
|
name: "FSBadge",
|
|
@@ -27,9 +27,11 @@
|
|
|
27
27
|
</template>
|
|
28
28
|
|
|
29
29
|
<script lang="ts">
|
|
30
|
-
import {
|
|
30
|
+
import type { PropType, Ref} from "vue";
|
|
31
|
+
import { defineComponent, ref } from "vue";
|
|
31
32
|
|
|
32
|
-
import {
|
|
33
|
+
import type { FSBreadcrumbItem } from "@dative-gpi/foundation-shared-components/models";
|
|
34
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
33
35
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
34
36
|
|
|
35
37
|
import FSSpan from "./FSSpan.vue";
|
package/components/FSButton.vue
CHANGED
|
@@ -128,11 +128,13 @@
|
|
|
128
128
|
</template>
|
|
129
129
|
|
|
130
130
|
<script lang="ts">
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
131
|
+
import type { PropType } from "vue";
|
|
132
|
+
import { computed, defineComponent } from "vue";
|
|
133
|
+
import type { RouteLocation } from "vue-router";
|
|
133
134
|
|
|
134
135
|
import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
|
|
135
|
-
import { ColorBase
|
|
136
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
137
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
136
138
|
|
|
137
139
|
import FSClickable from "./FSClickable.vue";
|
|
138
140
|
import FSSpan from "./FSSpan.vue";
|
|
@@ -64,10 +64,12 @@
|
|
|
64
64
|
</template>
|
|
65
65
|
|
|
66
66
|
<script lang="ts">
|
|
67
|
-
import {
|
|
67
|
+
import type { PropType} from "vue";
|
|
68
|
+
import { computed, defineComponent, ref } from "vue";
|
|
68
69
|
|
|
69
70
|
import { useAppTimeZone, useAppLanguageCode } from "@dative-gpi/foundation-shared-services/composables";
|
|
70
|
-
import { ColorBase
|
|
71
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
72
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
71
73
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
72
74
|
|
|
73
75
|
import FSButton from "./FSButton.vue";
|
|
@@ -111,10 +111,12 @@
|
|
|
111
111
|
</template>
|
|
112
112
|
|
|
113
113
|
<script lang="ts">
|
|
114
|
-
import {
|
|
114
|
+
import type { PropType} from "vue";
|
|
115
|
+
import { computed, defineComponent, onMounted, ref } from "vue";
|
|
115
116
|
|
|
116
117
|
import { useAppTimeZone, useAppLanguageCode } from "@dative-gpi/foundation-shared-services/composables";
|
|
117
|
-
import { ColorBase
|
|
118
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
119
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
118
120
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
119
121
|
|
|
120
122
|
import FSButton from "./FSButton.vue";
|
package/components/FSCard.vue
CHANGED
|
@@ -34,9 +34,11 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script lang="ts">
|
|
37
|
-
import {
|
|
37
|
+
import type { PropType } from "vue";
|
|
38
|
+
import { computed, defineComponent } from "vue";
|
|
38
39
|
|
|
39
|
-
import { ColorBase
|
|
40
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
41
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
40
42
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
41
43
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
42
44
|
|
|
@@ -59,10 +59,12 @@
|
|
|
59
59
|
</template>
|
|
60
60
|
|
|
61
61
|
<script lang="ts">
|
|
62
|
-
import {
|
|
62
|
+
import type { PropType } from "vue";
|
|
63
|
+
import { computed, defineComponent } from "vue";
|
|
63
64
|
|
|
64
65
|
import { useColors, useRules } from "@dative-gpi/foundation-shared-components/composables";
|
|
65
|
-
import { ColorBase
|
|
66
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
67
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
66
68
|
|
|
67
69
|
import FSIcon from "./FSIcon.vue";
|
|
68
70
|
import FSSpan from "./FSSpan.vue";
|
package/components/FSChip.vue
CHANGED
|
@@ -44,9 +44,11 @@
|
|
|
44
44
|
</template>
|
|
45
45
|
|
|
46
46
|
<script lang="ts">
|
|
47
|
-
import {
|
|
47
|
+
import type { PropType } from "vue";
|
|
48
|
+
import { computed, defineComponent } from "vue";
|
|
48
49
|
|
|
49
|
-
import { ColorBase
|
|
50
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
51
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
50
52
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
51
53
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
52
54
|
|
|
@@ -123,10 +123,12 @@
|
|
|
123
123
|
</template>
|
|
124
124
|
|
|
125
125
|
<script lang="ts">
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
126
|
+
import type { PropType} from "vue";
|
|
127
|
+
import { computed, defineComponent, ref } from "vue";
|
|
128
|
+
import type { RouteLocation } from "vue-router";
|
|
128
129
|
|
|
129
|
-
import { ColorBase
|
|
130
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
131
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
130
132
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
131
133
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
132
134
|
|
package/components/FSClock.vue
CHANGED
|
@@ -52,9 +52,11 @@
|
|
|
52
52
|
</template>
|
|
53
53
|
|
|
54
54
|
<script lang="ts">
|
|
55
|
-
import {
|
|
55
|
+
import type { PropType} from "vue";
|
|
56
|
+
import { computed, defineComponent, ref, watch } from "vue";
|
|
56
57
|
|
|
57
|
-
import { ColorBase
|
|
58
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
59
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
58
60
|
import { useAppTimeZone } from "@dative-gpi/foundation-shared-services/composables";
|
|
59
61
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
60
62
|
|
package/components/FSCol.vue
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<script lang="ts">
|
|
12
|
-
import {
|
|
12
|
+
import type { PropType } from "vue";
|
|
13
|
+
import { computed, defineComponent } from "vue";
|
|
13
14
|
|
|
14
15
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
15
16
|
|
package/components/FSColor.vue
CHANGED
|
@@ -12,9 +12,11 @@
|
|
|
12
12
|
</template>
|
|
13
13
|
|
|
14
14
|
<script lang="ts">
|
|
15
|
-
import {
|
|
15
|
+
import type { PropType } from "vue";
|
|
16
|
+
import { computed, defineComponent } from "vue";
|
|
16
17
|
|
|
17
|
-
import { ColorBase
|
|
18
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
19
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
18
20
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
19
21
|
|
|
20
22
|
import FSCard from "./FSCard.vue";
|
|
@@ -16,13 +16,15 @@
|
|
|
16
16
|
<slot />
|
|
17
17
|
</FSIcon>
|
|
18
18
|
</FSRow>
|
|
19
|
-
</FSColor>
|
|
19
|
+
</FSColor>
|
|
20
20
|
</template>
|
|
21
21
|
|
|
22
22
|
<script lang="ts">
|
|
23
|
-
import {
|
|
23
|
+
import type { PropType } from "vue";
|
|
24
|
+
import { computed, defineComponent } from "vue";
|
|
24
25
|
|
|
25
|
-
import { ColorBase
|
|
26
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
27
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
26
28
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
27
29
|
|
|
28
30
|
import FSColor from "./FSColor.vue";
|
package/components/FSDialog.vue
CHANGED
|
@@ -57,9 +57,11 @@
|
|
|
57
57
|
</template>
|
|
58
58
|
|
|
59
59
|
<script lang="ts">
|
|
60
|
-
import {
|
|
60
|
+
import type { PropType } from "vue";
|
|
61
|
+
import { computed, defineComponent } from "vue";
|
|
61
62
|
|
|
62
|
-
import { ColorBase
|
|
63
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
64
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
63
65
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
64
66
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
65
67
|
|
|
@@ -106,10 +106,12 @@
|
|
|
106
106
|
</template>
|
|
107
107
|
|
|
108
108
|
<script lang="ts">
|
|
109
|
-
import {
|
|
109
|
+
import type { PropType} from "vue";
|
|
110
|
+
import { computed, defineComponent, ref } from "vue";
|
|
110
111
|
|
|
111
112
|
import { useTranslations as useTranslationsProvider } from "@dative-gpi/bones-ui/composables";
|
|
112
|
-
import { ColorBase
|
|
113
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
114
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
113
115
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
114
116
|
|
|
115
117
|
import FSFadeOut from "./FSFadeOut.vue";
|
|
@@ -25,9 +25,11 @@
|
|
|
25
25
|
</template>
|
|
26
26
|
|
|
27
27
|
<script lang="ts">
|
|
28
|
-
import {
|
|
28
|
+
import type { PropType } from "vue";
|
|
29
|
+
import { computed, defineComponent } from "vue";
|
|
29
30
|
|
|
30
|
-
import { ColorBase
|
|
31
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
32
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
31
33
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
32
34
|
|
|
33
35
|
import FSCard from "./FSCard.vue";
|
|
@@ -71,10 +71,12 @@
|
|
|
71
71
|
</template>
|
|
72
72
|
|
|
73
73
|
<script lang="ts">
|
|
74
|
-
import {
|
|
74
|
+
import type { PropType} from "vue";
|
|
75
|
+
import { computed, defineComponent, ref } from "vue";
|
|
75
76
|
|
|
76
77
|
import { useTranslations as useTranslationsProvider } from "@dative-gpi/bones-ui/composables";
|
|
77
|
-
import { ColorBase
|
|
78
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
79
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
78
80
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
79
81
|
|
|
80
82
|
import FSFadeOut from "./FSFadeOut.vue";
|
|
@@ -61,10 +61,12 @@
|
|
|
61
61
|
</template>
|
|
62
62
|
|
|
63
63
|
<script lang="ts">
|
|
64
|
-
import {
|
|
64
|
+
import type { PropType } from "vue";
|
|
65
|
+
import { computed, defineComponent } from "vue";
|
|
65
66
|
|
|
66
67
|
import { useTranslations as useTranslationsProvider } from "@dative-gpi/bones-ui/composables";
|
|
67
|
-
import { ColorBase
|
|
68
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
69
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
68
70
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
69
71
|
|
|
70
72
|
import FSFadeOut from "./FSFadeOut.vue";
|
package/components/FSDivider.vue
CHANGED
|
@@ -34,10 +34,12 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script lang="ts">
|
|
37
|
-
import {
|
|
37
|
+
import type { PropType } from "vue";
|
|
38
|
+
import { computed, defineComponent } from "vue";
|
|
38
39
|
|
|
39
40
|
import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
|
|
40
|
-
import { ColorBase
|
|
41
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
42
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
41
43
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
42
44
|
|
|
43
45
|
import FSText from "./FSText.vue";
|
|
@@ -165,11 +165,13 @@
|
|
|
165
165
|
</template>
|
|
166
166
|
|
|
167
167
|
<script lang="ts">
|
|
168
|
-
import {
|
|
168
|
+
import type { PropType} from "vue";
|
|
169
|
+
import { computed, defineComponent, ref, watch } from "vue";
|
|
169
170
|
|
|
170
171
|
import { useBreakpoints, useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
171
172
|
import { useFiles } from "@dative-gpi/foundation-shared-services/composables";
|
|
172
|
-
import {
|
|
173
|
+
import type { FileImage } from "@dative-gpi/foundation-shared-components/models";
|
|
174
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
173
175
|
|
|
174
176
|
import FSButtonRemoveMini from "./buttons/FSButtonRemoveMini.vue";
|
|
175
177
|
import FSButtonFileMini from "./buttons/FSButtonFileMini.vue";
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
</template>
|
|
29
29
|
|
|
30
30
|
<script lang="ts">
|
|
31
|
-
import {
|
|
31
|
+
import type { PropType } from "vue";
|
|
32
|
+
import { computed, defineComponent } from "vue";
|
|
32
33
|
|
|
33
34
|
import { getError, sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
34
35
|
import { useColors } from "@dative-gpi/foundation-shared-components/composables";
|
package/components/FSFadeOut.vue
CHANGED
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script lang="ts">
|
|
14
|
-
import {
|
|
14
|
+
import type { PropType} from "vue";
|
|
15
|
+
import { computed, defineComponent, onMounted, onUnmounted, ref, watch } from "vue";
|
|
15
16
|
|
|
16
17
|
import { useBreakpoints, useColors, useDebounce } from "@dative-gpi/foundation-shared-components/composables";
|
|
17
18
|
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
package/components/FSForm.vue
CHANGED
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script lang="ts">
|
|
14
|
-
import {
|
|
14
|
+
import type { PropType} from "vue";
|
|
15
|
+
import { computed, defineComponent, provide, ref } from "vue";
|
|
15
16
|
|
|
16
17
|
export default defineComponent({
|
|
17
18
|
name: "FSForm",
|
package/components/FSGrid.vue
CHANGED
|
@@ -66,10 +66,12 @@
|
|
|
66
66
|
</template>
|
|
67
67
|
|
|
68
68
|
<script lang="ts">
|
|
69
|
-
import {
|
|
69
|
+
import type { PropType } from "vue";
|
|
70
|
+
import { computed, defineComponent } from "vue";
|
|
70
71
|
|
|
71
72
|
import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
|
|
72
|
-
import {
|
|
73
|
+
import type { FSGridItem } from "@dative-gpi/foundation-shared-components/models";
|
|
74
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
73
75
|
|
|
74
76
|
import FSText from "./FSText.vue";
|
|
75
77
|
import FSCol from "./FSCol.vue";
|
|
@@ -34,10 +34,11 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script lang="ts">
|
|
37
|
-
import {
|
|
37
|
+
import type { PropType } from "vue";
|
|
38
|
+
import { computed, defineComponent } from "vue";
|
|
38
39
|
|
|
39
40
|
import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
|
|
40
|
-
import { FSGridMosaic } from "@dative-gpi/foundation-shared-components/models";
|
|
41
|
+
import type { FSGridMosaic } from "@dative-gpi/foundation-shared-components/models";
|
|
41
42
|
|
|
42
43
|
import FSGrid from "./FSGrid.vue";
|
|
43
44
|
import FSCol from "./FSCol.vue";
|
package/components/FSIcon.vue
CHANGED
|
@@ -10,10 +10,11 @@
|
|
|
10
10
|
</template>
|
|
11
11
|
|
|
12
12
|
<script lang="ts">
|
|
13
|
-
import {
|
|
13
|
+
import type { PropType } from "vue";
|
|
14
|
+
import { computed, defineComponent } from "vue";
|
|
14
15
|
|
|
15
16
|
import { useBreakpoints, useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
16
|
-
import { ColorBase } from "@dative-gpi/foundation-shared-components/models";
|
|
17
|
+
import type { ColorBase } from "@dative-gpi/foundation-shared-components/models";
|
|
17
18
|
import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
|
|
18
19
|
|
|
19
20
|
export default defineComponent({
|
|
@@ -21,9 +21,11 @@
|
|
|
21
21
|
</template>
|
|
22
22
|
|
|
23
23
|
<script lang="ts">
|
|
24
|
-
import {
|
|
24
|
+
import type { PropType } from "vue";
|
|
25
|
+
import { computed, defineComponent } from "vue";
|
|
25
26
|
|
|
26
|
-
import { ColorBase
|
|
27
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
28
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
27
29
|
|
|
28
30
|
import FSCard from "./FSCard.vue";
|
|
29
31
|
import FSIcon from "./FSIcon.vue";
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
<script lang="ts">
|
|
10
10
|
import { computed, defineComponent } from "vue";
|
|
11
11
|
|
|
12
|
-
import { ColorBase
|
|
12
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
13
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
13
14
|
|
|
14
15
|
import FSIcon from "./FSIcon.vue";
|
|
15
16
|
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
</template>
|
|
6
6
|
|
|
7
7
|
<script lang="ts">
|
|
8
|
-
import { PropType
|
|
8
|
+
import type { PropType} from "vue";
|
|
9
|
+
import { computed, defineComponent, onMounted } from "vue";
|
|
9
10
|
|
|
10
11
|
import { useLanguages } from "@dative-gpi/foundation-shared-services/composables";
|
|
11
12
|
|
package/components/FSImage.vue
CHANGED
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
</template>
|
|
40
40
|
|
|
41
41
|
<script lang="ts">
|
|
42
|
-
import {
|
|
42
|
+
import type { PropType} from "vue";
|
|
43
|
+
import { computed, defineComponent, ref, watch } from "vue";
|
|
43
44
|
import { decode, isBlurhashValid } from "blurhash";
|
|
44
45
|
|
|
45
46
|
import { IMAGE_RAW_EXTENSION_URL, IMAGE_RAW_URL } from "@dative-gpi/foundation-shared-services/config/urls";
|
package/components/FSLabel.vue
CHANGED
|
@@ -16,10 +16,12 @@
|
|
|
16
16
|
</template>
|
|
17
17
|
|
|
18
18
|
<script lang="ts">
|
|
19
|
-
import {
|
|
19
|
+
import type { PropType } from "vue";
|
|
20
|
+
import { computed, defineComponent } from "vue";
|
|
20
21
|
|
|
21
22
|
import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
|
|
22
|
-
import { ColorBase
|
|
23
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
24
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
23
25
|
|
|
24
26
|
import FSLoader from "./FSLoader.vue";
|
|
25
27
|
|
package/components/FSLink.vue
CHANGED
|
@@ -25,11 +25,13 @@
|
|
|
25
25
|
</template>
|
|
26
26
|
|
|
27
27
|
<script lang="ts">
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
28
|
+
import type { PropType } from "vue";
|
|
29
|
+
import { computed, defineComponent } from "vue";
|
|
30
|
+
import type { RouteLocation } from "vue-router";
|
|
30
31
|
|
|
31
32
|
import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
|
|
32
|
-
import { ColorBase
|
|
33
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
34
|
+
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|
|
33
35
|
|
|
34
36
|
export default defineComponent({
|
|
35
37
|
name: "FSLink",
|
package/components/FSLoader.vue
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
</template>
|
|
8
8
|
|
|
9
9
|
<script lang="ts">
|
|
10
|
-
import {
|
|
10
|
+
import type { PropType } from "vue";
|
|
11
|
+
import { computed, defineComponent } from "vue";
|
|
11
12
|
|
|
12
13
|
import { useBreakpoints, useColors } from "@dative-gpi/foundation-shared-components/composables";
|
|
13
14
|
import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
|