@conduction/nextcloud-vue 0.1.0-beta.2 → 0.1.0-beta.4
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/README.md +226 -226
- package/css/index.css +5 -0
- package/dist/nextcloud-vue.cjs.js +60455 -8755
- package/dist/nextcloud-vue.cjs.js.map +1 -1
- package/dist/nextcloud-vue.css +2062 -528
- package/dist/nextcloud-vue.esm.js +60411 -8731
- package/dist/nextcloud-vue.esm.js.map +1 -1
- package/package.json +75 -61
- package/src/components/CnActionsBar/CnActionsBar.vue +235 -225
- package/src/components/CnActionsBar/index.js +1 -1
- package/src/components/CnAdvancedFormDialog/CnAdvancedFormDialog.vue +579 -0
- package/src/components/CnAdvancedFormDialog/CnDataTab.vue +217 -0
- package/src/components/CnAdvancedFormDialog/CnMetadataTab.vue +121 -0
- package/src/components/CnAdvancedFormDialog/CnPropertiesTab.vue +418 -0
- package/src/components/CnAdvancedFormDialog/CnPropertyValueCell.vue +247 -0
- package/src/components/CnAdvancedFormDialog/index.js +1 -0
- package/src/components/CnCardGrid/CnCardGrid.vue +152 -152
- package/src/components/CnCardGrid/index.js +1 -1
- package/src/components/CnCellRenderer/CnCellRenderer.vue +132 -132
- package/src/components/CnCellRenderer/index.js +1 -1
- package/src/components/CnChartWidget/CnChartWidget.vue +320 -0
- package/src/components/CnChartWidget/index.js +1 -0
- package/src/components/CnConfigurationCard/CnConfigurationCard.vue +77 -77
- package/src/components/CnConfigurationCard/index.js +1 -1
- package/src/components/CnDashboardGrid/CnDashboardGrid.vue +225 -0
- package/src/components/CnDashboardGrid/index.js +1 -0
- package/src/components/CnDashboardPage/CnDashboardPage.vue +390 -0
- package/src/components/CnDashboardPage/index.js +1 -0
- package/src/components/CnDataTable/CnDataTable.vue +349 -349
- package/src/components/CnDataTable/index.js +1 -1
- package/src/components/CnDetailCard/CnDetailCard.vue +214 -0
- package/src/components/CnDetailCard/index.js +1 -0
- package/src/components/CnDetailPage/CnDetailPage.vue +281 -0
- package/src/components/CnDetailPage/index.js +1 -0
- package/src/components/CnFacetSidebar/CnFacetSidebar.vue +231 -223
- package/src/components/CnFacetSidebar/index.js +1 -1
- package/src/components/CnFilterBar/CnFilterBar.vue +152 -152
- package/src/components/CnFilterBar/index.js +1 -1
- package/src/components/CnIcon/CnIcon.vue +89 -89
- package/src/components/CnIcon/index.js +1 -1
- package/src/components/CnIndexPage/CnIndexPage.vue +874 -816
- package/src/components/CnIndexPage/index.js +1 -1
- package/src/components/CnIndexSidebar/CnIndexSidebar.vue +503 -484
- package/src/components/CnIndexSidebar/index.js +1 -1
- package/src/components/CnItemCard/CnItemCard.vue +132 -0
- package/src/components/CnItemCard/index.js +1 -0
- package/src/components/CnKpiGrid/CnKpiGrid.vue +89 -89
- package/src/components/CnKpiGrid/index.js +1 -1
- package/src/components/CnMassActionBar/CnMassActionBar.vue +160 -160
- package/src/components/CnMassActionBar/index.js +1 -1
- package/src/components/CnMassCopyDialog/CnMassCopyDialog.vue +320 -320
- package/src/components/CnMassCopyDialog/index.js +1 -1
- package/src/components/CnMassDeleteDialog/CnMassDeleteDialog.vue +238 -238
- package/src/components/CnMassDeleteDialog/index.js +1 -1
- package/src/components/CnMassExportDialog/CnMassExportDialog.vue +190 -190
- package/src/components/CnMassExportDialog/index.js +1 -1
- package/src/components/CnMassImportDialog/CnMassImportDialog.vue +491 -491
- package/src/components/CnMassImportDialog/index.js +1 -1
- package/src/components/CnNoteCard/CnNoteCard.vue +149 -0
- package/src/components/CnNoteCard/index.js +1 -0
- package/src/components/CnNotesCard/CnNotesCard.vue +413 -0
- package/src/components/CnNotesCard/index.js +1 -0
- package/src/components/CnObjectCard/CnObjectCard.vue +292 -292
- package/src/components/CnObjectCard/index.js +1 -1
- package/src/components/CnObjectSidebar/CnObjectSidebar.vue +876 -0
- package/src/components/CnObjectSidebar/index.js +1 -0
- package/src/components/CnPageHeader/CnPageHeader.vue +57 -57
- package/src/components/CnPageHeader/index.js +1 -1
- package/src/components/CnPagination/CnPagination.vue +252 -252
- package/src/components/CnPagination/index.js +1 -1
- package/src/components/CnRowActions/CnRowActions.vue +73 -73
- package/src/components/CnRowActions/index.js +1 -1
- package/src/components/CnSchemaFormDialog/CnSchemaConfigurationTab.vue +226 -0
- package/src/components/CnSchemaFormDialog/CnSchemaFormDialog.vue +787 -0
- package/src/components/CnSchemaFormDialog/CnSchemaPropertiesTab.vue +305 -0
- package/src/components/CnSchemaFormDialog/CnSchemaPropertyActions.vue +1398 -0
- package/src/components/CnSchemaFormDialog/CnSchemaSecurityTab.vue +236 -0
- package/src/components/CnSchemaFormDialog/index.js +1 -0
- package/src/components/CnSettingsCard/CnSettingsCard.vue +92 -92
- package/src/components/CnSettingsCard/index.js +1 -1
- package/src/components/CnSettingsSection/CnSettingsSection.vue +266 -266
- package/src/components/CnSettingsSection/index.js +1 -1
- package/src/components/CnStatsBlock/CnStatsBlock.vue +420 -366
- package/src/components/CnStatsBlock/index.js +1 -1
- package/src/components/CnStatusBadge/CnStatusBadge.vue +77 -77
- package/src/components/CnStatusBadge/index.js +1 -1
- package/src/components/CnTabbedFormDialog/CnTabbedFormDialog.vue +540 -0
- package/src/components/CnTabbedFormDialog/index.js +1 -0
- package/src/components/CnTasksCard/CnTasksCard.vue +373 -0
- package/src/components/CnTasksCard/index.js +1 -0
- package/src/components/CnTileWidget/CnTileWidget.vue +159 -0
- package/src/components/CnTileWidget/index.js +1 -0
- package/src/components/CnTimelineStages/CnTimelineStages.vue +292 -0
- package/src/components/CnTimelineStages/index.js +1 -0
- package/src/components/CnUserActionMenu/CnUserActionMenu.vue +435 -0
- package/src/components/CnUserActionMenu/index.js +1 -0
- package/src/components/CnVersionInfoCard/CnVersionInfoCard.vue +312 -312
- package/src/components/CnVersionInfoCard/index.js +1 -1
- package/src/components/CnWidgetRenderer/CnWidgetRenderer.vue +180 -0
- package/src/components/CnWidgetRenderer/index.js +1 -0
- package/src/components/CnWidgetWrapper/CnWidgetWrapper.vue +211 -0
- package/src/components/CnWidgetWrapper/index.js +1 -0
- package/src/components/index.js +43 -29
- package/src/composables/index.js +4 -3
- package/src/composables/useDashboardView.js +240 -0
- package/src/composables/useDetailView.js +289 -132
- package/src/composables/useListView.js +363 -153
- package/src/composables/useSubResource.js +142 -142
- package/src/constants/metadata.js +30 -30
- package/src/css/CnSchemaFormDialog.css +546 -0
- package/src/css/__sample_nextcloud_tokens.css +110 -0
- package/src/css/actions-bar.css +48 -48
- package/src/css/badge.css +51 -51
- package/src/css/card.css +128 -128
- package/src/css/dashboard.css +70 -0
- package/src/css/detail-page.css +168 -0
- package/src/css/detail.css +68 -68
- package/src/css/index-page.css +44 -32
- package/src/css/index-sidebar.css +193 -187
- package/src/css/index.css +16 -12
- package/src/css/layout.css +90 -90
- package/src/css/page-header.css +33 -33
- package/src/css/pagination.css +72 -72
- package/src/css/table.css +142 -142
- package/src/css/timeline-stages.css +218 -0
- package/src/css/utilities.css +46 -46
- package/src/index.js +72 -53
- package/src/store/createSubResourcePlugin.js +135 -135
- package/src/store/index.js +3 -3
- package/src/store/plugins/auditTrails.js +17 -17
- package/src/store/plugins/files.js +250 -186
- package/src/store/plugins/index.js +7 -5
- package/src/store/plugins/lifecycle.js +180 -180
- package/src/store/plugins/relations.js +68 -68
- package/src/store/plugins/search.js +372 -0
- package/src/store/plugins/selection.js +104 -0
- package/src/store/useObjectStore.js +829 -686
- package/src/types/auditTrail.d.ts +32 -32
- package/src/types/file.d.ts +23 -23
- package/src/types/index.d.ts +35 -35
- package/src/types/notification.d.ts +36 -36
- package/src/types/object.d.ts +40 -40
- package/src/types/organisation.d.ts +41 -41
- package/src/types/register.d.ts +25 -25
- package/src/types/schema.d.ts +39 -39
- package/src/types/shared.d.ts +79 -79
- package/src/types/source.d.ts +14 -14
- package/src/types/task.d.ts +31 -31
- package/src/utils/errors.js +96 -96
- package/src/utils/headers.js +68 -50
- package/src/utils/id.js +13 -0
- package/src/utils/index.js +3 -3
- package/src/utils/schema.js +422 -419
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
CnTimelineStages — Visualizes sequential progression through named stages.
|
|
3
|
+
|
|
4
|
+
Used in case management, pipeline tracking, and any workflow with discrete
|
|
5
|
+
phases. Supports horizontal/vertical orientation, small/medium sizes,
|
|
6
|
+
clickable interaction, keyboard navigation (roving tabindex), and ARIA roles.
|
|
7
|
+
|
|
8
|
+
All colors use Nextcloud CSS variables so NL Design System theming
|
|
9
|
+
applies automatically.
|
|
10
|
+
-->
|
|
11
|
+
<template>
|
|
12
|
+
<div
|
|
13
|
+
v-if="stages.length > 0"
|
|
14
|
+
:class="rootClasses"
|
|
15
|
+
role="list"
|
|
16
|
+
:aria-label="ariaLabel">
|
|
17
|
+
<div
|
|
18
|
+
v-for="(stage, index) in stages"
|
|
19
|
+
:key="stage.id"
|
|
20
|
+
ref="stageNodes"
|
|
21
|
+
:class="stageClasses(index)"
|
|
22
|
+
role="listitem"
|
|
23
|
+
:aria-current="stageStates[index] === 'current' ? 'step' : undefined"
|
|
24
|
+
:tabindex="clickable ? (focusedIndex === index ? 0 : -1) : undefined"
|
|
25
|
+
@click="onStageClick(stage, index)"
|
|
26
|
+
@keydown="onKeydown($event, stage, index)">
|
|
27
|
+
<!-- Indicator -->
|
|
28
|
+
<slot
|
|
29
|
+
name="indicator"
|
|
30
|
+
:stage="stage"
|
|
31
|
+
:index="index"
|
|
32
|
+
:state="stageStates[index]">
|
|
33
|
+
<span class="cn-timeline-stages__indicator">
|
|
34
|
+
<!-- Completed: checkmark SVG -->
|
|
35
|
+
<svg
|
|
36
|
+
v-if="stageStates[index] === 'completed'"
|
|
37
|
+
aria-hidden="true"
|
|
38
|
+
viewBox="0 0 24 24"
|
|
39
|
+
class="cn-timeline-stages__checkmark">
|
|
40
|
+
<path
|
|
41
|
+
fill="currentColor"
|
|
42
|
+
d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z" />
|
|
43
|
+
</svg>
|
|
44
|
+
<!-- Current: filled dot -->
|
|
45
|
+
<span
|
|
46
|
+
v-else-if="stageStates[index] === 'current'"
|
|
47
|
+
class="cn-timeline-stages__dot" />
|
|
48
|
+
</span>
|
|
49
|
+
</slot>
|
|
50
|
+
<!-- Label + Subtitle -->
|
|
51
|
+
<slot
|
|
52
|
+
name="label"
|
|
53
|
+
:stage="stage"
|
|
54
|
+
:index="index"
|
|
55
|
+
:state="stageStates[index]">
|
|
56
|
+
<span class="cn-timeline-stages__label">
|
|
57
|
+
{{ stage.label }}
|
|
58
|
+
</span>
|
|
59
|
+
<span
|
|
60
|
+
v-if="stage.subtitle"
|
|
61
|
+
class="cn-timeline-stages__subtitle">
|
|
62
|
+
{{ stage.subtitle }}
|
|
63
|
+
</span>
|
|
64
|
+
</slot>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
</template>
|
|
68
|
+
|
|
69
|
+
<script>
|
|
70
|
+
/**
|
|
71
|
+
* CnTimelineStages — Timeline/progress stages component.
|
|
72
|
+
*
|
|
73
|
+
* Renders a sequence of named stages with completed/current/upcoming states,
|
|
74
|
+
* connected by a track line. Supports horizontal and vertical layout,
|
|
75
|
+
* small and medium sizes, clickable stages, keyboard navigation, and ARIA roles.
|
|
76
|
+
*
|
|
77
|
+
* @example Basic horizontal timeline
|
|
78
|
+
* <CnTimelineStages
|
|
79
|
+
* :stages="[
|
|
80
|
+
* { id: 'new', label: 'New' },
|
|
81
|
+
* { id: 'review', label: 'Review', subtitle: 'Mar 15' },
|
|
82
|
+
* { id: 'done', label: 'Done' },
|
|
83
|
+
* ]"
|
|
84
|
+
* currentStage="review" />
|
|
85
|
+
*
|
|
86
|
+
* @example Vertical clickable timeline
|
|
87
|
+
* <CnTimelineStages
|
|
88
|
+
* :stages="pipelineStages"
|
|
89
|
+
* :currentStage="deal.stage"
|
|
90
|
+
* orientation="vertical"
|
|
91
|
+
* :clickable="true"
|
|
92
|
+
* v-on:stage-click="onStageClick" />
|
|
93
|
+
*/
|
|
94
|
+
export default {
|
|
95
|
+
name: 'CnTimelineStages',
|
|
96
|
+
|
|
97
|
+
props: {
|
|
98
|
+
/**
|
|
99
|
+
* Array of stage objects. Each must have `id` (unique) and `label` (display text).
|
|
100
|
+
* Optional `subtitle` for secondary text below the label.
|
|
101
|
+
* @type {{ id: string, label: string, subtitle?: string }[]}
|
|
102
|
+
*/
|
|
103
|
+
stages: {
|
|
104
|
+
type: Array,
|
|
105
|
+
required: true,
|
|
106
|
+
validator: (stages) => stages.every((s) => s.id !== undefined && s.label !== undefined),
|
|
107
|
+
},
|
|
108
|
+
/**
|
|
109
|
+
* The `id` of the currently active stage. Stages before it are "completed",
|
|
110
|
+
* stages after it are "upcoming". If null/undefined or not matching any id,
|
|
111
|
+
* all stages are "upcoming".
|
|
112
|
+
* @type {string|number|null}
|
|
113
|
+
*/
|
|
114
|
+
currentStage: {
|
|
115
|
+
type: [String, Number],
|
|
116
|
+
default: null,
|
|
117
|
+
},
|
|
118
|
+
/**
|
|
119
|
+
* Layout orientation: "horizontal" (left-to-right) or "vertical" (top-to-bottom).
|
|
120
|
+
* @type {string}
|
|
121
|
+
*/
|
|
122
|
+
orientation: {
|
|
123
|
+
type: String,
|
|
124
|
+
default: 'horizontal',
|
|
125
|
+
validator: (v) => ['horizontal', 'vertical'].includes(v),
|
|
126
|
+
},
|
|
127
|
+
/**
|
|
128
|
+
* Size variant: "medium" (32px indicators) or "small" (20px indicators).
|
|
129
|
+
* @type {string}
|
|
130
|
+
*/
|
|
131
|
+
size: {
|
|
132
|
+
type: String,
|
|
133
|
+
default: 'medium',
|
|
134
|
+
validator: (v) => ['small', 'medium'].includes(v),
|
|
135
|
+
},
|
|
136
|
+
/**
|
|
137
|
+
* Whether stages are clickable. When true, stages emit `stage-click`
|
|
138
|
+
* on click/Enter/Space and support keyboard navigation with arrow keys.
|
|
139
|
+
* @type {boolean}
|
|
140
|
+
*/
|
|
141
|
+
clickable: {
|
|
142
|
+
type: Boolean,
|
|
143
|
+
default: false,
|
|
144
|
+
},
|
|
145
|
+
/**
|
|
146
|
+
* Accessible label for the timeline container.
|
|
147
|
+
* @type {string}
|
|
148
|
+
*/
|
|
149
|
+
ariaLabel: {
|
|
150
|
+
type: String,
|
|
151
|
+
default: 'Progress stages',
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
|
|
155
|
+
data() {
|
|
156
|
+
return {
|
|
157
|
+
/** @type {number} Index of the currently focused stage (roving tabindex) */
|
|
158
|
+
focusedIndex: 0,
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
|
|
162
|
+
computed: {
|
|
163
|
+
/**
|
|
164
|
+
* Root element CSS classes based on orientation and size props.
|
|
165
|
+
* @return {object}
|
|
166
|
+
*/
|
|
167
|
+
rootClasses() {
|
|
168
|
+
return {
|
|
169
|
+
'cn-timeline-stages': true,
|
|
170
|
+
'cn-timeline-stages--horizontal': this.orientation === 'horizontal',
|
|
171
|
+
'cn-timeline-stages--vertical': this.orientation === 'vertical',
|
|
172
|
+
'cn-timeline-stages--small': this.size === 'small',
|
|
173
|
+
'cn-timeline-stages--clickable': this.clickable,
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
/**
|
|
177
|
+
* Index of the current stage in the stages array, or -1 if not found.
|
|
178
|
+
* @return {number}
|
|
179
|
+
*/
|
|
180
|
+
currentStageIndex() {
|
|
181
|
+
if (this.currentStage == null) return -1
|
|
182
|
+
return this.stages.findIndex((s) => s.id === this.currentStage)
|
|
183
|
+
},
|
|
184
|
+
/**
|
|
185
|
+
* Pre-calculated states for all stages to avoid repeated stageState() calls in template.
|
|
186
|
+
* @return {Array<'completed'|'current'|'upcoming'>}
|
|
187
|
+
*/
|
|
188
|
+
stageStates() {
|
|
189
|
+
return this.stages.map((stage, index) => this.stageState(index))
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
|
|
193
|
+
mounted() {
|
|
194
|
+
this.scrollCurrentIntoView()
|
|
195
|
+
},
|
|
196
|
+
|
|
197
|
+
methods: {
|
|
198
|
+
/**
|
|
199
|
+
* Derive the visual state of a stage by its index.
|
|
200
|
+
* @param {number} index Stage index
|
|
201
|
+
* @return {'completed'|'current'|'upcoming'}
|
|
202
|
+
*/
|
|
203
|
+
stageState(index) {
|
|
204
|
+
if (this.currentStageIndex === -1) return 'upcoming'
|
|
205
|
+
if (index < this.currentStageIndex) return 'completed'
|
|
206
|
+
if (index === this.currentStageIndex) return 'current'
|
|
207
|
+
return 'upcoming'
|
|
208
|
+
},
|
|
209
|
+
/**
|
|
210
|
+
* CSS classes for a stage node.
|
|
211
|
+
* @param {number} index Stage index
|
|
212
|
+
* @return {object}
|
|
213
|
+
*/
|
|
214
|
+
stageClasses(index) {
|
|
215
|
+
const state = this.stageState(index)
|
|
216
|
+
return {
|
|
217
|
+
'cn-timeline-stages__stage': true,
|
|
218
|
+
[`cn-timeline-stages__stage--${state}`]: true,
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
/**
|
|
222
|
+
* Handle click on a stage node.
|
|
223
|
+
* @param {object} stage The stage object
|
|
224
|
+
* @param {number} index The stage index
|
|
225
|
+
*/
|
|
226
|
+
onStageClick(stage, index) {
|
|
227
|
+
if (!this.clickable) return
|
|
228
|
+
/**
|
|
229
|
+
* Emitted when a clickable stage is activated (click, Enter, or Space).
|
|
230
|
+
* @event stage-click
|
|
231
|
+
* @type {{ stage: object, index: number }}
|
|
232
|
+
*/
|
|
233
|
+
this.$emit('stage-click', { stage, index })
|
|
234
|
+
},
|
|
235
|
+
/**
|
|
236
|
+
* Keyboard handler for arrow keys, Enter, and Space.
|
|
237
|
+
* Implements roving tabindex pattern.
|
|
238
|
+
* @param {KeyboardEvent} event The keyboard event
|
|
239
|
+
* @param {object} stage The stage object
|
|
240
|
+
* @param {number} index The stage index
|
|
241
|
+
*/
|
|
242
|
+
onKeydown(event, stage, index) {
|
|
243
|
+
if (!this.clickable) return
|
|
244
|
+
|
|
245
|
+
const isHorizontal = this.orientation === 'horizontal'
|
|
246
|
+
const nextKeys = isHorizontal ? ['ArrowRight'] : ['ArrowDown']
|
|
247
|
+
const prevKeys = isHorizontal ? ['ArrowLeft'] : ['ArrowUp']
|
|
248
|
+
|
|
249
|
+
if (nextKeys.includes(event.key)) {
|
|
250
|
+
event.preventDefault()
|
|
251
|
+
this.moveFocus(index + 1)
|
|
252
|
+
} else if (prevKeys.includes(event.key)) {
|
|
253
|
+
event.preventDefault()
|
|
254
|
+
this.moveFocus(index - 1)
|
|
255
|
+
} else if (event.key === 'Enter' || event.key === ' ') {
|
|
256
|
+
event.preventDefault()
|
|
257
|
+
this.$emit('stage-click', { stage, index })
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
/**
|
|
261
|
+
* Move focus to a new stage index (roving tabindex).
|
|
262
|
+
* @param {number} newIndex Target index
|
|
263
|
+
*/
|
|
264
|
+
moveFocus(newIndex) {
|
|
265
|
+
if (newIndex < 0 || newIndex >= this.stages.length) return
|
|
266
|
+
this.focusedIndex = newIndex
|
|
267
|
+
this.$nextTick(() => {
|
|
268
|
+
const nodes = this.$refs.stageNodes
|
|
269
|
+
if (nodes && nodes[newIndex]) {
|
|
270
|
+
nodes[newIndex].focus()
|
|
271
|
+
}
|
|
272
|
+
})
|
|
273
|
+
},
|
|
274
|
+
/**
|
|
275
|
+
* Scroll the current stage into view on mount (horizontal overflow).
|
|
276
|
+
*/
|
|
277
|
+
scrollCurrentIntoView() {
|
|
278
|
+
if (this.orientation !== 'horizontal' || this.currentStageIndex === -1) return
|
|
279
|
+
this.$nextTick(() => {
|
|
280
|
+
const nodes = this.$refs.stageNodes
|
|
281
|
+
if (nodes && nodes[this.currentStageIndex]) {
|
|
282
|
+
nodes[this.currentStageIndex].scrollIntoView({
|
|
283
|
+
behavior: 'smooth',
|
|
284
|
+
block: 'nearest',
|
|
285
|
+
inline: 'center',
|
|
286
|
+
})
|
|
287
|
+
}
|
|
288
|
+
})
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
}
|
|
292
|
+
</script>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CnTimelineStages } from './CnTimelineStages.vue'
|