@breadstone/mosaik-elements-angular 0.0.221 → 0.0.223
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.
|
|
3
|
+
"version": "0.0.223",
|
|
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.
|
|
23
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
22
|
+
"@breadstone/mosaik-elements": "^0.0.223",
|
|
23
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.223",
|
|
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.
|
|
@@ -15317,10 +15324,12 @@ declare class Theme2Component {
|
|
|
15317
15324
|
private readonly _disconnected;
|
|
15318
15325
|
private readonly _changed;
|
|
15319
15326
|
constructor();
|
|
15327
|
+
get name(): Theme2Element['name'];
|
|
15328
|
+
set name(value: Theme2Element['name']);
|
|
15320
15329
|
get theme(): Theme2Element['theme'];
|
|
15321
15330
|
set theme(value: Theme2Element['theme']);
|
|
15322
|
-
get
|
|
15323
|
-
set
|
|
15331
|
+
get global(): Theme2Element['global'];
|
|
15332
|
+
set global(value: Theme2Element['global']);
|
|
15324
15333
|
get dir(): Theme2Element['dir'];
|
|
15325
15334
|
set dir(value: Theme2Element['dir']);
|
|
15326
15335
|
get lang(): Theme2Element['lang'];
|
|
@@ -15331,7 +15340,7 @@ declare class Theme2Component {
|
|
|
15331
15340
|
invoke<TMethod extends Theme2MethodNames>(method: TMethod, ...args: Parameters<Theme2ComponentMethods[TMethod]>): ReturnType<Theme2ComponentMethods[TMethod]>;
|
|
15332
15341
|
private onEmit;
|
|
15333
15342
|
static ɵfac: i0.ɵɵFactoryDeclaration<Theme2Component, never>;
|
|
15334
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Theme2Component, "mosaik-theme2", never, { "theme": { "alias": "theme"; "required": false; }; "
|
|
15343
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Theme2Component, "mosaik-theme2", never, { "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "global": { "alias": "global"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, { "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, never>;
|
|
15335
15344
|
}
|
|
15336
15345
|
/**
|
|
15337
15346
|
* Declares the methods available on Theme2Component.
|
|
@@ -20312,7 +20321,7 @@ declare class IconRegistry {
|
|
|
20312
20321
|
/**
|
|
20313
20322
|
* Registers a set of icons with the registry.
|
|
20314
20323
|
*
|
|
20315
|
-
* @param icons
|
|
20324
|
+
* @param icons An object mapping icon names to their SVG data or an object containing data and optional aliases.
|
|
20316
20325
|
* @throws Will throw an error if the icon name or data is not provided.
|
|
20317
20326
|
* @public
|
|
20318
20327
|
*/
|
|
@@ -20320,7 +20329,7 @@ declare class IconRegistry {
|
|
|
20320
20329
|
/**
|
|
20321
20330
|
* Gets the SVG data for a given icon name.
|
|
20322
20331
|
*
|
|
20323
|
-
* @param name
|
|
20332
|
+
* @param name The name of the icon.
|
|
20324
20333
|
* @throws Will throw an error if the icon name is not provided.
|
|
20325
20334
|
* @throws Will throw an error if the icon with the given name is not registered.
|
|
20326
20335
|
* @public
|
|
@@ -21323,15 +21332,15 @@ declare class AnimationRegistry {
|
|
|
21323
21332
|
* Registers an animation with the registry.
|
|
21324
21333
|
*
|
|
21325
21334
|
* @public
|
|
21326
|
-
* @param name
|
|
21327
|
-
* @param animation
|
|
21335
|
+
* @param name e name of the animation.
|
|
21336
|
+
* @param animation The animation options to register.
|
|
21328
21337
|
*/
|
|
21329
21338
|
register(name: keyof typeof Animation | string, animation: IAnimateOptions): void;
|
|
21330
21339
|
/**
|
|
21331
21340
|
* Unregister an animation from the registry.
|
|
21332
21341
|
*
|
|
21333
21342
|
* @public
|
|
21334
|
-
* @param name
|
|
21343
|
+
* @param name The name of the animation to retrieve.
|
|
21335
21344
|
* @returns The animation options if found, otherwise undefined.
|
|
21336
21345
|
*/
|
|
21337
21346
|
unregister(name: keyof typeof Animation | string): void;
|
|
@@ -21694,8 +21703,8 @@ declare function provideGlobalDom(): EnvironmentProviders;
|
|
|
21694
21703
|
* implicit `this` inside a controller.
|
|
21695
21704
|
*
|
|
21696
21705
|
* @public
|
|
21697
|
-
* @template TComponent
|
|
21698
|
-
* @template TElement
|
|
21706
|
+
* @template TComponent The concrete component instance type.
|
|
21707
|
+
* @template TElement The concrete host element type.
|
|
21699
21708
|
*/
|
|
21700
21709
|
interface IControllerHostRef<TComponent extends object, TElement extends HTMLElement = HTMLElement> {
|
|
21701
21710
|
/**
|
|
@@ -21723,8 +21732,8 @@ interface IControllerHostRef<TComponent extends object, TElement extends HTMLEle
|
|
|
21723
21732
|
* connected to the hosting component's lifetime.
|
|
21724
21733
|
*
|
|
21725
21734
|
* @public
|
|
21726
|
-
* @template TComponent
|
|
21727
|
-
* @template TElement
|
|
21735
|
+
* @template TComponent The concrete component instance type.
|
|
21736
|
+
* @template TElement The concrete host element type.
|
|
21728
21737
|
*/
|
|
21729
21738
|
interface IReactiveController<TComponent extends object = object, TElement extends HTMLElement = HTMLElement> {
|
|
21730
21739
|
/**
|
|
@@ -21758,10 +21767,10 @@ interface IReactiveController<TComponent extends object = object, TElement exten
|
|
|
21758
21767
|
* Angular lifecycle hooks.
|
|
21759
21768
|
*
|
|
21760
21769
|
* @public
|
|
21761
|
-
* @template TComponent
|
|
21762
|
-
* @template TElement
|
|
21763
|
-
* @template TController
|
|
21764
|
-
* @param controllerType
|
|
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.
|
|
21765
21774
|
* @returns The instantiated controller.
|
|
21766
21775
|
* @example
|
|
21767
21776
|
* ```ts
|