@breadstone/mosaik-elements-angular 0.0.20 → 0.0.22
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/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +5 -1
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts.map +1 -1
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +3 -1
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts.map +1 -1
- package/fesm2022/mosaik-elements-angular.mjs +42 -6
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -41,6 +41,10 @@ export declare class NumberBoxComponent implements ControlValueAccessor {
|
|
|
41
41
|
set keyboard(value: NumberBoxElement['keyboard']);
|
|
42
42
|
get spinPosition(): NumberBoxElement['spinPosition'];
|
|
43
43
|
set spinPosition(value: NumberBoxElement['spinPosition']);
|
|
44
|
+
get spinner(): NumberBoxElement['spinner'];
|
|
45
|
+
set spinner(value: NumberBoxElement['spinner']);
|
|
46
|
+
get textAlign(): NumberBoxElement['textAlign'];
|
|
47
|
+
set textAlign(value: NumberBoxElement['textAlign']);
|
|
44
48
|
get themeName(): NumberBoxElement['themeName'];
|
|
45
49
|
set themeName(value: NumberBoxElement['themeName']);
|
|
46
50
|
get isClearable(): NumberBoxElement['isClearable'];
|
|
@@ -95,7 +99,7 @@ export declare class NumberBoxComponent implements ControlValueAccessor {
|
|
|
95
99
|
invoke<TMethod extends NumberBoxMethodNames>(method: TMethod, ...args: Parameters<NumberBoxComponentMethods[TMethod]>): ReturnType<NumberBoxComponentMethods[TMethod]>;
|
|
96
100
|
private onEmit;
|
|
97
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberBoxComponent, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberBoxComponent, "mosaik-numberbox", 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; }; "keyboard": { "alias": "keyboard"; "required": false; }; "spinPosition": { "alias": "spinPosition"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "isClearable": { "alias": "isClearable"; "required": false; }; "cleared": { "alias": "cleared"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isBusy": { "alias": "isBusy"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimalPlaces": { "alias": "decimalPlaces"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "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; }; }, { "change": "change"; "input": "input"; "focus": "focus"; "blur": "blur"; "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, [{ directive: typeof i1.FormStatusDirective; inputs: {}; outputs: {}; }]>;
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberBoxComponent, "mosaik-numberbox", 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; }; "keyboard": { "alias": "keyboard"; "required": false; }; "spinPosition": { "alias": "spinPosition"; "required": false; }; "spinner": { "alias": "spinner"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "isClearable": { "alias": "isClearable"; "required": false; }; "cleared": { "alias": "cleared"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isBusy": { "alias": "isBusy"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimalPlaces": { "alias": "decimalPlaces"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "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; }; }, { "change": "change"; "input": "input"; "focus": "focus"; "blur": "blur"; "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, [{ directive: typeof i1.FormStatusDirective; inputs: {}; outputs: {}; }]>;
|
|
99
103
|
}
|
|
100
104
|
/**
|
|
101
105
|
* Declares the methods available on NumberBoxComponent.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberBoxComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/NumberBox/NumberBoxComponent.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"NumberBoxComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/NumberBox/NumberBoxComponent.ts"],"names":[],"mappings":"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"}
|
|
@@ -49,6 +49,8 @@ export declare class TextBoxComponent implements ControlValueAccessor {
|
|
|
49
49
|
set maxlength(value: TextBoxElement['maxlength']);
|
|
50
50
|
get resize(): TextBoxElement['resize'];
|
|
51
51
|
set resize(value: TextBoxElement['resize']);
|
|
52
|
+
get textAlign(): TextBoxElement['textAlign'];
|
|
53
|
+
set textAlign(value: TextBoxElement['textAlign']);
|
|
52
54
|
get themeName(): TextBoxElement['themeName'];
|
|
53
55
|
set themeName(value: TextBoxElement['themeName']);
|
|
54
56
|
get isClearable(): TextBoxElement['isClearable'];
|
|
@@ -91,7 +93,7 @@ export declare class TextBoxComponent implements ControlValueAccessor {
|
|
|
91
93
|
invoke<TMethod extends TextBoxMethodNames>(method: TMethod, ...args: Parameters<TextBoxComponentMethods[TMethod]>): ReturnType<TextBoxComponentMethods[TMethod]>;
|
|
92
94
|
private onEmit;
|
|
93
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "mosaik-textbox", never, { "multiline": { "alias": "multiline"; "required": false; }; "multilineRows": { "alias": "multilineRows"; "required": false; }; "multilineMaxRows": { "alias": "multilineMaxRows"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "keyboard": { "alias": "keyboard"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "isClearable": { "alias": "isClearable"; "required": false; }; "cleared": { "alias": "cleared"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "label": { "alias": "label"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "value": { "alias": "value"; "required": false; }; "isBusy": { "alias": "isBusy"; "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; }; }, { "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, [{ directive: typeof i1.FormStatusDirective; inputs: {}; outputs: {}; }]>;
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "mosaik-textbox", never, { "multiline": { "alias": "multiline"; "required": false; }; "multilineRows": { "alias": "multilineRows"; "required": false; }; "multilineMaxRows": { "alias": "multilineMaxRows"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "keyboard": { "alias": "keyboard"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "isClearable": { "alias": "isClearable"; "required": false; }; "cleared": { "alias": "cleared"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "label": { "alias": "label"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "value": { "alias": "value"; "required": false; }; "isBusy": { "alias": "isBusy"; "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; }; }, { "connected": "connected"; "disconnected": "disconnected"; "changed": "changed"; }, never, ["*"], true, [{ directive: typeof i1.FormStatusDirective; inputs: {}; outputs: {}; }]>;
|
|
95
97
|
}
|
|
96
98
|
/**
|
|
97
99
|
* Declares the methods available on TextBoxComponent.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextBoxComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/TextBox/TextBoxComponent.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"TextBoxComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/TextBox/TextBoxComponent.ts"],"names":[],"mappings":"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"}
|
|
@@ -31158,6 +31158,26 @@ let NumberBoxComponent = class NumberBoxComponent {
|
|
|
31158
31158
|
this._element.spinPosition = value;
|
|
31159
31159
|
});
|
|
31160
31160
|
}
|
|
31161
|
+
get spinner() {
|
|
31162
|
+
// @ts-ignore - temporary fix for the type error
|
|
31163
|
+
return this._element.spinner;
|
|
31164
|
+
}
|
|
31165
|
+
set spinner(value) {
|
|
31166
|
+
this._zone.runOutsideAngular(() => {
|
|
31167
|
+
// @ts-ignore - temporary fix for the type error
|
|
31168
|
+
this._element.spinner = value;
|
|
31169
|
+
});
|
|
31170
|
+
}
|
|
31171
|
+
get textAlign() {
|
|
31172
|
+
// @ts-ignore - temporary fix for the type error
|
|
31173
|
+
return this._element.textAlign;
|
|
31174
|
+
}
|
|
31175
|
+
set textAlign(value) {
|
|
31176
|
+
this._zone.runOutsideAngular(() => {
|
|
31177
|
+
// @ts-ignore - temporary fix for the type error
|
|
31178
|
+
this._element.textAlign = value;
|
|
31179
|
+
});
|
|
31180
|
+
}
|
|
31161
31181
|
get themeName() {
|
|
31162
31182
|
// @ts-ignore - temporary fix for the type error
|
|
31163
31183
|
return this._element.themeName;
|
|
@@ -31403,7 +31423,7 @@ let NumberBoxComponent = class NumberBoxComponent {
|
|
|
31403
31423
|
}
|
|
31404
31424
|
}
|
|
31405
31425
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: NumberBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
31406
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: NumberBoxComponent, isStandalone: true, selector: "mosaik-numberbox", inputs: { readonly: "readonly", required: "required", autofocus: "autofocus", name: "name", pattern: "pattern", placeholder: "placeholder", autocomplete: "autocomplete", keyboard: "keyboard", spinPosition: "spinPosition", themeName: "themeName", isClearable: "isClearable", cleared: "cleared", appearance: "appearance", invalid: "invalid", value: "value", variant: "variant", label: "label", isBusy: "isBusy", step: "step", decimalPlaces: "decimalPlaces", min: "min", max: "max", disabled: "disabled", state: "state", formatter: "formatter", parser: "parser", isFocused: "isFocused", dir: "dir", lang: "lang" }, outputs: { change: "change", input: "input", focus: "focus", blur: "blur", connected: "connected", disconnected: "disconnected", changed: "changed" }, providers: [
|
|
31426
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: NumberBoxComponent, isStandalone: true, selector: "mosaik-numberbox", inputs: { readonly: "readonly", required: "required", autofocus: "autofocus", name: "name", pattern: "pattern", placeholder: "placeholder", autocomplete: "autocomplete", keyboard: "keyboard", spinPosition: "spinPosition", spinner: "spinner", textAlign: "textAlign", themeName: "themeName", isClearable: "isClearable", cleared: "cleared", appearance: "appearance", invalid: "invalid", value: "value", variant: "variant", label: "label", isBusy: "isBusy", step: "step", decimalPlaces: "decimalPlaces", min: "min", max: "max", disabled: "disabled", state: "state", formatter: "formatter", parser: "parser", isFocused: "isFocused", dir: "dir", lang: "lang" }, outputs: { change: "change", input: "input", focus: "focus", blur: "blur", connected: "connected", disconnected: "disconnected", changed: "changed" }, providers: [
|
|
31407
31427
|
{
|
|
31408
31428
|
provide: NG_VALUE_ACCESSOR,
|
|
31409
31429
|
useExisting: forwardRef(() => NumberBoxComponent),
|
|
@@ -31418,7 +31438,7 @@ let NumberBoxComponent = class NumberBoxComponent {
|
|
|
31418
31438
|
NumberBoxComponent = __decorate$1f([
|
|
31419
31439
|
ProxyCmp({
|
|
31420
31440
|
defineCustomElementFn: () => customElements.define('mosaik-numberbox', NumberBoxElement),
|
|
31421
|
-
inputs: ['readonly', 'required', 'autofocus', 'name', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'spinPosition', 'themeName', 'isClearable', 'cleared', 'appearance', 'invalid', 'value', 'variant', 'label', 'isBusy', 'step', 'decimalPlaces', 'min', 'max', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
31441
|
+
inputs: ['readonly', 'required', 'autofocus', 'name', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'spinPosition', 'spinner', 'textAlign', 'themeName', 'isClearable', 'cleared', 'appearance', 'invalid', 'value', 'variant', 'label', 'isBusy', 'step', 'decimalPlaces', 'min', 'max', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
31422
31442
|
methods: ['focus', 'blur', 'clear', 'reset', 'checkValidity', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'hasVisibleFocusInTree', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
31423
31443
|
}),
|
|
31424
31444
|
__metadata$1f("design:paramtypes", [])
|
|
@@ -31430,7 +31450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
31430
31450
|
standalone: true,
|
|
31431
31451
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31432
31452
|
template: '<ng-content></ng-content>',
|
|
31433
|
-
inputs: ['readonly', 'required', 'autofocus', 'name', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'spinPosition', 'themeName', 'isClearable', 'cleared', 'appearance', 'invalid', 'value', 'variant', 'label', 'isBusy', 'step', 'decimalPlaces', 'min', 'max', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
31453
|
+
inputs: ['readonly', 'required', 'autofocus', 'name', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'spinPosition', 'spinner', 'textAlign', 'themeName', 'isClearable', 'cleared', 'appearance', 'invalid', 'value', 'variant', 'label', 'isBusy', 'step', 'decimalPlaces', 'min', 'max', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
31434
31454
|
outputs: ['change', 'input', 'focus', 'blur', 'connected', 'disconnected', 'changed'],
|
|
31435
31455
|
hostDirectives: [FormStatusDirective],
|
|
31436
31456
|
providers: [
|
|
@@ -31463,6 +31483,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
31463
31483
|
type: Input
|
|
31464
31484
|
}], spinPosition: [{
|
|
31465
31485
|
type: Input
|
|
31486
|
+
}], spinner: [{
|
|
31487
|
+
type: Input
|
|
31488
|
+
}], textAlign: [{
|
|
31489
|
+
type: Input
|
|
31466
31490
|
}], themeName: [{
|
|
31467
31491
|
type: Input
|
|
31468
31492
|
}], isClearable: [{
|
|
@@ -45852,6 +45876,16 @@ let TextBoxComponent = class TextBoxComponent {
|
|
|
45852
45876
|
this._element.resize = value;
|
|
45853
45877
|
});
|
|
45854
45878
|
}
|
|
45879
|
+
get textAlign() {
|
|
45880
|
+
// @ts-ignore - temporary fix for the type error
|
|
45881
|
+
return this._element.textAlign;
|
|
45882
|
+
}
|
|
45883
|
+
set textAlign(value) {
|
|
45884
|
+
this._zone.runOutsideAngular(() => {
|
|
45885
|
+
// @ts-ignore - temporary fix for the type error
|
|
45886
|
+
this._element.textAlign = value;
|
|
45887
|
+
});
|
|
45888
|
+
}
|
|
45855
45889
|
get themeName() {
|
|
45856
45890
|
// @ts-ignore - temporary fix for the type error
|
|
45857
45891
|
return this._element.themeName;
|
|
@@ -46045,7 +46079,7 @@ let TextBoxComponent = class TextBoxComponent {
|
|
|
46045
46079
|
}
|
|
46046
46080
|
}
|
|
46047
46081
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TextBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
46048
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: TextBoxComponent, isStandalone: true, selector: "mosaik-textbox", inputs: { multiline: "multiline", multilineRows: "multilineRows", multilineMaxRows: "multilineMaxRows", readonly: "readonly", required: "required", autofocus: "autofocus", name: "name", type: "type", pattern: "pattern", placeholder: "placeholder", autocomplete: "autocomplete", keyboard: "keyboard", minlength: "minlength", maxlength: "maxlength", resize: "resize", themeName: "themeName", isClearable: "isClearable", cleared: "cleared", appearance: "appearance", variant: "variant", label: "label", invalid: "invalid", value: "value", isBusy: "isBusy", disabled: "disabled", state: "state", formatter: "formatter", parser: "parser", isFocused: "isFocused", dir: "dir", lang: "lang" }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, providers: [
|
|
46082
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: TextBoxComponent, isStandalone: true, selector: "mosaik-textbox", inputs: { multiline: "multiline", multilineRows: "multilineRows", multilineMaxRows: "multilineMaxRows", readonly: "readonly", required: "required", autofocus: "autofocus", name: "name", type: "type", pattern: "pattern", placeholder: "placeholder", autocomplete: "autocomplete", keyboard: "keyboard", minlength: "minlength", maxlength: "maxlength", resize: "resize", textAlign: "textAlign", themeName: "themeName", isClearable: "isClearable", cleared: "cleared", appearance: "appearance", variant: "variant", label: "label", invalid: "invalid", value: "value", isBusy: "isBusy", disabled: "disabled", state: "state", formatter: "formatter", parser: "parser", isFocused: "isFocused", dir: "dir", lang: "lang" }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, providers: [
|
|
46049
46083
|
{
|
|
46050
46084
|
provide: NG_VALUE_ACCESSOR,
|
|
46051
46085
|
useExisting: forwardRef(() => TextBoxComponent),
|
|
@@ -46060,7 +46094,7 @@ let TextBoxComponent = class TextBoxComponent {
|
|
|
46060
46094
|
TextBoxComponent = __decorate$j([
|
|
46061
46095
|
ProxyCmp({
|
|
46062
46096
|
defineCustomElementFn: () => customElements.define('mosaik-textbox', TextBoxElement),
|
|
46063
|
-
inputs: ['multiline', 'multilineRows', 'multilineMaxRows', 'readonly', 'required', 'autofocus', 'name', 'type', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'minlength', 'maxlength', 'resize', 'themeName', 'isClearable', 'cleared', 'appearance', 'variant', 'label', 'invalid', 'value', 'isBusy', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
46097
|
+
inputs: ['multiline', 'multilineRows', 'multilineMaxRows', 'readonly', 'required', 'autofocus', 'name', 'type', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'minlength', 'maxlength', 'resize', 'textAlign', 'themeName', 'isClearable', 'cleared', 'appearance', 'variant', 'label', 'invalid', 'value', 'isBusy', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
46064
46098
|
methods: ['focus', 'blur', 'reset', 'clear', 'checkValidity', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'onSlotChanges', 'hasVisibleFocusInTree', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
46065
46099
|
}),
|
|
46066
46100
|
__metadata$j("design:paramtypes", [])
|
|
@@ -46072,7 +46106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
46072
46106
|
standalone: true,
|
|
46073
46107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
46074
46108
|
template: '<ng-content></ng-content>',
|
|
46075
|
-
inputs: ['multiline', 'multilineRows', 'multilineMaxRows', 'readonly', 'required', 'autofocus', 'name', 'type', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'minlength', 'maxlength', 'resize', 'themeName', 'isClearable', 'cleared', 'appearance', 'variant', 'label', 'invalid', 'value', 'isBusy', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
46109
|
+
inputs: ['multiline', 'multilineRows', 'multilineMaxRows', 'readonly', 'required', 'autofocus', 'name', 'type', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'minlength', 'maxlength', 'resize', 'textAlign', 'themeName', 'isClearable', 'cleared', 'appearance', 'variant', 'label', 'invalid', 'value', 'isBusy', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
|
|
46076
46110
|
outputs: ['connected', 'disconnected', 'changed'],
|
|
46077
46111
|
hostDirectives: [FormStatusDirective],
|
|
46078
46112
|
providers: [
|
|
@@ -46117,6 +46151,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
46117
46151
|
type: Input
|
|
46118
46152
|
}], resize: [{
|
|
46119
46153
|
type: Input
|
|
46154
|
+
}], textAlign: [{
|
|
46155
|
+
type: Input
|
|
46120
46156
|
}], themeName: [{
|
|
46121
46157
|
type: Input
|
|
46122
46158
|
}], isClearable: [{
|