@dative-gpi/foundation-shared-loader 1.0.67-map-edit → 1.0.67-tree-view-03
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
|
},
|
|
@@ -249,9 +252,6 @@
|
|
|
249
252
|
"FSMap": {
|
|
250
253
|
"from": "@dative-gpi/foundation-shared-components/components/map/FSMap.vue"
|
|
251
254
|
},
|
|
252
|
-
"FSMapEditLocationAddress": {
|
|
253
|
-
"from": "@dative-gpi/foundation-shared-components/components/map/FSMapEditLocationAddress.vue"
|
|
254
|
-
},
|
|
255
255
|
"FSMapPolygon": {
|
|
256
256
|
"from": "@dative-gpi/foundation-shared-components/components/map/FSMapPolygon.vue"
|
|
257
257
|
},
|
|
@@ -528,6 +528,9 @@
|
|
|
528
528
|
"FSMagicField": {
|
|
529
529
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicField.vue"
|
|
530
530
|
},
|
|
531
|
+
"FSMapAddressField": {
|
|
532
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMapAddressField.vue"
|
|
533
|
+
},
|
|
531
534
|
"FSNumberField": {
|
|
532
535
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSNumberField.vue"
|
|
533
536
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.67-
|
|
3
|
+
"version": "1.0.67-tree-view-03",
|
|
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": "f863f1aea80a7644d849b0fa5a502f361bf73f56"
|
|
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
|
},
|
|
@@ -249,9 +252,6 @@
|
|
|
249
252
|
"FSMap": {
|
|
250
253
|
"from": "@dative-gpi/foundation-shared-components/components/map/FSMap.vue"
|
|
251
254
|
},
|
|
252
|
-
"FSMapEditLocationAddress": {
|
|
253
|
-
"from": "@dative-gpi/foundation-shared-components/components/map/FSMapEditLocationAddress.vue"
|
|
254
|
-
},
|
|
255
255
|
"FSMapPolygon": {
|
|
256
256
|
"from": "@dative-gpi/foundation-shared-components/components/map/FSMapPolygon.vue"
|
|
257
257
|
},
|
|
@@ -528,6 +528,9 @@
|
|
|
528
528
|
"FSMagicField": {
|
|
529
529
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicField.vue"
|
|
530
530
|
},
|
|
531
|
+
"FSMapAddressField": {
|
|
532
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMapAddressField.vue"
|
|
533
|
+
},
|
|
531
534
|
"FSNumberField": {
|
|
532
535
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSNumberField.vue"
|
|
533
536
|
},
|