@nethserver/ns8-ui-lib 0.1.23 → 0.1.24
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/ns8-ui-lib.esm.js +11 -1
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +8 -2
- package/package.json +1 -1
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -152,6 +152,10 @@ import FolderShared32 from '@carbon/icons-vue/es/folder--shared/32';
|
|
|
152
152
|
import MailAll16 from '@carbon/icons-vue/es/mail--all/16';
|
|
153
153
|
import MailAll20 from '@carbon/icons-vue/es/mail--all/20';
|
|
154
154
|
import MailAll32 from '@carbon/icons-vue/es/mail--all/32';
|
|
155
|
+
import CloudUpload16 from '@carbon/icons-vue/es/cloud--upload/16';
|
|
156
|
+
import CloudUpload20 from '@carbon/icons-vue/es/cloud--upload/20';
|
|
157
|
+
import CloudUpload32 from '@carbon/icons-vue/es/cloud--upload/32';
|
|
158
|
+
import CloudUpload64 from '@carbon/icons-vue/es/cloud--upload/64';
|
|
155
159
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
156
160
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
157
161
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -8715,6 +8719,7 @@ var __vue_component__$S = __vue_component__$R;
|
|
|
8715
8719
|
* Copyright (C) 2023 Nethesis S.r.l.
|
|
8716
8720
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
8717
8721
|
*/
|
|
8722
|
+
|
|
8718
8723
|
var IconService = {
|
|
8719
8724
|
name: "IconService",
|
|
8720
8725
|
|
|
@@ -8910,7 +8915,12 @@ var IconService = {
|
|
|
8910
8915
|
MailAll16,
|
|
8911
8916
|
// mail queue
|
|
8912
8917
|
MailAll20,
|
|
8913
|
-
MailAll32
|
|
8918
|
+
MailAll32,
|
|
8919
|
+
CloudUpload16,
|
|
8920
|
+
// file upload
|
|
8921
|
+
CloudUpload20,
|
|
8922
|
+
CloudUpload32,
|
|
8923
|
+
CloudUpload64
|
|
8914
8924
|
};
|
|
8915
8925
|
}
|
|
8916
8926
|
|