@dative-gpi/foundation-shared-loader 0.0.177 → 0.0.179
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.
|
@@ -279,6 +279,9 @@
|
|
|
279
279
|
"FSAutocompleteTimeZone": {
|
|
280
280
|
"from": "@dative-gpi/foundation-shared-components/components/autocompletes/FSAutocompleteTimeZone.vue"
|
|
281
281
|
},
|
|
282
|
+
"FSAutoCompleteAddress": {
|
|
283
|
+
"from": "@dative-gpi/foundation-shared-components/components/autocompletes/FSAutoCompleteAddress.vue"
|
|
284
|
+
},
|
|
282
285
|
"FSStatusesRow": {
|
|
283
286
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesRow.vue"
|
|
284
287
|
},
|
|
@@ -503,6 +506,9 @@
|
|
|
503
506
|
},
|
|
504
507
|
"FSButtonPrevious": {
|
|
505
508
|
"from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonPrevious.vue"
|
|
509
|
+
},
|
|
510
|
+
"FSToggleSetPosition": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/toggleSets/FSToggleSetPosition.vue"
|
|
506
512
|
}
|
|
507
513
|
},
|
|
508
514
|
"directives": []
|
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.179",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vite": "5.1.4",
|
|
24
24
|
"vue": "3.4.29"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "308d313331910c08fd0025449b1800be7115c657"
|
|
27
27
|
}
|
|
@@ -279,6 +279,9 @@
|
|
|
279
279
|
"FSAutocompleteTimeZone": {
|
|
280
280
|
"from": "@dative-gpi/foundation-shared-components/components/autocompletes/FSAutocompleteTimeZone.vue"
|
|
281
281
|
},
|
|
282
|
+
"FSAutoCompleteAddress": {
|
|
283
|
+
"from": "@dative-gpi/foundation-shared-components/components/autocompletes/FSAutoCompleteAddress.vue"
|
|
284
|
+
},
|
|
282
285
|
"FSStatusesRow": {
|
|
283
286
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesRow.vue"
|
|
284
287
|
},
|
|
@@ -503,6 +506,9 @@
|
|
|
503
506
|
},
|
|
504
507
|
"FSButtonPrevious": {
|
|
505
508
|
"from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonPrevious.vue"
|
|
509
|
+
},
|
|
510
|
+
"FSToggleSetPosition": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/toggleSets/FSToggleSetPosition.vue"
|
|
506
512
|
}
|
|
507
513
|
},
|
|
508
514
|
"directives": []
|