@breadstone/mosaik-elements-angular 0.0.253 → 0.0.254

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,9 @@
1
+ ## 0.0.254 (2026-05-03)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **MessageBoxPortal:** update definition links and add missing styles ([66b0c53414](https://github.com/RueDeRennes/mosaik/commit/66b0c53414))
6
+
1
7
  ## 0.0.253 (2026-05-03)
2
8
 
3
9
  ### 🚀 Features
@@ -15112,25 +15112,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
15112
15112
  }]
15113
15113
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
15114
15114
 
15115
- // #region Imports
15116
- // #endregion
15117
- /**
15118
- * @public
15119
- */
15120
- const MESSAGE_BOX_CONFIG = new InjectionToken('MOSAIK_MESSAGE_BOX_CONFIG');
15121
- /**
15122
- * @public
15123
- */
15124
- const MESSAGE_BOX_REF = new InjectionToken('MOSAIK_MESSAGE_BOX_REF');
15125
- /**
15126
- * @public
15127
- */
15128
- const MESSAGE_BOX_REF_DATA = new InjectionToken('MOSAIK_MESSAGE_BOX_REF_DATA');
15129
- /**
15130
- * @public
15131
- */
15132
- const MESSAGE_BOX_BEHAVIORS = new InjectionToken('MOSAIK_MESSAGE_BOX_BEHAVIORS');
15133
-
15134
15115
  var __decorate$4d = (this && this.__decorate) || function (decorators, target, key, desc) {
15135
15116
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
15136
15117
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -15595,6 +15576,25 @@ function provideMessageBoxComponent(config, intl) {
15595
15576
  return makeEnvironmentProviders(providers);
15596
15577
  }
15597
15578
 
15579
+ // #region Imports
15580
+ // #endregion
15581
+ /**
15582
+ * @public
15583
+ */
15584
+ const MESSAGE_BOX_CONFIG = new InjectionToken('MOSAIK_MESSAGE_BOX_CONFIG');
15585
+ /**
15586
+ * @public
15587
+ */
15588
+ const MESSAGE_BOX_REF = new InjectionToken('MOSAIK_MESSAGE_BOX_REF');
15589
+ /**
15590
+ * @public
15591
+ */
15592
+ const MESSAGE_BOX_REF_DATA = new InjectionToken('MOSAIK_MESSAGE_BOX_REF_DATA');
15593
+ /**
15594
+ * @public
15595
+ */
15596
+ const MESSAGE_BOX_BEHAVIORS = new InjectionToken('MOSAIK_MESSAGE_BOX_BEHAVIORS');
15597
+
15598
15598
  // #region Imports
15599
15599
  // #endregion
15600
15600
  /**
@@ -15647,7 +15647,7 @@ class MessageBoxPortalComponent extends PortalComponent$1 {
15647
15647
  return this._config;
15648
15648
  }
15649
15649
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: MessageBoxPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15650
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.10", type: MessageBoxPortalComponent, isStandalone: true, selector: "mosaik-message-box-portal", host: { classAttribute: "message-box-portal" }, viewQueries: [{ propertyName: "_portal", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }, { propertyName: "_component", first: true, predicate: MessageBoxComponent, descendants: true, static: true }], exportAs: ["mosaikMessageBoxPortal"], usesInheritance: true, ngImport: i0, template: "<mosaik-message-box>\n <ng-template cdkPortalOutlet></ng-template>\n</mosaik-message-box>", dependencies: [{ kind: "directive", type: CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: MessageBoxComponent, selector: "mosaik-message-box", inputs: ["intl", "header", "subHeader", "message", "buttons", "icon", "alignment", "formatter", "variant", "dragging", "offsetX", "offsetY", "isFullScreen", "isDraggable", "themeName", "animationTarget", "enter", "exit", "width", "height", "elevation", "appearance", "isOpen", "hasBackdrop", "pressEscapeToClose", "clickOutsideToClose", "closeable", "dir", "lang"], outputs: ["dialogResult", "opened", "closed", "connected", "disconnected", "changed"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15650
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.10", type: MessageBoxPortalComponent, isStandalone: true, selector: "mosaik-message-box-portal", host: { classAttribute: "message-box-portal" }, viewQueries: [{ propertyName: "_portal", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }, { propertyName: "_component", first: true, predicate: MessageBoxComponent, descendants: true, static: true }], exportAs: ["mosaikMessageBoxPortal"], usesInheritance: true, ngImport: i0, template: "<mosaik-message-box>\n <ng-template cdkPortalOutlet></ng-template>\n</mosaik-message-box>", styles: [":host{width:100vw;height:100vh;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition-property:backdrop-filter}\n"], dependencies: [{ kind: "directive", type: CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: MessageBoxComponent, selector: "mosaik-message-box", inputs: ["intl", "header", "subHeader", "message", "buttons", "icon", "alignment", "formatter", "variant", "dragging", "offsetX", "offsetY", "isFullScreen", "isDraggable", "themeName", "animationTarget", "enter", "exit", "width", "height", "elevation", "appearance", "isOpen", "hasBackdrop", "pressEscapeToClose", "clickOutsideToClose", "closeable", "dir", "lang"], outputs: ["dialogResult", "opened", "closed", "connected", "disconnected", "changed"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15651
15651
  }
15652
15652
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: MessageBoxPortalComponent, decorators: [{
15653
15653
  type: Component,
@@ -15656,7 +15656,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
15656
15656
  }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
15657
15657
  CdkPortalOutlet,
15658
15658
  MessageBoxComponent
15659
- ], template: "<mosaik-message-box>\n <ng-template cdkPortalOutlet></ng-template>\n</mosaik-message-box>" }]
15659
+ ], template: "<mosaik-message-box>\n <ng-template cdkPortalOutlet></ng-template>\n</mosaik-message-box>", styles: [":host{width:100vw;height:100vh;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition-property:backdrop-filter}\n"] }]
15660
15660
  }], ctorParameters: () => [], propDecorators: { _portal: [{
15661
15661
  type: ViewChild,
15662
15662
  args: [CdkPortalOutlet, { static: true }]