@dative-gpi/foundation-shared-loader 1.1.15 → 1.1.17
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.
|
@@ -765,6 +765,9 @@
|
|
|
765
765
|
"FSTimeField": {
|
|
766
766
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTimeField.vue"
|
|
767
767
|
},
|
|
768
|
+
"FSDurationField": {
|
|
769
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDurationField.vue"
|
|
770
|
+
},
|
|
768
771
|
"FSDateRangeField": {
|
|
769
772
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDateRangeField.vue"
|
|
770
773
|
},
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"repository": {
|
|
4
4
|
"url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.17",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"vite": "5.1.4",
|
|
27
27
|
"vue": "3.5.26"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "5486c2e9a50444f235f00c57fc4e32663cb15b25"
|
|
30
30
|
}
|
|
@@ -765,6 +765,9 @@
|
|
|
765
765
|
"FSTimeField": {
|
|
766
766
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTimeField.vue"
|
|
767
767
|
},
|
|
768
|
+
"FSDurationField": {
|
|
769
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDurationField.vue"
|
|
770
|
+
},
|
|
768
771
|
"FSDateRangeField": {
|
|
769
772
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDateRangeField.vue"
|
|
770
773
|
},
|