@dotcms/angular 0.0.1-beta.24 → 0.0.1-beta.25

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.
Files changed (58) hide show
  1. package/esm2022/lib/deprecated/components/dot-editable-text/dot-editable-text.component.mjs +5 -5
  2. package/esm2022/lib/deprecated/layout/dotcms-layout/dotcms-layout.component.mjs +2 -2
  3. package/esm2022/next/components/dotcms-block-editor-renderer/blocks/contentlet.component.mjs +1 -1
  4. package/esm2022/next/components/dotcms-block-editor-renderer/blocks/image.component.mjs +1 -1
  5. package/esm2022/next/components/dotcms-block-editor-renderer/blocks/table.component.mjs +1 -1
  6. package/esm2022/next/components/dotcms-block-editor-renderer/blocks/text.component.mjs +1 -1
  7. package/esm2022/next/components/dotcms-block-editor-renderer/blocks/video.components.mjs +1 -1
  8. package/esm2022/next/components/dotcms-block-editor-renderer/dotcms-block-editor-renderer.component.mjs +2 -2
  9. package/esm2022/next/components/dotcms-block-editor-renderer/item/dotcms-block-editor-item.component.mjs +3 -3
  10. package/esm2022/next/components/dotcms-editable-text/dotcms-editable-text.component.mjs +4 -4
  11. package/esm2022/next/components/dotcms-layout-body/components/column/column.component.mjs +1 -1
  12. package/esm2022/next/components/dotcms-layout-body/components/container/container.component.mjs +1 -1
  13. package/esm2022/next/components/dotcms-layout-body/components/contentlet/contentlet.component.mjs +1 -1
  14. package/esm2022/next/components/dotcms-layout-body/components/fallback-component/fallback-component.component.mjs +1 -1
  15. package/esm2022/next/components/dotcms-layout-body/components/row/row.component.mjs +1 -1
  16. package/esm2022/next/components/dotcms-layout-body/dotcms-layout-body.component.mjs +1 -1
  17. package/esm2022/next/directives/dotcms-show-when/dotcms-show-when.directive.mjs +2 -2
  18. package/esm2022/next/models/index.mjs +1 -1
  19. package/esm2022/next/store/dotcms.store.mjs +2 -2
  20. package/fesm2022/dotcms-angular-next.mjs +5 -4
  21. package/fesm2022/dotcms-angular-next.mjs.map +1 -1
  22. package/fesm2022/dotcms-angular.mjs +5 -5
  23. package/fesm2022/dotcms-angular.mjs.map +1 -1
  24. package/lib/deprecated/components/dot-editable-text/dot-editable-text.component.d.ts +6 -6
  25. package/lib/deprecated/components/dot-editable-text/dot-editable-text.component.d.ts.map +1 -1
  26. package/next/components/dotcms-block-editor-renderer/blocks/contentlet.component.d.ts +3 -3
  27. package/next/components/dotcms-block-editor-renderer/blocks/contentlet.component.d.ts.map +1 -1
  28. package/next/components/dotcms-block-editor-renderer/blocks/image.component.d.ts +2 -2
  29. package/next/components/dotcms-block-editor-renderer/blocks/image.component.d.ts.map +1 -1
  30. package/next/components/dotcms-block-editor-renderer/blocks/table.component.d.ts +2 -2
  31. package/next/components/dotcms-block-editor-renderer/blocks/table.component.d.ts.map +1 -1
  32. package/next/components/dotcms-block-editor-renderer/blocks/text.component.d.ts +3 -3
  33. package/next/components/dotcms-block-editor-renderer/blocks/text.component.d.ts.map +1 -1
  34. package/next/components/dotcms-block-editor-renderer/blocks/video.components.d.ts +2 -2
  35. package/next/components/dotcms-block-editor-renderer/blocks/video.components.d.ts.map +1 -1
  36. package/next/components/dotcms-block-editor-renderer/dotcms-block-editor-renderer.component.d.ts +3 -3
  37. package/next/components/dotcms-block-editor-renderer/dotcms-block-editor-renderer.component.d.ts.map +1 -1
  38. package/next/components/dotcms-block-editor-renderer/item/dotcms-block-editor-item.component.d.ts +4 -4
  39. package/next/components/dotcms-block-editor-renderer/item/dotcms-block-editor-item.component.d.ts.map +1 -1
  40. package/next/components/dotcms-editable-text/dotcms-editable-text.component.d.ts +3 -3
  41. package/next/components/dotcms-editable-text/dotcms-editable-text.component.d.ts.map +1 -1
  42. package/next/components/dotcms-layout-body/components/column/column.component.d.ts +1 -1
  43. package/next/components/dotcms-layout-body/components/column/column.component.d.ts.map +1 -1
  44. package/next/components/dotcms-layout-body/components/container/container.component.d.ts +3 -2
  45. package/next/components/dotcms-layout-body/components/container/container.component.d.ts.map +1 -1
  46. package/next/components/dotcms-layout-body/components/contentlet/contentlet.component.d.ts +4 -3
  47. package/next/components/dotcms-layout-body/components/contentlet/contentlet.component.d.ts.map +1 -1
  48. package/next/components/dotcms-layout-body/components/fallback-component/fallback-component.component.d.ts +2 -2
  49. package/next/components/dotcms-layout-body/components/fallback-component/fallback-component.component.d.ts.map +1 -1
  50. package/next/components/dotcms-layout-body/components/row/row.component.d.ts +1 -1
  51. package/next/components/dotcms-layout-body/components/row/row.component.d.ts.map +1 -1
  52. package/next/components/dotcms-layout-body/dotcms-layout-body.component.d.ts +1 -1
  53. package/next/components/dotcms-layout-body/dotcms-layout-body.component.d.ts.map +1 -1
  54. package/next/directives/dotcms-show-when/dotcms-show-when.directive.d.ts +1 -1
  55. package/next/directives/dotcms-show-when/dotcms-show-when.directive.d.ts.map +1 -1
  56. package/next/models/index.d.ts +1 -1
  57. package/next/models/index.d.ts.map +1 -1
  58. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { OnChanges } from '@angular/core';
2
- import { DotPageAssetLayoutColumn } from '@dotcms/uve/types';
2
+ import { DotPageAssetLayoutColumn } from '@dotcms/types';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * This component renders a column with all its content using the layout provided by dotCMS Page API.
@@ -1 +1 @@
1
- {"version":3,"file":"column.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/column/column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0D,SAAS,EAAE,MAAM,eAAe,CAAC;AAGlG,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;;AAG7D;;;;;;GAMG;AACH,qBAca,eAAgB,YAAW,SAAS;IAC7C;;OAEG;IACwB,MAAM,EAAG,wBAAwB,CAAC;IAEvC,aAAa,SAAM;IAEzC,WAAW;yCARF,eAAe;2CAAf,eAAe;CAa3B"}
1
+ {"version":3,"file":"column.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/column/column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0D,SAAS,EAAE,MAAM,eAAe,CAAC;AAElG,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;;AAIzD;;;;;;GAMG;AACH,qBAca,eAAgB,YAAW,SAAS;IAC7C;;OAEG;IACwB,MAAM,EAAG,wBAAwB,CAAC;IAEvC,aAAa,SAAM;IAEzC,WAAW;yCARF,eAAe;2CAAf,eAAe;CAa3B"}
@@ -1,5 +1,6 @@
1
1
  import { OnChanges } from '@angular/core';
2
- import { DotCMSColumnContainer, DotCMSContentlet, DotContainerAttributes, EditableContainerData } from '@dotcms/uve/types';
2
+ import { DotCMSBasicContentlet, DotCMSColumnContainer, EditableContainerData } from '@dotcms/types';
3
+ import { DotContainerAttributes } from '@dotcms/types/internal';
3
4
  import * as i0 from "@angular/core";
4
5
  /**
5
6
  * @description This component renders a container with all its content using the layout provided by dotCMS Page API.
@@ -16,7 +17,7 @@ export declare class ContainerComponent implements OnChanges {
16
17
  */
17
18
  container: DotCMSColumnContainer;
18
19
  $containerData: import("@angular/core").WritableSignal<EditableContainerData | null>;
19
- $contentlets: import("@angular/core").WritableSignal<DotCMSContentlet[]>;
20
+ $contentlets: import("@angular/core").WritableSignal<DotCMSBasicContentlet[]>;
20
21
  $isEmpty: import("@angular/core").Signal<boolean>;
21
22
  $dotAttributes: import("@angular/core").Signal<DotContainerAttributes>;
22
23
  dotObject: string;
@@ -1 +1 @@
1
- {"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/container/container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOH,SAAS,EAEZ,MAAM,eAAe,CAAC;AAOvB,OAAO,EACH,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,qBAAqB,EACxB,MAAM,mBAAmB,CAAC;;AAQ3B;;;;;;;GAOG;AACH,qBAiBa,kBAAmB,YAAW,SAAS;;IAChD;;OAEG;IACwB,SAAS,EAAG,qBAAqB,CAAC;IAI7D,cAAc,uEAA8C;IAC5D,YAAY,6DAAkC;IAC9C,QAAQ,0CAAoD;IAC5D,cAAc,yDAQX;IAEkC,SAAS,SAAe;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACpC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IAChC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC5C,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE9D,WAAW;yCA3BF,kBAAkB;2CAAlB,kBAAkB;CA0C9B"}
1
+ {"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/container/container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOH,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACpG,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;;AAahE;;;;;;;GAOG;AACH,qBAiBa,kBAAmB,YAAW,SAAS;;IAChD;;OAEG;IACwB,SAAS,EAAG,qBAAqB,CAAC;IAI7D,cAAc,uEAA8C;IAC5D,YAAY,kEAAuC;IACnD,QAAQ,0CAAoD;IAC5D,cAAc,yDAQX;IAEkC,SAAS,SAAe;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACpC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IAChC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC5C,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE9D,WAAW;yCA3BF,kBAAkB;2CAAlB,kBAAkB;CA0C9B"}
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, OnChanges } from '@angular/core';
2
- import { DotCMSContentlet, DotContentletAttributes } from '@dotcms/uve/types';
2
+ import { DotCMSBasicContentlet } from '@dotcms/types';
3
+ import { DotContentletAttributes } from '@dotcms/types/internal';
3
4
  import { DynamicComponentEntity } from '../../../../models';
4
5
  import * as i0 from "@angular/core";
5
6
  /**
@@ -12,11 +13,11 @@ import * as i0 from "@angular/core";
12
13
  */
13
14
  export declare class ContentletComponent implements OnChanges {
14
15
  #private;
15
- contentlet: DotCMSContentlet;
16
+ contentlet: DotCMSBasicContentlet;
16
17
  container: string;
17
18
  contentletRef: ElementRef;
18
19
  dotObject: string;
19
- $contentlet: import("@angular/core").WritableSignal<DotCMSContentlet | null>;
20
+ $contentlet: import("@angular/core").WritableSignal<DotCMSBasicContentlet | null>;
20
21
  $UserComponent: import("@angular/core").WritableSignal<DynamicComponentEntity | null>;
21
22
  $UserNoComponent: import("@angular/core").WritableSignal<DynamicComponentEntity | null>;
22
23
  $isDevMode: import("@angular/core").Signal<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"contentlet.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/contentlet/contentlet.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIH,UAAU,EAGV,SAAS,EAIZ,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;;AAI5D;;;;;;;GAOG;AACH,qBAmBa,mBAAoB,YAAW,SAAS;;IACtB,UAAU,EAAG,gBAAgB,CAAC;IAC9B,SAAS,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,UAAU,CAAC;IAClB,SAAS,SAAgB;IAI9D,WAAW,kEAAyC;IACpD,cAAc,wEAA+C;IAC7D,gBAAgB,wEAA+C;IAC/D,UAAU,0CAAgC;IAC1C,YAAY,kDAAiB;IAC7B,MAAM;;;;OAEJ;IACF,cAAc,0DAKX;IAEsC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC7B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACtB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjE,cAAc,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,GAAG,IAAI,CAAQ;IAE/E,WAAW;IAcX,eAAe;IAIf,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,YAAY;yCA5DX,mBAAmB;2CAAnB,mBAAmB;CAmE/B"}
1
+ {"version":3,"file":"contentlet.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/contentlet/contentlet.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIH,UAAU,EAGV,SAAS,EAIZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAGjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;;AAI5D;;;;;;;GAOG;AACH,qBAmBa,mBAAoB,YAAW,SAAS;;IACtB,UAAU,EAAG,qBAAqB,CAAC;IACnC,SAAS,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,UAAU,CAAC;IAClB,SAAS,SAAgB;IAI9D,WAAW,uEAA8C;IACzD,cAAc,wEAA+C;IAC7D,gBAAgB,wEAA+C;IAC/D,UAAU,0CAAgC;IAC1C,YAAY,kDAAiB;IAC7B,MAAM;;;;OAEJ;IACF,cAAc,0DAKX;IAEsC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC7B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACtB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjE,cAAc,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,GAAG,IAAI,CAAQ;IAE/E,WAAW;IAcX,eAAe;IAIf,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,YAAY;yCA5DX,mBAAmB;2CAAnB,mBAAmB;CAmE/B"}
@@ -1,4 +1,4 @@
1
- import { DotCMSContentlet } from '@dotcms/uve/types';
1
+ import { DotCMSBasicContentlet } from '@dotcms/types';
2
2
  import { DynamicComponentEntity } from '../../../../models';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export declare class FallbackComponent {
11
11
  UserNoComponent: DynamicComponentEntity | null;
12
- contentlet: DotCMSContentlet;
12
+ contentlet: DotCMSBasicContentlet;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FallbackComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<FallbackComponent, "dotcms-fallback-component", never, { "UserNoComponent": { "alias": "UserNoComponent"; "required": false; }; "contentlet": { "alias": "contentlet"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"fallback-component.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/fallback-component/fallback-component.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;;AAE5D;;;;;GAKG;AACH,qBAea,iBAAiB;IACjB,eAAe,EAAE,sBAAsB,GAAG,IAAI,CAAQ;IACtD,UAAU,EAAG,gBAAgB,CAAC;yCAF9B,iBAAiB;2CAAjB,iBAAiB;CAG7B"}
1
+ {"version":3,"file":"fallback-component.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/fallback-component/fallback-component.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;;AAE5D;;;;;GAKG;AACH,qBAea,iBAAiB;IACjB,eAAe,EAAE,sBAAsB,GAAG,IAAI,CAAQ;IACtD,UAAU,EAAG,qBAAqB,CAAC;yCAFnC,iBAAiB;2CAAjB,iBAAiB;CAG7B"}
@@ -1,5 +1,5 @@
1
1
  import { OnChanges } from '@angular/core';
2
- import { DotPageAssetLayoutRow } from '@dotcms/uve/types';
2
+ import { DotPageAssetLayoutRow } from '@dotcms/types';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * @description This component renders a row with all its content using the layout provided by dotCMS Page API.
@@ -1 +1 @@
1
- {"version":3,"file":"row.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/row/row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,SAAS,EAAU,MAAM,eAAe,CAAC;AAG7F,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAI1D;;;;;;;GAOG;AACH,qBAgBa,YAAa,YAAW,SAAS;IAC1C;;OAEG;IACwB,GAAG,EAAG,qBAAqB,CAAC;IAEvD,aAAa,iDAAc;IAE3B,WAAW;yCARF,YAAY;2CAAZ,YAAY;CAWxB"}
1
+ {"version":3,"file":"row.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/components/row/row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,SAAS,EAAU,MAAM,eAAe,CAAC;AAE7F,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;;AAKtD;;;;;;;GAOG;AACH,qBAgBa,YAAa,YAAW,SAAS;IAC1C;;OAEG;IACwB,GAAG,EAAG,qBAAqB,CAAC;IAEvD,aAAa,iDAAc;IAE3B,WAAW;yCARF,YAAY;2CAAZ,YAAY;CAWxB"}
@@ -1,5 +1,5 @@
1
1
  import { OnChanges } from '@angular/core';
2
- import { DotCMSPageAsset, DotCMSPageRendererMode, DotPageAssetLayoutRow } from '@dotcms/uve/types';
2
+ import { DotCMSPageAsset, DotCMSPageRendererMode, DotPageAssetLayoutRow } from '@dotcms/types';
3
3
  import { DotCMSPageComponent } from '../../models';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"dotcms-layout-body.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/dotcms-layout-body.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAKnG,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;;AAEnD;;;;;;;;;;;;GAYG;AACH,qBAiBa,yBAA0B,YAAW,SAAS;;IAC5B,IAAI,EAAG,eAAe,CAAC;IACvB,UAAU,EAAE,mBAAmB,CAAM;IACvD,IAAI,EAAE,sBAAsB,CAAgB;IAIrD,UAAU,0CAAgC;IAE1C,KAAK,kEAAuC;IAE5C,QAAQ,kDAAiB;IAEzB,WAAW;yCAbF,yBAAyB;2CAAzB,yBAAyB;CAwBrC"}
1
+ {"version":3,"file":"dotcms-layout-body.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/next/components/dotcms-layout-body/dotcms-layout-body.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAK/F,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;;AAEnD;;;;;;;;;;;;GAYG;AACH,qBAiBa,yBAA0B,YAAW,SAAS;;IAC5B,IAAI,EAAG,eAAe,CAAC;IACvB,UAAU,EAAE,mBAAmB,CAAM;IACvD,IAAI,EAAE,sBAAsB,CAAgB;IAIrD,UAAU,0CAAgC;IAE1C,KAAK,kEAAuC;IAE5C,QAAQ,kDAAiB;IAEzB,WAAW;yCAbF,yBAAyB;2CAAzB,yBAAyB;CAwBrC"}
@@ -1,4 +1,4 @@
1
- import { UVE_MODE } from '@dotcms/uve/types';
1
+ import { UVE_MODE } from '@dotcms/types';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Directive to show a template when the UVE is in a specific mode.
@@ -1 +1 @@
1
- {"version":3,"file":"dotcms-show-when.directive.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/next/directives/dotcms-show-when/dotcms-show-when.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAY,MAAM,mBAAmB,CAAC;;AAEvD;;;;;;;;;;GAUG;AACH,qBAIa,uBAAuB;;IAIhC,IAAa,cAAc,CAAC,KAAK,EAAE,QAAQ,EAG1C;IAKD,OAAO,CAAC,mBAAmB;yCAZlB,uBAAuB;2CAAvB,uBAAuB;CAyBnC"}
1
+ {"version":3,"file":"dotcms-show-when.directive.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/next/directives/dotcms-show-when/dotcms-show-when.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAY,MAAM,eAAe,CAAC;;AAGnD;;;;;;;;;;GAUG;AACH,qBAIa,uBAAuB;;IAIhC,IAAa,cAAc,CAAC,KAAK,EAAE,QAAQ,EAG1C;IAKD,OAAO,CAAC,mBAAmB;yCAZlB,uBAAuB;2CAAvB,uBAAuB;CAyBnC"}
@@ -1,5 +1,5 @@
1
1
  import { Type } from '@angular/core';
2
- import { DotCMSPageAsset, DotCMSPageRendererMode } from '@dotcms/uve/types';
2
+ import { DotCMSPageAsset, DotCMSPageRendererMode } from '@dotcms/types';
3
3
  /**
4
4
  * Represents a dynamic component entity.
5
5
  * @typedef {Promise<Type<any>>} DynamicComponentEntity
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdk/angular/next/models/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAE5E;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;AAExD;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;OAIG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAEhC;;;;OAIG;IACH,IAAI,EAAE,sBAAsB,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdk/angular/next/models/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAExE;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;AAExD;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;OAIG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAEhC;;;;OAIG;IACH,IAAI,EAAE,sBAAsB,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dotcms/angular",
3
- "version": "0.0.1-beta.24",
3
+ "version": "0.0.1-beta.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
7
7
  "@angular/router": ">=17.0.0",
8
- "@dotcms/client": "0.0.1-beta.24",
9
- "@dotcms/uve": "0.0.1-beta.24",
8
+ "@dotcms/client": "0.0.1-beta.25",
9
+ "@dotcms/uve": "0.0.1-beta.25",
10
10
  "@tinymce/tinymce-angular": "^8.0.0",
11
11
  "rxjs": ">=7.0.0"
12
12
  },