@nexxtmove/ui 1.7.0 → 1.8.1
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/components/{Announcement → molecules/Announcement}/Announcement.vue.d.ts +1 -1
- package/dist/components/{InfoBlock → molecules/InfoBlock}/InfoBlock.vue.d.ts +1 -1
- package/dist/components/{InputField → molecules/InputField}/InputField.vue.d.ts +1 -1
- package/dist/components/{InputSelect → molecules/InputSelect}/InputSelect.vue.d.ts +1 -1
- package/dist/components/{ModalFooter → molecules/ModalFooter}/ModalFooter.vue.d.ts +1 -1
- package/dist/components/{Select → molecules/Select}/Select.vue.d.ts +1 -1
- package/dist/components/{SidebarMenuItem → molecules/SidebarMenuItem}/SidebarMenuItem.vue.d.ts +1 -1
- package/dist/components/{Tabs → molecules/Tabs}/Tabs.vue.d.ts +1 -1
- package/dist/components/molecules/Textarea/Textarea.vue.d.ts +49 -0
- package/dist/components/{DropdownButton → organisms/DropdownButton}/DropdownButton.vue.d.ts +1 -1
- package/dist/components/{TimelinePhaseblock → organisms/TimelinePhaseblock}/TimelinePhaseblock.vue.d.ts +1 -1
- package/dist/components/{TimelineTrack → organisms/TimelineTrack}/TimelineTrack.vue.d.ts +1 -1
- package/dist/components/{Toaster → organisms/Toaster}/Toaster.vue.d.ts +1 -1
- package/dist/index.d.ts +64 -63
- package/dist/index.js +764 -681
- package/dist/nuxt.js +59 -58
- package/dist/ui.css +1 -1
- package/package.json +1 -1
- package/src/components/{Announcement → molecules/Announcement}/Announcement.vue +1 -1
- package/src/components/{CustomerJourneyTile → molecules/CustomerJourneyTile}/CustomerJourneyTile.vue +2 -2
- package/src/components/{InfoBlock → molecules/InfoBlock}/InfoBlock.vue +1 -1
- package/src/components/{InputField → molecules/InputField}/InputField.vue +11 -2
- package/src/components/{InputSelect → molecules/InputSelect}/InputSelect.vue +13 -4
- package/src/components/{ModalFooter → molecules/ModalFooter}/ModalFooter.vue +1 -1
- package/src/components/{Pagination → molecules/Pagination}/Pagination.vue +1 -1
- package/src/components/{PropertyCard → molecules/PropertyCard}/PropertyCard.vue +4 -4
- package/src/components/{Select → molecules/Select}/Select.vue +3 -3
- package/src/components/{SidebarMenuItem → molecules/SidebarMenuItem}/SidebarMenuItem.vue +1 -1
- package/src/components/{SkeletonPropertyCard → molecules/SkeletonPropertyCard}/SkeletonPropertyCard.vue +1 -1
- package/src/components/{SocialIcons → molecules/SocialIcons}/SocialIcons.vue +1 -1
- package/src/components/{SocialMediaCustomTemplate → molecules/SocialMediaCustomTemplate}/SocialMediaCustomTemplate.vue +2 -2
- package/src/components/{SocialMediaType → molecules/SocialMediaType}/SocialMediaType.vue +2 -2
- package/src/components/{Source → molecules/Source}/Source.vue +8 -8
- package/src/components/{TabbedContent → molecules/TabbedContent}/TabbedContent.vue +14 -5
- package/src/components/{Tabs → molecules/Tabs}/Tabs.vue +1 -1
- package/src/components/{TemplateCard → molecules/TemplateCard}/TemplateCard.vue +2 -2
- package/src/components/molecules/Textarea/Textarea.vue +151 -0
- package/src/components/{TimelineEvent → molecules/TimelineEvent}/TimelineEvent.vue +1 -1
- package/src/components/{TimelineLanes → molecules/TimelineLanes}/TimelineLanes.vue +2 -2
- package/src/components/{Toast → molecules/Toast}/Toast.vue +1 -1
- package/src/components/{ToggleGroup → molecules/ToggleGroup}/ToggleGroup.vue +2 -2
- package/src/components/{Calendar → organisms/Calendar}/_CalendarHeader.vue +1 -1
- package/src/components/{Calendar → organisms/Calendar}/_CalendarTimePicker.vue +1 -1
- package/src/components/{ColorPicker → organisms/ColorPicker}/ColorPicker.vue +2 -2
- package/src/components/{Combobox → organisms/Combobox}/Combobox.vue +3 -3
- package/src/components/{ComboboxPanel → organisms/ComboboxPanel}/ComboboxPanel.vue +3 -3
- package/src/components/{CountrySelect → organisms/CountrySelect}/CountrySelect.vue +3 -3
- package/src/components/{DatePicker → organisms/DatePicker}/DatePicker.vue +2 -2
- package/src/components/{DropdownButton → organisms/DropdownButton}/DropdownButton.vue +3 -3
- package/src/components/{Header → organisms/Header}/Header.vue +1 -1
- package/src/components/{Modal → organisms/Modal}/Modal.vue +1 -1
- package/src/components/{ProgressBar → organisms/ProgressBar}/ProgressBar.vue +3 -3
- package/src/components/{ReferenceCard → organisms/ReferenceCard}/ReferenceCard.vue +4 -4
- package/src/components/{SocialMediaTemplate → organisms/SocialMediaTemplate}/SocialMediaTemplate.vue +1 -1
- package/src/components/{Table → organisms/Table}/Table.vue +2 -2
- package/src/components/{TimelinePhaseblock → organisms/TimelinePhaseblock}/TimelinePhaseblock.vue +4 -4
- package/src/components/{TimelineTrack → organisms/TimelineTrack}/TimelineTrack.vue +3 -3
- package/src/components/{Toaster → organisms/Toaster}/Toaster.vue +2 -2
- package/src/components/{VideoPlayer → organisms/VideoPlayer}/VideoPlayer.vue +1 -1
- package/src/components.json +59 -58
- package/src/index.ts +64 -63
- /package/dist/components/{AnimatedNumber → atoms/AnimatedNumber}/AnimatedNumber.vue.d.ts +0 -0
- /package/dist/components/{Avatar → atoms/Avatar}/Avatar.vue.d.ts +0 -0
- /package/dist/components/{Button → atoms/Button}/Button.vue.d.ts +0 -0
- /package/dist/components/{Card → atoms/Card}/Card.vue.d.ts +0 -0
- /package/dist/components/{Checkbox → atoms/Checkbox}/Checkbox.vue.d.ts +0 -0
- /package/dist/components/{Chip → atoms/Chip}/Chip.vue.d.ts +0 -0
- /package/dist/components/{EnergyLabel → atoms/EnergyLabel}/EnergyLabel.vue.d.ts +0 -0
- /package/dist/components/{FloatingPanel → atoms/FloatingPanel}/FloatingPanel.vue.d.ts +0 -0
- /package/dist/components/{Icon → atoms/Icon}/Icon.vue.d.ts +0 -0
- /package/dist/components/{Icon → atoms/Icon}/brandIconNames.d.ts +0 -0
- /package/dist/components/{Icon → atoms/Icon}/customIcons.d.ts +0 -0
- /package/dist/components/{PresenceIndicator → atoms/PresenceIndicator}/PresenceIndicator.vue.d.ts +0 -0
- /package/dist/components/{PropertyListing → atoms/PropertyListing}/PropertyListing.vue.d.ts +0 -0
- /package/dist/components/{Skeleton → atoms/Skeleton}/Skeleton.vue.d.ts +0 -0
- /package/dist/components/{Slider → atoms/Slider}/Slider.vue.d.ts +0 -0
- /package/dist/components/{Squircle → atoms/Squircle}/Squircle.vue.d.ts +0 -0
- /package/dist/components/{Switch → atoms/Switch}/Switch.vue.d.ts +0 -0
- /package/dist/components/{Tooltip → atoms/Tooltip}/Tooltip.vue.d.ts +0 -0
- /package/dist/components/{ContactInfoCard → molecules/ContactInfoCard}/ContactInfoCard.vue.d.ts +0 -0
- /package/dist/components/{CustomerJourneyTile → molecules/CustomerJourneyTile}/CustomerJourneyTile.vue.d.ts +0 -0
- /package/dist/components/{DoughnutChart → molecules/DoughnutChart}/DoughnutChart.vue.d.ts +0 -0
- /package/dist/components/{Pagination → molecules/Pagination}/Pagination.vue.d.ts +0 -0
- /package/dist/components/{PropertyCard → molecules/PropertyCard}/PropertyCard.vue.d.ts +0 -0
- /package/dist/components/{SkeletonPropertyCard → molecules/SkeletonPropertyCard}/SkeletonPropertyCard.vue.d.ts +0 -0
- /package/dist/components/{SocialIcons → molecules/SocialIcons}/SocialIcons.vue.d.ts +0 -0
- /package/dist/components/{SocialMediaCustomTemplate → molecules/SocialMediaCustomTemplate}/SocialMediaCustomTemplate.vue.d.ts +0 -0
- /package/dist/components/{SocialMediaType → molecules/SocialMediaType}/SocialMediaType.vue.d.ts +0 -0
- /package/dist/components/{Source → molecules/Source}/Source.vue.d.ts +0 -0
- /package/dist/components/{TabbedContent → molecules/TabbedContent}/TabbedContent.vue.d.ts +0 -0
- /package/dist/components/{TemplateCard → molecules/TemplateCard}/TemplateCard.vue.d.ts +0 -0
- /package/dist/components/{TimelineEvent → molecules/TimelineEvent}/TimelineEvent.vue.d.ts +0 -0
- /package/dist/components/{TimelineEvent → molecules/TimelineEvent}/TimelineTypes.d.ts +0 -0
- /package/dist/components/{TimelineLanes → molecules/TimelineLanes}/TimelineLanes.vue.d.ts +0 -0
- /package/dist/components/{Toast → molecules/Toast}/Toast.vue.d.ts +0 -0
- /package/dist/components/{ToggleGroup → molecules/ToggleGroup}/ToggleGroup.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/Calendar.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/_CalendarDayView.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/_CalendarHeader.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/_CalendarMonthView.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/_CalendarTimePicker.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/_CalendarYearView.vue.d.ts +0 -0
- /package/dist/components/{Calendar → organisms/Calendar}/calendar.types.d.ts +0 -0
- /package/dist/components/{ColorPicker → organisms/ColorPicker}/ColorPicker.vue.d.ts +0 -0
- /package/dist/components/{Combobox → organisms/Combobox}/Combobox.vue.d.ts +0 -0
- /package/dist/components/{ComboboxPanel → organisms/ComboboxPanel}/ComboboxPanel.vue.d.ts +0 -0
- /package/dist/components/{ComboboxPanel → organisms/ComboboxPanel}/combobox-types.d.ts +0 -0
- /package/dist/components/{CountrySelect → organisms/CountrySelect}/CountrySelect.vue.d.ts +0 -0
- /package/dist/components/{CountrySelect → organisms/CountrySelect}/countries.d.ts +0 -0
- /package/dist/components/{DatePicker → organisms/DatePicker}/DatePicker.vue.d.ts +0 -0
- /package/dist/components/{Header → organisms/Header}/Header.vue.d.ts +0 -0
- /package/dist/components/{Modal → organisms/Modal}/Modal.vue.d.ts +0 -0
- /package/dist/components/{ProgressBar → organisms/ProgressBar}/ProgressBar.vue.d.ts +0 -0
- /package/dist/components/{ReferenceCard → organisms/ReferenceCard}/ReferenceCard.vue.d.ts +0 -0
- /package/dist/components/{SocialMediaTemplate → organisms/SocialMediaTemplate}/SocialMediaTemplate.vue.d.ts +0 -0
- /package/dist/components/{StepperHeader → organisms/StepperHeader}/StepperHeader.vue.d.ts +0 -0
- /package/dist/components/{Table → organisms/Table}/Table.vue.d.ts +0 -0
- /package/dist/components/{VideoPlayer → organisms/VideoPlayer}/VideoPlayer.vue.d.ts +0 -0
- /package/src/components/{AnimatedNumber → atoms/AnimatedNumber}/AnimatedNumber.vue +0 -0
- /package/src/components/{Avatar → atoms/Avatar}/Avatar.vue +0 -0
- /package/src/components/{Button → atoms/Button}/Button.vue +0 -0
- /package/src/components/{Card → atoms/Card}/Card.vue +0 -0
- /package/src/components/{Checkbox → atoms/Checkbox}/Checkbox.vue +0 -0
- /package/src/components/{Chip → atoms/Chip}/Chip.vue +0 -0
- /package/src/components/{EnergyLabel → atoms/EnergyLabel}/EnergyLabel.vue +0 -0
- /package/src/components/{FloatingPanel → atoms/FloatingPanel}/FloatingPanel.vue +0 -0
- /package/src/components/{Icon → atoms/Icon}/Icon.vue +0 -0
- /package/src/components/{Icon → atoms/Icon}/brandIconNames.ts +0 -0
- /package/src/components/{Icon → atoms/Icon}/customIcons.ts +0 -0
- /package/src/components/{PresenceIndicator → atoms/PresenceIndicator}/PresenceIndicator.vue +0 -0
- /package/src/components/{PropertyListing → atoms/PropertyListing}/PropertyListing.vue +0 -0
- /package/src/components/{Skeleton → atoms/Skeleton}/Skeleton.vue +0 -0
- /package/src/components/{Slider → atoms/Slider}/Slider.vue +0 -0
- /package/src/components/{Squircle → atoms/Squircle}/Squircle.vue +0 -0
- /package/src/components/{Switch → atoms/Switch}/Switch.vue +0 -0
- /package/src/components/{Tooltip → atoms/Tooltip}/Tooltip.vue +0 -0
- /package/src/components/{ContactInfoCard → molecules/ContactInfoCard}/ContactInfoCard.vue +0 -0
- /package/src/components/{DoughnutChart → molecules/DoughnutChart}/DoughnutChart.vue +0 -0
- /package/src/components/{TimelineEvent → molecules/TimelineEvent}/TimelineTypes.ts +0 -0
- /package/src/components/{Calendar → organisms/Calendar}/Calendar.vue +0 -0
- /package/src/components/{Calendar → organisms/Calendar}/_CalendarDayView.vue +0 -0
- /package/src/components/{Calendar → organisms/Calendar}/_CalendarMonthView.vue +0 -0
- /package/src/components/{Calendar → organisms/Calendar}/_CalendarYearView.vue +0 -0
- /package/src/components/{Calendar → organisms/Calendar}/calendar.types.ts +0 -0
- /package/src/components/{ComboboxPanel → organisms/ComboboxPanel}/combobox-types.ts +0 -0
- /package/src/components/{CountrySelect → organisms/CountrySelect}/countries.ts +0 -0
- /package/src/components/{StepperHeader → organisms/StepperHeader}/StepperHeader.vue +0 -0
package/dist/nuxt.js
CHANGED
|
@@ -2,64 +2,65 @@ import { addComponent as e, addTemplate as t, addVitePlugin as n, createResolver
|
|
|
2
2
|
import { existsSync as a } from "node:fs";
|
|
3
3
|
import o from "vite-svg-loader";
|
|
4
4
|
var s = {
|
|
5
|
-
NexxtAnimatedNumber: "components/AnimatedNumber/AnimatedNumber.vue",
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
5
|
+
NexxtAnimatedNumber: "components/atoms/AnimatedNumber/AnimatedNumber.vue",
|
|
6
|
+
NexxtAvatar: "components/atoms/Avatar/Avatar.vue",
|
|
7
|
+
NexxtButton: "components/atoms/Button/Button.vue",
|
|
8
|
+
NexxtCard: "components/atoms/Card/Card.vue",
|
|
9
|
+
NexxtCheckbox: "components/atoms/Checkbox/Checkbox.vue",
|
|
10
|
+
NexxtChip: "components/atoms/Chip/Chip.vue",
|
|
11
|
+
NexxtEnergyLabel: "components/atoms/EnergyLabel/EnergyLabel.vue",
|
|
12
|
+
NexxtFloatingPanel: "components/atoms/FloatingPanel/FloatingPanel.vue",
|
|
13
|
+
NexxtIcon: "components/atoms/Icon/Icon.vue",
|
|
14
|
+
NexxtPresenceIndicator: "components/atoms/PresenceIndicator/PresenceIndicator.vue",
|
|
15
|
+
NexxtPropertyListing: "components/atoms/PropertyListing/PropertyListing.vue",
|
|
16
|
+
NexxtSkeleton: "components/atoms/Skeleton/Skeleton.vue",
|
|
17
|
+
NexxtSlider: "components/atoms/Slider/Slider.vue",
|
|
18
|
+
NexxtSquircle: "components/atoms/Squircle/Squircle.vue",
|
|
19
|
+
NexxtSwitch: "components/atoms/Switch/Switch.vue",
|
|
20
|
+
NexxtTooltip: "components/atoms/Tooltip/Tooltip.vue",
|
|
21
|
+
NexxtAnnouncement: "components/molecules/Announcement/Announcement.vue",
|
|
22
|
+
NexxtContactInfoCard: "components/molecules/ContactInfoCard/ContactInfoCard.vue",
|
|
23
|
+
NexxtCustomerJourneyTile: "components/molecules/CustomerJourneyTile/CustomerJourneyTile.vue",
|
|
24
|
+
NexxtDoughnutChart: "components/molecules/DoughnutChart/DoughnutChart.vue",
|
|
25
|
+
NexxtInfoBlock: "components/molecules/InfoBlock/InfoBlock.vue",
|
|
26
|
+
NexxtInputField: "components/molecules/InputField/InputField.vue",
|
|
27
|
+
NexxtInputSelect: "components/molecules/InputSelect/InputSelect.vue",
|
|
28
|
+
NexxtModalFooter: "components/molecules/ModalFooter/ModalFooter.vue",
|
|
29
|
+
NexxtPagination: "components/molecules/Pagination/Pagination.vue",
|
|
30
|
+
NexxtPropertyCard: "components/molecules/PropertyCard/PropertyCard.vue",
|
|
31
|
+
NexxtSelect: "components/molecules/Select/Select.vue",
|
|
32
|
+
NexxtSidebarMenuItem: "components/molecules/SidebarMenuItem/SidebarMenuItem.vue",
|
|
33
|
+
NexxtSkeletonPropertyCard: "components/molecules/SkeletonPropertyCard/SkeletonPropertyCard.vue",
|
|
34
|
+
NexxtSocialIcons: "components/molecules/SocialIcons/SocialIcons.vue",
|
|
35
|
+
NexxtSocialMediaCustomTemplate: "components/molecules/SocialMediaCustomTemplate/SocialMediaCustomTemplate.vue",
|
|
36
|
+
NexxtSocialMediaType: "components/molecules/SocialMediaType/SocialMediaType.vue",
|
|
37
|
+
NexxtSource: "components/molecules/Source/Source.vue",
|
|
38
|
+
NexxtTabbedContent: "components/molecules/TabbedContent/TabbedContent.vue",
|
|
39
|
+
NexxtTabs: "components/molecules/Tabs/Tabs.vue",
|
|
40
|
+
NexxtTemplateCard: "components/molecules/TemplateCard/TemplateCard.vue",
|
|
41
|
+
NexxtTextarea: "components/molecules/Textarea/Textarea.vue",
|
|
42
|
+
NexxtTimelineEvent: "components/molecules/TimelineEvent/TimelineEvent.vue",
|
|
43
|
+
NexxtTimelineLanes: "components/molecules/TimelineLanes/TimelineLanes.vue",
|
|
44
|
+
NexxtToast: "components/molecules/Toast/Toast.vue",
|
|
45
|
+
NexxtToggleGroup: "components/molecules/ToggleGroup/ToggleGroup.vue",
|
|
46
|
+
NexxtCalendar: "components/organisms/Calendar/Calendar.vue",
|
|
47
|
+
NexxtColorPicker: "components/organisms/ColorPicker/ColorPicker.vue",
|
|
48
|
+
NexxtCombobox: "components/organisms/Combobox/Combobox.vue",
|
|
49
|
+
NexxtComboboxPanel: "components/organisms/ComboboxPanel/ComboboxPanel.vue",
|
|
50
|
+
NexxtCountrySelect: "components/organisms/CountrySelect/CountrySelect.vue",
|
|
51
|
+
NexxtDatePicker: "components/organisms/DatePicker/DatePicker.vue",
|
|
52
|
+
NexxtDropdownButton: "components/organisms/DropdownButton/DropdownButton.vue",
|
|
53
|
+
NexxtHeader: "components/organisms/Header/Header.vue",
|
|
54
|
+
NexxtModal: "components/organisms/Modal/Modal.vue",
|
|
55
|
+
NexxtProgressBar: "components/organisms/ProgressBar/ProgressBar.vue",
|
|
56
|
+
NexxtReferenceCard: "components/organisms/ReferenceCard/ReferenceCard.vue",
|
|
57
|
+
NexxtSocialMediaTemplate: "components/organisms/SocialMediaTemplate/SocialMediaTemplate.vue",
|
|
58
|
+
NexxtStepperHeader: "components/organisms/StepperHeader/StepperHeader.vue",
|
|
59
|
+
NexxtTable: "components/organisms/Table/Table.vue",
|
|
60
|
+
NexxtTimelinePhaseblock: "components/organisms/TimelinePhaseblock/TimelinePhaseblock.vue",
|
|
61
|
+
NexxtTimelineTrack: "components/organisms/TimelineTrack/TimelineTrack.vue",
|
|
62
|
+
NexxtToaster: "components/organisms/Toaster/Toaster.vue",
|
|
63
|
+
NexxtVideoPlayer: "components/organisms/VideoPlayer/VideoPlayer.vue"
|
|
63
64
|
}, c = ["@nexxtmove/ui/ui.css", "@nexxtmove/ui/dist/ui.css"], l = (e, t) => e.some((e) => e === t || c.includes(e)), u = i({
|
|
64
65
|
meta: {
|
|
65
66
|
name: "@nexxtmove/ui",
|
package/dist/ui.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.timer-circle[data-v-
|
|
1
|
+
.timer-circle[data-v-d13bb383]{stroke-dashoffset:0;animation:linear forwards toast-timer-d13bb383}@keyframes toast-timer-d13bb383{to{stroke-dashoffset:var(--b622135e)}}
|
|
2
2
|
/*$vite$:1*/
|
package/package.json
CHANGED
package/src/components/{CustomerJourneyTile → molecules/CustomerJourneyTile}/CustomerJourneyTile.vue
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
-
import NexxtIcon from '
|
|
3
|
-
import NexxtAnimatedNumber from '
|
|
2
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
3
|
+
import NexxtAnimatedNumber from '../../atoms/AnimatedNumber/AnimatedNumber.vue'
|
|
4
4
|
import { computed, onMounted, ref } from 'vue'
|
|
5
5
|
import { PHASE_MAP } from '../TimelineEvent/TimelineTypes'
|
|
6
6
|
|
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
<script setup lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'vue'
|
|
2
3
|
import { computed, getCurrentInstance, useAttrs, useTemplateRef } from 'vue'
|
|
3
|
-
import Icon from '
|
|
4
|
+
import Icon from '../../atoms/Icon/Icon.vue'
|
|
4
5
|
|
|
5
6
|
const INPUT_ID = 'input-field-' + Math.random().toString(36).slice(2, 10)
|
|
6
7
|
|
|
7
8
|
const attrs = useAttrs()
|
|
8
9
|
|
|
10
|
+
// `useAttrs()` is getypeerd als Record<string, unknown>, dus class en style
|
|
11
|
+
// komen er als `unknown` uit en de dts-stap wijst ze af op het wrapper-element.
|
|
12
|
+
// Hier één keer terugbrengen naar wat Vue er werkelijk voor accepteert.
|
|
13
|
+
const wrapperAttrs = computed(() => ({
|
|
14
|
+
class: attrs.class as HTMLAttributes['class'],
|
|
15
|
+
style: attrs.style as HTMLAttributes['style'],
|
|
16
|
+
}))
|
|
17
|
+
|
|
9
18
|
// `class` and `style` describe where the field sits in the consumer's layout,
|
|
10
19
|
// so they belong on the outer wrapper. Everything else -- id, name, type,
|
|
11
20
|
// placeholder, data-* , aria-* -- describes the control, so it goes to the
|
|
@@ -68,7 +77,7 @@ const decrement = () => {
|
|
|
68
77
|
</script>
|
|
69
78
|
|
|
70
79
|
<template>
|
|
71
|
-
<div class="inline-flex flex-col gap-1" :class="
|
|
80
|
+
<div class="inline-flex flex-col gap-1" :class="wrapperAttrs.class" :style="wrapperAttrs.style">
|
|
72
81
|
<label v-if="label" class="justify-start small-normal text-gray-700" :for="INPUT_ID">
|
|
73
82
|
{{ label }}
|
|
74
83
|
<span v-if="required" class="text-brick-500">*</span>
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
+
import type { HTMLAttributes } from 'vue'
|
|
2
3
|
import { computed, useAttrs } from 'vue'
|
|
3
|
-
import NexxtIcon from '
|
|
4
|
-
import NexxtFloatingPanel from '
|
|
5
|
-
import type Icon from '
|
|
4
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
5
|
+
import NexxtFloatingPanel from '../../atoms/FloatingPanel/FloatingPanel.vue'
|
|
6
|
+
import type Icon from '../../atoms/Icon/Icon.vue'
|
|
6
7
|
import type { SelectOption } from '../Select/Select.vue'
|
|
7
8
|
|
|
8
9
|
export type { SelectOption }
|
|
@@ -13,6 +14,14 @@ const selectId = generateId()
|
|
|
13
14
|
|
|
14
15
|
const attrs = useAttrs()
|
|
15
16
|
|
|
17
|
+
// `useAttrs()` is getypeerd als Record<string, unknown>, dus class en style
|
|
18
|
+
// komen er als `unknown` uit en de dts-stap wijst ze af op het wrapper-element.
|
|
19
|
+
// Hier één keer terugbrengen naar wat Vue er werkelijk voor accepteert.
|
|
20
|
+
const wrapperAttrs = computed(() => ({
|
|
21
|
+
class: attrs.class as HTMLAttributes['class'],
|
|
22
|
+
style: attrs.style as HTMLAttributes['style'],
|
|
23
|
+
}))
|
|
24
|
+
|
|
16
25
|
// `class` and `style` position the field in the consumer's layout and belong on
|
|
17
26
|
// the wrapper; everything else describes the control and goes to the input.
|
|
18
27
|
const inputAttrs = computed(() => {
|
|
@@ -66,7 +75,7 @@ const select = (opt: SelectOption, close: () => void) => {
|
|
|
66
75
|
</script>
|
|
67
76
|
|
|
68
77
|
<template>
|
|
69
|
-
<div class="inline-flex flex-col gap-1" :class="
|
|
78
|
+
<div class="inline-flex flex-col gap-1" :class="wrapperAttrs.class" :style="wrapperAttrs.style">
|
|
70
79
|
<label v-if="label" class="justify-start small-normal text-gray-700" :for="fieldId">
|
|
71
80
|
{{ label }}
|
|
72
81
|
<span v-if="required" class="text-brick-500">*</span>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
-
import NexxtButton from '
|
|
2
|
+
import NexxtButton from '../../atoms/Button/Button.vue'
|
|
3
3
|
|
|
4
4
|
// Kept in step with NexxtButton's own `variant` prop, widened with `string` so a
|
|
5
5
|
// call site may bind a computed value (`options.variant ?? 'primary'`) without a
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
-
import NexxtCard from '
|
|
3
|
-
import NexxtPropertyListing from '
|
|
4
|
-
import NexxtIcon from '
|
|
5
|
-
import PropertyPlaceholder from '
|
|
2
|
+
import NexxtCard from '../../atoms/Card/Card.vue'
|
|
3
|
+
import NexxtPropertyListing from '../../atoms/PropertyListing/PropertyListing.vue'
|
|
4
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
5
|
+
import PropertyPlaceholder from '../../../assets/images/property_placeholder.jpg'
|
|
6
6
|
|
|
7
7
|
export interface NexxtPropertyCardProps {
|
|
8
8
|
image?: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
2
|
import { computed, ref, useTemplateRef, watch } from 'vue'
|
|
3
|
-
import NexxtIcon from '
|
|
4
|
-
import NexxtFloatingPanel from '
|
|
5
|
-
import type Icon from '
|
|
3
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
4
|
+
import NexxtFloatingPanel from '../../atoms/FloatingPanel/FloatingPanel.vue'
|
|
5
|
+
import type Icon from '../../atoms/Icon/Icon.vue'
|
|
6
6
|
|
|
7
7
|
export type SelectOption = { label: string; value: string | number } | string
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
-
import missingVideo from '
|
|
2
|
+
import missingVideo from '../../../assets/video/Template_aanvragen.mp4'
|
|
3
3
|
import { ref, useTemplateRef, onMounted } from 'vue'
|
|
4
4
|
|
|
5
5
|
defineOptions({
|
|
@@ -48,7 +48,7 @@ onMounted(() => {
|
|
|
48
48
|
playsinline
|
|
49
49
|
:loop="hasPlayedOnce"
|
|
50
50
|
class="h-full w-full object-cover"
|
|
51
|
-
poster="
|
|
51
|
+
poster="../../../assets/images/Template_aanvragen.jpg"
|
|
52
52
|
@ended.once="handleEnded"
|
|
53
53
|
/>
|
|
54
54
|
</button>
|
|
@@ -3,9 +3,9 @@ import { computed } from 'vue'
|
|
|
3
3
|
import TiktokSvg from '@ui-assets/svg/type_tiktok.svg'
|
|
4
4
|
import PostSvg from '@ui-assets/svg/type_post.svg'
|
|
5
5
|
import StorySvg from '@ui-assets/svg/type_story.svg'
|
|
6
|
-
import Chip from '
|
|
6
|
+
import Chip from '../../atoms/Chip/Chip.vue'
|
|
7
7
|
import SocialIcons from '../SocialIcons/SocialIcons.vue'
|
|
8
|
-
import Icon from '
|
|
8
|
+
import Icon from '../../atoms/Icon/Icon.vue'
|
|
9
9
|
|
|
10
10
|
type SocialPlatform = 'tiktok' | 'facebook' | 'instagram' | 'linkedin' | 'x' | 'twitter' | 'google'
|
|
11
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import imgBricr from '
|
|
3
|
-
import imgKolibri from '
|
|
4
|
-
import imgKolibriAppExchange from '
|
|
5
|
-
import imgRealworks from '
|
|
6
|
-
import imgRealworksAgendaApi from '
|
|
7
|
-
import imgRealworksApi from '
|
|
8
|
-
import imgZapier from '
|
|
2
|
+
import imgBricr from '../../../assets/images/source/bricr.png'
|
|
3
|
+
import imgKolibri from '../../../assets/images/source/kolibri.png'
|
|
4
|
+
import imgKolibriAppExchange from '../../../assets/images/source/kolibri_app_exchange.png'
|
|
5
|
+
import imgRealworks from '../../../assets/images/source/realworks.png'
|
|
6
|
+
import imgRealworksAgendaApi from '../../../assets/images/source/realworks_agenda_api.png'
|
|
7
|
+
import imgRealworksApi from '../../../assets/images/source/realworks_api.png'
|
|
8
|
+
import imgZapier from '../../../assets/images/source/zapier.png'
|
|
9
9
|
|
|
10
10
|
export const SOURCE_MAP = {
|
|
11
11
|
realworks: 'Realworks',
|
|
@@ -59,7 +59,7 @@ const SOUCE_ICONS: Partial<Record<keyof typeof SOURCE_MAP, SourceIcon>> = {
|
|
|
59
59
|
|
|
60
60
|
<script lang="ts" setup>
|
|
61
61
|
import { computed } from 'vue'
|
|
62
|
-
import NexxtIcon from '
|
|
62
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
63
63
|
|
|
64
64
|
export interface NexxtSourceProps {
|
|
65
65
|
source: keyof typeof SOURCE_MAP
|
|
@@ -17,18 +17,27 @@ const props = defineProps<NexxtTabbedContent>()
|
|
|
17
17
|
const selected = defineModel<string>({ default: '' })
|
|
18
18
|
const direction = ref<'forward' | 'backward'>('forward')
|
|
19
19
|
|
|
20
|
+
// `tabs` accepteert zowel losse strings als { label, icon }-objecten. NexxtTabs
|
|
21
|
+
// normaliseert intern naar de objectvorm maar houdt in zijn model het label
|
|
22
|
+
// vast, dus hier is het label overal de sleutel: het vult het model, het bepaalt
|
|
23
|
+
// de slotnaam en het is waarop de volgorde wordt vergeleken.
|
|
24
|
+
const labels = computed(() => props.tabs.map((tab) => (typeof tab === 'string' ? tab : tab.label)))
|
|
25
|
+
|
|
20
26
|
watch(
|
|
21
|
-
|
|
22
|
-
(
|
|
23
|
-
if (!selected.value &&
|
|
24
|
-
selected.value =
|
|
27
|
+
labels,
|
|
28
|
+
(next) => {
|
|
29
|
+
if (!selected.value && next.length > 0) {
|
|
30
|
+
selected.value = next[0]
|
|
25
31
|
}
|
|
26
32
|
},
|
|
27
33
|
{ immediate: true },
|
|
28
34
|
)
|
|
29
35
|
|
|
30
36
|
watch(selected, (next, prev) => {
|
|
31
|
-
|
|
37
|
+
// Op de labels vergelijken, niet op `props.tabs`: met objecttabs vindt
|
|
38
|
+
// indexOf een label nooit en levert het twee keer -1 op, waarmee de richting
|
|
39
|
+
// altijd op backward blijft staan.
|
|
40
|
+
direction.value = labels.value.indexOf(next) > labels.value.indexOf(prev) ? 'forward' : 'backward'
|
|
32
41
|
})
|
|
33
42
|
|
|
34
43
|
const toSlotName = (tab: string) => tab.toLowerCase().replace(/\s+/g, '-')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
2
|
import { computed, ref, useTemplateRef, watch, onMounted, nextTick } from 'vue'
|
|
3
|
-
import Icon, { type NexxtIconName } from '
|
|
3
|
+
import Icon, { type NexxtIconName } from '../../atoms/Icon/Icon.vue'
|
|
4
4
|
|
|
5
5
|
export interface NexxtTabItem {
|
|
6
6
|
label: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
2
|
import type { IconName } from '@awesome.me/kit-37b149f3ef/icons'
|
|
3
3
|
import { computed } from 'vue'
|
|
4
|
-
import NexxtIcon from '
|
|
5
|
-
import NexxtTooltip from '
|
|
4
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
5
|
+
import NexxtTooltip from '../../atoms/Tooltip/Tooltip.vue'
|
|
6
6
|
|
|
7
7
|
export type NexxtTemplateCardContentFeature = 'references' | 'valuation' | 'reviews' | 'packages'
|
|
8
8
|
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
import type { HTMLAttributes } from 'vue'
|
|
3
|
+
import { computed, nextTick, useAttrs, useTemplateRef, watch } from 'vue'
|
|
4
|
+
|
|
5
|
+
const TEXTAREA_ID = 'textarea-' + Math.random().toString(36).slice(2, 10)
|
|
6
|
+
|
|
7
|
+
defineOptions({
|
|
8
|
+
name: 'NexxtTextarea',
|
|
9
|
+
// Same routing as NexxtInputField: `class` and `style` position the field in
|
|
10
|
+
// the consumer's layout and go to the wrapper, everything else describes the
|
|
11
|
+
// control and goes to the textarea. Nothing lands on both.
|
|
12
|
+
inheritAttrs: false,
|
|
13
|
+
})
|
|
14
|
+
|
|
15
|
+
export interface NexxtTextareaProps {
|
|
16
|
+
/** Placeholder shown while the field is empty. */
|
|
17
|
+
placeholder?: string
|
|
18
|
+
/** Label rendered above the field. */
|
|
19
|
+
label?: string
|
|
20
|
+
/** Put the field in its error state. */
|
|
21
|
+
error?: boolean
|
|
22
|
+
/** Message shown below the field while `error` is set. */
|
|
23
|
+
errorMessage?: string
|
|
24
|
+
/** Mark the label with an asterisk. */
|
|
25
|
+
required?: boolean
|
|
26
|
+
/**
|
|
27
|
+
* Visible rows, and the floor for `autosize`. The field is never shorter than
|
|
28
|
+
* a NexxtInputField, whatever this is set to.
|
|
29
|
+
*/
|
|
30
|
+
rows?: number
|
|
31
|
+
/**
|
|
32
|
+
* Grow with the content instead of scrolling, between `rows` and `maxRows`.
|
|
33
|
+
* Off by default: a field that changes height while typing moves whatever sits
|
|
34
|
+
* below it, so it should be asked for rather than assumed.
|
|
35
|
+
*/
|
|
36
|
+
autosize?: boolean
|
|
37
|
+
/** Upper bound for `autosize`, in rows. Unset means it grows indefinitely. */
|
|
38
|
+
maxRows?: number
|
|
39
|
+
/**
|
|
40
|
+
* Whether the field can be dragged taller by its corner grip. Named after the
|
|
41
|
+
* CSS property it sets, so it can grow to cover the other values later
|
|
42
|
+
* without changing what the two it has today mean.
|
|
43
|
+
*
|
|
44
|
+
* Ignored while `autosize` is on: the autosizer rewrites the height on every
|
|
45
|
+
* keystroke, so a dragged height would not survive the next character.
|
|
46
|
+
*/
|
|
47
|
+
resize?: 'vertical' | 'none'
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
const {
|
|
51
|
+
label,
|
|
52
|
+
error = false,
|
|
53
|
+
errorMessage,
|
|
54
|
+
required = false,
|
|
55
|
+
rows = 3,
|
|
56
|
+
autosize = false,
|
|
57
|
+
maxRows,
|
|
58
|
+
resize = 'vertical',
|
|
59
|
+
} = defineProps<NexxtTextareaProps>()
|
|
60
|
+
|
|
61
|
+
// `null` is in the type because the field's normal job is editing a nullable
|
|
62
|
+
// database column, and an API that returns one should not force every call site
|
|
63
|
+
// to write `?? ''`. The default stays: it only fires for `undefined`, and it
|
|
64
|
+
// keeps an unbound field from starting out null.
|
|
65
|
+
const model = defineModel<string | null>({ default: '' })
|
|
66
|
+
|
|
67
|
+
const attrs = useAttrs()
|
|
68
|
+
|
|
69
|
+
// `useAttrs()` is getypeerd als Record<string, unknown>, dus class en style
|
|
70
|
+
// komen er als `unknown` uit en de dts-stap wijst ze af op het wrapper-element.
|
|
71
|
+
// Hier één keer terugbrengen naar wat Vue er werkelijk voor accepteert.
|
|
72
|
+
const wrapperAttrs = computed(() => ({
|
|
73
|
+
class: attrs.class as HTMLAttributes['class'],
|
|
74
|
+
style: attrs.style as HTMLAttributes['style'],
|
|
75
|
+
}))
|
|
76
|
+
|
|
77
|
+
const controlAttrs = computed(() => {
|
|
78
|
+
const rest: Record<string, unknown> = { ...attrs }
|
|
79
|
+
delete rest.class
|
|
80
|
+
delete rest.style
|
|
81
|
+
return rest
|
|
82
|
+
})
|
|
83
|
+
|
|
84
|
+
const textareaEl = useTemplateRef<HTMLTextAreaElement>('textareaEl')
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Height is measured, not calculated: reset to `auto` first so `scrollHeight`
|
|
88
|
+
* reports the content height rather than the height already set. `maxRows` is
|
|
89
|
+
* converted through the element's own computed line-height so it follows the
|
|
90
|
+
* field's typography instead of a hardcoded number.
|
|
91
|
+
*/
|
|
92
|
+
const fitToContent = () => {
|
|
93
|
+
const el = textareaEl.value
|
|
94
|
+
if (!el || !autosize) return
|
|
95
|
+
|
|
96
|
+
// Reset first, so scrollHeight reports the content height rather than the
|
|
97
|
+
// height already set.
|
|
98
|
+
el.style.height = 'auto'
|
|
99
|
+
|
|
100
|
+
const style = getComputedStyle(el)
|
|
101
|
+
const lineHeight = parseFloat(style.lineHeight) || 0
|
|
102
|
+
const padding = parseFloat(style.paddingTop) + parseFloat(style.paddingBottom)
|
|
103
|
+
const border = parseFloat(style.borderTopWidth) + parseFloat(style.borderBottomWidth)
|
|
104
|
+
|
|
105
|
+
// scrollHeight covers content plus padding, but `height` under border-box
|
|
106
|
+
// includes the border too. Without adding it the field renders a border's
|
|
107
|
+
// width too short -- small, but enough to sit lower than a NexxtInputField
|
|
108
|
+
// beside it.
|
|
109
|
+
const natural = el.scrollHeight + border
|
|
110
|
+
const cap = maxRows && lineHeight ? maxRows * lineHeight + padding + border : Infinity
|
|
111
|
+
|
|
112
|
+
el.style.height = `${Math.min(natural, cap)}px`
|
|
113
|
+
el.style.overflowY = natural > cap ? 'auto' : 'hidden'
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// Covers programmatic changes as well as typing, and waits for the DOM so
|
|
117
|
+
// scrollHeight is measured after the new value is rendered.
|
|
118
|
+
watch(model, () => nextTick(fitToContent), { immediate: true, flush: 'post' })
|
|
119
|
+
|
|
120
|
+
defineExpose({ textareaEl, fitToContent })
|
|
121
|
+
</script>
|
|
122
|
+
|
|
123
|
+
<template>
|
|
124
|
+
<div class="inline-flex flex-col gap-1" :class="wrapperAttrs.class" :style="wrapperAttrs.style">
|
|
125
|
+
<label v-if="label" class="justify-start small-normal text-gray-700" :for="TEXTAREA_ID">
|
|
126
|
+
{{ label }}
|
|
127
|
+
<span v-if="required" class="text-brick-500">*</span>
|
|
128
|
+
</label>
|
|
129
|
+
|
|
130
|
+
<textarea
|
|
131
|
+
:id="TEXTAREA_ID"
|
|
132
|
+
ref="textareaEl"
|
|
133
|
+
v-model="model"
|
|
134
|
+
v-bind="controlAttrs"
|
|
135
|
+
:rows="rows"
|
|
136
|
+
:placeholder="placeholder"
|
|
137
|
+
class="min-h-10 w-full rounded-lg border px-3 py-2 small-normal text-gray-900 transition-colors outline-none placeholder:text-gray-400 focus:border-cornflower-blue-500"
|
|
138
|
+
:class="[
|
|
139
|
+
error ? 'border-brick-400' : 'border-gray-200',
|
|
140
|
+
// autosize wins: it owns the height, and a grip that fights it every
|
|
141
|
+
// keystroke is worse than no grip.
|
|
142
|
+
autosize || resize === 'none' ? 'resize-none' : 'resize-y',
|
|
143
|
+
]"
|
|
144
|
+
@input="fitToContent"
|
|
145
|
+
/>
|
|
146
|
+
|
|
147
|
+
<p v-if="error && errorMessage" class="small-normal text-brick-400">
|
|
148
|
+
{{ errorMessage }}
|
|
149
|
+
</p>
|
|
150
|
+
</div>
|
|
151
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup lang="ts">
|
|
2
|
-
import NexxtIcon from '
|
|
3
|
-
import NexxtTooltip from '
|
|
2
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
3
|
+
import NexxtTooltip from '../../atoms/Tooltip/Tooltip.vue'
|
|
4
4
|
|
|
5
5
|
defineOptions({
|
|
6
6
|
name: 'NexxtTimelineLanes',
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { ref, useTemplateRef, watch, onMounted, nextTick } from 'vue'
|
|
3
3
|
import { useResizeObserver } from '@vueuse/core'
|
|
4
4
|
import type { IconName } from '@awesome.me/kit-37b149f3ef/icons'
|
|
5
|
-
import NexxtIcon from '
|
|
6
|
-
import NexxtTooltip from '
|
|
5
|
+
import NexxtIcon from '../../atoms/Icon/Icon.vue'
|
|
6
|
+
import NexxtTooltip from '../../atoms/Tooltip/Tooltip.vue'
|
|
7
7
|
|
|
8
8
|
export interface NexxtToggleGroupOption {
|
|
9
9
|
value: string
|