update packages, prepare for version 4.0.0

This commit is contained in:
jb-alvarado 2022-01-30 10:14:27 +01:00
parent 5f307e0662
commit 291885fbf4
3 changed files with 2149 additions and 3205 deletions

5333
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ffplayout",
"version": "3.1.0",
"version": "4.0.0",
"description": "web GUI for ffplayout engine",
"author": "Jonathan Baecker",
"private": true,
@ -13,24 +13,24 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.0",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"cookie-universal-nuxt": "^2.1.5",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"nuxt": "^2.15.7",
"splitpanes": "^2.3.6",
"video.js": "^7.12.3",
"nuxt": "^2.15.8",
"splitpanes": "^2.3.8",
"video.js": "^7.17.0",
"vue-loading-overlay": "^3.4.2",
"vue2-perfect-scrollbar": "^1.5.0",
"vue2-perfect-scrollbar": "^1.5.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.0",
"@nuxtjs/style-resources": "^1.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint-plugin-nuxt": ">=2.0.0",

View File

@ -137,6 +137,13 @@
type="password"
:value="prop"
/>
<b-form-textarea
v-else-if="name === 'preview_param' || name === 'stream_param'"
:id="name"
v-model="configPlayout[key][name]"
rows="2"
:value="prop"
/>
<b-form-input v-else :id="name" v-model="configPlayout[key][name]" :value="prop" />
</b-form-group>
</b-form-group>