Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
f0808c19
Commit
f0808c19
authored
Jan 26, 2021
by
janis.streib
🦉
Browse files
UPD: major bumping
parent
478a3b77
Pipeline
#129701
passed with stages
in 5 minutes and 38 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
frontend/package-lock.json
View file @
f0808c19
This diff is collapsed.
Click to expand it.
frontend/package.json
View file @
f0808c19
...
...
@@ -13,26 +13,26 @@
"@fortawesome/free-brands-svg-icons"
:
"^5.15.1"
,
"@fortawesome/free-regular-svg-icons"
:
"^5.15.1"
,
"@fortawesome/free-solid-svg-icons"
:
"^5.15.1"
,
"@fortawesome/vue-fontawesome"
:
"^
0.1.10
"
,
"@fortawesome/vue-fontawesome"
:
"^
2.0.2
"
,
"@types/leaflet"
:
"^1.5.19"
,
"ajv"
:
"^6.12.6"
,
"axios"
:
"^0.21.1"
,
"bootstrap"
:
"^4.5.3"
,
"bootstrap-vue"
:
"^2.19.0"
,
"http-proxy-middleware"
:
"^
0.19.2
"
,
"http-proxy-middleware"
:
"^
1.0.6
"
,
"i"
:
"^0.3.6"
,
"ipaddr.js"
:
"^2.0.0"
,
"jquery"
:
"^3.5.1"
,
"leaflet"
:
"^1.7.1"
,
"node-sass"
:
"^
4.14.1
"
,
"node-sass"
:
"^
5.0.0
"
,
"npm"
:
"^7.0.11"
,
"popper.js"
:
"^1.16.1"
,
"swagger-ui"
:
"^3.40.0"
,
"uuid"
:
"^8.3.1"
,
"v-debounce"
:
"^0.1.2"
,
"vue"
:
"^2.6.12"
,
"vue-awesome"
:
"^
3.5.4
"
,
"vue-axios"
:
"^
2.1.5
"
,
"vue-awesome"
:
"^
4.1.0
"
,
"vue-axios"
:
"^
3.2.2
"
,
"vue-router"
:
"^3.4.9"
,
"vue-virtual-scroller"
:
"^1.0.10"
,
"vue2-leaflet"
:
"^2.6.0"
,
...
...
@@ -46,18 +46,18 @@
"@vue/cli-service"
:
"^4.5.9"
,
"@vue/eslint-config-standard"
:
"^5.1.2"
,
"babel-eslint"
:
"^10.1.0"
,
"css-loader"
:
"^
2.1
.1"
,
"css-loader"
:
"^
5.0
.1"
,
"eslint"
:
"^6.7.2"
,
"eslint-plugin-import"
:
"^2.22.1"
,
"eslint-plugin-node"
:
"^11.1.0"
,
"eslint-plugin-promise"
:
"^4.2.1"
,
"eslint-plugin-standard"
:
"^4.1.0"
,
"eslint-plugin-vue"
:
"^
6.2.2
"
,
"eslint-plugin-vue"
:
"^
7.5.0
"
,
"sass-loader"
:
"^10.1.0"
,
"style-loader"
:
"^
0.23.1
"
,
"style-loader"
:
"^
2.0.0
"
,
"vue-loader"
:
"^15.9.5"
,
"vue-template-compiler"
:
"^2.6.12"
,
"webpack-cli"
:
"^
3.3.12
"
"webpack-cli"
:
"^
4.4.0
"
},
"eslintConfig"
:
{
"root"
:
true
,
...
...
frontend/src/components/CopyField.vue
View file @
f0808c19
<
template
>
<b-input-group
class=
"copy-field"
>
<b-form-textarea
v-if=
"multiline"
rows=
"10"
:id=
"'text-input' + id"
ref=
"textInput"
v-model
=
"text"
<b-form-textarea
v-if=
"multiline"
rows=
"10"
:id=
"'text-input' + id"
ref=
"textInput"
:value
=
"text"
readonly
:class=
"`border-$
{variant} text-${variant} invisible-scrollbar ${code?'text-monospace':''}`"/>
<b-form-input
v-else
:id=
"'text-input' + id"
ref=
"textInput"
v-model
=
"text"
<b-form-input
v-else
:id=
"'text-input' + id"
ref=
"textInput"
:value
=
"text"
readonly
:class=
"`border-$
{variant} text-${variant} invisible-scrollbar ${code?'text-monospace':''}`"/>
<b-tooltip
:target=
"'text-input' + id"
:show.sync=
"text_copied"
:disabled=
"!text_copied"
placement=
"bottom"
:variant=
"variant"
:class=
"`border-$
{variant} text-${variant}`">
...
...
frontend/src/components/DataEditField.vue
View file @
f0808c19
...
...
@@ -29,7 +29,7 @@
<b-checkbox
:checked=
"attribute_preset || false"
:name=
"attribute_name"
:disabled=
"input_reducer instanceof Boolean && !input_reducer"
></b-checkbox>
</b-input-group>
<b-form-select
:name=
"attribute_name"
v-else-if=
"input_reducer instanceof Object"
v-model
=
"attribute_preset"
>
<b-form-select
:name=
"attribute_name"
v-else-if=
"input_reducer instanceof Object"
:value
=
"attribute_preset"
>
<
template
v-slot:first
>
<b-form-select-option
:value=
"null"
disabled
>
-- Auswahl treffen --
</b-form-select-option>
</
template
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment