Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • Hotfix/1129-fixValidation
  • Hotfix/1140-fixFixedValues
  • Hotfix/1142-fixFixedValues
  • Hotfix/1216-fixDateDesign
  • Hotfix/1911-fixFormatting
  • Issue/1607-dateTimeOffset
  • Issue/1743-changedLink
  • Issue/1938-internalHandling
  • Issue/43-saveButton
  • Product/1076-formGeneratorDemo
  • Product/1107-frontendPerformance
  • Product/1128-outputDisplay
  • Product/1210-inheritance
  • Product/1215-gitlabCleanUp
  • Product/1532-formGeneratorFeatures
  • Product/1576-formGeneratorMultiselect
  • Product/943-NewLogo
  • Sprint/2020-19
  • Sprint/2020-20
  • Sprint/2020-21
  • Sprint/2020-22
  • Sprint/2021-12
  • Sprint/2021-14
  • Sprint/2021-2022
  • Sprint/2021-22
  • Sprint/2022-01
  • TestDependencyBranch
  • Topic/1083-formGeneratorDemo
  • Topic/1087-NewLogo
  • Topic/1164-outputDisplay
  • Topic/1227-frontendPerformance
  • Topic/1229-inheritance
  • Topic/1533-formGeneratorCleanup
  • Topic/1535-formGeneratorMultiselect
  • aczepiel-devops
  • dev
  • gitkeep
  • master
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.6.1
  • v1.6.2
  • v1.6.3
  • v1.6.4
57 results

Target

Select target project
  • coscine/frontend/apps/formgeneratordemo
1 result
Select Git revision
  • Hotfix/1129-fixValidation
  • Hotfix/1140-fixFixedValues
  • Hotfix/1142-fixFixedValues
  • Hotfix/1216-fixDateDesign
  • Hotfix/1911-fixFormatting
  • Issue/1607-dateTimeOffset
  • Issue/1743-changedLink
  • Issue/1938-internalHandling
  • Issue/43-saveButton
  • Product/1076-formGeneratorDemo
  • Product/1107-frontendPerformance
  • Product/1128-outputDisplay
  • Product/1210-inheritance
  • Product/1215-gitlabCleanUp
  • Product/1532-formGeneratorFeatures
  • Product/1576-formGeneratorMultiselect
  • Product/943-NewLogo
  • Sprint/2020-19
  • Sprint/2020-20
  • Sprint/2020-21
  • Sprint/2020-22
  • Sprint/2021-12
  • Sprint/2021-14
  • Sprint/2021-2022
  • Sprint/2021-22
  • Sprint/2022-01
  • TestDependencyBranch
  • Topic/1083-formGeneratorDemo
  • Topic/1087-NewLogo
  • Topic/1164-outputDisplay
  • Topic/1227-frontendPerformance
  • Topic/1229-inheritance
  • Topic/1533-formGeneratorCleanup
  • Topic/1535-formGeneratorMultiselect
  • aczepiel-devops
  • dev
  • gitkeep
  • master
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.6.1
  • v1.6.2
  • v1.6.3
  • v1.6.4
57 results
Show changes
Commits on Source (3)
{
"name": "@coscine/formgeneratordemo",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"directories": {
"doc": "docs"
......@@ -11,9 +11,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@coscine/app-util": "^1.8.1",
"@coscine/component-library": "^1.5.0",
"@coscine/form-generator": "^1.12.0",
"@coscine/app-util": "^1.9.0",
"@coscine/component-library": "^1.8.1",
"@coscine/form-generator": "^1.13.0",
"@itcenter-layout/bootstrap": "^1.5.5",
"@itcenter-layout/masterpage": "^1.3.0",
"@types/jquery": "^3.5.2",
......
......@@ -6,6 +6,22 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>Favicon.png">
<title>Form-Generator Demo</title>
<script>
window.coscine = {
i18n: {
'form-generator': {
en: {
selectPlaceholder: 'Select...',
invisibilityInfo: 'Fields can be hidden to remove non-applicable fields from the metadata view. Mandatory fields can only be hidden if they have a default value that is marked as unchangeable.',
},
de: {
selectPlaceholder: 'Auswählen...',
invisibilityInfo: 'Felder können ausgeblendet werden, um nicht zutreffende Felder aus der Metadatenansicht zu entfernen. Pflichtfelder können nur dann ausgeblendet werden, wenn sie einen Standardwert haben, der als nicht änderbar gekennzeichnet ist.',
},
},
},
};
</script>
</head>
<body class="fullwidth">
<noscript>
......
......@@ -15,6 +15,7 @@
<b-form-textarea
id="applicationProfile"
ref="applicationProfile"
rows="25"
v-model="form.applicationProfile"
:placeholder="$t('applicationProfileLabel')"
/>
......
......@@ -20,21 +20,6 @@ if (localeValue.indexOf('de') !== -1) {
localeValue = 'en';
}
window.coscine = {
i18n: {
'form-generator': {
en: {
multiselectPlaceholder: 'Select...',
invisibilityInfo: 'Fields can be hidden to remove non-applicable fields from the metadata view. Mandatory fields can only be hidden if they have a default value that is marked as unchangeable.',
},
de: {
multiselectPlaceholder: 'Auswählen...',
invisibilityInfo: 'Felder können ausgeblendet werden, um nicht zutreffende Felder aus der Metadatenansicht zu entfernen. Pflichtfelder können nur dann ausgeblendet werden, wenn sie einen Standardwert haben, der als nicht änderbar gekennzeichnet ist.',
},
},
},
};
jQuery(() => {
const i18n = new VueI18n({
locale: localeValue,
......
This diff is collapsed.