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