@dative-gpi/foundation-shared-loader 1.0.167 → 1.0.168-work-break
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.
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"FSDialogMultiFormBody": {
|
|
34
34
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
|
|
35
35
|
},
|
|
36
|
+
"FSTreeView": {
|
|
37
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTreeView.vue"
|
|
38
|
+
},
|
|
36
39
|
"FSDialogContent": {
|
|
37
40
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogContent.vue"
|
|
38
41
|
},
|
|
@@ -504,6 +507,12 @@
|
|
|
504
507
|
"FSStatus": {
|
|
505
508
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
506
509
|
},
|
|
510
|
+
"FSCarousel": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarousel.vue"
|
|
512
|
+
},
|
|
513
|
+
"FSCarouselItem": {
|
|
514
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarouselItem.vue"
|
|
515
|
+
},
|
|
507
516
|
"FSTagField": {
|
|
508
517
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTagField.vue"
|
|
509
518
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.168-work-break",
|
|
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.38"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "d2cb3244f8df1468a7537c75472efd0f67ec47ca"
|
|
27
27
|
}
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"FSDialogMultiFormBody": {
|
|
34
34
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
|
|
35
35
|
},
|
|
36
|
+
"FSTreeView": {
|
|
37
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTreeView.vue"
|
|
38
|
+
},
|
|
36
39
|
"FSDialogContent": {
|
|
37
40
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogContent.vue"
|
|
38
41
|
},
|
|
@@ -504,6 +507,12 @@
|
|
|
504
507
|
"FSStatus": {
|
|
505
508
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
506
509
|
},
|
|
510
|
+
"FSCarousel": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarousel.vue"
|
|
512
|
+
},
|
|
513
|
+
"FSCarouselItem": {
|
|
514
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarouselItem.vue"
|
|
515
|
+
},
|
|
507
516
|
"FSTagField": {
|
|
508
517
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTagField.vue"
|
|
509
518
|
},
|