@sebgroup/green-core-ng 2.22.1 → 2.23.0
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/fesm2022/sebgroup-green-core-ng.mjs +113 -101
- package/fesm2022/sebgroup-green-core-ng.mjs.map +1 -1
- package/generated/green-core-ng.module.d.ts +3 -3
- package/generated/index.d.ts +1 -1
- package/generated/input/input.component.d.ts +7 -1
- package/generated/textarea/textarea.component.d.ts +7 -1
- package/package.json +2 -2
|
@@ -20,8 +20,8 @@ import { GdsDialog } from '@sebgroup/green-core/components/dialog/dialog.compone
|
|
|
20
20
|
import { GdsDiv } from '@sebgroup/green-core/components/div/div.component.js';
|
|
21
21
|
import { GdsDivider } from '@sebgroup/green-core/components/divider/divider.component.js';
|
|
22
22
|
import { GdsDropdown } from '@sebgroup/green-core/components/dropdown/dropdown.component.js';
|
|
23
|
-
import { GdsFilterChips } from '@sebgroup/green-core/components/filter-chips/filter-chips.component.js';
|
|
24
23
|
import { GdsFab } from '@sebgroup/green-core/components/fab/fab.component.js';
|
|
24
|
+
import { GdsFilterChips } from '@sebgroup/green-core/components/filter-chips/filter-chips.component.js';
|
|
25
25
|
import { GdsFlex } from '@sebgroup/green-core/components/flex/flex.component.js';
|
|
26
26
|
import { GdsFormSummary } from '@sebgroup/green-core/components/form-summary/summary.component.js';
|
|
27
27
|
import { GdsGrid } from '@sebgroup/green-core/components/grid/grid.component.js';
|
|
@@ -2719,98 +2719,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2719
2719
|
* Auto-generated from Custom Elements Manifest
|
|
2720
2720
|
*/
|
|
2721
2721
|
|
|
2722
|
-
/**
|
|
2723
|
-
* Angular wrapper for the gds-filter-chips web component
|
|
2724
|
-
*
|
|
2725
|
-
*/
|
|
2726
|
-
let GdsFilterChipsComponent = class GdsFilterChipsComponent extends GdsFormControlBase {
|
|
2727
|
-
constructor() {
|
|
2728
|
-
super(...arguments);
|
|
2729
|
-
/** When a chip is clicked */
|
|
2730
|
-
this.change = new EventEmitter();
|
|
2731
|
-
}
|
|
2732
|
-
get element() {
|
|
2733
|
-
return this.elementRef.nativeElement;
|
|
2734
|
-
}
|
|
2735
|
-
ngOnInit() {
|
|
2736
|
-
super.ngOnInit();
|
|
2737
|
-
// Define the custom element
|
|
2738
|
-
try {
|
|
2739
|
-
GdsFilterChips.define();
|
|
2740
|
-
}
|
|
2741
|
-
catch (e) {
|
|
2742
|
-
// Component may not be available in this version of green-core
|
|
2743
|
-
console.warn('Failed to define gds-filter-chips:', e);
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
ngOnChanges(changes) {
|
|
2747
|
-
// Implementation added by @ProxyInputs decorator
|
|
2748
|
-
}
|
|
2749
|
-
ngAfterViewInit() {
|
|
2750
|
-
super.ngAfterViewInit();
|
|
2751
|
-
}
|
|
2752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsFilterChipsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2753
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsFilterChipsComponent, isStandalone: true, selector: "gds-filter-chips", inputs: { value: "value", multiple: ["multiple", "multiple", booleanAttribute], label: "label", rowCollapse: ["rowCollapse", "rowCollapse", booleanAttribute], validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { change: "change" }, providers: [
|
|
2754
|
-
{
|
|
2755
|
-
provide: NG_VALUE_ACCESSOR,
|
|
2756
|
-
useExisting: forwardRef(() => GdsFilterChipsComponent),
|
|
2757
|
-
multi: true,
|
|
2758
|
-
},
|
|
2759
|
-
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2760
|
-
};
|
|
2761
|
-
GdsFilterChipsComponent = __decorate([
|
|
2762
|
-
ProxyInputs(['value', 'multiple', 'label', 'rowCollapse', 'validator', 'required', 'errorMessage', 'invalid', 'name', 'disabled'])
|
|
2763
|
-
], GdsFilterChipsComponent);
|
|
2764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsFilterChipsComponent, decorators: [{
|
|
2765
|
-
type: Component,
|
|
2766
|
-
args: [{
|
|
2767
|
-
selector: 'gds-filter-chips',
|
|
2768
|
-
standalone: true,
|
|
2769
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2770
|
-
template: `<ng-content></ng-content>`,
|
|
2771
|
-
providers: [
|
|
2772
|
-
{
|
|
2773
|
-
provide: NG_VALUE_ACCESSOR,
|
|
2774
|
-
useExisting: forwardRef(() => GdsFilterChipsComponent),
|
|
2775
|
-
multi: true,
|
|
2776
|
-
},
|
|
2777
|
-
]
|
|
2778
|
-
}]
|
|
2779
|
-
}], propDecorators: { value: [{
|
|
2780
|
-
type: Input
|
|
2781
|
-
}], multiple: [{
|
|
2782
|
-
type: Input,
|
|
2783
|
-
args: [{ transform: booleanAttribute }]
|
|
2784
|
-
}], label: [{
|
|
2785
|
-
type: Input
|
|
2786
|
-
}], rowCollapse: [{
|
|
2787
|
-
type: Input,
|
|
2788
|
-
args: [{ transform: booleanAttribute }]
|
|
2789
|
-
}], validator: [{
|
|
2790
|
-
type: Input
|
|
2791
|
-
}], required: [{
|
|
2792
|
-
type: Input,
|
|
2793
|
-
args: [{ transform: booleanAttribute }]
|
|
2794
|
-
}], errorMessage: [{
|
|
2795
|
-
type: Input
|
|
2796
|
-
}], invalid: [{
|
|
2797
|
-
type: Input
|
|
2798
|
-
}], name: [{
|
|
2799
|
-
type: Input
|
|
2800
|
-
}], disabled: [{
|
|
2801
|
-
type: Input,
|
|
2802
|
-
args: [{ transform: booleanAttribute }]
|
|
2803
|
-
}], change: [{
|
|
2804
|
-
type: Output
|
|
2805
|
-
}] } });
|
|
2806
|
-
|
|
2807
|
-
/**
|
|
2808
|
-
* GdsFilterChipsComponent - Angular wrapper for gds-filter-chips
|
|
2809
|
-
*
|
|
2810
|
-
*
|
|
2811
|
-
* Auto-generated from Custom Elements Manifest
|
|
2812
|
-
*/
|
|
2813
|
-
|
|
2814
2722
|
/**
|
|
2815
2723
|
* Angular wrapper for the gds-fab web component
|
|
2816
2724
|
*
|
|
@@ -2970,6 +2878,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2970
2878
|
* Auto-generated from Custom Elements Manifest
|
|
2971
2879
|
*/
|
|
2972
2880
|
|
|
2881
|
+
/**
|
|
2882
|
+
* Angular wrapper for the gds-filter-chips web component
|
|
2883
|
+
*
|
|
2884
|
+
*/
|
|
2885
|
+
let GdsFilterChipsComponent = class GdsFilterChipsComponent extends GdsFormControlBase {
|
|
2886
|
+
constructor() {
|
|
2887
|
+
super(...arguments);
|
|
2888
|
+
/** When a chip is clicked */
|
|
2889
|
+
this.change = new EventEmitter();
|
|
2890
|
+
}
|
|
2891
|
+
get element() {
|
|
2892
|
+
return this.elementRef.nativeElement;
|
|
2893
|
+
}
|
|
2894
|
+
ngOnInit() {
|
|
2895
|
+
super.ngOnInit();
|
|
2896
|
+
// Define the custom element
|
|
2897
|
+
try {
|
|
2898
|
+
GdsFilterChips.define();
|
|
2899
|
+
}
|
|
2900
|
+
catch (e) {
|
|
2901
|
+
// Component may not be available in this version of green-core
|
|
2902
|
+
console.warn('Failed to define gds-filter-chips:', e);
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
ngOnChanges(changes) {
|
|
2906
|
+
// Implementation added by @ProxyInputs decorator
|
|
2907
|
+
}
|
|
2908
|
+
ngAfterViewInit() {
|
|
2909
|
+
super.ngAfterViewInit();
|
|
2910
|
+
}
|
|
2911
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsFilterChipsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2912
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsFilterChipsComponent, isStandalone: true, selector: "gds-filter-chips", inputs: { value: "value", multiple: ["multiple", "multiple", booleanAttribute], label: "label", rowCollapse: ["rowCollapse", "rowCollapse", booleanAttribute], validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { change: "change" }, providers: [
|
|
2913
|
+
{
|
|
2914
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2915
|
+
useExisting: forwardRef(() => GdsFilterChipsComponent),
|
|
2916
|
+
multi: true,
|
|
2917
|
+
},
|
|
2918
|
+
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2919
|
+
};
|
|
2920
|
+
GdsFilterChipsComponent = __decorate([
|
|
2921
|
+
ProxyInputs(['value', 'multiple', 'label', 'rowCollapse', 'validator', 'required', 'errorMessage', 'invalid', 'name', 'disabled'])
|
|
2922
|
+
], GdsFilterChipsComponent);
|
|
2923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsFilterChipsComponent, decorators: [{
|
|
2924
|
+
type: Component,
|
|
2925
|
+
args: [{
|
|
2926
|
+
selector: 'gds-filter-chips',
|
|
2927
|
+
standalone: true,
|
|
2928
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2929
|
+
template: `<ng-content></ng-content>`,
|
|
2930
|
+
providers: [
|
|
2931
|
+
{
|
|
2932
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2933
|
+
useExisting: forwardRef(() => GdsFilterChipsComponent),
|
|
2934
|
+
multi: true,
|
|
2935
|
+
},
|
|
2936
|
+
]
|
|
2937
|
+
}]
|
|
2938
|
+
}], propDecorators: { value: [{
|
|
2939
|
+
type: Input
|
|
2940
|
+
}], multiple: [{
|
|
2941
|
+
type: Input,
|
|
2942
|
+
args: [{ transform: booleanAttribute }]
|
|
2943
|
+
}], label: [{
|
|
2944
|
+
type: Input
|
|
2945
|
+
}], rowCollapse: [{
|
|
2946
|
+
type: Input,
|
|
2947
|
+
args: [{ transform: booleanAttribute }]
|
|
2948
|
+
}], validator: [{
|
|
2949
|
+
type: Input
|
|
2950
|
+
}], required: [{
|
|
2951
|
+
type: Input,
|
|
2952
|
+
args: [{ transform: booleanAttribute }]
|
|
2953
|
+
}], errorMessage: [{
|
|
2954
|
+
type: Input
|
|
2955
|
+
}], invalid: [{
|
|
2956
|
+
type: Input
|
|
2957
|
+
}], name: [{
|
|
2958
|
+
type: Input
|
|
2959
|
+
}], disabled: [{
|
|
2960
|
+
type: Input,
|
|
2961
|
+
args: [{ transform: booleanAttribute }]
|
|
2962
|
+
}], change: [{
|
|
2963
|
+
type: Output
|
|
2964
|
+
}] } });
|
|
2965
|
+
|
|
2966
|
+
/**
|
|
2967
|
+
* GdsFilterChipsComponent - Angular wrapper for gds-filter-chips
|
|
2968
|
+
*
|
|
2969
|
+
*
|
|
2970
|
+
* Auto-generated from Custom Elements Manifest
|
|
2971
|
+
*/
|
|
2972
|
+
|
|
2973
2973
|
/**
|
|
2974
2974
|
* Angular wrapper for the gds-flex web component
|
|
2975
2975
|
*
|
|
@@ -3631,7 +3631,7 @@ let GdsInputComponent = class GdsInputComponent extends GdsFormControlBase {
|
|
|
3631
3631
|
super.ngAfterViewInit();
|
|
3632
3632
|
}
|
|
3633
3633
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3634
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsInputComponent, isStandalone: true, selector: "gds-input", inputs: { width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", supportingText: "supportingText", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], clearable: ["clearable", "clearable", booleanAttribute], maxlength: "maxlength", size: "size", plain: ["plain", "plain", booleanAttribute], type: "type", min: "min", max: "max", step: "step", autocapitalize: "autocapitalize", autocorrect: ["autocorrect", "autocorrect", booleanAttribute], autocomplete: "autocomplete", autofocus: ["autofocus", "autofocus", booleanAttribute], enterkeyhint: "enterkeyhint", spellcheck: ["spellcheck", "spellcheck", booleanAttribute], inputmode: "inputmode", charCounterCallback: "charCounterCallback", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { gdsInputCleared: "gdsInputCleared" }, providers: [
|
|
3634
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsInputComponent, isStandalone: true, selector: "gds-input", inputs: { width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", supportingText: "supportingText", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], clearable: ["clearable", "clearable", booleanAttribute], maxlength: "maxlength", size: "size", plain: ["plain", "plain", booleanAttribute], type: "type", min: "min", max: "max", step: "step", autocapitalize: "autocapitalize", autocorrect: ["autocorrect", "autocorrect", booleanAttribute], autocomplete: "autocomplete", autofocus: ["autofocus", "autofocus", booleanAttribute], enterkeyhint: "enterkeyhint", spellcheck: ["spellcheck", "spellcheck", booleanAttribute], inputmode: "inputmode", charCounterCallback: "charCounterCallback", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionDirection: "selectionDirection", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { gdsInputCleared: "gdsInputCleared" }, providers: [
|
|
3635
3635
|
{
|
|
3636
3636
|
provide: NG_VALUE_ACCESSOR,
|
|
3637
3637
|
useExisting: forwardRef(() => GdsInputComponent),
|
|
@@ -3640,7 +3640,7 @@ let GdsInputComponent = class GdsInputComponent extends GdsFormControlBase {
|
|
|
3640
3640
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3641
3641
|
};
|
|
3642
3642
|
GdsInputComponent = __decorate([
|
|
3643
|
-
ProxyInputs(['width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'supportingText', 'showExtendedSupportingText', 'clearable', 'maxlength', 'size', 'plain', 'type', 'min', 'max', 'step', 'autocapitalize', 'autocorrect', 'autocomplete', 'autofocus', 'enterkeyhint', 'spellcheck', 'inputmode', 'charCounterCallback', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled'])
|
|
3643
|
+
ProxyInputs(['width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'supportingText', 'showExtendedSupportingText', 'clearable', 'maxlength', 'size', 'plain', 'type', 'min', 'max', 'step', 'autocapitalize', 'autocorrect', 'autocomplete', 'autofocus', 'enterkeyhint', 'spellcheck', 'inputmode', 'charCounterCallback', 'selectionStart', 'selectionEnd', 'selectionDirection', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled'])
|
|
3644
3644
|
], GdsInputComponent);
|
|
3645
3645
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsInputComponent, decorators: [{
|
|
3646
3646
|
type: Component,
|
|
@@ -3733,6 +3733,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3733
3733
|
type: Input
|
|
3734
3734
|
}], charCounterCallback: [{
|
|
3735
3735
|
type: Input
|
|
3736
|
+
}], selectionStart: [{
|
|
3737
|
+
type: Input
|
|
3738
|
+
}], selectionEnd: [{
|
|
3739
|
+
type: Input
|
|
3740
|
+
}], selectionDirection: [{
|
|
3741
|
+
type: Input
|
|
3736
3742
|
}], value: [{
|
|
3737
3743
|
type: Input
|
|
3738
3744
|
}], validator: [{
|
|
@@ -5376,7 +5382,7 @@ let GdsTextareaComponent = class GdsTextareaComponent extends GdsFormControlBase
|
|
|
5376
5382
|
super.ngAfterViewInit();
|
|
5377
5383
|
}
|
|
5378
5384
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsTextareaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5379
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsTextareaComponent, isStandalone: true, selector: "gds-textarea", inputs: { alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", rows: "rows", supportingText: "supportingText", clearable: ["clearable", "clearable", booleanAttribute], resizable: "resizable", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], maxlength: "maxlength", size: "size", plain: ["plain", "plain", booleanAttribute], autocapitalize: "autocapitalize", autocorrect: ["autocorrect", "autocorrect", booleanAttribute], autocomplete: "autocomplete", autofocus: ["autofocus", "autofocus", booleanAttribute], spellcheck: ["spellcheck", "spellcheck", booleanAttribute], wrap: "wrap", enterkeyhint: "enterkeyhint", inputmode: "inputmode", charCounterCallback: "charCounterCallback", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { gdsInputCleared: "gdsInputCleared" }, providers: [
|
|
5385
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsTextareaComponent, isStandalone: true, selector: "gds-textarea", inputs: { alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", rows: "rows", supportingText: "supportingText", clearable: ["clearable", "clearable", booleanAttribute], resizable: "resizable", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], maxlength: "maxlength", size: "size", plain: ["plain", "plain", booleanAttribute], autocapitalize: "autocapitalize", autocorrect: ["autocorrect", "autocorrect", booleanAttribute], autocomplete: "autocomplete", autofocus: ["autofocus", "autofocus", booleanAttribute], spellcheck: ["spellcheck", "spellcheck", booleanAttribute], wrap: "wrap", enterkeyhint: "enterkeyhint", inputmode: "inputmode", charCounterCallback: "charCounterCallback", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionDirection: "selectionDirection", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { gdsInputCleared: "gdsInputCleared" }, providers: [
|
|
5380
5386
|
{
|
|
5381
5387
|
provide: NG_VALUE_ACCESSOR,
|
|
5382
5388
|
useExisting: forwardRef(() => GdsTextareaComponent),
|
|
@@ -5385,7 +5391,7 @@ let GdsTextareaComponent = class GdsTextareaComponent extends GdsFormControlBase
|
|
|
5385
5391
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5386
5392
|
};
|
|
5387
5393
|
GdsTextareaComponent = __decorate([
|
|
5388
|
-
ProxyInputs(['align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'rows', 'supportingText', 'clearable', 'resizable', 'showExtendedSupportingText', 'maxlength', 'size', 'plain', 'autocapitalize', 'autocorrect', 'autocomplete', 'autofocus', 'spellcheck', 'wrap', 'enterkeyhint', 'inputmode', 'charCounterCallback', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled'])
|
|
5394
|
+
ProxyInputs(['align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'rows', 'supportingText', 'clearable', 'resizable', 'showExtendedSupportingText', 'maxlength', 'size', 'plain', 'autocapitalize', 'autocorrect', 'autocomplete', 'autofocus', 'spellcheck', 'wrap', 'enterkeyhint', 'inputmode', 'charCounterCallback', 'selectionStart', 'selectionEnd', 'selectionDirection', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled'])
|
|
5389
5395
|
], GdsTextareaComponent);
|
|
5390
5396
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsTextareaComponent, decorators: [{
|
|
5391
5397
|
type: Component,
|
|
@@ -5476,6 +5482,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5476
5482
|
type: Input
|
|
5477
5483
|
}], charCounterCallback: [{
|
|
5478
5484
|
type: Input
|
|
5485
|
+
}], selectionStart: [{
|
|
5486
|
+
type: Input
|
|
5487
|
+
}], selectionEnd: [{
|
|
5488
|
+
type: Input
|
|
5489
|
+
}], selectionDirection: [{
|
|
5490
|
+
type: Input
|
|
5479
5491
|
}], value: [{
|
|
5480
5492
|
type: Input
|
|
5481
5493
|
}], validator: [{
|
|
@@ -37388,8 +37400,8 @@ class GreenCoreNgModule {
|
|
|
37388
37400
|
GdsDivComponent,
|
|
37389
37401
|
GdsDividerComponent,
|
|
37390
37402
|
GdsDropdownComponent,
|
|
37391
|
-
GdsFilterChipsComponent,
|
|
37392
37403
|
GdsFabComponent,
|
|
37404
|
+
GdsFilterChipsComponent,
|
|
37393
37405
|
GdsFlexComponent,
|
|
37394
37406
|
GdsFormSummaryComponent,
|
|
37395
37407
|
GdsGridComponent,
|
|
@@ -37779,8 +37791,8 @@ class GreenCoreNgModule {
|
|
|
37779
37791
|
GdsDivComponent,
|
|
37780
37792
|
GdsDividerComponent,
|
|
37781
37793
|
GdsDropdownComponent,
|
|
37782
|
-
GdsFilterChipsComponent,
|
|
37783
37794
|
GdsFabComponent,
|
|
37795
|
+
GdsFilterChipsComponent,
|
|
37784
37796
|
GdsFlexComponent,
|
|
37785
37797
|
GdsFormSummaryComponent,
|
|
37786
37798
|
GdsGridComponent,
|
|
@@ -38177,8 +38189,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
38177
38189
|
GdsDivComponent,
|
|
38178
38190
|
GdsDividerComponent,
|
|
38179
38191
|
GdsDropdownComponent,
|
|
38180
|
-
GdsFilterChipsComponent,
|
|
38181
38192
|
GdsFabComponent,
|
|
38193
|
+
GdsFilterChipsComponent,
|
|
38182
38194
|
GdsFlexComponent,
|
|
38183
38195
|
GdsFormSummaryComponent,
|
|
38184
38196
|
GdsGridComponent,
|
|
@@ -38571,8 +38583,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
38571
38583
|
GdsDivComponent,
|
|
38572
38584
|
GdsDividerComponent,
|
|
38573
38585
|
GdsDropdownComponent,
|
|
38574
|
-
GdsFilterChipsComponent,
|
|
38575
38586
|
GdsFabComponent,
|
|
38587
|
+
GdsFilterChipsComponent,
|
|
38576
38588
|
GdsFlexComponent,
|
|
38577
38589
|
GdsFormSummaryComponent,
|
|
38578
38590
|
GdsGridComponent,
|