@breadstone/mosaik-elements-angular 0.0.261 → 0.0.262
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,13 @@
|
|
|
1
|
+
## 0.0.262 (2026-05-10)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **list-item:** add slottable functionality and update methods ([99b0fc8657](https://github.com/RueDeRennes/mosaik/commit/99b0fc8657))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **api:** update line numbers and references in documentation for MenuItemGroupElement, ListItemElement, and MenuItemElement ([08cc5bdbf9](https://github.com/RueDeRennes/mosaik/commit/08cc5bdbf9))
|
|
10
|
+
|
|
1
11
|
## 0.0.261 (2026-05-07)
|
|
2
12
|
|
|
3
13
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
@@ -57177,6 +57177,12 @@ let MenuItemGroupComponent = class MenuItemGroupComponent {
|
|
|
57177
57177
|
* @public
|
|
57178
57178
|
*/
|
|
57179
57179
|
themeName = input(...(ngDevMode ? [undefined, { debugName: "themeName" }] : /* istanbul ignore next */ []));
|
|
57180
|
+
/**
|
|
57181
|
+
* Signal input for the `formatter` property.
|
|
57182
|
+
*
|
|
57183
|
+
* @public
|
|
57184
|
+
*/
|
|
57185
|
+
formatter = input(...(ngDevMode ? [undefined, { debugName: "formatter" }] : /* istanbul ignore next */ []));
|
|
57180
57186
|
/**
|
|
57181
57187
|
* Signal input for the `orientation` property.
|
|
57182
57188
|
*
|
|
@@ -57216,6 +57222,10 @@ let MenuItemGroupComponent = class MenuItemGroupComponent {
|
|
|
57216
57222
|
if (themeNameValue !== undefined) {
|
|
57217
57223
|
this._element.themeName = themeNameValue;
|
|
57218
57224
|
}
|
|
57225
|
+
const formatterValue = this.formatter();
|
|
57226
|
+
if (formatterValue !== undefined) {
|
|
57227
|
+
this._element.formatter = formatterValue;
|
|
57228
|
+
}
|
|
57219
57229
|
const orientationValue = this.orientation();
|
|
57220
57230
|
if (orientationValue !== undefined) {
|
|
57221
57231
|
this._element.orientation = orientationValue;
|
|
@@ -57276,12 +57286,12 @@ let MenuItemGroupComponent = class MenuItemGroupComponent {
|
|
|
57276
57286
|
this._element[property] = value;
|
|
57277
57287
|
}
|
|
57278
57288
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: MenuItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
57279
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.10", type: MenuItemGroupComponent, isStandalone: true, selector: "mosaik-menu-item-group", inputs: { textOverflow: { classPropertyName: "textOverflow", publicName: "textOverflow", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, themeName: { classPropertyName: "themeName", publicName: "themeName", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", 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", changed: "changed", disconnected: "disconnected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
57289
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.10", type: MenuItemGroupComponent, isStandalone: true, selector: "mosaik-menu-item-group", inputs: { textOverflow: { classPropertyName: "textOverflow", publicName: "textOverflow", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, themeName: { classPropertyName: "themeName", publicName: "themeName", isSignal: true, isRequired: false, transformFunction: null }, formatter: { classPropertyName: "formatter", publicName: "formatter", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", 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", changed: "changed", disconnected: "disconnected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
57280
57290
|
};
|
|
57281
57291
|
MenuItemGroupComponent = __decorate$1T([
|
|
57282
57292
|
ProxyCmp({
|
|
57283
57293
|
defineCustomElementFn: () => customElements.define('mosaik-menu-item-group', MenuItemGroupElement),
|
|
57284
|
-
inputs: ['textOverflow', 'header', 'themeName', 'orientation', 'dir', 'lang'],
|
|
57294
|
+
inputs: ['textOverflow', 'header', 'themeName', 'formatter', 'orientation', 'dir', 'lang'],
|
|
57285
57295
|
methods: ['adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
57286
57296
|
}),
|
|
57287
57297
|
__metadata$1T("design:paramtypes", [])
|
|
@@ -57294,7 +57304,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
|
|
|
57294
57304
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
57295
57305
|
template: '<ng-content></ng-content>'
|
|
57296
57306
|
}]
|
|
57297
|
-
}], ctorParameters: () => [], propDecorators: { textOverflow: [{ type: i0.Input, args: [{ isSignal: true, alias: "textOverflow", required: false }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], themeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "themeName", required: false }] }], orientation: [{ type: i0.Input, args: [{ isSignal: true, alias: "orientation", 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"] }], changed: [{ type: i0.Output, args: ["changed"] }], disconnected: [{ type: i0.Output, args: ["disconnected"] }] } });
|
|
57307
|
+
}], ctorParameters: () => [], propDecorators: { textOverflow: [{ type: i0.Input, args: [{ isSignal: true, alias: "textOverflow", required: false }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], themeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "themeName", required: false }] }], formatter: [{ type: i0.Input, args: [{ isSignal: true, alias: "formatter", required: false }] }], orientation: [{ type: i0.Input, args: [{ isSignal: true, alias: "orientation", 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"] }], changed: [{ type: i0.Output, args: ["changed"] }], disconnected: [{ type: i0.Output, args: ["disconnected"] }] } });
|
|
57298
57308
|
/**
|
|
57299
57309
|
* @public
|
|
57300
57310
|
*/
|
|
@@ -57449,6 +57459,12 @@ let MenuItemComponent = class MenuItemComponent {
|
|
|
57449
57459
|
* @public
|
|
57450
57460
|
*/
|
|
57451
57461
|
isFocused = input(...(ngDevMode ? [undefined, { debugName: "isFocused" }] : /* istanbul ignore next */ []));
|
|
57462
|
+
/**
|
|
57463
|
+
* Signal input for the `formatter` property.
|
|
57464
|
+
*
|
|
57465
|
+
* @public
|
|
57466
|
+
*/
|
|
57467
|
+
formatter = input(...(ngDevMode ? [undefined, { debugName: "formatter" }] : /* istanbul ignore next */ []));
|
|
57452
57468
|
/**
|
|
57453
57469
|
* Signal input for the `label` property.
|
|
57454
57470
|
*
|
|
@@ -57536,6 +57552,10 @@ let MenuItemComponent = class MenuItemComponent {
|
|
|
57536
57552
|
if (isFocusedValue !== undefined) {
|
|
57537
57553
|
this._element.isFocused = isFocusedValue;
|
|
57538
57554
|
}
|
|
57555
|
+
const formatterValue = this.formatter();
|
|
57556
|
+
if (formatterValue !== undefined) {
|
|
57557
|
+
this._element.formatter = formatterValue;
|
|
57558
|
+
}
|
|
57539
57559
|
const labelValue = this.label();
|
|
57540
57560
|
if (labelValue !== undefined) {
|
|
57541
57561
|
this._element.label = labelValue;
|
|
@@ -57602,12 +57622,12 @@ let MenuItemComponent = class MenuItemComponent {
|
|
|
57602
57622
|
this._element[property] = value;
|
|
57603
57623
|
}
|
|
57604
57624
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: MenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
57605
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.10", type: MenuItemComponent, isStandalone: true, selector: "mosaik-menu-item", inputs: { hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, subLabel: { classPropertyName: "subLabel", publicName: "subLabel", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, isActive: { classPropertyName: "isActive", publicName: "isActive", isSignal: true, isRequired: false, transformFunction: null }, isChecked: { classPropertyName: "isChecked", publicName: "isChecked", isSignal: true, isRequired: false, transformFunction: null }, isExpanded: { classPropertyName: "isExpanded", publicName: "isExpanded", isSignal: true, isRequired: false, transformFunction: null }, menuMode: { classPropertyName: "menuMode", publicName: "menuMode", isSignal: true, isRequired: false, transformFunction: null }, textOverflow: { classPropertyName: "textOverflow", publicName: "textOverflow", isSignal: true, isRequired: false, transformFunction: null }, themeName: { classPropertyName: "themeName", publicName: "themeName", isSignal: true, isRequired: false, transformFunction: null }, ripple: { classPropertyName: "ripple", publicName: "ripple", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, isFocused: { classPropertyName: "isFocused", publicName: "isFocused", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", 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: { activated: "activated", connected: "connected", changed: "changed", disconnected: "disconnected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
57625
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.10", type: MenuItemComponent, isStandalone: true, selector: "mosaik-menu-item", inputs: { hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, subLabel: { classPropertyName: "subLabel", publicName: "subLabel", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, isActive: { classPropertyName: "isActive", publicName: "isActive", isSignal: true, isRequired: false, transformFunction: null }, isChecked: { classPropertyName: "isChecked", publicName: "isChecked", isSignal: true, isRequired: false, transformFunction: null }, isExpanded: { classPropertyName: "isExpanded", publicName: "isExpanded", isSignal: true, isRequired: false, transformFunction: null }, menuMode: { classPropertyName: "menuMode", publicName: "menuMode", isSignal: true, isRequired: false, transformFunction: null }, textOverflow: { classPropertyName: "textOverflow", publicName: "textOverflow", isSignal: true, isRequired: false, transformFunction: null }, themeName: { classPropertyName: "themeName", publicName: "themeName", isSignal: true, isRequired: false, transformFunction: null }, ripple: { classPropertyName: "ripple", publicName: "ripple", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, isFocused: { classPropertyName: "isFocused", publicName: "isFocused", isSignal: true, isRequired: false, transformFunction: null }, formatter: { classPropertyName: "formatter", publicName: "formatter", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", 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: { activated: "activated", connected: "connected", changed: "changed", disconnected: "disconnected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
57606
57626
|
};
|
|
57607
57627
|
MenuItemComponent = __decorate$1S([
|
|
57608
57628
|
ProxyCmp({
|
|
57609
57629
|
defineCustomElementFn: () => customElements.define('mosaik-menu-item', MenuItemElement),
|
|
57610
|
-
inputs: ['hasChildren', 'subLabel', 'icon', 'isActive', 'isChecked', 'isExpanded', 'menuMode', 'textOverflow', 'themeName', 'ripple', 'disabled', 'value', 'variant', 'appearance', 'isFocused', 'label', 'dir', 'lang'],
|
|
57630
|
+
inputs: ['hasChildren', 'subLabel', 'icon', 'isActive', 'isChecked', 'isExpanded', 'menuMode', 'textOverflow', 'themeName', 'ripple', 'disabled', 'value', 'variant', 'appearance', 'isFocused', 'formatter', 'label', 'dir', 'lang'],
|
|
57611
57631
|
methods: ['expand', 'collapse', 'toggle', 'onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'getSlotContent', 'hasSlotContent', 'hasSlot', 'hasVisibleFocusInTree', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
57612
57632
|
}),
|
|
57613
57633
|
__metadata$1S("design:paramtypes", [])
|
|
@@ -57620,7 +57640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
|
|
|
57620
57640
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
57621
57641
|
template: '<ng-content></ng-content>'
|
|
57622
57642
|
}]
|
|
57623
|
-
}], ctorParameters: () => [], propDecorators: { hasChildren: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasChildren", required: false }] }], subLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "subLabel", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], isActive: [{ type: i0.Input, args: [{ isSignal: true, alias: "isActive", required: false }] }], isChecked: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChecked", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], menuMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "menuMode", required: false }] }], textOverflow: [{ type: i0.Input, args: [{ isSignal: true, alias: "textOverflow", required: false }] }], themeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "themeName", required: false }] }], ripple: [{ type: i0.Input, args: [{ isSignal: true, alias: "ripple", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], appearance: [{ type: i0.Input, args: [{ isSignal: true, alias: "appearance", required: false }] }], isFocused: [{ type: i0.Input, args: [{ isSignal: true, alias: "isFocused", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], lang: [{ type: i0.Input, args: [{ isSignal: true, alias: "lang", required: false }] }], activated: [{ type: i0.Output, args: ["activated"] }], connected: [{ type: i0.Output, args: ["connected"] }], changed: [{ type: i0.Output, args: ["changed"] }], disconnected: [{ type: i0.Output, args: ["disconnected"] }] } });
|
|
57643
|
+
}], ctorParameters: () => [], propDecorators: { hasChildren: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasChildren", required: false }] }], subLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "subLabel", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], isActive: [{ type: i0.Input, args: [{ isSignal: true, alias: "isActive", required: false }] }], isChecked: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChecked", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], menuMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "menuMode", required: false }] }], textOverflow: [{ type: i0.Input, args: [{ isSignal: true, alias: "textOverflow", required: false }] }], themeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "themeName", required: false }] }], ripple: [{ type: i0.Input, args: [{ isSignal: true, alias: "ripple", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], appearance: [{ type: i0.Input, args: [{ isSignal: true, alias: "appearance", required: false }] }], isFocused: [{ type: i0.Input, args: [{ isSignal: true, alias: "isFocused", required: false }] }], formatter: [{ type: i0.Input, args: [{ isSignal: true, alias: "formatter", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], lang: [{ type: i0.Input, args: [{ isSignal: true, alias: "lang", required: false }] }], activated: [{ type: i0.Output, args: ["activated"] }], connected: [{ type: i0.Output, args: ["connected"] }], changed: [{ type: i0.Output, args: ["changed"] }], disconnected: [{ type: i0.Output, args: ["disconnected"] }] } });
|
|
57624
57644
|
/**
|
|
57625
57645
|
* @public
|
|
57626
57646
|
*/
|