@dative-gpi/foundation-shared-loader 1.1.23 → 1.1.24-unit-formatter
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.
- package/dist/getImports.js +0 -5
- package/dist/mapping/foundation-core-components-imports-map.json +5 -38
- package/dist/mapping/foundation-shared-components-imports-map.json +0 -18
- package/importsGenerator.py +0 -1
- package/package.json +3 -3
- package/plugin/getImports.ts +0 -5
- package/plugin/mapping/foundation-core-components-imports-map.json +5 -38
- package/plugin/mapping/foundation-shared-components-imports-map.json +0 -18
- package/dist/mapping/foundation-shared-visualization-imports-map.json +0 -8
- package/plugin/mapping/foundation-shared-visualization-imports-map.json +0 -8
package/dist/getImports.js
CHANGED
|
@@ -28,7 +28,6 @@ const parseTemplate_1 = require("./parseTemplate");
|
|
|
28
28
|
const sharedImportMap = __importStar(require("./mapping/foundation-shared-components-imports-map.json"));
|
|
29
29
|
const coreImportMap = __importStar(require("./mapping/foundation-core-components-imports-map.json"));
|
|
30
30
|
const adminImportMap = __importStar(require("./mapping/foundation-admin-components-imports-map.json"));
|
|
31
|
-
const visualizationImportMap = __importStar(require("./mapping/foundation-shared-visualization-imports-map.json"));
|
|
32
31
|
function getImports(source, skipShared, skipCore, skipAdmin) {
|
|
33
32
|
const { components, directives } = (0, parseTemplate_1.parseTemplate)(source);
|
|
34
33
|
const resolvedComponents = [];
|
|
@@ -40,10 +39,6 @@ function getImports(source, skipShared, skipCore, skipAdmin) {
|
|
|
40
39
|
resolvedComponents.push(component);
|
|
41
40
|
addImport(imports, component.name, component.symbol, sharedImportMap.components[component.name].from);
|
|
42
41
|
}
|
|
43
|
-
else if (!skipShared && component.name in visualizationImportMap.components) {
|
|
44
|
-
resolvedComponents.push(component);
|
|
45
|
-
addImport(imports, component.name, component.symbol, visualizationImportMap.components[component.name].from);
|
|
46
|
-
}
|
|
47
42
|
else if (!skipCore && component.name in coreImportMap.components) {
|
|
48
43
|
resolvedComponents.push(component);
|
|
49
44
|
addImport(imports, component.name, component.symbol, coreImportMap.components[component.name].from);
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "@dative-gpi/foundation-core-components/components/explorers/
|
|
3
|
+
"FSBaseFoldersExplorer": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseFoldersExplorer.vue"
|
|
5
5
|
},
|
|
6
6
|
"FSBaseDevicesExplorer": {
|
|
7
7
|
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDevicesExplorer.vue"
|
|
8
8
|
},
|
|
9
|
-
"FSBaseDashboardsExplorer": {
|
|
10
|
-
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDashboardsExplorer.vue"
|
|
11
|
-
},
|
|
12
9
|
"FSTreeViewFolder": {
|
|
13
10
|
"from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
|
|
14
11
|
},
|
|
@@ -36,15 +33,9 @@
|
|
|
36
33
|
"FSFolderTile": {
|
|
37
34
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
|
|
38
35
|
},
|
|
39
|
-
"FSGroupingTile": {
|
|
40
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupingTile.vue"
|
|
41
|
-
},
|
|
42
36
|
"FSChartTile": {
|
|
43
37
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
44
38
|
},
|
|
45
|
-
"FSPlaylistTile": {
|
|
46
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
|
|
47
|
-
},
|
|
48
39
|
"FSServiceAccountOrganisationTile": {
|
|
49
40
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
|
|
50
41
|
},
|
|
@@ -57,9 +48,6 @@
|
|
|
57
48
|
"FSDashboardOrganisationTypeTile": {
|
|
58
49
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
59
50
|
},
|
|
60
|
-
"FSSubgroupingTile": {
|
|
61
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSSubgroupingTile.vue"
|
|
62
|
-
},
|
|
63
51
|
"FSDeviceOrganisationTile": {
|
|
64
52
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
65
53
|
},
|
|
@@ -141,12 +129,12 @@
|
|
|
141
129
|
"FSSimpleUserOrganisationsList": {
|
|
142
130
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
143
131
|
},
|
|
132
|
+
"FSChipUserOrganisationsList": {
|
|
133
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
134
|
+
},
|
|
144
135
|
"FSTileUserOrganisationsList": {
|
|
145
136
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSTileUserOrganisationsList.vue"
|
|
146
137
|
},
|
|
147
|
-
"FSUserOrganisationsChipGroup": {
|
|
148
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSUserOrganisationsChipGroup.vue"
|
|
149
|
-
},
|
|
150
138
|
"FSBaseUserOrganisationsList": {
|
|
151
139
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
|
|
152
140
|
},
|
|
@@ -165,18 +153,6 @@
|
|
|
165
153
|
"FSBaseChartOrganisationsList": {
|
|
166
154
|
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
167
155
|
},
|
|
168
|
-
"FSSimpleSubgroupingsList": {
|
|
169
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSimpleSubgroupingsList.vue"
|
|
170
|
-
},
|
|
171
|
-
"FSTileSubgroupingsList": {
|
|
172
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSTileSubgroupingsList.vue"
|
|
173
|
-
},
|
|
174
|
-
"FSBaseSubgroupingsList": {
|
|
175
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSBaseSubgroupingsList.vue"
|
|
176
|
-
},
|
|
177
|
-
"FSSubgroupingsChipGroup": {
|
|
178
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSubgroupingsChipGroup.vue"
|
|
179
|
-
},
|
|
180
156
|
"FSSimpleGroupsList": {
|
|
181
157
|
"from": "@dative-gpi/foundation-core-components/components/lists/groups/FSSimpleGroupsList.vue"
|
|
182
158
|
},
|
|
@@ -213,9 +189,6 @@
|
|
|
213
189
|
"FSBaseChartOrganisationTypesList": {
|
|
214
190
|
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue"
|
|
215
191
|
},
|
|
216
|
-
"FSTilePlaylistsList": {
|
|
217
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
|
|
218
|
-
},
|
|
219
192
|
"FSSimplePlaylistsList": {
|
|
220
193
|
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
|
|
221
194
|
},
|
|
@@ -225,15 +198,9 @@
|
|
|
225
198
|
"FSBaseDashboardOrganisationTypesList": {
|
|
226
199
|
"from": "@dative-gpi/foundation-core-components/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue"
|
|
227
200
|
},
|
|
228
|
-
"FSSimpleGroupingsList": {
|
|
229
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSSimpleGroupingsList.vue"
|
|
230
|
-
},
|
|
231
201
|
"FSBaseGroupingsList": {
|
|
232
202
|
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
233
203
|
},
|
|
234
|
-
"FSTileGroupingsList": {
|
|
235
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSTileGroupingsList.vue"
|
|
236
|
-
},
|
|
237
204
|
"FSBaseDeviceOrganisationsList": {
|
|
238
205
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
|
|
239
206
|
},
|
|
@@ -36,9 +36,6 @@
|
|
|
36
36
|
"FSDialogSubmit": {
|
|
37
37
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogSubmit.vue"
|
|
38
38
|
},
|
|
39
|
-
"FSSnackbar": {
|
|
40
|
-
"from": "@dative-gpi/foundation-shared-components/components/FSSnackbar.vue"
|
|
41
|
-
},
|
|
42
39
|
"FSPermissions": {
|
|
43
40
|
"from": "@dative-gpi/foundation-shared-components/components/FSPermissions.vue"
|
|
44
41
|
},
|
|
@@ -141,9 +138,6 @@
|
|
|
141
138
|
"FSIconFlag": {
|
|
142
139
|
"from": "@dative-gpi/foundation-shared-components/components/FSIconFlag.vue"
|
|
143
140
|
},
|
|
144
|
-
"FSGroupingChip": {
|
|
145
|
-
"from": "@dative-gpi/foundation-shared-components/components/FSGroupingChip.vue"
|
|
146
|
-
},
|
|
147
141
|
"FSBreadcrumbs": {
|
|
148
142
|
"from": "@dative-gpi/foundation-shared-components/components/FSBreadcrumbs.vue"
|
|
149
143
|
},
|
|
@@ -171,9 +165,6 @@
|
|
|
171
165
|
"FSTag": {
|
|
172
166
|
"from": "@dative-gpi/foundation-shared-components/components/FSTag.vue"
|
|
173
167
|
},
|
|
174
|
-
"FSSubgroupingChip": {
|
|
175
|
-
"from": "@dative-gpi/foundation-shared-components/components/FSSubgroupingChip.vue"
|
|
176
|
-
},
|
|
177
168
|
"FSRangeSlider": {
|
|
178
169
|
"from": "@dative-gpi/foundation-shared-components/components/FSRangeSlider.vue"
|
|
179
170
|
},
|
|
@@ -507,9 +498,6 @@
|
|
|
507
498
|
"FSLoadTile": {
|
|
508
499
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSLoadTile.vue"
|
|
509
500
|
},
|
|
510
|
-
"FSSubgroupingTileUI": {
|
|
511
|
-
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSubgroupingTileUI.vue"
|
|
512
|
-
},
|
|
513
501
|
"FSLocationTileUI": {
|
|
514
502
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSLocationTileUI.vue"
|
|
515
503
|
},
|
|
@@ -525,9 +513,6 @@
|
|
|
525
513
|
"FSCommentTileUI": {
|
|
526
514
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSCommentTileUI.vue"
|
|
527
515
|
},
|
|
528
|
-
"FSPlaylistTileUI": {
|
|
529
|
-
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
|
|
530
|
-
},
|
|
531
516
|
"FSFolderTileUI": {
|
|
532
517
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
|
|
533
518
|
},
|
|
@@ -675,9 +660,6 @@
|
|
|
675
660
|
"FSDateRangeField": {
|
|
676
661
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDateRangeField.vue"
|
|
677
662
|
},
|
|
678
|
-
"FSDurationField": {
|
|
679
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDurationField.vue"
|
|
680
|
-
},
|
|
681
663
|
"FSTextField": {
|
|
682
664
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTextField.vue"
|
|
683
665
|
},
|
package/importsGenerator.py
CHANGED
|
@@ -5,7 +5,6 @@ PROJECTS = {
|
|
|
5
5
|
"foundation-shared-components": "../foundation-shared-components/components",
|
|
6
6
|
"foundation-admin-components": "../../admin/foundation-admin-components/components",
|
|
7
7
|
"foundation-core-components": "../../core/foundation-core-components/components",
|
|
8
|
-
"foundation-shared-visualization": "../foundation-shared-visualization/components"
|
|
9
8
|
# Ajoutez d'autres projets ici si nécessaire
|
|
10
9
|
}
|
|
11
10
|
|
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.24-unit-formatter",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@types/node": "20.8.9",
|
|
25
25
|
"typescript": "5.2.2",
|
|
26
26
|
"vite": "5.1.4",
|
|
27
|
-
"vue": "3.
|
|
27
|
+
"vue": "3.4.38"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ac04fd5da2ebd73bfb31ff6ffc4f5ff54a872e9e"
|
|
30
30
|
}
|
package/plugin/getImports.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { parseTemplate, type TemplateMatch } from './parseTemplate'
|
|
|
2
2
|
import * as sharedImportMap from './mapping/foundation-shared-components-imports-map.json'
|
|
3
3
|
import * as coreImportMap from './mapping/foundation-core-components-imports-map.json'
|
|
4
4
|
import * as adminImportMap from './mapping/foundation-admin-components-imports-map.json'
|
|
5
|
-
import * as visualizationImportMap from './mapping/foundation-shared-visualization-imports-map.json'
|
|
6
5
|
|
|
7
6
|
export function getImports (source: string, skipShared: boolean, skipCore: boolean, skipAdmin: boolean) {
|
|
8
7
|
const { components, directives } = parseTemplate(source)
|
|
@@ -16,10 +15,6 @@ export function getImports (source: string, skipShared: boolean, skipCore: boole
|
|
|
16
15
|
resolvedComponents.push(component)
|
|
17
16
|
addImport(imports, component.name, component.symbol, (sharedImportMap.components as any)[component.name].from)
|
|
18
17
|
}
|
|
19
|
-
else if (!skipShared && component.name in visualizationImportMap.components) {
|
|
20
|
-
resolvedComponents.push(component)
|
|
21
|
-
addImport(imports, component.name, component.symbol, (visualizationImportMap.components as any)[component.name].from)
|
|
22
|
-
}
|
|
23
18
|
else if (!skipCore && component.name in coreImportMap.components) {
|
|
24
19
|
resolvedComponents.push(component)
|
|
25
20
|
addImport(imports, component.name, component.symbol, (coreImportMap.components as any)[component.name].from)
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "@dative-gpi/foundation-core-components/components/explorers/
|
|
3
|
+
"FSBaseFoldersExplorer": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseFoldersExplorer.vue"
|
|
5
5
|
},
|
|
6
6
|
"FSBaseDevicesExplorer": {
|
|
7
7
|
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDevicesExplorer.vue"
|
|
8
8
|
},
|
|
9
|
-
"FSBaseDashboardsExplorer": {
|
|
10
|
-
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDashboardsExplorer.vue"
|
|
11
|
-
},
|
|
12
9
|
"FSTreeViewFolder": {
|
|
13
10
|
"from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
|
|
14
11
|
},
|
|
@@ -36,15 +33,9 @@
|
|
|
36
33
|
"FSFolderTile": {
|
|
37
34
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
|
|
38
35
|
},
|
|
39
|
-
"FSGroupingTile": {
|
|
40
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupingTile.vue"
|
|
41
|
-
},
|
|
42
36
|
"FSChartTile": {
|
|
43
37
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
44
38
|
},
|
|
45
|
-
"FSPlaylistTile": {
|
|
46
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
|
|
47
|
-
},
|
|
48
39
|
"FSServiceAccountOrganisationTile": {
|
|
49
40
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
|
|
50
41
|
},
|
|
@@ -57,9 +48,6 @@
|
|
|
57
48
|
"FSDashboardOrganisationTypeTile": {
|
|
58
49
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
59
50
|
},
|
|
60
|
-
"FSSubgroupingTile": {
|
|
61
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSSubgroupingTile.vue"
|
|
62
|
-
},
|
|
63
51
|
"FSDeviceOrganisationTile": {
|
|
64
52
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
65
53
|
},
|
|
@@ -141,12 +129,12 @@
|
|
|
141
129
|
"FSSimpleUserOrganisationsList": {
|
|
142
130
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
143
131
|
},
|
|
132
|
+
"FSChipUserOrganisationsList": {
|
|
133
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
134
|
+
},
|
|
144
135
|
"FSTileUserOrganisationsList": {
|
|
145
136
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSTileUserOrganisationsList.vue"
|
|
146
137
|
},
|
|
147
|
-
"FSUserOrganisationsChipGroup": {
|
|
148
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSUserOrganisationsChipGroup.vue"
|
|
149
|
-
},
|
|
150
138
|
"FSBaseUserOrganisationsList": {
|
|
151
139
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
|
|
152
140
|
},
|
|
@@ -165,18 +153,6 @@
|
|
|
165
153
|
"FSBaseChartOrganisationsList": {
|
|
166
154
|
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
167
155
|
},
|
|
168
|
-
"FSSimpleSubgroupingsList": {
|
|
169
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSimpleSubgroupingsList.vue"
|
|
170
|
-
},
|
|
171
|
-
"FSTileSubgroupingsList": {
|
|
172
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSTileSubgroupingsList.vue"
|
|
173
|
-
},
|
|
174
|
-
"FSBaseSubgroupingsList": {
|
|
175
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSBaseSubgroupingsList.vue"
|
|
176
|
-
},
|
|
177
|
-
"FSSubgroupingsChipGroup": {
|
|
178
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSubgroupingsChipGroup.vue"
|
|
179
|
-
},
|
|
180
156
|
"FSSimpleGroupsList": {
|
|
181
157
|
"from": "@dative-gpi/foundation-core-components/components/lists/groups/FSSimpleGroupsList.vue"
|
|
182
158
|
},
|
|
@@ -213,9 +189,6 @@
|
|
|
213
189
|
"FSBaseChartOrganisationTypesList": {
|
|
214
190
|
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue"
|
|
215
191
|
},
|
|
216
|
-
"FSTilePlaylistsList": {
|
|
217
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
|
|
218
|
-
},
|
|
219
192
|
"FSSimplePlaylistsList": {
|
|
220
193
|
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
|
|
221
194
|
},
|
|
@@ -225,15 +198,9 @@
|
|
|
225
198
|
"FSBaseDashboardOrganisationTypesList": {
|
|
226
199
|
"from": "@dative-gpi/foundation-core-components/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue"
|
|
227
200
|
},
|
|
228
|
-
"FSSimpleGroupingsList": {
|
|
229
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSSimpleGroupingsList.vue"
|
|
230
|
-
},
|
|
231
201
|
"FSBaseGroupingsList": {
|
|
232
202
|
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
233
203
|
},
|
|
234
|
-
"FSTileGroupingsList": {
|
|
235
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSTileGroupingsList.vue"
|
|
236
|
-
},
|
|
237
204
|
"FSBaseDeviceOrganisationsList": {
|
|
238
205
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
|
|
239
206
|
},
|
|
@@ -36,9 +36,6 @@
|
|
|
36
36
|
"FSDialogSubmit": {
|
|
37
37
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogSubmit.vue"
|
|
38
38
|
},
|
|
39
|
-
"FSSnackbar": {
|
|
40
|
-
"from": "@dative-gpi/foundation-shared-components/components/FSSnackbar.vue"
|
|
41
|
-
},
|
|
42
39
|
"FSPermissions": {
|
|
43
40
|
"from": "@dative-gpi/foundation-shared-components/components/FSPermissions.vue"
|
|
44
41
|
},
|
|
@@ -141,9 +138,6 @@
|
|
|
141
138
|
"FSIconFlag": {
|
|
142
139
|
"from": "@dative-gpi/foundation-shared-components/components/FSIconFlag.vue"
|
|
143
140
|
},
|
|
144
|
-
"FSGroupingChip": {
|
|
145
|
-
"from": "@dative-gpi/foundation-shared-components/components/FSGroupingChip.vue"
|
|
146
|
-
},
|
|
147
141
|
"FSBreadcrumbs": {
|
|
148
142
|
"from": "@dative-gpi/foundation-shared-components/components/FSBreadcrumbs.vue"
|
|
149
143
|
},
|
|
@@ -171,9 +165,6 @@
|
|
|
171
165
|
"FSTag": {
|
|
172
166
|
"from": "@dative-gpi/foundation-shared-components/components/FSTag.vue"
|
|
173
167
|
},
|
|
174
|
-
"FSSubgroupingChip": {
|
|
175
|
-
"from": "@dative-gpi/foundation-shared-components/components/FSSubgroupingChip.vue"
|
|
176
|
-
},
|
|
177
168
|
"FSRangeSlider": {
|
|
178
169
|
"from": "@dative-gpi/foundation-shared-components/components/FSRangeSlider.vue"
|
|
179
170
|
},
|
|
@@ -507,9 +498,6 @@
|
|
|
507
498
|
"FSLoadTile": {
|
|
508
499
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSLoadTile.vue"
|
|
509
500
|
},
|
|
510
|
-
"FSSubgroupingTileUI": {
|
|
511
|
-
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSubgroupingTileUI.vue"
|
|
512
|
-
},
|
|
513
501
|
"FSLocationTileUI": {
|
|
514
502
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSLocationTileUI.vue"
|
|
515
503
|
},
|
|
@@ -525,9 +513,6 @@
|
|
|
525
513
|
"FSCommentTileUI": {
|
|
526
514
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSCommentTileUI.vue"
|
|
527
515
|
},
|
|
528
|
-
"FSPlaylistTileUI": {
|
|
529
|
-
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
|
|
530
|
-
},
|
|
531
516
|
"FSFolderTileUI": {
|
|
532
517
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
|
|
533
518
|
},
|
|
@@ -675,9 +660,6 @@
|
|
|
675
660
|
"FSDateRangeField": {
|
|
676
661
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDateRangeField.vue"
|
|
677
662
|
},
|
|
678
|
-
"FSDurationField": {
|
|
679
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDurationField.vue"
|
|
680
|
-
},
|
|
681
663
|
"FSTextField": {
|
|
682
664
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTextField.vue"
|
|
683
665
|
},
|