Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Merge requests
!417
Fix: Version of Form-Generator
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: Version of Form-Generator
Issue/2920-fixRemovingValues
into
dev
Overview
1
Commits
4
Pipelines
10
Changes
3
Merged
Sirieam Marie Hunke
requested to merge
Issue/2920-fixRemovingValues
into
dev
9 months ago
Overview
1
Commits
4
Pipelines
10
Changes
3
Expand
coscine/issues#2920
0
0
Merge request reports
Compare
dev
version 10
c91a1428
9 months ago
version 9
461421df
9 months ago
version 8
b866cb57
9 months ago
version 7
eb61798f
9 months ago
version 6
b866cb57
9 months ago
version 5
50b27b14
9 months ago
version 4
5453f755
9 months ago
version 3
b866cb57
9 months ago
version 2
b866cb57
9 months ago
version 1
b866cb57
9 months ago
dev (base)
and
latest version
latest version
56632e9f
4 commits,
9 months ago
version 10
c91a1428
3 commits,
9 months ago
version 9
461421df
2 commits,
9 months ago
version 8
b866cb57
1 commit,
9 months ago
version 7
eb61798f
14 commits,
9 months ago
version 6
b866cb57
1 commit,
9 months ago
version 5
50b27b14
17 commits,
9 months ago
version 4
5453f755
15 commits,
9 months ago
version 3
b866cb57
1 commit,
9 months ago
version 2
b866cb57
1 commit,
9 months ago
version 1
b866cb57
1 commit,
9 months ago
3 files
+
6
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/components.d.ts
+
0
−
2
Options
@@ -108,12 +108,10 @@ declare module 'vue' {
IBiSortUp
:
typeof
import
(
'
~icons/bi/sort-up
'
)[
'
default
'
]
IBiSunFill
:
typeof
import
(
'
~icons/bi/sun-fill
'
)[
'
default
'
]
IBiThreeDotsVertical
:
typeof
import
(
'
~icons/bi/three-dots-vertical
'
)[
'
default
'
]
Internal
:
typeof
import
(
'
./components/banner/Internal.vue
'
)[
'
default
'
]
LoadingIndicator
:
typeof
import
(
'
./components/elements/LoadingIndicator.vue
'
)[
'
default
'
]
LoadingSpinner
:
typeof
import
(
'
./components/coscine/LoadingSpinner.vue
'
)[
'
default
'
]
Maintenance
:
typeof
import
(
'
./components/banner/Maintenance.vue
'
)[
'
default
'
]
Navbar
:
typeof
import
(
'
./components/elements/Navbar.vue
'
)[
'
default
'
]
Noc
:
typeof
import
(
'
./components/banner/Noc.vue
'
)[
'
default
'
]
NotificationToast
:
typeof
import
(
'
./components/toasts/NotificationToast.vue
'
)[
'
default
'
]
RouterLink
:
typeof
import
(
'
vue-router
'
)[
'
RouterLink
'
]
RouterView
:
typeof
import
(
'
vue-router
'
)[
'
RouterView
'
]
Loading