@dative-gpi/foundation-shared-components 1.0.143 → 1.0.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,6 +64,7 @@ import FSRouterLink from '@dative-gpi/foundation-shared-components/components/FS
64
64
  export default defineComponent({
65
65
  name: "FSChip",
66
66
  components: {
67
+ FSRouterLink,
67
68
  FSIcon,
68
69
  FSSpan,
69
70
  FSRow
@@ -208,7 +208,7 @@ export default defineComponent({
208
208
  const items = [
209
209
  {
210
210
  id: EntityType.Model,
211
- label: $tr("ui.common.models", "Models")
211
+ label: $tr("ui.common.models", "Model(s)")
212
212
  },
213
213
  {
214
214
  id: EntityType.Group,
@@ -17,7 +17,7 @@
17
17
  gap="24px"
18
18
  >
19
19
  <FSTranslateField
20
- :label="$tr('ui.common.label', 'Label')"
20
+ :label="$tr('entity.common.label', 'Label')"
21
21
  :disabled="$props.disabled"
22
22
  :modelValue="$props.labelDefault"
23
23
  :translations="$props.translations"
@@ -44,7 +44,7 @@
44
44
  >
45
45
  <FSTextField
46
46
  :label="$tr('ui.common.default-value', 'Default value')"
47
- :disabled="$props.disabled"
47
+ :disabled="true"
48
48
  :modelValue="$props.modelValue"
49
49
  />
50
50
  <FSCol
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.143",
4
+ "version": "1.0.145",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "1.0.143",
14
- "@dative-gpi/foundation-shared-services": "1.0.143"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.145",
14
+ "@dative-gpi/foundation-shared-services": "1.0.145"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -35,5 +35,5 @@
35
35
  "sass": "1.71.1",
36
36
  "sass-loader": "13.3.2"
37
37
  },
38
- "gitHead": "7ceaba6f1491f3868eca54ed967dd666f58cba77"
38
+ "gitHead": "6c88c1ce189ab312cb04f5956ca391e94b1a0dbe"
39
39
  }