@breadstone/mosaik-elements-angular 0.0.243 → 0.0.245

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-angular",
3
- "version": "0.0.243",
3
+ "version": "0.0.245",
4
4
  "description": "Mosaik elements for Angular.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -19,8 +19,8 @@
19
19
  "rxjs": "*"
20
20
  },
21
21
  "dependencies": {
22
- "@breadstone/mosaik-elements": "^0.0.243",
23
- "@breadstone/mosaik-elements-foundation": "^0.0.243",
22
+ "@breadstone/mosaik-elements": "^0.0.245",
23
+ "@breadstone/mosaik-elements-foundation": "^0.0.245",
24
24
  "tslib": "^2.8.1"
25
25
  }
26
26
  }
@@ -14856,8 +14856,8 @@ declare const DESIGNER_CONTENT_DEFAULT_PROPS: InjectionToken<Partial<_breadstone
14856
14856
  * @public
14857
14857
  *
14858
14858
  * @slot - Default slot for the canvas (mosaik-designer-canvas)
14859
- * @slot before-canvas - Generic extension slot before the canvas
14860
14859
  * @slot after-canvas - Generic extension slot after the canvas
14860
+ * @slot before-canvas - Generic extension slot before the canvas
14861
14861
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
14862
14862
  */
14863
14863
  declare class DesignerContentComponent {
@@ -15066,10 +15066,10 @@ declare const DESIGNER_DEFAULT_PROPS: InjectionToken<Partial<_breadstone_mosaik_
15066
15066
  * @public
15067
15067
  *
15068
15068
  * @slot - Default slot for the primary workspace structure (mosaik-designer-content)
15069
- * @slot header - Generic extension slot for header content such as toolbars
15070
- * @slot before-content - Generic extension slot before the main content area
15071
15069
  * @slot after-content - Generic extension slot after the main content area
15070
+ * @slot before-content - Generic extension slot before the main content area
15072
15071
  * @slot footer - Generic extension slot for footer content such as status bars
15072
+ * @slot header - Generic extension slot for header content such as toolbars
15073
15073
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
15074
15074
  */
15075
15075
  declare class DesignerComponent {
@@ -21584,8 +21584,8 @@ declare const FLOW_BOARD_COLUMN_COMPOSER_DEFAULT_PROPS: InjectionToken<Partial<l
21584
21584
  /**
21585
21585
  * @public
21586
21586
  *
21587
- * @slot trigger - The trigger element that opens the form (e.g., "Add another list" button)
21588
21587
  * @slot form - The form content for creating new columns (completely user-defined)
21588
+ * @slot trigger - The trigger element that opens the form (e.g., "Add another list" button)
21589
21589
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
21590
21590
  */
21591
21591
  declare class FlowBoardColumnComposerComponent {
@@ -21701,8 +21701,8 @@ declare const FLOW_BOARD_COLUMN_ITEM_COMPOSER_DEFAULT_PROPS: InjectionToken<Part
21701
21701
  /**
21702
21702
  * @public
21703
21703
  *
21704
- * @slot trigger - The trigger element that opens the form (e.g., "Add another item" button)
21705
21704
  * @slot form - The form content for creating new items (completely user-defined)
21705
+ * @slot trigger - The trigger element that opens the form (e.g., "Add another item" button)
21706
21706
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
21707
21707
  */
21708
21708
  declare class FlowBoardColumnItemComposerComponent {
@@ -21824,11 +21824,11 @@ declare const FLOW_BOARD_COLUMN_ITEM_DEFAULT_PROPS: InjectionToken<Partial<libs_
21824
21824
  /**
21825
21825
  * @public
21826
21826
  *
21827
- * @slot title - The title content of the item
21828
- * @slot subtitle - The subtitle content of the item
21829
21827
  * @slot actions - Action buttons or links related to the item
21830
- * @slot meta - Additional metadata like price or status
21831
21828
  * @slot footer - Footer content with actions or avatars
21829
+ * @slot meta - Additional metadata like price or status
21830
+ * @slot subtitle - The subtitle content of the item
21831
+ * @slot title - The title content of the item
21832
21832
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
21833
21833
  */
21834
21834
  declare class FlowBoardColumnItemComponent {
@@ -22023,11 +22023,11 @@ declare const FLOW_BOARD_COLUMN_DEFAULT_PROPS: InjectionToken<Partial<libs_mosai
22023
22023
  * @public
22024
22024
  *
22025
22025
  * @slot - Default slot for FlowBoardColumnItem elements
22026
- * @slot title - The title content of the column header
22027
- * @slot meta - Metadata content (badges, counts, KPIs)
22028
22026
  * @slot actions - Action buttons for the column
22029
- * @slot footer - Footer content (usually contains a composer)
22030
22027
  * @slot empty - Content to show when the column has no items
22028
+ * @slot footer - Footer content (usually contains a composer)
22029
+ * @slot meta - Metadata content (badges, counts, KPIs)
22030
+ * @slot title - The title content of the column header
22031
22031
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
22032
22032
  */
22033
22033
  declare class FlowBoardColumnComponent {
@@ -28603,7 +28603,12 @@ declare const PAGE_HEADER_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elem
28603
28603
  /**
28604
28604
  * @public
28605
28605
  *
28606
+ * @slot - The default slot.
28607
+ * @slot additionalHeader - The additionalHeader slot.
28606
28608
  * @slot header - The header content.
28609
+ * @slot prefix - The prefix slot.
28610
+ * @slot subHeader - The subHeader slot.
28611
+ * @slot suffix - The suffix slot.
28607
28612
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
28608
28613
  */
28609
28614
  declare class PageHeaderComponent {
@@ -28616,6 +28621,18 @@ declare class PageHeaderComponent {
28616
28621
  * @public
28617
28622
  */
28618
28623
  readonly text: InputSignal<PageHeaderElement['text'] | undefined>;
28624
+ /**
28625
+ * Signal input for the `subText` property.
28626
+ *
28627
+ * @public
28628
+ */
28629
+ readonly subText: InputSignal<PageHeaderElement['subText'] | undefined>;
28630
+ /**
28631
+ * Signal input for the `additionalText` property.
28632
+ *
28633
+ * @public
28634
+ */
28635
+ readonly additionalText: InputSignal<PageHeaderElement['additionalText'] | undefined>;
28619
28636
  /**
28620
28637
  * Signal input for the `themeName` property.
28621
28638
  *
@@ -28686,12 +28703,12 @@ declare class PageHeaderComponent {
28686
28703
  */
28687
28704
  setInput<TProperty extends keyof PageHeaderElement>(property: TProperty, value: PageHeaderElement[TProperty]): void;
28688
28705
  static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
28689
- static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "mosaik-page-header", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "themeName": { "alias": "themeName"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; }, { "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, never>;
28706
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "mosaik-page-header", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "subText": { "alias": "subText"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "themeName": { "alias": "themeName"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; }, { "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, never>;
28690
28707
  }
28691
28708
  /**
28692
28709
  * Declares the methods available on PageHeaderComponent.
28693
28710
  */
28694
- type PageHeaderMethodNames = 'adoptStyle' | 'on' | 'off' | 'emit' | 'requestUpdate';
28711
+ type PageHeaderMethodNames = 'assignToSlot' | 'getSlotAssignments' | 'getSlotAssignmentsOf' | 'getSlotContent' | 'hasSlotContent' | 'hasSlot' | 'onSlotChanges' | 'adoptStyle' | 'on' | 'off' | 'emit' | 'requestUpdate';
28695
28712
  /**
28696
28713
  * Declares the methods interface for PageHeaderComponent.
28697
28714
  */
@@ -28713,6 +28730,7 @@ declare const PAGE_PRE_CONTENT_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik
28713
28730
  /**
28714
28731
  * @public
28715
28732
  *
28733
+ * @slot - The default slot.
28716
28734
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
28717
28735
  */
28718
28736
  declare class PagePreContentComponent {
@@ -28816,6 +28834,7 @@ declare const PAGE_PRE_HEADER_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_
28816
28834
  /**
28817
28835
  * @public
28818
28836
  *
28837
+ * @slot - The default slot.
28819
28838
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
28820
28839
  */
28821
28840
  declare class PagePreHeaderComponent {
@@ -28919,11 +28938,11 @@ declare const PAGE_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elements_fo
28919
28938
  /**
28920
28939
  * @public
28921
28940
  *
28922
- * @slot preHeader - Content displayed before the main header (e.g., notifications, alerts)
28923
- * @slot header - Primary page header content (e.g., navigation, title, actions)
28924
- * @slot preContent - Content between header and main content (e.g., breadcrumbs, filters)
28925
28941
  * @slot content - Main page content area
28926
28942
  * @slot footer - Page footer content (e.g., copyright, links)
28943
+ * @slot header - Primary page header content (e.g., navigation, title, actions)
28944
+ * @slot preContent - Content between header and main content (e.g., breadcrumbs, filters)
28945
+ * @slot preHeader - Content displayed before the main header (e.g., notifications, alerts)
28927
28946
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
28928
28947
  */
28929
28948
  declare class PageComponent {
@@ -29028,8 +29047,8 @@ declare const PAGE_MENU_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elemen
29028
29047
  * @public
29029
29048
  *
29030
29049
  * @slot - The content of the page menu.
29031
- * @slot start - The start content of the page menu.
29032
29050
  * @slot end - The end content of the page menu.
29051
+ * @slot start - The start content of the page menu.
29033
29052
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
29034
29053
  */
29035
29054
  declare class PageMenuComponent {
@@ -38088,8 +38107,7 @@ declare const SPLIT_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elements_f
38088
38107
  /**
38089
38108
  * @public
38090
38109
  *
38091
- * @slot start - The primary content panel positioned at the beginning of the split
38092
- * @slot end - The secondary content panel positioned at the end of the split
38110
+ * @slot - ${e.reverse ? 'end' : 'start'} - The ${e.reverse ? 'end' : 'start'} slot.
38093
38111
  * @slot thumb - Custom grip icon for the draggable divider (defaults to three dots icon)
38094
38112
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
38095
38113
  */
@@ -42597,6 +42615,7 @@ declare const TILE_LIST_ITEM_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_e
42597
42615
  /**
42598
42616
  * @public
42599
42617
  *
42618
+ * @slot - The default slot.
42600
42619
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
42601
42620
  */
42602
42621
  declare class TileListItemComponent {
@@ -42736,6 +42755,7 @@ declare const TILE_LIST_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_elemen
42736
42755
  /**
42737
42756
  * @public
42738
42757
  *
42758
+ * @slot - The default slot.
42739
42759
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
42740
42760
  */
42741
42761
  declare class TileListComponent {
@@ -42858,13 +42878,13 @@ declare const TILE_MANAGER_TILE_DEFAULT_PROPS: InjectionToken<Partial<libs_mosai
42858
42878
  * @public
42859
42879
  *
42860
42880
  * @slot - Default slot for the tile's content.
42861
- * @slot title - Renders the title of the tile header.
42862
- * @slot maximize-action - Renders the maximize action element of the tile header.
42863
- * @slot fullscreen-action - Renders the fullscreen action element of the tile header.
42864
42881
  * @slot actions - Renders items after the default actions in the tile header.
42865
- * @slot side-adorner - Renders the side resize handle of the tile.
42866
- * @slot corner-adorner - Renders the corner resize handle of the tile.
42867
42882
  * @slot bottom-adorner - Renders the bottom resize handle of the tile.
42883
+ * @slot corner-adorner - Renders the corner resize handle of the tile.
42884
+ * @slot fullscreen-action - Renders the fullscreen action element of the tile header.
42885
+ * @slot maximize-action - Renders the maximize action element of the tile header.
42886
+ * @slot side-adorner - Renders the side resize handle of the tile.
42887
+ * @slot title - Renders the title of the tile header.
42868
42888
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
42869
42889
  */
42870
42890
  declare class TileManagerTileComponent {