@coscine/project-creation
Advanced tools
Comparing version 1.9.1 to 1.10.0
/*! | ||
* @coscine/project-creation v1.9.0 | ||
* @coscine/project-creation v1.9.1 | ||
* (c) | ||
@@ -496,2 +496,3 @@ * Released under the MIT License. | ||
isOwner: false, | ||
isRWTHMember: false, | ||
isWaitingForResponse: false, | ||
@@ -864,2 +865,5 @@ color: '#00549f', | ||
OrganizationApi.isRWTHMember(function (response) { | ||
_this7.isRWTHMember = response.data.isRWTHMember; | ||
}); | ||
VisibilityApi.getVisibilities(function (response) { | ||
@@ -986,3 +990,14 @@ var _iterator7 = _createForOfIteratorHelper(response.data), | ||
} | ||
}, [_c('b-form-group', { | ||
}, [_c('b-row', { | ||
directives: [{ | ||
name: "show", | ||
rawName: "v-show", | ||
value: _vm.isNewProject && _vm.isRWTHMember, | ||
expression: "isNewProject && isRWTHMember" | ||
}] | ||
}, [_c('div', { | ||
staticClass: "col-sm-3" | ||
}), _vm._v(" "), _c('div', { | ||
staticClass: "col-sm-9" | ||
}, [_vm._v(_vm._s(_vm.$t('affliliationNotification')))])]), _vm._v(" "), _c('b-form-group', { | ||
staticClass: "mandatory", | ||
@@ -1478,3 +1493,3 @@ attrs: { | ||
if (!inject) return; | ||
inject("data-v-26fe457c_0", { | ||
inject("data-v-0fc98ee6_0", { | ||
source: "#CreateProject .vdp-datepicker .form-control{background-color:#fff}#CreateProject .multiselect{min-height:calc(1.4em + .75rem + 2px)}#CreateProject .multiselect__input{border:0;min-height:calc(1.4em + .75rem + 2px)}#CreateProject .multiselect__tags{border-radius:0}#CreateProject .btn-float-right{float:right}#CreateProject .vdp-datepicker__calendar-button{height:calc(1.4em + .75rem + 2px)}#CreateProject .form-group.mandatory .col-form-label:after{content:' *';color:#a70619}#CreateProject .col-form-label{font-weight:700}.multiselect__tag{background-color:#00549f!important}.multiselect__option--highlight{background-color:#00549f!important;background:#00549f!important}.multiselect__option--selected.multiselect__option--highlight{background-color:#a70619!important}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background-color:#a70619!important}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.76563rem;line-height:1.4;color:#fff;background-color:rgba(204,7,30,.9);border-radius:0}#project_archive_button,#project_clear_button{display:none}.h-divider{margin-top:5px;margin-bottom:10px;height:1px;width:100%;border-top:1px solid #bebbbb}.form-group .custom-control-label{vertical-align:super}", | ||
@@ -1481,0 +1496,0 @@ map: undefined, |
/*! | ||
* @coscine/project-creation v1.9.0 | ||
* @coscine/project-creation v1.9.1 | ||
* (c) | ||
@@ -509,2 +509,3 @@ * Released under the MIT License. | ||
isOwner: false, | ||
isRWTHMember: false, | ||
isWaitingForResponse: false, | ||
@@ -877,2 +878,5 @@ color: '#00549f', | ||
apiConnection.OrganizationApi.isRWTHMember(function (response) { | ||
_this7.isRWTHMember = response.data.isRWTHMember; | ||
}); | ||
apiConnection.VisibilityApi.getVisibilities(function (response) { | ||
@@ -999,3 +1003,14 @@ var _iterator7 = _createForOfIteratorHelper(response.data), | ||
} | ||
}, [_c('b-form-group', { | ||
}, [_c('b-row', { | ||
directives: [{ | ||
name: "show", | ||
rawName: "v-show", | ||
value: _vm.isNewProject && _vm.isRWTHMember, | ||
expression: "isNewProject && isRWTHMember" | ||
}] | ||
}, [_c('div', { | ||
staticClass: "col-sm-3" | ||
}), _vm._v(" "), _c('div', { | ||
staticClass: "col-sm-9" | ||
}, [_vm._v(_vm._s(_vm.$t('affliliationNotification')))])]), _vm._v(" "), _c('b-form-group', { | ||
staticClass: "mandatory", | ||
@@ -1491,3 +1506,3 @@ attrs: { | ||
if (!inject) return; | ||
inject("data-v-26fe457c_0", { | ||
inject("data-v-0fc98ee6_0", { | ||
source: "#CreateProject .vdp-datepicker .form-control{background-color:#fff}#CreateProject .multiselect{min-height:calc(1.4em + .75rem + 2px)}#CreateProject .multiselect__input{border:0;min-height:calc(1.4em + .75rem + 2px)}#CreateProject .multiselect__tags{border-radius:0}#CreateProject .btn-float-right{float:right}#CreateProject .vdp-datepicker__calendar-button{height:calc(1.4em + .75rem + 2px)}#CreateProject .form-group.mandatory .col-form-label:after{content:' *';color:#a70619}#CreateProject .col-form-label{font-weight:700}.multiselect__tag{background-color:#00549f!important}.multiselect__option--highlight{background-color:#00549f!important;background:#00549f!important}.multiselect__option--selected.multiselect__option--highlight{background-color:#a70619!important}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background-color:#a70619!important}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.76563rem;line-height:1.4;color:#fff;background-color:rgba(204,7,30,.9);border-radius:0}#project_archive_button,#project_clear_button{display:none}.h-divider{margin-top:5px;margin-bottom:10px;height:1px;width:100%;border-top:1px solid #bebbbb}.form-group .custom-control-label{vertical-align:super}", | ||
@@ -1494,0 +1509,0 @@ map: undefined, |
{ | ||
"name": "@coscine/project-creation", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"main": "./dist/index.js", | ||
@@ -25,14 +25,14 @@ "module": "dist/index.esm.js", | ||
"dependencies": { | ||
"@coscine/api-connection": "^1.19.0", | ||
"@coscine/app-util": "^1.5.0", | ||
"@types/jquery": "^3.5.1", | ||
"@coscine/api-connection": "^1.21.0", | ||
"@coscine/app-util": "^1.5.2", | ||
"@types/jquery": "^3.5.2", | ||
"@types/vuelidate": "^0.7.13", | ||
"@voerro/vue-tagsinput": "^2.2.0", | ||
"bootstrap-vue": "^2.16.0", | ||
"@voerro/vue-tagsinput": "^2.4.0", | ||
"bootstrap-vue": "^2.17.3", | ||
"jquery": "^3.5.1", | ||
"vue": "^2.6.11", | ||
"vue-i18n": "^8.21.0", | ||
"vue": "^2.6.12", | ||
"vue-i18n": "^8.22.0", | ||
"vue-multiselect": "^2.1.6", | ||
"vuejs-datepicker": "^1.6.2", | ||
"vue-loading-overlay": "^3.3.3", | ||
"vue-loading-overlay": "^3.4.2", | ||
"vue-runtime-helpers": "^1.1.2", | ||
@@ -45,20 +45,20 @@ "vuelidate": "^0.7.5" | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/gitlab": "^6.0.4", | ||
"@semantic-release/npm": "^7.0.5", | ||
"@semantic-release/gitlab": "^6.0.5", | ||
"@semantic-release/npm": "^7.0.6", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"@types/chai": "^4.2.12", | ||
"@types/mocha": "^8.0.2", | ||
"@vue/cli-plugin-babel": "^4.5.3", | ||
"@vue/cli-plugin-typescript": "^4.5.3", | ||
"@vue/cli-plugin-unit-mocha": "^4.5.3", | ||
"@vue/cli-service": "^4.5.3", | ||
"@vue/test-utils": "1.0.3", | ||
"@types/chai": "^4.2.13", | ||
"@types/mocha": "^8.0.3", | ||
"@vue/cli-plugin-babel": "^4.5.7", | ||
"@vue/cli-plugin-typescript": "^4.5.7", | ||
"@vue/cli-plugin-unit-mocha": "^4.5.7", | ||
"@vue/cli-service": "^4.5.7", | ||
"@vue/test-utils": "1.1.0", | ||
"bili": "^5.0.5", | ||
"chai": "^4.2.0", | ||
"rollup": "^2.25.0", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"rollup": "^2.29.0", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"rollup-plugin-vue": "^5.1.9", | ||
"semantic-release": "^17.1.1", | ||
"typescript": "^3.9.7", | ||
"vue-template-compiler": "^2.6.11" | ||
"semantic-release": "^17.1.2", | ||
"typescript": "^4.0.3", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
@@ -65,0 +65,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
114138
2826
Updated@coscine/app-util@^1.5.2
Updated@types/jquery@^3.5.2
Updated@voerro/vue-tagsinput@^2.4.0
Updatedbootstrap-vue@^2.17.3
Updatedvue@^2.6.12
Updatedvue-i18n@^8.22.0
Updatedvue-loading-overlay@^3.4.2