@yoobic/yobi 8.7.18 → 8.7.20

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.
@@ -8283,7 +8283,7 @@ const YooFormTextEditorComponent = class {
8283
8283
  var _a;
8284
8284
  (_a = ret === null || ret === void 0 ? void 0 : ret.data) === null || _a === void 0 ? void 0 : _a.forEach((res) => {
8285
8285
  const { _filename } = res;
8286
- const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value;
8286
+ const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value || res;
8287
8287
  this.selection.restore();
8288
8288
  if (index$1.isVideo(url)) {
8289
8289
  const html = `<br><span contenteditable="false" draggable="true" class="fr-video fr-dvb fr-draggable fr-active"><video height="230px" class="fr-draggable" width="100%" poster='${index$1.getVideoPoster(url)}' controls src="${url}" /></span><br>`;
@@ -651,7 +651,7 @@ export class YooFormTextEditorComponent {
651
651
  var _a;
652
652
  (_a = ret === null || ret === void 0 ? void 0 : ret.data) === null || _a === void 0 ? void 0 : _a.forEach((res) => {
653
653
  const { _filename } = res;
654
- const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value;
654
+ const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value || res;
655
655
  this.selection.restore();
656
656
  if (isVideo(url)) {
657
657
  const html = `<br><span contenteditable="false" draggable="true" class="fr-video fr-dvb fr-draggable fr-active"><video height="230px" class="fr-draggable" width="100%" poster='${getVideoPoster(url)}' controls src="${url}" /></span><br>`;
@@ -8279,7 +8279,7 @@ const YooFormTextEditorComponent = class {
8279
8279
  var _a;
8280
8280
  (_a = ret === null || ret === void 0 ? void 0 : ret.data) === null || _a === void 0 ? void 0 : _a.forEach((res) => {
8281
8281
  const { _filename } = res;
8282
- const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value;
8282
+ const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value || res;
8283
8283
  this.selection.restore();
8284
8284
  if (isVideo(url)) {
8285
8285
  const html = `<br><span contenteditable="false" draggable="true" class="fr-video fr-dvb fr-draggable fr-active"><video height="230px" class="fr-draggable" width="100%" poster='${getVideoPoster(url)}' controls src="${url}" /></span><br>`;
@@ -8279,7 +8279,7 @@ const YooFormTextEditorComponent = class {
8279
8279
  var _a;
8280
8280
  (_a = ret === null || ret === void 0 ? void 0 : ret.data) === null || _a === void 0 ? void 0 : _a.forEach((res) => {
8281
8281
  const { _filename } = res;
8282
- const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value;
8282
+ const url = (res === null || res === void 0 ? void 0 : res._downloadURL) || (res === null || res === void 0 ? void 0 : res.embed_url) || (res === null || res === void 0 ? void 0 : res.url) || res.value || res;
8283
8283
  this.selection.restore();
8284
8284
  if (isVideo(url)) {
8285
8285
  const html = `<br><span contenteditable="false" draggable="true" class="fr-video fr-dvb fr-draggable fr-active"><video height="230px" class="fr-draggable" width="100%" poster='${getVideoPoster(url)}' controls src="${url}" /></span><br>`;
@@ -56,6 +56,7 @@ export interface IAuthenticationService {
56
56
  initializeSecurity(tenantId: string): any;
57
57
  getPermissions(): IAppPermissions;
58
58
  getAcls(filters: TAclFilter[]): Observable<TAclFilterResult>;
59
+ getResetPasswordUrl(url: string): string;
59
60
  getBaseDomain(url: string): string;
60
61
  checkUrlValidity(url: string): boolean;
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.7.18",
3
+ "version": "8.7.20",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",