@dative-gpi/foundation-shared-loader 1.0.161 → 1.0.162
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.
|
@@ -168,9 +168,15 @@
|
|
|
168
168
|
"FSCard": {
|
|
169
169
|
"from": "@dative-gpi/foundation-shared-components/components/FSCard.vue"
|
|
170
170
|
},
|
|
171
|
+
"FSRangePicker": {
|
|
172
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRangePicker.vue"
|
|
173
|
+
},
|
|
171
174
|
"FSWindow": {
|
|
172
175
|
"from": "@dative-gpi/foundation-shared-components/components/FSWindow.vue"
|
|
173
176
|
},
|
|
177
|
+
"FSOptionsMenu": {
|
|
178
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSOptionsMenu.vue"
|
|
179
|
+
},
|
|
174
180
|
"FSWrapGroup": {
|
|
175
181
|
"from": "@dative-gpi/foundation-shared-components/components/FSWrapGroup.vue"
|
|
176
182
|
},
|
|
@@ -189,6 +195,9 @@
|
|
|
189
195
|
"FSDialogFormBody": {
|
|
190
196
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogFormBody.vue"
|
|
191
197
|
},
|
|
198
|
+
"FSRangeSlider": {
|
|
199
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRangeSlider.vue"
|
|
200
|
+
},
|
|
192
201
|
"FSImage": {
|
|
193
202
|
"from": "@dative-gpi/foundation-shared-components/components/FSImage.vue"
|
|
194
203
|
},
|
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.162",
|
|
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": "3b098f1cccbf68b3917a8f7d2f627e3e29cde9b4"
|
|
27
27
|
}
|
|
@@ -168,9 +168,15 @@
|
|
|
168
168
|
"FSCard": {
|
|
169
169
|
"from": "@dative-gpi/foundation-shared-components/components/FSCard.vue"
|
|
170
170
|
},
|
|
171
|
+
"FSRangePicker": {
|
|
172
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRangePicker.vue"
|
|
173
|
+
},
|
|
171
174
|
"FSWindow": {
|
|
172
175
|
"from": "@dative-gpi/foundation-shared-components/components/FSWindow.vue"
|
|
173
176
|
},
|
|
177
|
+
"FSOptionsMenu": {
|
|
178
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSOptionsMenu.vue"
|
|
179
|
+
},
|
|
174
180
|
"FSWrapGroup": {
|
|
175
181
|
"from": "@dative-gpi/foundation-shared-components/components/FSWrapGroup.vue"
|
|
176
182
|
},
|
|
@@ -189,6 +195,9 @@
|
|
|
189
195
|
"FSDialogFormBody": {
|
|
190
196
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogFormBody.vue"
|
|
191
197
|
},
|
|
198
|
+
"FSRangeSlider": {
|
|
199
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRangeSlider.vue"
|
|
200
|
+
},
|
|
192
201
|
"FSImage": {
|
|
193
202
|
"from": "@dative-gpi/foundation-shared-components/components/FSImage.vue"
|
|
194
203
|
},
|