@conduction/nextcloud-vue 0.1.0-beta.4 → 0.1.0-beta.6

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 (71) hide show
  1. package/dist/nextcloud-vue.cjs +67614 -0
  2. package/dist/nextcloud-vue.cjs.js +9559 -8983
  3. package/dist/nextcloud-vue.cjs.js.map +1 -1
  4. package/dist/nextcloud-vue.cjs.map +1 -0
  5. package/dist/nextcloud-vue.css +1231 -1231
  6. package/dist/nextcloud-vue.esm.js +9559 -8983
  7. package/dist/nextcloud-vue.esm.js.map +1 -1
  8. package/package.json +14 -5
  9. package/src/components/CnActionsBar/CnActionsBar.vue +235 -235
  10. package/src/components/CnAdvancedFormDialog/CnAdvancedFormDialog.vue +579 -579
  11. package/src/components/CnAdvancedFormDialog/CnDataTab.vue +217 -217
  12. package/src/components/CnAdvancedFormDialog/CnMetadataTab.vue +121 -121
  13. package/src/components/CnAdvancedFormDialog/CnPropertiesTab.vue +418 -418
  14. package/src/components/CnAdvancedFormDialog/CnPropertyValueCell.vue +247 -247
  15. package/src/components/CnCardGrid/CnCardGrid.vue +152 -152
  16. package/src/components/CnCellRenderer/CnCellRenderer.vue +132 -132
  17. package/src/components/CnChartWidget/CnChartWidget.vue +320 -320
  18. package/src/components/CnConfigurationCard/CnConfigurationCard.vue +77 -77
  19. package/src/components/CnCopyDialog/CnCopyDialog.vue +250 -250
  20. package/src/components/CnDashboardGrid/CnDashboardGrid.vue +225 -225
  21. package/src/components/CnDashboardPage/CnDashboardPage.vue +390 -390
  22. package/src/components/CnDataTable/CnDataTable.vue +349 -349
  23. package/src/components/CnDeleteDialog/CnDeleteDialog.vue +170 -170
  24. package/src/components/CnDetailCard/CnDetailCard.vue +214 -214
  25. package/src/components/CnDetailPage/CnDetailPage.vue +285 -281
  26. package/src/components/CnFacetSidebar/CnFacetSidebar.vue +231 -231
  27. package/src/components/CnFilterBar/CnFilterBar.vue +152 -152
  28. package/src/components/CnFormDialog/CnFormDialog.vue +302 -11
  29. package/src/components/CnIcon/CnIcon.vue +89 -89
  30. package/src/components/CnIndexPage/CnIndexPage.vue +884 -874
  31. package/src/components/CnIndexSidebar/CnIndexSidebar.vue +503 -503
  32. package/src/components/CnItemCard/CnItemCard.vue +132 -132
  33. package/src/components/CnKpiGrid/CnKpiGrid.vue +89 -89
  34. package/src/components/CnMassActionBar/CnMassActionBar.vue +160 -160
  35. package/src/components/CnMassCopyDialog/CnMassCopyDialog.vue +320 -320
  36. package/src/components/CnMassDeleteDialog/CnMassDeleteDialog.vue +238 -238
  37. package/src/components/CnMassExportDialog/CnMassExportDialog.vue +190 -190
  38. package/src/components/CnMassImportDialog/CnMassImportDialog.vue +491 -491
  39. package/src/components/CnNoteCard/CnNoteCard.vue +149 -149
  40. package/src/components/CnNotesCard/CnNotesCard.vue +413 -413
  41. package/src/components/CnObjectCard/CnObjectCard.vue +292 -292
  42. package/src/components/CnObjectCard/eslint-setup.md +235 -0
  43. package/src/components/CnObjectCard/package.json-or.json +132 -0
  44. package/src/components/CnObjectSidebar/CnObjectSidebar.vue +876 -876
  45. package/src/components/CnPageHeader/CnPageHeader.vue +57 -57
  46. package/src/components/CnPagination/CnPagination.vue +252 -252
  47. package/src/components/CnRegisterMapping/CnRegisterMapping.vue +792 -792
  48. package/src/components/CnRowActions/CnRowActions.vue +95 -73
  49. package/src/components/CnSchemaFormDialog/CnSchemaConfigurationTab.vue +226 -226
  50. package/src/components/CnSchemaFormDialog/CnSchemaFormDialog.vue +787 -787
  51. package/src/components/CnSchemaFormDialog/CnSchemaPropertiesTab.vue +305 -305
  52. package/src/components/CnSchemaFormDialog/CnSchemaPropertyActions.vue +1398 -1398
  53. package/src/components/CnSchemaFormDialog/CnSchemaSecurityTab.vue +236 -236
  54. package/src/components/CnSettingsCard/CnSettingsCard.vue +92 -92
  55. package/src/components/CnSettingsSection/CnSettingsSection.vue +266 -266
  56. package/src/components/CnStatsBlock/CnStatsBlock.vue +420 -420
  57. package/src/components/CnStatusBadge/CnStatusBadge.vue +77 -77
  58. package/src/components/CnTabbedFormDialog/CnTabbedFormDialog.vue +540 -540
  59. package/src/components/CnTasksCard/CnTasksCard.vue +373 -373
  60. package/src/components/CnTileWidget/CnTileWidget.vue +159 -159
  61. package/src/components/CnTimelineStages/CnTimelineStages.vue +292 -292
  62. package/src/components/CnUserActionMenu/CnUserActionMenu.vue +435 -435
  63. package/src/components/CnVersionInfoCard/CnVersionInfoCard.vue +312 -312
  64. package/src/components/CnWidgetRenderer/CnWidgetRenderer.vue +180 -180
  65. package/src/components/CnWidgetWrapper/CnWidgetWrapper.vue +211 -211
  66. package/src/index.js +1 -1
  67. package/src/types/notification.d.ts +13 -13
  68. package/src/types/organisation.d.ts +15 -15
  69. package/src/types/schema.d.ts +13 -13
  70. package/src/types/task.d.ts +6 -6
  71. package/src/utils/headers.js +5 -3
@@ -1,292 +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>
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>