@dative-gpi/foundation-shared-loader 0.0.84 → 0.0.86

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.
@@ -6,9 +6,30 @@
6
6
  "FSAutocompleteLocation": {
7
7
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteLocation.vue"
8
8
  },
9
+ "FSAutocompleteUserOrganisation": {
10
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteUserOrganisation.vue"
11
+ },
12
+ "FSAutocompleteGroup": {
13
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
14
+ },
9
15
  "FSAutocompleteRole": {
10
16
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
11
17
  },
18
+ "FSAutocompleteDataCategory": {
19
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataCategory.vue"
20
+ },
21
+ "FSAutocompleteManufacturer": {
22
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteManufacturer.vue"
23
+ },
24
+ "FSAutocompleteOrganisationType": {
25
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteOrganisationType.vue"
26
+ },
27
+ "FSAutocompleteDataDefinition": {
28
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataDefinition.vue"
29
+ },
30
+ "FSAutocompleteModel": {
31
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteModel.vue"
32
+ },
12
33
  "FSUserOrganisationTile": {
13
34
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
14
35
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.84",
3
+ "version": "0.0.86",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,5 +23,5 @@
23
23
  "vite": "^4.5.0",
24
24
  "vue": "^3.4.23"
25
25
  },
26
- "gitHead": "3e92b90afe656cd7aaa98a0a73c014de059a4296"
26
+ "gitHead": "ff4a752918cbf77980545c0056db4235bcb23a11"
27
27
  }
@@ -6,9 +6,30 @@
6
6
  "FSAutocompleteLocation": {
7
7
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteLocation.vue"
8
8
  },
9
+ "FSAutocompleteUserOrganisation": {
10
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteUserOrganisation.vue"
11
+ },
12
+ "FSAutocompleteGroup": {
13
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
14
+ },
9
15
  "FSAutocompleteRole": {
10
16
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
11
17
  },
18
+ "FSAutocompleteDataCategory": {
19
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataCategory.vue"
20
+ },
21
+ "FSAutocompleteManufacturer": {
22
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteManufacturer.vue"
23
+ },
24
+ "FSAutocompleteOrganisationType": {
25
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteOrganisationType.vue"
26
+ },
27
+ "FSAutocompleteDataDefinition": {
28
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataDefinition.vue"
29
+ },
30
+ "FSAutocompleteModel": {
31
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteModel.vue"
32
+ },
12
33
  "FSUserOrganisationTile": {
13
34
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
14
35
  },