@enso-ui/users 3.0.0 → 3.0.2
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/package.json
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
import { FontAwesomeIcon as Fa } from '@fortawesome/vue-fontawesome';
|
|
63
63
|
import { library } from '@fortawesome/fontawesome-svg-core';
|
|
64
64
|
import { faPlus, faSync, faSearch } from '@fortawesome/free-solid-svg-icons';
|
|
65
|
-
import
|
|
65
|
+
import Url from './Url.vue';
|
|
66
66
|
import Token from './Token.vue';
|
|
67
67
|
import TokenForm from './TokenForm.vue';
|
|
68
68
|
|
|
@@ -151,7 +151,7 @@ import { mapState, mapMutations, mapGetters } from 'vuex';
|
|
|
151
151
|
import { FontAwesomeIcon as Fa } from '@fortawesome/vue-fontawesome';
|
|
152
152
|
import { library } from '@fortawesome/fontawesome-svg-core';
|
|
153
153
|
import {
|
|
154
|
-
faUser, faUserCircle, faSyncAlt,
|
|
154
|
+
faUser, faUserCircle, faSyncAlt, faUpload, faPencilAlt,
|
|
155
155
|
} from '@fortawesome/free-solid-svg-icons';
|
|
156
156
|
import Avatar from '@enso-ui/users/src/bulma/pages/users/components/Avatar.vue';
|
|
157
157
|
import { EnsoUploader } from '@enso-ui/uploader/bulma';
|
|
@@ -159,7 +159,7 @@ import eventBus from '@enso-ui/ui/src/core/services/eventBus';
|
|
|
159
159
|
import Divider from '@enso-ui/divider';
|
|
160
160
|
import format from '@enso-ui/ui/src/modules/plugins/date-fns/format';
|
|
161
161
|
|
|
162
|
-
library.add(faUser, faUserCircle, faSyncAlt,
|
|
162
|
+
library.add(faUser, faUserCircle, faSyncAlt, faUpload, faPencilAlt);
|
|
163
163
|
|
|
164
164
|
export default {
|
|
165
165
|
name: 'UserProfile',
|