eservices-core 1.0.373 → 1.0.374
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/index.js +12 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.374
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -5888,25 +5888,29 @@ var script$6 = /*#__PURE__*/ vue.defineComponent({
|
|
|
5888
5888
|
const organizations = ApplicationManager.organizations;
|
|
5889
5889
|
const person = ApplicationManager.person;
|
|
5890
5890
|
return (_ctx, _cache) => {
|
|
5891
|
+
var _a, _b;
|
|
5891
5892
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [
|
|
5892
5893
|
vue.createElementVNode("div", {
|
|
5893
5894
|
class: "user-card",
|
|
5894
5895
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => (active.value = !active.value), ["stop"]))
|
|
5895
5896
|
}, [
|
|
5896
5897
|
vue.createElementVNode("div", _hoisted_2$4, [
|
|
5897
|
-
vue.createElementVNode("p", _hoisted_3$3, vue.toDisplayString(vue.unref(currentContext).name), 1 /* TEXT */),
|
|
5898
|
+
vue.createElementVNode("p", _hoisted_3$3, vue.toDisplayString((_a = vue.unref(currentContext)) === null || _a === void 0 ? void 0 : _a.name), 1 /* TEXT */),
|
|
5898
5899
|
vue.createVNode(vue.Transition, { name: "slide-up" }, {
|
|
5899
|
-
default: vue.withCtx(() =>
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
: vue.
|
|
5903
|
-
|
|
5900
|
+
default: vue.withCtx(() => {
|
|
5901
|
+
var _a, _b, _c;
|
|
5902
|
+
return [
|
|
5903
|
+
(((_a = vue.unref(person)) === null || _a === void 0 ? void 0 : _a.id) !== ((_b = vue.unref(currentContext)) === null || _b === void 0 ? void 0 : _b.id))
|
|
5904
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$2, vue.toDisplayString((_c = vue.unref(person)) === null || _c === void 0 ? void 0 : _c.name), 1 /* TEXT */))
|
|
5905
|
+
: vue.createCommentVNode("v-if", true)
|
|
5906
|
+
];
|
|
5907
|
+
}),
|
|
5904
5908
|
_: 1 /* STABLE */
|
|
5905
5909
|
})
|
|
5906
5910
|
]),
|
|
5907
5911
|
vue.createVNode(script$g, {
|
|
5908
5912
|
class: "user-card-image",
|
|
5909
|
-
src: vue.unref(person).photo,
|
|
5913
|
+
src: (_b = vue.unref(person)) === null || _b === void 0 ? void 0 : _b.photo,
|
|
5910
5914
|
alt: "user-logo",
|
|
5911
5915
|
default: "/static-folder/images/user-photo.jpg"
|
|
5912
5916
|
}, null, 8 /* PROPS */, ["src"])
|