@breadstone/mosaik-elements-angular 0.0.222 → 0.0.224

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.222",
3
+ "version": "0.0.224",
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.222",
23
- "@breadstone/mosaik-elements-foundation": "^0.0.222",
22
+ "@breadstone/mosaik-elements": "^0.0.224",
23
+ "@breadstone/mosaik-elements-foundation": "^0.0.224",
24
24
  "tslib": "^2.8.1"
25
25
  }
26
26
  }
@@ -4672,6 +4672,8 @@ declare class ColorBoxComponent implements ControlValueAccessor {
4672
4672
  set swatches(value: ColorBoxElement['swatches']);
4673
4673
  get textAlign(): ColorBoxElement['textAlign'];
4674
4674
  set textAlign(value: ColorBoxElement['textAlign']);
4675
+ get colorPosition(): ColorBoxElement['colorPosition'];
4676
+ set colorPosition(value: ColorBoxElement['colorPosition']);
4675
4677
  get themeName(): ColorBoxElement['themeName'];
4676
4678
  set themeName(value: ColorBoxElement['themeName']);
4677
4679
  get isClearable(): ColorBoxElement['isClearable'];
@@ -4729,7 +4731,7 @@ declare class ColorBoxComponent implements ControlValueAccessor {
4729
4731
  invoke<TMethod extends ColorBoxMethodNames>(method: TMethod, ...args: Parameters<ColorBoxComponentMethods[TMethod]>): ReturnType<ColorBoxComponentMethods[TMethod]>;
4730
4732
  private onEmit;
4731
4733
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorBoxComponent, never>;
4732
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorBoxComponent, "mosaik-colorbox", never, { "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "format": { "alias": "format"; "required": false; }; "swatches": { "alias": "swatches"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "isClearable": { "alias": "isClearable"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "dropDownPlacement": { "alias": "dropDownPlacement"; "required": false; }; "dropDownStrategy": { "alias": "dropDownStrategy"; "required": false; }; "dropDownDistance": { "alias": "dropDownDistance"; "required": false; }; "dropDownSkidding": { "alias": "dropDownSkidding"; "required": false; }; "dropDownStaysOpen": { "alias": "dropDownStaysOpen"; "required": false; }; "maxDropDownHeight": { "alias": "maxDropDownHeight"; "required": false; }; "isDropDownOpen": { "alias": "isDropDownOpen"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "state": { "alias": "state"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "parser": { "alias": "parser"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, { "cleared": "cleared"; "change": "change"; "input": "input"; "focus": "focus"; "blur": "blur"; "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, [{ directive: typeof FormStatusDirective; inputs: {}; outputs: {}; }, { directive: typeof FormFieldStatusDirective; inputs: {}; outputs: {}; }]>;
4734
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorBoxComponent, "mosaik-colorbox", never, { "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "format": { "alias": "format"; "required": false; }; "swatches": { "alias": "swatches"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "colorPosition": { "alias": "colorPosition"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "isClearable": { "alias": "isClearable"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "dropDownPlacement": { "alias": "dropDownPlacement"; "required": false; }; "dropDownStrategy": { "alias": "dropDownStrategy"; "required": false; }; "dropDownDistance": { "alias": "dropDownDistance"; "required": false; }; "dropDownSkidding": { "alias": "dropDownSkidding"; "required": false; }; "dropDownStaysOpen": { "alias": "dropDownStaysOpen"; "required": false; }; "maxDropDownHeight": { "alias": "maxDropDownHeight"; "required": false; }; "isDropDownOpen": { "alias": "isDropDownOpen"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "state": { "alias": "state"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "parser": { "alias": "parser"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, { "cleared": "cleared"; "change": "change"; "input": "input"; "focus": "focus"; "blur": "blur"; "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, [{ directive: typeof FormStatusDirective; inputs: {}; outputs: {}; }, { directive: typeof FormFieldStatusDirective; inputs: {}; outputs: {}; }]>;
4733
4735
  }
4734
4736
  /**
4735
4737
  * Declares the methods available on ColorBoxComponent.
@@ -7465,8 +7467,12 @@ declare class ExpanderGroupComponent {
7465
7467
  set mode(value: ExpanderGroupElement['mode']);
7466
7468
  get direction(): ExpanderGroupElement['direction'];
7467
7469
  set direction(value: ExpanderGroupElement['direction']);
7470
+ get stacking(): ExpanderGroupElement['stacking'];
7471
+ set stacking(value: ExpanderGroupElement['stacking']);
7468
7472
  get themeName(): ExpanderGroupElement['themeName'];
7469
7473
  set themeName(value: ExpanderGroupElement['themeName']);
7474
+ get disabled(): ExpanderGroupElement['disabled'];
7475
+ set disabled(value: ExpanderGroupElement['disabled']);
7470
7476
  get variant(): ExpanderGroupElement['variant'];
7471
7477
  set variant(value: ExpanderGroupElement['variant']);
7472
7478
  get appearance(): ExpanderGroupElement['appearance'];
@@ -7482,7 +7488,7 @@ declare class ExpanderGroupComponent {
7482
7488
  invoke<TMethod extends ExpanderGroupMethodNames>(method: TMethod, ...args: Parameters<ExpanderGroupComponentMethods[TMethod]>): ReturnType<ExpanderGroupComponentMethods[TMethod]>;
7483
7489
  private onEmit;
7484
7490
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpanderGroupComponent, never>;
7485
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpanderGroupComponent, "mosaik-expander-group", never, { "mode": { "alias": "mode"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, { "toggled": "toggled"; "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, never>;
7491
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExpanderGroupComponent, "mosaik-expander-group", never, { "mode": { "alias": "mode"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "stacking": { "alias": "stacking"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, { "toggled": "toggled"; "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, never>;
7486
7492
  }
7487
7493
  /**
7488
7494
  * Declares the methods available on ExpanderGroupComponent.
@@ -7610,6 +7616,7 @@ declare const EXPANDER_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_element
7610
7616
  * @public
7611
7617
  *
7612
7618
  * @slot icon - The slot for placing an icon in the expander.
7619
+ * @slot actions - The slot for placing action elements in the expander header.
7613
7620
  * @slot header - The slot for placing header content.
7614
7621
  * @slot subHeader - The slot for placing sub-header content.
7615
7622
  * @slot - The default slot for placing main content inside the expander.
@@ -20314,7 +20321,7 @@ declare class IconRegistry {
20314
20321
  /**
20315
20322
  * Registers a set of icons with the registry.
20316
20323
  *
20317
- * @param icons - An object mapping icon names to their SVG data or an object containing data and optional aliases.
20324
+ * @param icons An object mapping icon names to their SVG data or an object containing data and optional aliases.
20318
20325
  * @throws Will throw an error if the icon name or data is not provided.
20319
20326
  * @public
20320
20327
  */
@@ -20322,7 +20329,7 @@ declare class IconRegistry {
20322
20329
  /**
20323
20330
  * Gets the SVG data for a given icon name.
20324
20331
  *
20325
- * @param name - The name of the icon.
20332
+ * @param name The name of the icon.
20326
20333
  * @throws Will throw an error if the icon name is not provided.
20327
20334
  * @throws Will throw an error if the icon with the given name is not registered.
20328
20335
  * @public
@@ -21325,15 +21332,15 @@ declare class AnimationRegistry {
21325
21332
  * Registers an animation with the registry.
21326
21333
  *
21327
21334
  * @public
21328
- * @param name - The name of the animation.
21329
- * @param animation - The animation options to register.
21335
+ * @param name e name of the animation.
21336
+ * @param animation The animation options to register.
21330
21337
  */
21331
21338
  register(name: keyof typeof Animation | string, animation: IAnimateOptions): void;
21332
21339
  /**
21333
21340
  * Unregister an animation from the registry.
21334
21341
  *
21335
21342
  * @public
21336
- * @param name - The name of the animation to retrieve.
21343
+ * @param name The name of the animation to retrieve.
21337
21344
  * @returns The animation options if found, otherwise undefined.
21338
21345
  */
21339
21346
  unregister(name: keyof typeof Animation | string): void;
@@ -21696,8 +21703,8 @@ declare function provideGlobalDom(): EnvironmentProviders;
21696
21703
  * implicit `this` inside a controller.
21697
21704
  *
21698
21705
  * @public
21699
- * @template TComponent - The concrete component instance type.
21700
- * @template TElement - The concrete host element type.
21706
+ * @template TComponent The concrete component instance type.
21707
+ * @template TElement The concrete host element type.
21701
21708
  */
21702
21709
  interface IControllerHostRef<TComponent extends object, TElement extends HTMLElement = HTMLElement> {
21703
21710
  /**
@@ -21725,8 +21732,8 @@ interface IControllerHostRef<TComponent extends object, TElement extends HTMLEle
21725
21732
  * connected to the hosting component's lifetime.
21726
21733
  *
21727
21734
  * @public
21728
- * @template TComponent - The concrete component instance type.
21729
- * @template TElement - The concrete host element type.
21735
+ * @template TComponent The concrete component instance type.
21736
+ * @template TElement The concrete host element type.
21730
21737
  */
21731
21738
  interface IReactiveController<TComponent extends object = object, TElement extends HTMLElement = HTMLElement> {
21732
21739
  /**
@@ -21760,10 +21767,10 @@ interface IReactiveController<TComponent extends object = object, TElement exten
21760
21767
  * Angular lifecycle hooks.
21761
21768
  *
21762
21769
  * @public
21763
- * @template TComponent - The concrete component instance type.
21764
- * @template TElement - The concrete host element type.
21765
- * @template TController - The concrete controller type.
21766
- * @param controllerType - The controller class to instantiate.
21770
+ * @template TComponent The concrete component instance type.
21771
+ * @template TElement The concrete host element type.
21772
+ * @template TController The concrete controller type.
21773
+ * @param controllerType The controller class to instantiate.
21767
21774
  * @returns The instantiated controller.
21768
21775
  * @example
21769
21776
  * ```ts