@dative-gpi/foundation-shared-loader 0.0.148 → 0.0.149
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.
- package/dist/mapping/foundation-core-components-imports-map.json +3 -0
- package/dist/mapping/foundation-shared-components-imports-map.json +8 -2
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +3 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +8 -2
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
"FSMetaFormContent": {
|
|
19
19
|
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaFormContent.vue"
|
|
20
20
|
},
|
|
21
|
+
"FSSelectSelectedEntities": {
|
|
22
|
+
"from": "@dative-gpi/foundation-core-components/components/selects/FSSelectSelectedEntities.vue"
|
|
23
|
+
},
|
|
21
24
|
"FSAutocompleteGroup": {
|
|
22
25
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
|
|
23
26
|
},
|
|
@@ -252,11 +252,17 @@
|
|
|
252
252
|
"FSBaseField": {
|
|
253
253
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSBaseField.vue"
|
|
254
254
|
},
|
|
255
|
+
"FSSelectDays": {
|
|
256
|
+
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectDays.vue"
|
|
257
|
+
},
|
|
258
|
+
"FSSelectDashboardVariableType": {
|
|
259
|
+
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectDashboardVariableType.vue"
|
|
260
|
+
},
|
|
255
261
|
"FSSelectDateSetting": {
|
|
256
262
|
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectDateSetting.vue"
|
|
257
263
|
},
|
|
258
|
-
"
|
|
259
|
-
"from": "@dative-gpi/foundation-shared-components/components/selects/
|
|
264
|
+
"FSSelectAutoRefresh": {
|
|
265
|
+
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectAutoRefresh.vue"
|
|
260
266
|
},
|
|
261
267
|
"FSAutocompleteLanguage": {
|
|
262
268
|
"from": "@dative-gpi/foundation-shared-components/components/autocompletes/FSAutocompleteLanguage.vue"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.149",
|
|
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": "
|
|
26
|
+
"gitHead": "530e113f98626a38763ac4afcc4d828d69bcfc2d"
|
|
27
27
|
}
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
"FSMetaFormContent": {
|
|
19
19
|
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaFormContent.vue"
|
|
20
20
|
},
|
|
21
|
+
"FSSelectSelectedEntities": {
|
|
22
|
+
"from": "@dative-gpi/foundation-core-components/components/selects/FSSelectSelectedEntities.vue"
|
|
23
|
+
},
|
|
21
24
|
"FSAutocompleteGroup": {
|
|
22
25
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
|
|
23
26
|
},
|
|
@@ -252,11 +252,17 @@
|
|
|
252
252
|
"FSBaseField": {
|
|
253
253
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSBaseField.vue"
|
|
254
254
|
},
|
|
255
|
+
"FSSelectDays": {
|
|
256
|
+
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectDays.vue"
|
|
257
|
+
},
|
|
258
|
+
"FSSelectDashboardVariableType": {
|
|
259
|
+
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectDashboardVariableType.vue"
|
|
260
|
+
},
|
|
255
261
|
"FSSelectDateSetting": {
|
|
256
262
|
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectDateSetting.vue"
|
|
257
263
|
},
|
|
258
|
-
"
|
|
259
|
-
"from": "@dative-gpi/foundation-shared-components/components/selects/
|
|
264
|
+
"FSSelectAutoRefresh": {
|
|
265
|
+
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectAutoRefresh.vue"
|
|
260
266
|
},
|
|
261
267
|
"FSAutocompleteLanguage": {
|
|
262
268
|
"from": "@dative-gpi/foundation-shared-components/components/autocompletes/FSAutocompleteLanguage.vue"
|