@dotcms/angular 26.8.3-1 → 26.8.3-1-next.2490

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 (71) hide show
  1. package/fesm2022/dotcms-angular.mjs +195 -157
  2. package/fesm2022/dotcms-angular.mjs.map +1 -1
  3. package/package.json +7 -6
  4. package/types/dotcms-angular.d.ts +484 -0
  5. package/types/dotcms-angular.d.ts.map +1 -0
  6. package/dotcms-angular.d.ts.map +0 -1
  7. package/index.d.ts +0 -6
  8. package/lib/components/dotcms-block-editor-renderer/blocks/audio.component.d.ts +0 -12
  9. package/lib/components/dotcms-block-editor-renderer/blocks/audio.component.d.ts.map +0 -1
  10. package/lib/components/dotcms-block-editor-renderer/blocks/code.component.d.ts +0 -10
  11. package/lib/components/dotcms-block-editor-renderer/blocks/code.component.d.ts.map +0 -1
  12. package/lib/components/dotcms-block-editor-renderer/blocks/dot-contentlet.component.d.ts +0 -34
  13. package/lib/components/dotcms-block-editor-renderer/blocks/dot-contentlet.component.d.ts.map +0 -1
  14. package/lib/components/dotcms-block-editor-renderer/blocks/grid-block.component.d.ts +0 -13
  15. package/lib/components/dotcms-block-editor-renderer/blocks/grid-block.component.d.ts.map +0 -1
  16. package/lib/components/dotcms-block-editor-renderer/blocks/image.component.d.ts +0 -25
  17. package/lib/components/dotcms-block-editor-renderer/blocks/image.component.d.ts.map +0 -1
  18. package/lib/components/dotcms-block-editor-renderer/blocks/list.component.d.ts +0 -14
  19. package/lib/components/dotcms-block-editor-renderer/blocks/list.component.d.ts.map +0 -1
  20. package/lib/components/dotcms-block-editor-renderer/blocks/table.component.d.ts +0 -15
  21. package/lib/components/dotcms-block-editor-renderer/blocks/table.component.d.ts.map +0 -1
  22. package/lib/components/dotcms-block-editor-renderer/blocks/text.component.d.ts +0 -28
  23. package/lib/components/dotcms-block-editor-renderer/blocks/text.component.d.ts.map +0 -1
  24. package/lib/components/dotcms-block-editor-renderer/blocks/unknown.component.d.ts +0 -18
  25. package/lib/components/dotcms-block-editor-renderer/blocks/unknown.component.d.ts.map +0 -1
  26. package/lib/components/dotcms-block-editor-renderer/blocks/video.component.d.ts +0 -10
  27. package/lib/components/dotcms-block-editor-renderer/blocks/video.component.d.ts.map +0 -1
  28. package/lib/components/dotcms-block-editor-renderer/dotcms-block-editor-renderer.component.d.ts +0 -48
  29. package/lib/components/dotcms-block-editor-renderer/dotcms-block-editor-renderer.component.d.ts.map +0 -1
  30. package/lib/components/dotcms-block-editor-renderer/item/dotcms-block-editor-item.component.d.ts +0 -12
  31. package/lib/components/dotcms-block-editor-renderer/item/dotcms-block-editor-item.component.d.ts.map +0 -1
  32. package/lib/components/dotcms-block-editor-renderer-semantic/blocks/semantic-blocks.component.d.ts +0 -40
  33. package/lib/components/dotcms-block-editor-renderer-semantic/blocks/semantic-blocks.component.d.ts.map +0 -1
  34. package/lib/components/dotcms-block-editor-renderer-semantic/dotcms-block-editor-renderer-native.component.d.ts +0 -73
  35. package/lib/components/dotcms-block-editor-renderer-semantic/dotcms-block-editor-renderer-native.component.d.ts.map +0 -1
  36. package/lib/components/dotcms-editable-text/dotcms-editable-text.component.d.ts +0 -143
  37. package/lib/components/dotcms-editable-text/dotcms-editable-text.component.d.ts.map +0 -1
  38. package/lib/components/dotcms-editable-text/utils.d.ts +0 -7
  39. package/lib/components/dotcms-editable-text/utils.d.ts.map +0 -1
  40. package/lib/components/dotcms-layout-body/components/column/column.component.d.ts +0 -21
  41. package/lib/components/dotcms-layout-body/components/column/column.component.d.ts.map +0 -1
  42. package/lib/components/dotcms-layout-body/components/container/components/container-not-found/container-not-found.component.d.ts +0 -27
  43. package/lib/components/dotcms-layout-body/components/container/components/container-not-found/container-not-found.component.d.ts.map +0 -1
  44. package/lib/components/dotcms-layout-body/components/container/components/empty-container/empty-container.component.d.ts +0 -23
  45. package/lib/components/dotcms-layout-body/components/container/components/empty-container/empty-container.component.d.ts.map +0 -1
  46. package/lib/components/dotcms-layout-body/components/container/container.component.d.ts +0 -28
  47. package/lib/components/dotcms-layout-body/components/container/container.component.d.ts.map +0 -1
  48. package/lib/components/dotcms-layout-body/components/contentlet/contentlet.component.d.ts +0 -43
  49. package/lib/components/dotcms-layout-body/components/contentlet/contentlet.component.d.ts.map +0 -1
  50. package/lib/components/dotcms-layout-body/components/fallback-component/fallback-component.component.d.ts +0 -16
  51. package/lib/components/dotcms-layout-body/components/fallback-component/fallback-component.component.d.ts.map +0 -1
  52. package/lib/components/dotcms-layout-body/components/page-error-message/page-error-message.component.d.ts +0 -13
  53. package/lib/components/dotcms-layout-body/components/page-error-message/page-error-message.component.d.ts.map +0 -1
  54. package/lib/components/dotcms-layout-body/components/row/row.component.d.ts +0 -24
  55. package/lib/components/dotcms-layout-body/components/row/row.component.d.ts.map +0 -1
  56. package/lib/components/dotcms-layout-body/dotcms-layout-body.component.d.ts +0 -30
  57. package/lib/components/dotcms-layout-body/dotcms-layout-body.component.d.ts.map +0 -1
  58. package/lib/directives/dotcms-show-when/dotcms-show-when.directive.d.ts +0 -21
  59. package/lib/directives/dotcms-show-when/dotcms-show-when.directive.d.ts.map +0 -1
  60. package/lib/models/index.d.ts +0 -39
  61. package/lib/models/index.d.ts.map +0 -1
  62. package/lib/providers/dotcms-client/dotcms-client.provider.d.ts +0 -109
  63. package/lib/providers/dotcms-client/dotcms-client.provider.d.ts.map +0 -1
  64. package/lib/providers/dotcms-image-loader/dotcms-image_loader.d.ts +0 -21
  65. package/lib/providers/dotcms-image-loader/dotcms-image_loader.d.ts.map +0 -1
  66. package/lib/services/dotcms-editable-page.service.d.ts +0 -40
  67. package/lib/services/dotcms-editable-page.service.d.ts.map +0 -1
  68. package/lib/store/dotcms.store.d.ts +0 -51
  69. package/lib/store/dotcms.store.d.ts.map +0 -1
  70. package/public_api.d.ts +0 -10
  71. package/public_api.d.ts.map +0 -1
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DotBulletList {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<DotBulletList, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<DotBulletList, "dotcms-block-editor-renderer-bullet-list", never, {}, {}, never, ["*"], true, never>;
5
- }
6
- export declare class DotOrdererList {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DotOrdererList, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DotOrdererList, "dotcms-block-editor-renderer-ordered-list", never, {}, {}, never, ["*"], true, never>;
9
- }
10
- export declare class DotListItem {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DotListItem, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DotListItem, "dotcms-block-editor-renderer-list-item", never, {}, {}, never, ["*"], true, never>;
13
- }
14
- //# sourceMappingURL=list.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/blocks/list.component.ts"],"names":[],"mappings":";AAEA,qBASa,aAAa;yCAAb,aAAa;2CAAb,aAAa;CAAG;AAE7B,qBASa,cAAc;yCAAd,cAAc;2CAAd,cAAc;CAAG;AAE9B,qBASa,WAAW;yCAAX,WAAW;2CAAX,WAAW;CAAG"}
@@ -1,15 +0,0 @@
1
- import { BlockEditorNode } from '@dotcms/types';
2
- import { DotCMSBlockEditorItemComponent } from '../item/dotcms-block-editor-item.component';
3
- import * as i0 from "@angular/core";
4
- export declare class DotTableBlock {
5
- content: BlockEditorNode[] | undefined;
6
- /**
7
- * Table-node attributes (`caption`, `ariaLabel`, `ariaLabelledby`). Optional for
8
- * back-compat with older payloads that don't carry these.
9
- */
10
- attrs: BlockEditorNode['attrs'];
11
- blockEditorItem: typeof DotCMSBlockEditorItemComponent;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DotTableBlock, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DotTableBlock, "dotcms-block-editor-renderer-table", never, { "content": { "alias": "content"; "required": false; }; "attrs": { "alias": "attrs"; "required": false; }; }, {}, never, never, true, never>;
14
- }
15
- //# sourceMappingURL=table.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/blocks/table.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAE,8BAA8B,EAAE,MAAM,4CAA4C,CAAC;;AAC5F,qBAgDa,aAAa;IACb,OAAO,EAAE,eAAe,EAAE,GAAG,SAAS,CAAC;IAChD;;;OAGG;IACM,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACzC,eAAe,wCAAkC;yCAPxC,aAAa;2CAAb,aAAa;CAQzB"}
@@ -1,28 +0,0 @@
1
- import { BlockEditorMark } from '@dotcms/types';
2
- import * as i0 from "@angular/core";
3
- export declare class DotParagraphBlock {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<DotParagraphBlock, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<DotParagraphBlock, "dotcms-block-editor-renderer-paragraph", never, {}, {}, never, ["*"], true, never>;
6
- }
7
- export declare class DotHeadingBlock {
8
- level: import("@angular/core").InputSignal<string | number>;
9
- $normalizedLevel: import("@angular/core").Signal<string | number>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DotHeadingBlock, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DotHeadingBlock, "dotcms-block-editor-renderer-heading", never, { "level": { "alias": "level"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
12
- }
13
- interface TextBlockProps {
14
- marks?: BlockEditorMark[];
15
- text?: string;
16
- }
17
- export declare class DotTextBlock {
18
- marks: TextBlockProps['marks'];
19
- text: string;
20
- protected readonly $remainingMarks: import("@angular/core").Signal<BlockEditorMark[] | undefined>;
21
- protected readonly $currentAttrs: import("@angular/core").Signal<{
22
- [x: string]: string;
23
- }>;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DotTextBlock, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<DotTextBlock, "dotcms-block-editor-renderer-text", never, { "marks": { "alias": "marks"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
26
- }
27
- export {};
28
- //# sourceMappingURL=text.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/blocks/text.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;;AAEhD,qBASa,iBAAiB;yCAAjB,iBAAiB;2CAAjB,iBAAiB;CAAG;AAEjC,qBAgDa,eAAe;IACxB,KAAK,uDAAqC;IAE1C,gBAAgB,kDAIb;yCAPM,eAAe;2CAAf,eAAe;CAQ3B;AAED,UAAU,cAAc;IACpB,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAmDa,YAAY;IACZ,KAAK,EAAE,cAAc,CAAC,OAAO,CAAC,CAAM;IACpC,IAAI,SAAM;IAEnB,SAAS,CAAC,QAAQ,CAAC,eAAe,gEAAwC;IAE1E,SAAS,CAAC,QAAQ,CAAC,aAAa;;OAS7B;yCAfM,YAAY;2CAAZ,YAAY;CAgBxB"}
@@ -1,18 +0,0 @@
1
- import { BlockEditorNode } from '@dotcms/types';
2
- import * as i0 from "@angular/core";
3
- export declare class DotUnknownBlockComponent {
4
- node: BlockEditorNode;
5
- get isEditMode(): boolean;
6
- protected readonly style: {
7
- backgroundColor: string;
8
- color: string;
9
- padding: string;
10
- borderRadius: string;
11
- marginBottom: string;
12
- marginTop: string;
13
- border: string;
14
- };
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DotUnknownBlockComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DotUnknownBlockComponent, "dotcms-block-editor-renderer-unknown", never, { "node": { "alias": "node"; "required": false; }; }, {}, never, never, true, never>;
17
- }
18
- //# sourceMappingURL=unknown.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unknown.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/blocks/unknown.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;;AAG1D,qBAoBa,wBAAwB;IACxB,IAAI,EAAG,eAAe,CAAC;IAEhC,IAAI,UAAU,YAEb;IAED,SAAS,CAAC,QAAQ,CAAC,KAAK;;;;;;;;MAQtB;yCAfO,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
@@ -1,10 +0,0 @@
1
- import { BlockEditorNode } from '@dotcms/types';
2
- import * as i0 from "@angular/core";
3
- export declare class DotVideoBlock {
4
- attrs: BlockEditorNode['attrs'];
5
- protected readonly $srcURL: import("@angular/core").Signal<any>;
6
- protected readonly $posterURL: import("@angular/core").Signal<any>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DotVideoBlock, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DotVideoBlock, "dotcms-block-editor-renderer-video", never, { "attrs": { "alias": "attrs"; "required": false; }; }, {}, never, never, true, never>;
9
- }
10
- //# sourceMappingURL=video.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"video.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/blocks/video.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;;AAEhD,qBAkBa,aAAa;IACb,KAAK,EAAG,eAAe,CAAC,OAAO,CAAC,CAAC;IAE1C,SAAS,CAAC,QAAQ,CAAC,OAAO,sCAAuC;IAEjE,SAAS,CAAC,QAAQ,CAAC,UAAU,sCAAuD;yCAL3E,aAAa;2CAAb,aAAa;CAMzB"}
@@ -1,48 +0,0 @@
1
- import { BlockEditorNode } from '@dotcms/types';
2
- import { BlockEditorState } from '@dotcms/types/internal';
3
- import { DynamicComponentEntity } from '../../models';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Represents a Custom Renderer used by the Block Editor Component
7
- *
8
- * @export
9
- * @interface CustomRenderer
10
- */
11
- export type CustomRenderer = Record<string, DynamicComponentEntity>;
12
- /**
13
- * A component that renders content from DotCMS's Block Editor field.
14
- *
15
- * This component provides an easy way to render Block Editor content in your Angular applications.
16
- * It handles the rendering of standard blocks and allows customization through custom renderers.
17
- *
18
- * For more information about Block Editor, see {@link https://dev.dotcms.com/docs/block-editor}
19
- *
20
- * @example
21
- * ```html
22
- * <dotcms-block-editor-renderer
23
- * [blocks]="myBlockEditorContent"
24
- * [customRenderers]="myCustomRenderers">
25
- * </dotcms-block-editor-renderer>
26
- * ```
27
- *
28
- * @deprecated Use {@link DotCMSBlockEditorRendererNativeComponent}
29
- * (`<dotcms-block-editor-renderer-native>`) for accessible, semantic DOM output.
30
- * This component wraps every semantic tag in a custom element (e.g. a dispatcher
31
- * element sits between `<ul>` and its `<li>` children), which breaks the
32
- * `list → listitem` relationship required by the HTML spec and assistive technology.
33
- * The native renderer keeps the identical public input API — migration is just
34
- * swapping the tag and import. This component is retained for backward compatibility
35
- * and will be removed in a future major version.
36
- */
37
- export declare class DotCMSBlockEditorRendererComponent {
38
- blocks: BlockEditorNode;
39
- customRenderers: CustomRenderer | undefined;
40
- class: string | undefined;
41
- style: string | Record<string, string> | undefined;
42
- $blockEditorState: import("@angular/core").WritableSignal<BlockEditorState>;
43
- $isInEditMode: import("@angular/core").WritableSignal<boolean>;
44
- ngOnInit(): void;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<DotCMSBlockEditorRendererComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<DotCMSBlockEditorRendererComponent, "dotcms-block-editor-renderer", never, { "blocks": { "alias": "blocks"; "required": false; }; "customRenderers": { "alias": "customRenderers"; "required": false; }; "class": { "alias": "class"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, {}, never, never, true, never>;
47
- }
48
- //# sourceMappingURL=dotcms-block-editor-renderer.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dotcms-block-editor-renderer.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/dotcms-block-editor-renderer.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,eAAe,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAM1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;;AAEtD;;;;;GAKG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAC;AAEpE;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAMa,kCAAkC;IAClC,MAAM,EAAG,eAAe,CAAC;IACzB,eAAe,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IAE5D,iBAAiB,2DAA6C;IAC9D,aAAa,kDAAiD;IAE9D,QAAQ;yCATC,kCAAkC;2CAAlC,kCAAkC;CAkB9C"}
@@ -1,12 +0,0 @@
1
- import { BlockEditorNode } from '@dotcms/types';
2
- import { BlockEditorDefaultBlocks } from '@dotcms/types/internal';
3
- import { CustomRenderer } from '../dotcms-block-editor-renderer.component';
4
- import * as i0 from "@angular/core";
5
- export declare class DotCMSBlockEditorItemComponent {
6
- content: BlockEditorNode[] | undefined;
7
- customRenderers: CustomRenderer | undefined;
8
- BLOCKS: typeof BlockEditorDefaultBlocks;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DotCMSBlockEditorItemComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<DotCMSBlockEditorItemComponent, "dotcms-block-editor-renderer-block", never, { "content": { "alias": "content"; "required": false; }; "customRenderers": { "alias": "customRenderers"; "required": false; }; }, {}, never, never, true, never>;
11
- }
12
- //# sourceMappingURL=dotcms-block-editor-item.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dotcms-block-editor-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer/item/dotcms-block-editor-item.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAYlE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;;AAE3E,qBAyBa,8BAA8B;IAC9B,OAAO,EAAE,eAAe,EAAE,GAAG,SAAS,CAAC;IACvC,eAAe,EAAE,cAAc,GAAG,SAAS,CAAC;IAErD,MAAM,kCAA4B;yCAJzB,8BAA8B;2CAA9B,8BAA8B;CAK1C"}
@@ -1,40 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * Internal semantic block components for the accessible Block Editor renderer.
4
- *
5
- * Each component uses an **attribute selector** so the host element *is* the real
6
- * semantic tag (`<ul>`, `<ol>`, `<li>`, ...). The template is just `<ng-content />`,
7
- * so no extra wrapper element is added to the DOM and the
8
- * `list → listitem` relationship required by the HTML spec and assistive
9
- * technology is preserved.
10
- *
11
- * These are not exported from the SDK; they are an implementation detail of
12
- * {@link DotCMSBlockEditorRendererNativeComponent}.
13
- *
14
- * @internal
15
- */
16
- export declare class DotSemanticBulletList {
17
- static ɵfac: i0.ɵɵFactoryDeclaration<DotSemanticBulletList, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DotSemanticBulletList, "ul[dotBulletList]", never, {}, {}, never, ["*"], true, never>;
19
- }
20
- export declare class DotSemanticOrderedList {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<DotSemanticOrderedList, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<DotSemanticOrderedList, "ol[dotOrderedList]", never, {}, {}, never, ["*"], true, never>;
23
- }
24
- export declare class DotSemanticListItem {
25
- static ɵfac: i0.ɵɵFactoryDeclaration<DotSemanticListItem, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<DotSemanticListItem, "li[dotListItem]", never, {}, {}, never, ["*"], true, never>;
27
- }
28
- export declare class DotSemanticParagraph {
29
- static ɵfac: i0.ɵɵFactoryDeclaration<DotSemanticParagraph, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<DotSemanticParagraph, "p[dotParagraph]", never, {}, {}, never, ["*"], true, never>;
31
- }
32
- export declare class DotSemanticBlockQuote {
33
- static ɵfac: i0.ɵɵFactoryDeclaration<DotSemanticBlockQuote, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<DotSemanticBlockQuote, "blockquote[dotBlockQuote]", never, {}, {}, never, ["*"], true, never>;
35
- }
36
- export declare class DotSemanticCodeBlock {
37
- static ɵfac: i0.ɵɵFactoryDeclaration<DotSemanticCodeBlock, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<DotSemanticCodeBlock, "pre[dotCodeBlock]", never, {}, {}, never, ["*"], true, never>;
39
- }
40
- //# sourceMappingURL=semantic-blocks.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"semantic-blocks.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer-semantic/blocks/semantic-blocks.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;GAaG;AACH,qBAOa,qBAAqB;yCAArB,qBAAqB;2CAArB,qBAAqB;CAAG;AAErC,qBAOa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG;AAEtC,qBAOa,mBAAmB;yCAAnB,mBAAmB;2CAAnB,mBAAmB;CAAG;AAEnC,qBAOa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG;AAEpC,qBAOa,qBAAqB;yCAArB,qBAAqB;2CAArB,qBAAqB;CAAG;AAErC,qBAOa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
@@ -1,73 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { BlockEditorNode, BlockEditorMark } from '@dotcms/types';
3
- import { BlockEditorState, BlockEditorDefaultBlocks } from '@dotcms/types/internal';
4
- import { CustomRenderer } from '../dotcms-block-editor-renderer/dotcms-block-editor-renderer.component';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * An accessible component that renders content from DotCMS's Block Editor field.
8
- *
9
- * This is the semantic-DOM successor to {@link DotCMSBlockEditorRendererComponent}.
10
- * It emits clean semantic HTML — `<ul><li><p>…</p></li></ul>` — with no custom
11
- * wrapper elements between semantic tags, so the `list → listitem` relationship
12
- * required by the HTML spec and assistive technology is preserved. The recursive
13
- * dispatch is performed with `ng-template` outlets, whose host `<ng-container>`s
14
- * render as HTML comment nodes (invisible to the accessibility tree).
15
- *
16
- * It exposes the **identical public input API** and the same `customRenderers`
17
- * contract as the deprecated renderer, so migration is just swapping the tag and
18
- * import.
19
- *
20
- * For more information about Block Editor, see {@link https://dev.dotcms.com/docs/block-editor}
21
- *
22
- * @example
23
- * ```html
24
- * <dotcms-block-editor-renderer-native
25
- * [blocks]="myBlockEditorContent"
26
- * [customRenderers]="myCustomRenderers">
27
- * </dotcms-block-editor-renderer-native>
28
- * ```
29
- */
30
- export declare class DotCMSBlockEditorRendererNativeComponent implements OnInit {
31
- /** The Block Editor `doc` node to render. */
32
- readonly blocks: import("@angular/core").InputSignal<BlockEditorNode | undefined>;
33
- /** Map of `node.type` → component to override the built-in render path. */
34
- readonly customRenderers: import("@angular/core").InputSignal<CustomRenderer | undefined>;
35
- /**
36
- * CSS class on the wrapper element. Aliased as `class` so consumers can
37
- * pass `[class]="…"` like a normal Angular class binding.
38
- */
39
- readonly cssClass: import("@angular/core").InputSignal<string | undefined>;
40
- /** Inline style on the wrapper element. */
41
- readonly style: import("@angular/core").InputSignal<string | Record<string, string> | undefined>;
42
- $blockEditorState: import("@angular/core").WritableSignal<BlockEditorState>;
43
- $isInEditMode: import("@angular/core").WritableSignal<boolean>;
44
- protected readonly BLOCKS: typeof BlockEditorDefaultBlocks;
45
- ngOnInit(): void;
46
- /**
47
- * Normalizes a heading `level` attribute (which may be a number such as `6`
48
- * or a string such as `'6'`) to a string for use in the heading `@switch`.
49
- * Returns `''` for missing or out-of-range levels so the template falls
50
- * through to the safe `@default` case (`<h2>`).
51
- */
52
- asLevel(level: number | string | undefined): string;
53
- /** The marks after the current (outermost) one — used to recurse inward. */
54
- restMarks(marks: BlockEditorMark[] | undefined): BlockEditorMark[];
55
- /** The attributes of the current (outermost) mark. */
56
- markAttrs(marks: BlockEditorMark[] | undefined): Record<string, string>;
57
- /**
58
- * Wrapper style for a `dotImage` `<figure>`, derived from the node's
59
- * `textWrap` (float left/right) or `textAlign` attribute.
60
- */
61
- imageStyle(attrs: BlockEditorNode['attrs']): Record<string, string>;
62
- /** Poster URL for a `dotVideo` `<video>` (from `attrs.data.thumbnail`). */
63
- videoPoster(attrs: BlockEditorNode['attrs']): string | undefined;
64
- /**
65
- * The column span (1–12) for a grid column. Falls back to `6` for malformed
66
- * `columns` attrs or for an out-of-range column index, matching the legacy
67
- * renderer.
68
- */
69
- columnSpan(attrs: BlockEditorNode['attrs'], index: number): number;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<DotCMSBlockEditorRendererNativeComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<DotCMSBlockEditorRendererNativeComponent, "dotcms-block-editor-renderer-native", never, { "blocks": { "alias": "blocks"; "required": false; "isSignal": true; }; "customRenderers": { "alias": "customRenderers"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
72
- }
73
- //# sourceMappingURL=dotcms-block-editor-renderer-native.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dotcms-block-editor-renderer-native.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/src/lib/components/dotcms-block-editor-renderer-semantic/dotcms-block-editor-renderer-native.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA6C,MAAM,EAAU,MAAM,eAAe,CAAC;AAE1F,OAAO,EAAY,eAAe,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAepF,OAAO,EAAE,cAAc,EAAE,MAAM,wEAAwE,CAAC;;AAExG;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAkBa,wCAAyC,YAAW,MAAM;IACnE,6CAA6C;IAC7C,QAAQ,CAAC,MAAM,mEAA4B;IAC3C,2EAA2E;IAC3E,QAAQ,CAAC,eAAe,kEAAgD;IACxE;;;OAGG;IACH,QAAQ,CAAC,QAAQ,0DAA4D;IAC7E,2CAA2C;IAC3C,QAAQ,CAAC,KAAK,mFAAiE;IAE/E,iBAAiB,2DAA6C;IAC9D,aAAa,kDAAiD;IAE9D,SAAS,CAAC,QAAQ,CAAC,MAAM,kCAA4B;IAErD,QAAQ;IAaR;;;;;OAKG;IACH,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM;IAKnD,4EAA4E;IAC5E,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,SAAS,GAAG,eAAe,EAAE;IAIlE,sDAAsD;IACtD,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAIvE;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAiBnE,2EAA2E;IAC3E,WAAW,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,GAAG,MAAM,GAAG,SAAS;IAIhE;;;;OAIG;IACH,UAAU,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM;yCAnFzD,wCAAwC;2CAAxC,wCAAwC;CA2FpD"}
@@ -1,143 +0,0 @@
1
- import { EditorComponent } from '@tinymce/tinymce-angular';
2
- import { OnChanges, OnInit } from '@angular/core';
3
- import { DotCMSBasicContentlet } from '@dotcms/types';
4
- import { DOT_EDITABLE_TEXT_FORMAT, DOT_EDITABLE_TEXT_MODE } from './utils';
5
- import * as i0 from "@angular/core";
6
- /** Minimal TinyMCE editor API used by this component (avoids non-portable reference to nested tinymce types). */
7
- interface DotEditableTextEditor {
8
- getContent(options?: {
9
- format?: string;
10
- }): string;
11
- isDirty(): boolean;
12
- setContent(content: string, options?: {
13
- format?: string;
14
- }): void;
15
- focus(): void;
16
- hasFocus(): boolean;
17
- }
18
- /**
19
- * Dot editable text component.
20
- * This component is responsible to render a text field that can be edited inline.
21
- *
22
- * @export
23
- * @class DotCMSEditableTextComponent
24
- * @implements {OnInit}
25
- * @implements {OnChanges}
26
- */
27
- export declare class DotCMSEditableTextComponent<T extends DotCMSBasicContentlet> implements OnInit, OnChanges {
28
- #private;
29
- editorComponent: EditorComponent;
30
- /**
31
- * Represents the mode of the editor which can be `plain`, `minimal`, or `full`
32
- *
33
- * @type {DOT_EDITABLE_TEXT_MODE}
34
- * @memberof DotCMSEditableTextComponent
35
- */
36
- mode: DOT_EDITABLE_TEXT_MODE;
37
- /**
38
- * Represents the format of the editor which can be `text` or `html`
39
- *
40
- * @type {DOT_EDITABLE_TEXT_FORMAT}
41
- * @memberof DotCMSEditableTextComponent
42
- */
43
- format: DOT_EDITABLE_TEXT_FORMAT;
44
- /**
45
- * Represents the `contentlet` that can be inline edited
46
- *
47
- * @type {DotCMSContentlet}
48
- * @memberof DotCMSEditableTextComponent
49
- */
50
- contentlet: T;
51
- /**
52
- * Represents the field name of the `contentlet` that can be edited
53
- *
54
- * @memberof DotCMSEditableTextComponent
55
- */
56
- fieldName: keyof T;
57
- /**
58
- * Represents the content of the `contentlet` that can be edited
59
- *
60
- * @protected
61
- * @memberof DotCMSEditableTextComponent
62
- */
63
- protected content: string;
64
- /**
65
- * Represents the configuration of the editor
66
- *
67
- * @protected
68
- * @type {EditorComponent['init']}
69
- * @memberof DotCMSEditableTextComponent
70
- */
71
- protected init: EditorComponent['init'];
72
- /**
73
- * The TinyMCE editor
74
- *
75
- * @readonly
76
- * @memberof DotCMSEditableTextComponent
77
- */
78
- get editor(): DotEditableTextEditor | undefined;
79
- /**
80
- * Represents if the component is inside the editor
81
- *
82
- * @protected
83
- * @type {boolean}
84
- * @memberof DotCMSEditableTextComponent
85
- */
86
- protected get isEditMode(): string | false | null | undefined;
87
- /**
88
- * Returns the number of pages the contentlet is on
89
- *
90
- * @readonly
91
- * @memberof DotCMSEditableTextComponent
92
- */
93
- get onNumberOfPages(): string | 1;
94
- /**
95
- * Handle copy contentlet inline editing success event
96
- *
97
- * @param {MessageEvent} { data }
98
- * @return {*}
99
- * @memberof DotCMSEditableTextComponent
100
- */
101
- onMessage({ data }: MessageEvent): void;
102
- ngOnInit(): void;
103
- ngOnChanges(): void;
104
- /**
105
- * Handle mouse down event
106
- *
107
- * @param {{ event: MouseEvent }} { event }
108
- * @return {*}
109
- * @memberof DotCMSEditableTextComponent
110
- */
111
- onMouseDown({ event }: {
112
- event: MouseEvent;
113
- }): void;
114
- /**
115
- * Handle focus out event
116
- *
117
- * @return {*}
118
- * @memberof DotCMSEditableTextComponent
119
- */
120
- onFocusOut(): void;
121
- /**
122
- * inner HTML to element
123
- *
124
- * @private
125
- * @param {string} editedContent
126
- * @return {*}
127
- * @memberof DotCMSEditableTextComponent
128
- */
129
- private innerHTMLToElement;
130
- /**
131
- * Check if the content has changed
132
- *
133
- * @private
134
- * @param {string} editedContent
135
- * @return {*}
136
- * @memberof DotCMSEditableTextComponent
137
- */
138
- private didContentChange;
139
- static ɵfac: i0.ɵɵFactoryDeclaration<DotCMSEditableTextComponent<any>, never>;
140
- static ɵcmp: i0.ɵɵComponentDeclaration<DotCMSEditableTextComponent<any>, "dotcms-editable-text", never, { "mode": { "alias": "mode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "contentlet": { "alias": "contentlet"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; }, {}, never, never, true, never>;
141
- }
142
- export {};
143
- //# sourceMappingURL=dotcms-editable-text.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dotcms-editable-text.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/src/lib/components/dotcms-editable-text/dotcms-editable-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAsB,MAAM,0BAA0B,CAAC;AAE/E,OAAO,EAMH,SAAS,EACT,MAAM,EAIT,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,qBAAqB,EAA6B,MAAM,eAAe,CAAC;AAKjF,OAAO,EAAkB,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;;AAE3F,iHAAiH;AACjH,UAAU,qBAAqB;IAC3B,UAAU,CAAC,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM,CAAC;IAClD,OAAO,IAAI,OAAO,CAAC;IACnB,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACjE,KAAK,IAAI,IAAI,CAAC;IACd,QAAQ,IAAI,OAAO,CAAC;CACvB;AAED;;;;;;;;GAQG;AACH,qBAgBa,2BAA2B,CAAC,CAAC,SAAS,qBAAqB,CACpE,YAAW,MAAM,EAAE,SAAS;;IAEA,eAAe,EAAG,eAAe,CAAC;IAE9D;;;;;OAKG;IACM,IAAI,EAAE,sBAAsB,CAAW;IAChD;;;;;OAKG;IACM,MAAM,EAAE,wBAAwB,CAAU;IACnD;;;;;OAKG;IACM,UAAU,EAAG,CAAC,CAAC;IACxB;;;;OAIG;IACM,SAAS,EAAG,MAAM,CAAC,CAAC;IAE7B;;;;;OAKG;IACH,SAAS,CAAC,OAAO,SAAM;IACvB;;;;;;OAMG;IACH,SAAS,CAAC,IAAI,EAAG,eAAe,CAAC,MAAM,CAAC,CAAC;IASzC;;;;;OAKG;IACH,IAAI,MAAM,IAAI,qBAAqB,GAAG,SAAS,CAE9C;IAED;;;;;;OAMG;IACH,SAAS,KAAK,UAAU,sCAIvB;IAED;;;;;OAKG;IACH,IAAI,eAAe,eAElB;IAED;;;;;;OAMG;IAEH,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,YAAY;IAoBhC,QAAQ;IAmBR,WAAW;IAOX;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,KAAK,EAAE,EAAE;QAAE,KAAK,EAAE,UAAU,CAAA;KAAE;IAyB5C;;;;;OAKG;IACH,UAAU;IA8BV;;;;;;;OAOG;IACH,OAAO,CAAC,kBAAkB;IAQ1B;;;;;;;OAOG;IACH,OAAO,CAAC,gBAAgB;yCA3Of,2BAA2B;2CAA3B,2BAA2B;CA8OvC"}
@@ -1,7 +0,0 @@
1
- import { EditorComponent } from '@tinymce/tinymce-angular';
2
- export type DOT_EDITABLE_TEXT_MODE = 'minimal' | 'full' | 'plain';
3
- export type DOT_EDITABLE_TEXT_FORMAT = 'html' | 'text';
4
- export declare const TINYMCE_CONFIG: {
5
- [key in DOT_EDITABLE_TEXT_MODE]: EditorComponent['init'];
6
- };
7
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdk/angular/src/lib/components/dotcms-editable-text/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAO3D,MAAM,MAAM,sBAAsB,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;AAElE,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG,MAAM,CAAC;AAOvD,eAAO,MAAM,cAAc,EAAE;KACxB,GAAG,IAAI,sBAAsB,GAAG,eAAe,CAAC,MAAM,CAAC;CAc3D,CAAC"}
@@ -1,21 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { DotPageAssetLayoutColumn } from '@dotcms/types';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * This component renders a column with all its content using the layout provided by dotCMS Page API.
6
- *
7
- * @see {@link https://www.dotcms.com/docs/latest/page-rest-api-layout-as-a-service-laas}
8
- * @category Components
9
- * @internal
10
- */
11
- export declare class ColumnComponent implements OnChanges {
12
- /**
13
- * The column data to be rendered
14
- */
15
- column: DotPageAssetLayoutColumn;
16
- customClasses: string;
17
- ngOnChanges(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "dotcms-column", never, { "column": { "alias": "column"; "required": true; }; }, {}, never, never, true, never>;
20
- }
21
- //# sourceMappingURL=column.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"column.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/src/lib/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,qBAaa,eAAgB,YAAW,SAAS;IAC7C;;OAEG;IACwB,MAAM,EAAG,wBAAwB,CAAC;IAEvC,aAAa,SAAM;IAEzC,WAAW;yCARF,eAAe;2CAAf,eAAe;CAa3B"}
@@ -1,27 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @description This component is used to display a message when a container is not found.
5
- * @export
6
- * @internal
7
- * @class ContainerNotFoundComponent
8
- * @implements {OnInit}
9
- */
10
- export declare class ContainerNotFoundComponent implements OnInit {
11
- #private;
12
- identifier: string;
13
- $isDevMode: import("@angular/core").Signal<boolean>;
14
- emptyContainerStyle: {
15
- width: string;
16
- 'background-color': string;
17
- display: string;
18
- 'justify-content': string;
19
- 'align-items': string;
20
- color: string;
21
- height: string;
22
- };
23
- ngOnInit(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ContainerNotFoundComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ContainerNotFoundComponent, "dotcms-container-not-found", never, { "identifier": { "alias": "identifier"; "required": false; }; }, {}, never, never, true, never>;
26
- }
27
- //# sourceMappingURL=container-not-found.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"container-not-found.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-layout-body/components/container/components/container-not-found/container-not-found.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,MAAM,EAAE,MAAM,eAAe,CAAC;;AAMjE;;;;;;GAMG;AACH,qBAWa,0BAA2B,YAAW,MAAM;;IAC5C,UAAU,SAAa;IAIhC,UAAU,0CAAyC;IACnD,mBAAmB;;;;;;;;MAAiC;IAEpD,QAAQ;yCARC,0BAA0B;2CAA1B,0BAA0B;CAatC"}
@@ -1,23 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @description This component is used to display a message when a container is empty.
4
- * @export
5
- * @internal
6
- * @class EmptyContainerComponent
7
- */
8
- export declare class EmptyContainerComponent {
9
- #private;
10
- emptyContainerStyle: {
11
- width: string;
12
- 'background-color': string;
13
- display: string;
14
- 'justify-content': string;
15
- 'align-items': string;
16
- color: string;
17
- height: string;
18
- };
19
- $isDevMode: import("@angular/core").Signal<boolean>;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<EmptyContainerComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<EmptyContainerComponent, "dotcms-empty-container", never, {}, {}, never, never, true, never>;
22
- }
23
- //# sourceMappingURL=empty-container.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"empty-container.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-layout-body/components/container/components/empty-container/empty-container.component.ts"],"names":[],"mappings":";AAOA;;;;;GAKG;AACH,qBAaa,uBAAuB;;IAChC,mBAAmB;;;;;;;;MAAiC;IAIpD,UAAU,0CAAgC;yCALjC,uBAAuB;2CAAvB,uBAAuB;CAMnC"}
@@ -1,28 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { DotCMSBasicContentlet, DotCMSColumnContainer, EditableContainerData } from '@dotcms/types';
3
- import { DotContainerAttributes } from '@dotcms/types/internal';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @description This component renders a container with all its content using the layout provided by dotCMS Page API.
7
- *
8
- * @see {@link https://www.dotcms.com/docs/latest/page-rest-api-layout-as-a-service-laas}
9
- * @category Components
10
- * @internal
11
- * @class ContainerComponent
12
- */
13
- export declare class ContainerComponent implements OnChanges {
14
- #private;
15
- /**
16
- * The container data to be rendered
17
- */
18
- container: DotCMSColumnContainer;
19
- $containerData: import("@angular/core").WritableSignal<EditableContainerData | null>;
20
- $contentlets: import("@angular/core").WritableSignal<DotCMSBasicContentlet[]>;
21
- $isEmpty: import("@angular/core").Signal<boolean>;
22
- $isDevMode: import("@angular/core").Signal<boolean>;
23
- $dotAttributes: import("@angular/core").Signal<DotContainerAttributes>;
24
- ngOnChanges(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "dotcms-container", never, { "container": { "alias": "container"; "required": true; }; }, {}, never, never, true, never>;
27
- }
28
- //# sourceMappingURL=container.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/sdk/angular/src/lib/components/dotcms-layout-body/components/container/container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,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,qBAyBa,kBAAmB,YAAW,SAAS;;IAChD;;OAEG;IACwB,SAAS,EAAG,qBAAqB,CAAC;IAI7D,cAAc,uEAA8C;IAC5D,YAAY,kEAAuC;IACnD,QAAQ,0CAAoD;IAC5D,UAAU,0CAAgC;IAC1C,cAAc,yDAQX;IAEH,WAAW;yCAtBF,kBAAkB;2CAAlB,kBAAkB;CAgC9B"}