@breadstone/mosaik-elements-angular 0.0.244 → 0.0.246
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 0.0.246 (2026-04-30)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.245 (2026-04-30)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **layouts:** enhance layout components with CSS custom properties and slot adjustments ([d72d6116bb](https://github.com/RueDeRennes/mosaik/commit/d72d6116bb))
|
|
10
|
+
- **page-header:** enhance typography and layout for headers and subheaders ([824031a02a](https://github.com/RueDeRennes/mosaik/commit/824031a02a))
|
|
11
|
+
|
|
1
12
|
## 0.0.244 (2026-04-30)
|
|
2
13
|
|
|
3
14
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
@@ -39726,8 +39726,8 @@ const DESIGNER_CONTENT_DEFAULT_PROPS = new InjectionToken('MOSAIK_DESIGNER_CONTE
|
|
|
39726
39726
|
* @public
|
|
39727
39727
|
*
|
|
39728
39728
|
* @slot - Default slot for the canvas (mosaik-designer-canvas)
|
|
39729
|
-
* @slot before-canvas - Generic extension slot before the canvas
|
|
39730
39729
|
* @slot after-canvas - Generic extension slot after the canvas
|
|
39730
|
+
* @slot before-canvas - Generic extension slot before the canvas
|
|
39731
39731
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
39732
39732
|
*/
|
|
39733
39733
|
let DesignerContentComponent = class DesignerContentComponent {
|
|
@@ -40072,10 +40072,10 @@ const DESIGNER_DEFAULT_PROPS = new InjectionToken('MOSAIK_DESIGNER_DEFAULT_PROPS
|
|
|
40072
40072
|
* @public
|
|
40073
40073
|
*
|
|
40074
40074
|
* @slot - Default slot for the primary workspace structure (mosaik-designer-content)
|
|
40075
|
-
* @slot header - Generic extension slot for header content such as toolbars
|
|
40076
|
-
* @slot before-content - Generic extension slot before the main content area
|
|
40077
40075
|
* @slot after-content - Generic extension slot after the main content area
|
|
40076
|
+
* @slot before-content - Generic extension slot before the main content area
|
|
40078
40077
|
* @slot footer - Generic extension slot for footer content such as status bars
|
|
40078
|
+
* @slot header - Generic extension slot for header content such as toolbars
|
|
40079
40079
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
40080
40080
|
*/
|
|
40081
40081
|
let DesignerComponent = class DesignerComponent {
|
|
@@ -47681,8 +47681,8 @@ const FLOW_BOARD_COLUMN_COMPOSER_DEFAULT_PROPS = new InjectionToken('MOSAIK_FLOW
|
|
|
47681
47681
|
/**
|
|
47682
47682
|
* @public
|
|
47683
47683
|
*
|
|
47684
|
-
* @slot trigger - The trigger element that opens the form (e.g., "Add another list" button)
|
|
47685
47684
|
* @slot form - The form content for creating new columns (completely user-defined)
|
|
47685
|
+
* @slot trigger - The trigger element that opens the form (e.g., "Add another list" button)
|
|
47686
47686
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
47687
47687
|
*/
|
|
47688
47688
|
let FlowBoardColumnComposerComponent = class FlowBoardColumnComposerComponent {
|
|
@@ -47868,8 +47868,8 @@ const FLOW_BOARD_COLUMN_ITEM_COMPOSER_DEFAULT_PROPS = new InjectionToken('MOSAIK
|
|
|
47868
47868
|
/**
|
|
47869
47869
|
* @public
|
|
47870
47870
|
*
|
|
47871
|
-
* @slot trigger - The trigger element that opens the form (e.g., "Add another item" button)
|
|
47872
47871
|
* @slot form - The form content for creating new items (completely user-defined)
|
|
47872
|
+
* @slot trigger - The trigger element that opens the form (e.g., "Add another item" button)
|
|
47873
47873
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
47874
47874
|
*/
|
|
47875
47875
|
let FlowBoardColumnItemComposerComponent = class FlowBoardColumnItemComposerComponent {
|
|
@@ -48065,11 +48065,11 @@ const FLOW_BOARD_COLUMN_ITEM_DEFAULT_PROPS = new InjectionToken('MOSAIK_FLOW_BOA
|
|
|
48065
48065
|
/**
|
|
48066
48066
|
* @public
|
|
48067
48067
|
*
|
|
48068
|
-
* @slot title - The title content of the item
|
|
48069
|
-
* @slot subtitle - The subtitle content of the item
|
|
48070
48068
|
* @slot actions - Action buttons or links related to the item
|
|
48071
|
-
* @slot meta - Additional metadata like price or status
|
|
48072
48069
|
* @slot footer - Footer content with actions or avatars
|
|
48070
|
+
* @slot meta - Additional metadata like price or status
|
|
48071
|
+
* @slot subtitle - The subtitle content of the item
|
|
48072
|
+
* @slot title - The title content of the item
|
|
48073
48073
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
48074
48074
|
*/
|
|
48075
48075
|
let FlowBoardColumnItemComponent = class FlowBoardColumnItemComponent {
|
|
@@ -48380,11 +48380,11 @@ const FLOW_BOARD_COLUMN_DEFAULT_PROPS = new InjectionToken('MOSAIK_FLOW_BOARD_CO
|
|
|
48380
48380
|
* @public
|
|
48381
48381
|
*
|
|
48382
48382
|
* @slot - Default slot for FlowBoardColumnItem elements
|
|
48383
|
-
* @slot title - The title content of the column header
|
|
48384
|
-
* @slot meta - Metadata content (badges, counts, KPIs)
|
|
48385
48383
|
* @slot actions - Action buttons for the column
|
|
48386
|
-
* @slot footer - Footer content (usually contains a composer)
|
|
48387
48384
|
* @slot empty - Content to show when the column has no items
|
|
48385
|
+
* @slot footer - Footer content (usually contains a composer)
|
|
48386
|
+
* @slot meta - Metadata content (badges, counts, KPIs)
|
|
48387
|
+
* @slot title - The title content of the column header
|
|
48388
48388
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
48389
48389
|
*/
|
|
48390
48390
|
let FlowBoardColumnComponent = class FlowBoardColumnComponent {
|
|
@@ -58705,7 +58705,12 @@ const PAGE_HEADER_DEFAULT_PROPS = new InjectionToken('MOSAIK_PAGE_HEADER_DEFAULT
|
|
|
58705
58705
|
/**
|
|
58706
58706
|
* @public
|
|
58707
58707
|
*
|
|
58708
|
+
* @slot - The default slot.
|
|
58709
|
+
* @slot additionalHeader - The additionalHeader slot.
|
|
58708
58710
|
* @slot header - The header content.
|
|
58711
|
+
* @slot prefix - The prefix slot.
|
|
58712
|
+
* @slot subHeader - The subHeader slot.
|
|
58713
|
+
* @slot suffix - The suffix slot.
|
|
58709
58714
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
58710
58715
|
*/
|
|
58711
58716
|
let PageHeaderComponent = class PageHeaderComponent {
|
|
@@ -58734,6 +58739,18 @@ let PageHeaderComponent = class PageHeaderComponent {
|
|
|
58734
58739
|
* @public
|
|
58735
58740
|
*/
|
|
58736
58741
|
text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : /* istanbul ignore next */ []));
|
|
58742
|
+
/**
|
|
58743
|
+
* Signal input for the `subText` property.
|
|
58744
|
+
*
|
|
58745
|
+
* @public
|
|
58746
|
+
*/
|
|
58747
|
+
subText = input(...(ngDevMode ? [undefined, { debugName: "subText" }] : /* istanbul ignore next */ []));
|
|
58748
|
+
/**
|
|
58749
|
+
* Signal input for the `additionalText` property.
|
|
58750
|
+
*
|
|
58751
|
+
* @public
|
|
58752
|
+
*/
|
|
58753
|
+
additionalText = input(...(ngDevMode ? [undefined, { debugName: "additionalText" }] : /* istanbul ignore next */ []));
|
|
58737
58754
|
/**
|
|
58738
58755
|
* Signal input for the `themeName` property.
|
|
58739
58756
|
*
|
|
@@ -58771,6 +58788,14 @@ let PageHeaderComponent = class PageHeaderComponent {
|
|
|
58771
58788
|
if (textValue !== undefined) {
|
|
58772
58789
|
this._element.text = textValue;
|
|
58773
58790
|
}
|
|
58791
|
+
const subTextValue = this.subText();
|
|
58792
|
+
if (subTextValue !== undefined) {
|
|
58793
|
+
this._element.subText = subTextValue;
|
|
58794
|
+
}
|
|
58795
|
+
const additionalTextValue = this.additionalText();
|
|
58796
|
+
if (additionalTextValue !== undefined) {
|
|
58797
|
+
this._element.additionalText = additionalTextValue;
|
|
58798
|
+
}
|
|
58774
58799
|
const themeNameValue = this.themeName();
|
|
58775
58800
|
if (themeNameValue !== undefined) {
|
|
58776
58801
|
this._element.themeName = themeNameValue;
|
|
@@ -58835,13 +58860,13 @@ let PageHeaderComponent = class PageHeaderComponent {
|
|
|
58835
58860
|
this._element[property] = value;
|
|
58836
58861
|
}
|
|
58837
58862
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: PageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
58838
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.10", type: PageHeaderComponent, isStandalone: true, selector: "mosaik-page-header", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, themeName: { classPropertyName: "themeName", publicName: "themeName", isSignal: true, isRequired: false, transformFunction: null }, inset: { classPropertyName: "inset", publicName: "inset", isSignal: true, isRequired: false, transformFunction: null }, dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, lang: { classPropertyName: "lang", publicName: "lang", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
58863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.10", type: PageHeaderComponent, isStandalone: true, selector: "mosaik-page-header", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, subText: { classPropertyName: "subText", publicName: "subText", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, themeName: { classPropertyName: "themeName", publicName: "themeName", isSignal: true, isRequired: false, transformFunction: null }, inset: { classPropertyName: "inset", publicName: "inset", isSignal: true, isRequired: false, transformFunction: null }, dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, lang: { classPropertyName: "lang", publicName: "lang", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
58839
58864
|
};
|
|
58840
58865
|
PageHeaderComponent = __decorate$1I([
|
|
58841
58866
|
ProxyCmp({
|
|
58842
58867
|
defineCustomElementFn: () => customElements.define('mosaik-page-header', PageHeaderElement),
|
|
58843
|
-
inputs: ['text', 'themeName', 'inset', 'dir', 'lang'],
|
|
58844
|
-
methods: ['adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
58868
|
+
inputs: ['text', 'subText', 'additionalText', 'themeName', 'inset', 'dir', 'lang'],
|
|
58869
|
+
methods: ['assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
58845
58870
|
}),
|
|
58846
58871
|
__metadata$1I("design:paramtypes", [])
|
|
58847
58872
|
], PageHeaderComponent);
|
|
@@ -58853,7 +58878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
|
|
|
58853
58878
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
58854
58879
|
template: '<ng-content></ng-content>'
|
|
58855
58880
|
}]
|
|
58856
|
-
}], ctorParameters: () => [], propDecorators: { text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], themeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "themeName", required: false }] }], inset: [{ type: i0.Input, args: [{ isSignal: true, alias: "inset", required: false }] }], dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], lang: [{ type: i0.Input, args: [{ isSignal: true, alias: "lang", required: false }] }], connected: [{ type: i0.Output, args: ["connected"] }], disconnected: [{ type: i0.Output, args: ["disconnected"] }], changed: [{ type: i0.Output, args: ["changed"] }] } });
|
|
58881
|
+
}], ctorParameters: () => [], propDecorators: { text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], subText: [{ type: i0.Input, args: [{ isSignal: true, alias: "subText", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], themeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "themeName", required: false }] }], inset: [{ type: i0.Input, args: [{ isSignal: true, alias: "inset", required: false }] }], dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], lang: [{ type: i0.Input, args: [{ isSignal: true, alias: "lang", required: false }] }], connected: [{ type: i0.Output, args: ["connected"] }], disconnected: [{ type: i0.Output, args: ["disconnected"] }], changed: [{ type: i0.Output, args: ["changed"] }] } });
|
|
58857
58882
|
/**
|
|
58858
58883
|
* @public
|
|
58859
58884
|
*/
|
|
@@ -58887,6 +58912,7 @@ const PAGE_PRE_CONTENT_DEFAULT_PROPS = new InjectionToken('MOSAIK_PAGE_PRE_CONTE
|
|
|
58887
58912
|
/**
|
|
58888
58913
|
* @public
|
|
58889
58914
|
*
|
|
58915
|
+
* @slot - The default slot.
|
|
58890
58916
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
58891
58917
|
*/
|
|
58892
58918
|
let PagePreContentComponent = class PagePreContentComponent {
|
|
@@ -59058,6 +59084,7 @@ const PAGE_PRE_HEADER_DEFAULT_PROPS = new InjectionToken('MOSAIK_PAGE_PRE_HEADER
|
|
|
59058
59084
|
/**
|
|
59059
59085
|
* @public
|
|
59060
59086
|
*
|
|
59087
|
+
* @slot - The default slot.
|
|
59061
59088
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
59062
59089
|
*/
|
|
59063
59090
|
let PagePreHeaderComponent = class PagePreHeaderComponent {
|
|
@@ -59229,11 +59256,11 @@ const PAGE_DEFAULT_PROPS = new InjectionToken('MOSAIK_PAGE_DEFAULT_PROPS');
|
|
|
59229
59256
|
/**
|
|
59230
59257
|
* @public
|
|
59231
59258
|
*
|
|
59232
|
-
* @slot preHeader - Content displayed before the main header (e.g., notifications, alerts)
|
|
59233
|
-
* @slot header - Primary page header content (e.g., navigation, title, actions)
|
|
59234
|
-
* @slot preContent - Content between header and main content (e.g., breadcrumbs, filters)
|
|
59235
59259
|
* @slot content - Main page content area
|
|
59236
59260
|
* @slot footer - Page footer content (e.g., copyright, links)
|
|
59261
|
+
* @slot header - Primary page header content (e.g., navigation, title, actions)
|
|
59262
|
+
* @slot preContent - Content between header and main content (e.g., breadcrumbs, filters)
|
|
59263
|
+
* @slot preHeader - Content displayed before the main header (e.g., notifications, alerts)
|
|
59237
59264
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
59238
59265
|
*/
|
|
59239
59266
|
let PageComponent = class PageComponent {
|
|
@@ -59406,8 +59433,8 @@ const PAGE_MENU_DEFAULT_PROPS = new InjectionToken('MOSAIK_PAGE_MENU_DEFAULT_PRO
|
|
|
59406
59433
|
* @public
|
|
59407
59434
|
*
|
|
59408
59435
|
* @slot - The content of the page menu.
|
|
59409
|
-
* @slot start - The start content of the page menu.
|
|
59410
59436
|
* @slot end - The end content of the page menu.
|
|
59437
|
+
* @slot start - The start content of the page menu.
|
|
59411
59438
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
59412
59439
|
*/
|
|
59413
59440
|
let PageMenuComponent = class PageMenuComponent {
|
|
@@ -73035,8 +73062,7 @@ const SPLIT_DEFAULT_PROPS = new InjectionToken('MOSAIK_SPLIT_DEFAULT_PROPS');
|
|
|
73035
73062
|
/**
|
|
73036
73063
|
* @public
|
|
73037
73064
|
*
|
|
73038
|
-
* @slot
|
|
73039
|
-
* @slot end - The secondary content panel positioned at the end of the split
|
|
73065
|
+
* @slot - ${e.reverse ? 'end' : 'start'} - The ${e.reverse ? 'end' : 'start'} slot.
|
|
73040
73066
|
* @slot thumb - Custom grip icon for the draggable divider (defaults to three dots icon)
|
|
73041
73067
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
73042
73068
|
*/
|
|
@@ -80098,6 +80124,7 @@ const TILE_LIST_ITEM_DEFAULT_PROPS = new InjectionToken('MOSAIK_TILE_LIST_ITEM_D
|
|
|
80098
80124
|
/**
|
|
80099
80125
|
* @public
|
|
80100
80126
|
*
|
|
80127
|
+
* @slot - The default slot.
|
|
80101
80128
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
80102
80129
|
*/
|
|
80103
80130
|
let TileListItemComponent = class TileListItemComponent {
|
|
@@ -80329,6 +80356,7 @@ const TILE_LIST_DEFAULT_PROPS = new InjectionToken('MOSAIK_TILE_LIST_DEFAULT_PRO
|
|
|
80329
80356
|
/**
|
|
80330
80357
|
* @public
|
|
80331
80358
|
*
|
|
80359
|
+
* @slot - The default slot.
|
|
80332
80360
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
80333
80361
|
*/
|
|
80334
80362
|
let TileListComponent = class TileListComponent {
|
|
@@ -80531,13 +80559,13 @@ const TILE_MANAGER_TILE_DEFAULT_PROPS = new InjectionToken('MOSAIK_TILE_MANAGER_
|
|
|
80531
80559
|
* @public
|
|
80532
80560
|
*
|
|
80533
80561
|
* @slot - Default slot for the tile's content.
|
|
80534
|
-
* @slot title - Renders the title of the tile header.
|
|
80535
|
-
* @slot maximize-action - Renders the maximize action element of the tile header.
|
|
80536
|
-
* @slot fullscreen-action - Renders the fullscreen action element of the tile header.
|
|
80537
80562
|
* @slot actions - Renders items after the default actions in the tile header.
|
|
80538
|
-
* @slot side-adorner - Renders the side resize handle of the tile.
|
|
80539
|
-
* @slot corner-adorner - Renders the corner resize handle of the tile.
|
|
80540
80563
|
* @slot bottom-adorner - Renders the bottom resize handle of the tile.
|
|
80564
|
+
* @slot corner-adorner - Renders the corner resize handle of the tile.
|
|
80565
|
+
* @slot fullscreen-action - Renders the fullscreen action element of the tile header.
|
|
80566
|
+
* @slot maximize-action - Renders the maximize action element of the tile header.
|
|
80567
|
+
* @slot side-adorner - Renders the side resize handle of the tile.
|
|
80568
|
+
* @slot title - Renders the title of the tile header.
|
|
80541
80569
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
80542
80570
|
*/
|
|
80543
80571
|
let TileManagerTileComponent = class TileManagerTileComponent {
|