@dative-gpi/foundation-shared-components 1.1.4-groupings → 1.1.4-groupings-02
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.
|
@@ -233,6 +233,10 @@ export default defineComponent({
|
|
|
233
233
|
{
|
|
234
234
|
id: EntityType.Folder,
|
|
235
235
|
label: $tr("ui.common.folders", "Folders")
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
id: EntityType.Subgrouping,
|
|
239
|
+
label: $tr("ui.common.subgroupings", "Subgroupings")
|
|
236
240
|
}
|
|
237
241
|
];
|
|
238
242
|
|
|
@@ -259,6 +263,8 @@ export default defineComponent({
|
|
|
259
263
|
return "mdi-view-dashboard";
|
|
260
264
|
case EntityType.Folder:
|
|
261
265
|
return "mdi-folder";
|
|
266
|
+
case EntityType.Subgrouping:
|
|
267
|
+
return "mdi-shape-outline";
|
|
262
268
|
default:
|
|
263
269
|
return "mdi-cube";
|
|
264
270
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
|
|
5
5
|
},
|
|
6
6
|
"sideEffects": false,
|
|
7
|
-
"version": "1.1.4-groupings",
|
|
7
|
+
"version": "1.1.4-groupings-02",
|
|
8
8
|
"description": "",
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"author": "",
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@dative-gpi/foundation-shared-domain": "1.1.4-groupings",
|
|
17
|
-
"@dative-gpi/foundation-shared-services": "1.1.4-groupings"
|
|
16
|
+
"@dative-gpi/foundation-shared-domain": "1.1.4-groupings-02",
|
|
17
|
+
"@dative-gpi/foundation-shared-services": "1.1.4-groupings-02"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@dative-gpi/bones-ui": "^1.0.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"sass": "1.71.1",
|
|
39
39
|
"sass-loader": "13.3.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "dd42fef7ea5b933114d80681baa3b9a2e68e53c4"
|
|
42
42
|
}
|