@yoobic/yobi 8.1.0-113 → 8.1.0-114
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/cjs/yoo-profile-list.cjs.entry.js +2 -2
- package/dist/collection/components/2.molecules/profile-list/profile-list.js +4 -4
- package/dist/design-system/yoo-profile-list.entry.js +3 -3
- package/dist/esm/yoo-profile-list.entry.js +3 -3
- package/dist/types/home/runner/work/yoobic-ng-6/yoobic-ng-6/design-system/stencil/.stencil/shared/interfaces/src/entities/tenant/tenant.interface.d.ts +2 -0
- package/package.json +1 -1
|
@@ -65,9 +65,9 @@ const YooProfileListComponent = class {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
renderFooter() {
|
|
68
|
-
var _a;
|
|
68
|
+
var _a, _b, _c, _d, _e;
|
|
69
69
|
if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.terms) {
|
|
70
|
-
return index.h("div", { class: "terms" }, index.h("div", null, index.h("span", { class: "links", onClick: () => this.config.terms.handler() }, this.config.terms.title)), index.h("div", null, "Yoobic Ltd \u00A9 ", new Date().getFullYear()), index.h("div", { class: "icons" }, index.h("a", { href:
|
|
70
|
+
return index.h("div", { class: "terms" }, index.h("div", null, index.h("span", { class: "links", onClick: () => this.config.terms.handler() }, this.config.terms.title)), index.h("div", null, "Yoobic Ltd \u00A9 ", new Date().getFullYear()), index.h("div", { class: "icons" }, index.h("a", { href: ((_c = (_b = index$1.getSession()) === null || _b === void 0 ? void 0 : _b.tenant) === null || _c === void 0 ? void 0 : _c.twitterUrl) || 'https://twitter.com/YOOBIC', target: "_blank" }, index.h("yoo-icon", { name: "twitter", color: "stable" })), index.h("a", { href: ((_e = (_d = index$1.getSession()) === null || _d === void 0 ? void 0 : _d.tenant) === null || _e === void 0 ? void 0 : _e.linkedinUrl) || 'https://www.linkedin.com/company/yoobic', target: "_blank" }, index.h("yoo-icon", { name: "linkedin", color: "stable" }))));
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
renderUserInformation() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { copyToClipboard, dateFormat, isWeb, showToast, translate } from '@shared/utils';
|
|
1
|
+
import { copyToClipboard, dateFormat, getSession, isWeb, showToast, translate } from '@shared/utils';
|
|
2
2
|
import { Component, Element, Event, h, Host, Prop, State, Watch } from '@stencil/core';
|
|
3
3
|
export class YooProfileListComponent {
|
|
4
4
|
constructor() {
|
|
@@ -56,7 +56,7 @@ export class YooProfileListComponent {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
renderFooter() {
|
|
59
|
-
var _a;
|
|
59
|
+
var _a, _b, _c, _d, _e;
|
|
60
60
|
if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.terms) {
|
|
61
61
|
return h("div", { class: "terms" },
|
|
62
62
|
h("div", null,
|
|
@@ -65,9 +65,9 @@ export class YooProfileListComponent {
|
|
|
65
65
|
"Yoobic Ltd \u00A9 ",
|
|
66
66
|
new Date().getFullYear()),
|
|
67
67
|
h("div", { class: "icons" },
|
|
68
|
-
h("a", { href:
|
|
68
|
+
h("a", { href: ((_c = (_b = getSession()) === null || _b === void 0 ? void 0 : _b.tenant) === null || _c === void 0 ? void 0 : _c.twitterUrl) || 'https://twitter.com/YOOBIC', target: "_blank" },
|
|
69
69
|
h("yoo-icon", { name: "twitter", color: "stable" })),
|
|
70
|
-
h("a", { href:
|
|
70
|
+
h("a", { href: ((_e = (_d = getSession()) === null || _d === void 0 ? void 0 : _d.tenant) === null || _e === void 0 ? void 0 : _e.linkedinUrl) || 'https://www.linkedin.com/company/yoobic', target: "_blank" },
|
|
71
71
|
h("yoo-icon", { name: "linkedin", color: "stable" }))));
|
|
72
72
|
}
|
|
73
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, e as Host, g as getElement } from './index-cd058683.js';
|
|
2
|
-
import { an as copyToClipboard, aY as showToast, t as translate, Z as dateFormat, o as isWeb } from './index-3cdbfc76.js';
|
|
2
|
+
import { an as copyToClipboard, aY as showToast, t as translate, Z as dateFormat, _ as getSession, o as isWeb } from './index-3cdbfc76.js';
|
|
3
3
|
import './lodash-eb23e844.js';
|
|
4
4
|
import './_commonjsHelpers-f4d11124.js';
|
|
5
5
|
import './index-b21c5bd6.js';
|
|
@@ -61,9 +61,9 @@ const YooProfileListComponent = class {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
renderFooter() {
|
|
64
|
-
var _a;
|
|
64
|
+
var _a, _b, _c, _d, _e;
|
|
65
65
|
if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.terms) {
|
|
66
|
-
return h("div", { class: "terms" }, h("div", null, h("span", { class: "links", onClick: () => this.config.terms.handler() }, this.config.terms.title)), h("div", null, "Yoobic Ltd \u00A9 ", new Date().getFullYear()), h("div", { class: "icons" }, h("a", { href:
|
|
66
|
+
return h("div", { class: "terms" }, h("div", null, h("span", { class: "links", onClick: () => this.config.terms.handler() }, this.config.terms.title)), h("div", null, "Yoobic Ltd \u00A9 ", new Date().getFullYear()), h("div", { class: "icons" }, h("a", { href: ((_c = (_b = getSession()) === null || _b === void 0 ? void 0 : _b.tenant) === null || _c === void 0 ? void 0 : _c.twitterUrl) || 'https://twitter.com/YOOBIC', target: "_blank" }, h("yoo-icon", { name: "twitter", color: "stable" })), h("a", { href: ((_e = (_d = getSession()) === null || _d === void 0 ? void 0 : _d.tenant) === null || _e === void 0 ? void 0 : _e.linkedinUrl) || 'https://www.linkedin.com/company/yoobic', target: "_blank" }, h("yoo-icon", { name: "linkedin", color: "stable" }))));
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
renderUserInformation() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, e as Host, g as getElement } from './index-cd058683.js';
|
|
2
|
-
import { an as copyToClipboard, aY as showToast, t as translate, Z as dateFormat, o as isWeb } from './index-3cdbfc76.js';
|
|
2
|
+
import { an as copyToClipboard, aY as showToast, t as translate, Z as dateFormat, _ as getSession, o as isWeb } from './index-3cdbfc76.js';
|
|
3
3
|
import './lodash-eb23e844.js';
|
|
4
4
|
import './_commonjsHelpers-f4d11124.js';
|
|
5
5
|
import './index-b21c5bd6.js';
|
|
@@ -61,9 +61,9 @@ const YooProfileListComponent = class {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
renderFooter() {
|
|
64
|
-
var _a;
|
|
64
|
+
var _a, _b, _c, _d, _e;
|
|
65
65
|
if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.terms) {
|
|
66
|
-
return h("div", { class: "terms" }, h("div", null, h("span", { class: "links", onClick: () => this.config.terms.handler() }, this.config.terms.title)), h("div", null, "Yoobic Ltd \u00A9 ", new Date().getFullYear()), h("div", { class: "icons" }, h("a", { href:
|
|
66
|
+
return h("div", { class: "terms" }, h("div", null, h("span", { class: "links", onClick: () => this.config.terms.handler() }, this.config.terms.title)), h("div", null, "Yoobic Ltd \u00A9 ", new Date().getFullYear()), h("div", { class: "icons" }, h("a", { href: ((_c = (_b = getSession()) === null || _b === void 0 ? void 0 : _b.tenant) === null || _c === void 0 ? void 0 : _c.twitterUrl) || 'https://twitter.com/YOOBIC', target: "_blank" }, h("yoo-icon", { name: "twitter", color: "stable" })), h("a", { href: ((_e = (_d = getSession()) === null || _d === void 0 ? void 0 : _d.tenant) === null || _e === void 0 ? void 0 : _e.linkedinUrl) || 'https://www.linkedin.com/company/yoobic', target: "_blank" }, h("yoo-icon", { name: "linkedin", color: "stable" }))));
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
renderUserInformation() {
|
|
@@ -53,6 +53,8 @@ export declare class ITenant extends IEntity implements ICustomColors {
|
|
|
53
53
|
fontFamily?: string;
|
|
54
54
|
fontFamilyCDN?: string;
|
|
55
55
|
rteColors?: string[];
|
|
56
|
+
twitterUrl?: string;
|
|
57
|
+
linkedinUrl?: string;
|
|
56
58
|
protected: boolean;
|
|
57
59
|
locationKpis?: ILocationKpi[];
|
|
58
60
|
emailSenderName?: string;
|