@coscine/project-creation
Advanced tools
Comparing version 1.0.0 to 1.0.1
/*! | ||
* @coscine/project-creation v0.0.1 | ||
* @coscine/project-creation v1.0.0 | ||
* (c) | ||
@@ -104,2 +104,3 @@ * Released under the ISC License. | ||
projectKeywordsHelp: 'Dieses Feld ist erforderlich und besitzt eine Maximallänge von 1000 Zeichen!', | ||
addTag: 'Tag hinzufügen', | ||
save: 'Speichern' | ||
@@ -121,2 +122,3 @@ }; | ||
projectKeywordsHelp: 'This is a required field and can only be up to 1000 characters!', | ||
addTag: 'Add a Tag', | ||
save: 'Save' | ||
@@ -177,2 +179,5 @@ }; | ||
}, | ||
beforeMount: function beforeMount() { | ||
i18n.locale = this.$props.languageLocale; | ||
}, | ||
data: function data() { | ||
@@ -190,3 +195,3 @@ return { | ||
EndDate: '', | ||
Keywords: '', | ||
Keywords: [], | ||
ParentId: String | ||
@@ -197,3 +202,4 @@ } | ||
props: { | ||
parentId: String | ||
parentId: String, | ||
languageLocale: String | ||
}, | ||
@@ -373,3 +379,4 @@ methods: { | ||
"input-class": "form-control", | ||
"typeahead": true | ||
"typeahead": true, | ||
"placeholder": _vm.$t('addTag') | ||
}, | ||
@@ -417,3 +424,3 @@ model: { | ||
var __vue_scope_id__ = "data-v-41ff0fe1"; | ||
var __vue_scope_id__ = "data-v-abbf2878"; | ||
/* module identifier */ | ||
@@ -420,0 +427,0 @@ |
/*! | ||
* @coscine/project-creation v0.0.1 | ||
* @coscine/project-creation v1.0.0 | ||
* (c) | ||
@@ -108,2 +108,3 @@ * Released under the ISC License. | ||
projectKeywordsHelp: 'Dieses Feld ist erforderlich und besitzt eine Maximallänge von 1000 Zeichen!', | ||
addTag: 'Tag hinzufügen', | ||
save: 'Speichern' | ||
@@ -125,2 +126,3 @@ }; | ||
projectKeywordsHelp: 'This is a required field and can only be up to 1000 characters!', | ||
addTag: 'Add a Tag', | ||
save: 'Save' | ||
@@ -181,2 +183,5 @@ }; | ||
}, | ||
beforeMount: function beforeMount() { | ||
i18n.locale = this.$props.languageLocale; | ||
}, | ||
data: function data() { | ||
@@ -194,3 +199,3 @@ return { | ||
EndDate: '', | ||
Keywords: '', | ||
Keywords: [], | ||
ParentId: String | ||
@@ -201,3 +206,4 @@ } | ||
props: { | ||
parentId: String | ||
parentId: String, | ||
languageLocale: String | ||
}, | ||
@@ -377,3 +383,4 @@ methods: { | ||
"input-class": "form-control", | ||
"typeahead": true | ||
"typeahead": true, | ||
"placeholder": _vm.$t('addTag') | ||
}, | ||
@@ -421,3 +428,3 @@ model: { | ||
var __vue_scope_id__ = "data-v-41ff0fe1"; | ||
var __vue_scope_id__ = "data-v-abbf2878"; | ||
/* module identifier */ | ||
@@ -424,0 +431,0 @@ |
{ | ||
"name": "@coscine/project-creation", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
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
33883
820