@dative-gpi/foundation-shared-loader 0.0.7 → 0.0.9
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/mapping/foundation-core-components-imports-map.json +5 -2
- package/dist/mapping/foundation-shared-components-imports-map.json +162 -36
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +5 -2
- package/plugin/mapping/foundation-shared-components-imports-map.json +162 -36
- package/tsconfig.json +1 -1
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
3
|
+
"FSGroupTile": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
|
|
5
|
+
},
|
|
6
|
+
"FSDeviceOrganisationTile": {
|
|
7
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
5
8
|
}
|
|
6
9
|
},
|
|
7
10
|
"directives": []
|
|
@@ -1,79 +1,205 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"FSNumberField": {
|
|
4
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSNumberField.vue"
|
|
5
|
+
},
|
|
6
|
+
"FSBreadcrumbs": {
|
|
7
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSBreadcrumbs.vue"
|
|
8
|
+
},
|
|
9
|
+
"FSRichTextField": {
|
|
10
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRichTextField.vue"
|
|
11
|
+
},
|
|
12
|
+
"FSTextField": {
|
|
13
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTextField.vue"
|
|
14
|
+
},
|
|
3
15
|
"FSWindow": {
|
|
4
16
|
"from": "@dative-gpi/foundation-shared-components/components/FSWindow.vue"
|
|
5
17
|
},
|
|
18
|
+
"FSRadioGroup": {
|
|
19
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRadioGroup.vue"
|
|
20
|
+
},
|
|
21
|
+
"FSFileButton": {
|
|
22
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSFileButton.vue"
|
|
23
|
+
},
|
|
24
|
+
"FSDivider": {
|
|
25
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
|
|
26
|
+
},
|
|
6
27
|
"FSColor": {
|
|
7
28
|
"from": "@dative-gpi/foundation-shared-components/components/FSColor.vue"
|
|
8
29
|
},
|
|
9
|
-
"
|
|
10
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
30
|
+
"FSWrapGroup": {
|
|
31
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSWrapGroup.vue"
|
|
32
|
+
},
|
|
33
|
+
"FSTooltip": {
|
|
34
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTooltip.vue"
|
|
35
|
+
},
|
|
36
|
+
"FSHeaderButton": {
|
|
37
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
|
|
38
|
+
},
|
|
39
|
+
"FSCalendarTwin": {
|
|
40
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCalendarTwin.vue"
|
|
41
|
+
},
|
|
42
|
+
"FSTabs": {
|
|
43
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTabs.vue"
|
|
44
|
+
},
|
|
45
|
+
"FSRadio": {
|
|
46
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRadio.vue"
|
|
47
|
+
},
|
|
48
|
+
"FSRemoveDialog": {
|
|
49
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRemoveDialog.vue"
|
|
50
|
+
},
|
|
51
|
+
"FSContainer": {
|
|
52
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSContainer.vue"
|
|
53
|
+
},
|
|
54
|
+
"FSDateField": {
|
|
55
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateField.vue"
|
|
56
|
+
},
|
|
57
|
+
"FSAutocompleteField": {
|
|
58
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSAutocompleteField.vue"
|
|
59
|
+
},
|
|
60
|
+
"FSTagField": {
|
|
61
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTagField.vue"
|
|
62
|
+
},
|
|
63
|
+
"FSColorIcon": {
|
|
64
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSColorIcon.vue"
|
|
65
|
+
},
|
|
66
|
+
"FSCalendar": {
|
|
67
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCalendar.vue"
|
|
68
|
+
},
|
|
69
|
+
"FSImage": {
|
|
70
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSImage.vue"
|
|
71
|
+
},
|
|
72
|
+
"FSCarousel": {
|
|
73
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCarousel.vue"
|
|
74
|
+
},
|
|
75
|
+
"FSBadge": {
|
|
76
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSBadge.vue"
|
|
77
|
+
},
|
|
78
|
+
"FSSelectField": {
|
|
79
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSelectField.vue"
|
|
80
|
+
},
|
|
81
|
+
"FSSearchField": {
|
|
82
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSearchField.vue"
|
|
83
|
+
},
|
|
84
|
+
"FSLoadTile": {
|
|
85
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSLoadTile.vue"
|
|
86
|
+
},
|
|
87
|
+
"FSClock": {
|
|
88
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
|
|
11
89
|
},
|
|
12
90
|
"FSSlideGroup": {
|
|
13
91
|
"from": "@dative-gpi/foundation-shared-components/components/FSSlideGroup.vue"
|
|
14
92
|
},
|
|
93
|
+
"FSRow": {
|
|
94
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRow.vue"
|
|
95
|
+
},
|
|
96
|
+
"FSToggleSet": {
|
|
97
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSToggleSet.vue"
|
|
98
|
+
},
|
|
99
|
+
"FSDialog": {
|
|
100
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDialog.vue"
|
|
101
|
+
},
|
|
102
|
+
"FSChip": {
|
|
103
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSChip.vue"
|
|
104
|
+
},
|
|
105
|
+
"FSSwitch": {
|
|
106
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSwitch.vue"
|
|
107
|
+
},
|
|
108
|
+
"FSDateRangeField": {
|
|
109
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateRangeField.vue"
|
|
110
|
+
},
|
|
111
|
+
"FSTab": {
|
|
112
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTab.vue"
|
|
113
|
+
},
|
|
114
|
+
"FSSlider": {
|
|
115
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSlider.vue"
|
|
116
|
+
},
|
|
15
117
|
"FSIcon": {
|
|
16
118
|
"from": "@dative-gpi/foundation-shared-components/components/FSIcon.vue"
|
|
17
119
|
},
|
|
18
|
-
"
|
|
19
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
120
|
+
"FSButton": {
|
|
121
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSButton.vue"
|
|
122
|
+
},
|
|
123
|
+
"FSTile": {
|
|
124
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTile.vue"
|
|
125
|
+
},
|
|
126
|
+
"FSPasswordField": {
|
|
127
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSPasswordField.vue"
|
|
128
|
+
},
|
|
129
|
+
"FSFadeOut": {
|
|
130
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSFadeOut.vue"
|
|
131
|
+
},
|
|
132
|
+
"FSSpan": {
|
|
133
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSpan.vue"
|
|
20
134
|
},
|
|
21
135
|
"FSTagGroup": {
|
|
22
136
|
"from": "@dative-gpi/foundation-shared-components/components/FSTagGroup.vue"
|
|
23
137
|
},
|
|
24
|
-
"
|
|
25
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
138
|
+
"FSIconField": {
|
|
139
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSIconField.vue"
|
|
26
140
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
141
|
+
"FSCard": {
|
|
142
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCard.vue"
|
|
29
143
|
},
|
|
30
|
-
"
|
|
31
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
144
|
+
"FSSubmitDialog": {
|
|
145
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSubmitDialog.vue"
|
|
146
|
+
},
|
|
147
|
+
"FSCheckbox": {
|
|
148
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCheckbox.vue"
|
|
149
|
+
},
|
|
150
|
+
"FSDateTimeRangeField": {
|
|
151
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateTimeRangeField.vue"
|
|
152
|
+
},
|
|
153
|
+
"FSTextArea": {
|
|
154
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTextArea.vue"
|
|
32
155
|
},
|
|
33
156
|
"FSText": {
|
|
34
157
|
"from": "@dative-gpi/foundation-shared-components/components/FSText.vue"
|
|
35
158
|
},
|
|
36
|
-
"
|
|
37
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
159
|
+
"FSDateTimeField": {
|
|
160
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateTimeField.vue"
|
|
38
161
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
162
|
+
"FSCol": {
|
|
163
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCol.vue"
|
|
41
164
|
},
|
|
42
165
|
"FSTag": {
|
|
43
166
|
"from": "@dative-gpi/foundation-shared-components/components/FSTag.vue"
|
|
44
167
|
},
|
|
45
|
-
"
|
|
46
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
168
|
+
"FSDeviceOrganisationTileUI": {
|
|
169
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
|
|
47
170
|
},
|
|
48
|
-
"
|
|
49
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
171
|
+
"FSGroupTileUI": {
|
|
172
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
50
173
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
174
|
+
"FSFilterButton": {
|
|
175
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSFilterButton.vue"
|
|
53
176
|
},
|
|
54
|
-
"
|
|
55
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
177
|
+
"FSHiddenButton": {
|
|
178
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSHiddenButton.vue"
|
|
56
179
|
},
|
|
57
|
-
"
|
|
58
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
180
|
+
"FSDataTable": {
|
|
181
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataTable.vue"
|
|
59
182
|
},
|
|
60
|
-
"
|
|
61
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
183
|
+
"FSDataIteratorGroup": {
|
|
184
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorGroup.vue"
|
|
62
185
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
186
|
+
"FSDataIteratorItem": {
|
|
187
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorItem.vue"
|
|
65
188
|
},
|
|
66
|
-
"
|
|
67
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
189
|
+
"FSStatusesCarousel": {
|
|
190
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesCarousel.vue"
|
|
68
191
|
},
|
|
69
|
-
"
|
|
70
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
192
|
+
"FSWorstAlert": {
|
|
193
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
|
|
71
194
|
},
|
|
72
|
-
"
|
|
73
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
195
|
+
"FSStatusesRow": {
|
|
196
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesRow.vue"
|
|
74
197
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
198
|
+
"FSConnectivity": {
|
|
199
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSConnectivity.vue"
|
|
200
|
+
},
|
|
201
|
+
"FSStatus": {
|
|
202
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
77
203
|
}
|
|
78
204
|
},
|
|
79
205
|
"directives": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vite": "^4.5.0",
|
|
24
24
|
"vue": "^3.2.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "d079d93c7d8677f8269b97bc71820bc35dc46921"
|
|
27
27
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
3
|
+
"FSGroupTile": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
|
|
5
|
+
},
|
|
6
|
+
"FSDeviceOrganisationTile": {
|
|
7
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
5
8
|
}
|
|
6
9
|
},
|
|
7
10
|
"directives": []
|
|
@@ -1,79 +1,205 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"FSNumberField": {
|
|
4
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSNumberField.vue"
|
|
5
|
+
},
|
|
6
|
+
"FSBreadcrumbs": {
|
|
7
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSBreadcrumbs.vue"
|
|
8
|
+
},
|
|
9
|
+
"FSRichTextField": {
|
|
10
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRichTextField.vue"
|
|
11
|
+
},
|
|
12
|
+
"FSTextField": {
|
|
13
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTextField.vue"
|
|
14
|
+
},
|
|
3
15
|
"FSWindow": {
|
|
4
16
|
"from": "@dative-gpi/foundation-shared-components/components/FSWindow.vue"
|
|
5
17
|
},
|
|
18
|
+
"FSRadioGroup": {
|
|
19
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRadioGroup.vue"
|
|
20
|
+
},
|
|
21
|
+
"FSFileButton": {
|
|
22
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSFileButton.vue"
|
|
23
|
+
},
|
|
24
|
+
"FSDivider": {
|
|
25
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
|
|
26
|
+
},
|
|
6
27
|
"FSColor": {
|
|
7
28
|
"from": "@dative-gpi/foundation-shared-components/components/FSColor.vue"
|
|
8
29
|
},
|
|
9
|
-
"
|
|
10
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
30
|
+
"FSWrapGroup": {
|
|
31
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSWrapGroup.vue"
|
|
32
|
+
},
|
|
33
|
+
"FSTooltip": {
|
|
34
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTooltip.vue"
|
|
35
|
+
},
|
|
36
|
+
"FSHeaderButton": {
|
|
37
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
|
|
38
|
+
},
|
|
39
|
+
"FSCalendarTwin": {
|
|
40
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCalendarTwin.vue"
|
|
41
|
+
},
|
|
42
|
+
"FSTabs": {
|
|
43
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTabs.vue"
|
|
44
|
+
},
|
|
45
|
+
"FSRadio": {
|
|
46
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRadio.vue"
|
|
47
|
+
},
|
|
48
|
+
"FSRemoveDialog": {
|
|
49
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRemoveDialog.vue"
|
|
50
|
+
},
|
|
51
|
+
"FSContainer": {
|
|
52
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSContainer.vue"
|
|
53
|
+
},
|
|
54
|
+
"FSDateField": {
|
|
55
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateField.vue"
|
|
56
|
+
},
|
|
57
|
+
"FSAutocompleteField": {
|
|
58
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSAutocompleteField.vue"
|
|
59
|
+
},
|
|
60
|
+
"FSTagField": {
|
|
61
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTagField.vue"
|
|
62
|
+
},
|
|
63
|
+
"FSColorIcon": {
|
|
64
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSColorIcon.vue"
|
|
65
|
+
},
|
|
66
|
+
"FSCalendar": {
|
|
67
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCalendar.vue"
|
|
68
|
+
},
|
|
69
|
+
"FSImage": {
|
|
70
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSImage.vue"
|
|
71
|
+
},
|
|
72
|
+
"FSCarousel": {
|
|
73
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCarousel.vue"
|
|
74
|
+
},
|
|
75
|
+
"FSBadge": {
|
|
76
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSBadge.vue"
|
|
77
|
+
},
|
|
78
|
+
"FSSelectField": {
|
|
79
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSelectField.vue"
|
|
80
|
+
},
|
|
81
|
+
"FSSearchField": {
|
|
82
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSearchField.vue"
|
|
83
|
+
},
|
|
84
|
+
"FSLoadTile": {
|
|
85
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSLoadTile.vue"
|
|
86
|
+
},
|
|
87
|
+
"FSClock": {
|
|
88
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
|
|
11
89
|
},
|
|
12
90
|
"FSSlideGroup": {
|
|
13
91
|
"from": "@dative-gpi/foundation-shared-components/components/FSSlideGroup.vue"
|
|
14
92
|
},
|
|
93
|
+
"FSRow": {
|
|
94
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSRow.vue"
|
|
95
|
+
},
|
|
96
|
+
"FSToggleSet": {
|
|
97
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSToggleSet.vue"
|
|
98
|
+
},
|
|
99
|
+
"FSDialog": {
|
|
100
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDialog.vue"
|
|
101
|
+
},
|
|
102
|
+
"FSChip": {
|
|
103
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSChip.vue"
|
|
104
|
+
},
|
|
105
|
+
"FSSwitch": {
|
|
106
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSwitch.vue"
|
|
107
|
+
},
|
|
108
|
+
"FSDateRangeField": {
|
|
109
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateRangeField.vue"
|
|
110
|
+
},
|
|
111
|
+
"FSTab": {
|
|
112
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTab.vue"
|
|
113
|
+
},
|
|
114
|
+
"FSSlider": {
|
|
115
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSlider.vue"
|
|
116
|
+
},
|
|
15
117
|
"FSIcon": {
|
|
16
118
|
"from": "@dative-gpi/foundation-shared-components/components/FSIcon.vue"
|
|
17
119
|
},
|
|
18
|
-
"
|
|
19
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
120
|
+
"FSButton": {
|
|
121
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSButton.vue"
|
|
122
|
+
},
|
|
123
|
+
"FSTile": {
|
|
124
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTile.vue"
|
|
125
|
+
},
|
|
126
|
+
"FSPasswordField": {
|
|
127
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSPasswordField.vue"
|
|
128
|
+
},
|
|
129
|
+
"FSFadeOut": {
|
|
130
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSFadeOut.vue"
|
|
131
|
+
},
|
|
132
|
+
"FSSpan": {
|
|
133
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSpan.vue"
|
|
20
134
|
},
|
|
21
135
|
"FSTagGroup": {
|
|
22
136
|
"from": "@dative-gpi/foundation-shared-components/components/FSTagGroup.vue"
|
|
23
137
|
},
|
|
24
|
-
"
|
|
25
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
138
|
+
"FSIconField": {
|
|
139
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSIconField.vue"
|
|
26
140
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
141
|
+
"FSCard": {
|
|
142
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCard.vue"
|
|
29
143
|
},
|
|
30
|
-
"
|
|
31
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
144
|
+
"FSSubmitDialog": {
|
|
145
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSubmitDialog.vue"
|
|
146
|
+
},
|
|
147
|
+
"FSCheckbox": {
|
|
148
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCheckbox.vue"
|
|
149
|
+
},
|
|
150
|
+
"FSDateTimeRangeField": {
|
|
151
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateTimeRangeField.vue"
|
|
152
|
+
},
|
|
153
|
+
"FSTextArea": {
|
|
154
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTextArea.vue"
|
|
32
155
|
},
|
|
33
156
|
"FSText": {
|
|
34
157
|
"from": "@dative-gpi/foundation-shared-components/components/FSText.vue"
|
|
35
158
|
},
|
|
36
|
-
"
|
|
37
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
159
|
+
"FSDateTimeField": {
|
|
160
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSDateTimeField.vue"
|
|
38
161
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
162
|
+
"FSCol": {
|
|
163
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSCol.vue"
|
|
41
164
|
},
|
|
42
165
|
"FSTag": {
|
|
43
166
|
"from": "@dative-gpi/foundation-shared-components/components/FSTag.vue"
|
|
44
167
|
},
|
|
45
|
-
"
|
|
46
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
168
|
+
"FSDeviceOrganisationTileUI": {
|
|
169
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
|
|
47
170
|
},
|
|
48
|
-
"
|
|
49
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
171
|
+
"FSGroupTileUI": {
|
|
172
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
50
173
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
174
|
+
"FSFilterButton": {
|
|
175
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSFilterButton.vue"
|
|
53
176
|
},
|
|
54
|
-
"
|
|
55
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
177
|
+
"FSHiddenButton": {
|
|
178
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSHiddenButton.vue"
|
|
56
179
|
},
|
|
57
|
-
"
|
|
58
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
180
|
+
"FSDataTable": {
|
|
181
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataTable.vue"
|
|
59
182
|
},
|
|
60
|
-
"
|
|
61
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
183
|
+
"FSDataIteratorGroup": {
|
|
184
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorGroup.vue"
|
|
62
185
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
186
|
+
"FSDataIteratorItem": {
|
|
187
|
+
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorItem.vue"
|
|
65
188
|
},
|
|
66
|
-
"
|
|
67
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
189
|
+
"FSStatusesCarousel": {
|
|
190
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesCarousel.vue"
|
|
68
191
|
},
|
|
69
|
-
"
|
|
70
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
192
|
+
"FSWorstAlert": {
|
|
193
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
|
|
71
194
|
},
|
|
72
|
-
"
|
|
73
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
195
|
+
"FSStatusesRow": {
|
|
196
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesRow.vue"
|
|
74
197
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "@dative-gpi/foundation-shared-components/components/
|
|
198
|
+
"FSConnectivity": {
|
|
199
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSConnectivity.vue"
|
|
200
|
+
},
|
|
201
|
+
"FSStatus": {
|
|
202
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
77
203
|
}
|
|
78
204
|
},
|
|
79
205
|
"directives": []
|