igniteui-angular-inputs 19.0.0 → 19.1.0-beta.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/bundles/igniteui-angular-inputs.umd.js +3805 -3574
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +74 -74
- package/esm2015/lib/ButtonView_combined.js +1890 -1834
- package/esm2015/lib/CalendarView_combined.js +322 -308
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +6 -6
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +529 -451
- package/esm2015/lib/InputGroupView_combined.js +433 -404
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/XButtonBridge.js +39 -35
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +25 -23
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +15 -5
- package/esm2015/lib/igx-x-button-component.js +396 -385
- package/esm2015/lib/igx-x-icon-component.js +63 -63
- package/esm2015/lib/igx-x-label-component.js +40 -40
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +74 -74
- package/esm5/lib/ButtonView_combined.js +1756 -1696
- package/esm5/lib/CalendarView_combined.js +322 -308
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +6 -6
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +515 -429
- package/esm5/lib/InputGroupView_combined.js +426 -397
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/XButtonBridge.js +39 -35
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +25 -23
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +15 -5
- package/esm5/lib/igx-x-button-component.js +400 -385
- package/esm5/lib/igx-x-icon-component.js +63 -63
- package/esm5/lib/igx-x-label-component.js +40 -40
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-inputs.js +3962 -3748
- package/fesm5/igniteui-angular-inputs.js +3806 -3576
- package/lib/ButtonView_combined.d.ts +513 -504
- package/lib/CalendarView_combined.d.ts +38 -35
- package/lib/IconViewType.d.ts +16 -0
- package/lib/IconView_combined.d.ts +139 -125
- package/lib/InputGroupView_combined.d.ts +103 -100
- package/lib/XPopupBridge.d.ts +1 -0
- package/lib/igx-x-button-component.d.ts +7 -1
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -85,23 +85,24 @@ export declare class SuffixView extends Base {
|
|
|
85
85
|
static $t: Type;
|
|
86
86
|
constructor();
|
|
87
87
|
a: XSuffix;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
private
|
|
88
|
+
p(): void;
|
|
89
|
+
e(): boolean;
|
|
90
|
+
private h;
|
|
91
91
|
private b;
|
|
92
|
-
private e;
|
|
93
|
-
get r(): Path;
|
|
94
|
-
m(a: DomRenderer): void;
|
|
95
|
-
q(): void;
|
|
96
92
|
private f;
|
|
97
|
-
|
|
98
|
-
|
|
93
|
+
get s(): Path;
|
|
94
|
+
n(a: DomRenderer): void;
|
|
95
|
+
private d;
|
|
96
|
+
r(): void;
|
|
97
|
+
private g;
|
|
98
|
+
q(): void;
|
|
99
99
|
private j;
|
|
100
|
+
private k;
|
|
100
101
|
private c;
|
|
101
|
-
private
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
102
|
+
private i;
|
|
103
|
+
m(): void;
|
|
104
|
+
o(): void;
|
|
105
|
+
l(a: any): void;
|
|
105
106
|
}
|
|
106
107
|
/**
|
|
107
108
|
* @hidden
|
|
@@ -110,23 +111,24 @@ export declare class PrefixView extends Base {
|
|
|
110
111
|
static $t: Type;
|
|
111
112
|
constructor();
|
|
112
113
|
a: XPrefix;
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
p(): void;
|
|
115
|
+
e(): boolean;
|
|
116
|
+
h: DomRenderer;
|
|
116
117
|
private b;
|
|
117
|
-
private e;
|
|
118
|
-
get r(): Path;
|
|
119
|
-
m(a: DomRenderer): void;
|
|
120
|
-
q(): void;
|
|
121
118
|
private f;
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
get s(): Path;
|
|
120
|
+
n(a: DomRenderer): void;
|
|
121
|
+
private d;
|
|
122
|
+
r(): void;
|
|
123
|
+
private g;
|
|
124
|
+
q(): void;
|
|
124
125
|
private j;
|
|
126
|
+
private k;
|
|
125
127
|
private c;
|
|
126
|
-
private
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
private i;
|
|
129
|
+
m(): void;
|
|
130
|
+
o(): void;
|
|
131
|
+
l(a: any): void;
|
|
130
132
|
}
|
|
131
133
|
/**
|
|
132
134
|
* @hidden
|
|
@@ -904,34 +906,35 @@ export declare class XLabel extends XInputGroupItem {
|
|
|
904
906
|
set view(a: LabelView);
|
|
905
907
|
destroy(): void;
|
|
906
908
|
private get i();
|
|
909
|
+
ak: boolean;
|
|
907
910
|
private aa;
|
|
908
911
|
private z;
|
|
909
|
-
private ca;
|
|
910
|
-
private cl;
|
|
911
|
-
private ab;
|
|
912
912
|
private cb;
|
|
913
|
+
private cm;
|
|
914
|
+
private ab;
|
|
915
|
+
private cc;
|
|
913
916
|
protected h(a: string, b: any, c: any): void;
|
|
914
|
-
private
|
|
915
|
-
|
|
916
|
-
private
|
|
917
|
+
private cj;
|
|
918
|
+
cg(): void;
|
|
919
|
+
private cf;
|
|
917
920
|
onSizeReady(): void;
|
|
918
|
-
|
|
919
|
-
private
|
|
920
|
-
|
|
921
|
+
ca(): void;
|
|
922
|
+
private cr;
|
|
923
|
+
cq(): void;
|
|
924
|
+
static de: Brush;
|
|
925
|
+
static db: Brush;
|
|
921
926
|
static dd: Brush;
|
|
922
|
-
static da: Brush;
|
|
923
927
|
static dc: Brush;
|
|
924
|
-
static
|
|
928
|
+
static c7: Brush;
|
|
929
|
+
static c4: Brush;
|
|
925
930
|
static c6: Brush;
|
|
926
|
-
static c3: Brush;
|
|
927
931
|
static c5: Brush;
|
|
928
|
-
static c4: Brush;
|
|
929
932
|
static o: BaseControlTheme;
|
|
930
|
-
static
|
|
931
|
-
static c7: Brush;
|
|
932
|
-
static c9: Brush;
|
|
933
|
+
static df: Brush;
|
|
933
934
|
static c8: Brush;
|
|
934
|
-
|
|
935
|
+
static da: Brush;
|
|
936
|
+
static c9: Brush;
|
|
937
|
+
private cp;
|
|
935
938
|
private static x;
|
|
936
939
|
private r;
|
|
937
940
|
get t(): ControlDisplayDensity;
|
|
@@ -939,99 +942,99 @@ export declare class XLabel extends XInputGroupItem {
|
|
|
939
942
|
private q;
|
|
940
943
|
get s(): ControlDisplayDensity;
|
|
941
944
|
set s(a: ControlDisplayDensity);
|
|
942
|
-
private
|
|
943
|
-
get
|
|
944
|
-
set
|
|
945
|
-
private cr;
|
|
946
|
-
get cz(): Brush;
|
|
947
|
-
set cz(a: Brush);
|
|
945
|
+
private cv;
|
|
946
|
+
get c3(): Brush;
|
|
947
|
+
set c3(a: Brush);
|
|
948
948
|
private cs;
|
|
949
949
|
get c0(): Brush;
|
|
950
950
|
set c0(a: Brush);
|
|
951
951
|
private ct;
|
|
952
952
|
get c1(): Brush;
|
|
953
953
|
set c1(a: Brush);
|
|
954
|
+
private cu;
|
|
955
|
+
get c2(): Brush;
|
|
956
|
+
set c2(a: Brush);
|
|
954
957
|
private u;
|
|
955
958
|
get w(): FontInfo;
|
|
956
959
|
set w(a: FontInfo);
|
|
957
|
-
private
|
|
958
|
-
get
|
|
959
|
-
set
|
|
960
|
-
private cv;
|
|
961
|
-
get df(): Brush;
|
|
962
|
-
set df(a: Brush);
|
|
960
|
+
private cz;
|
|
961
|
+
get dj(): Brush;
|
|
962
|
+
set dj(a: Brush);
|
|
963
963
|
private cw;
|
|
964
964
|
get dg(): Brush;
|
|
965
965
|
set dg(a: Brush);
|
|
966
|
+
private cx;
|
|
967
|
+
get dh(): Brush;
|
|
968
|
+
set dh(a: Brush);
|
|
966
969
|
private k;
|
|
967
970
|
get l(): LabelShiftType;
|
|
968
971
|
set l(a: LabelShiftType);
|
|
969
972
|
private ag;
|
|
970
|
-
get
|
|
971
|
-
set
|
|
972
|
-
|
|
973
|
+
get ap(): boolean;
|
|
974
|
+
set ap(a: boolean);
|
|
975
|
+
co(a: boolean, b?: boolean): void;
|
|
973
976
|
private ae;
|
|
974
|
-
get
|
|
975
|
-
set
|
|
976
|
-
cg(): void;
|
|
977
|
+
get an(): boolean;
|
|
978
|
+
set an(a: boolean);
|
|
977
979
|
ch(): void;
|
|
980
|
+
ci(): void;
|
|
978
981
|
private v;
|
|
979
982
|
get y(): FontInfo;
|
|
980
983
|
set y(a: FontInfo);
|
|
981
|
-
private
|
|
982
|
-
get
|
|
983
|
-
set
|
|
984
|
-
private static
|
|
985
|
-
private
|
|
986
|
-
get
|
|
987
|
-
set
|
|
988
|
-
private az;
|
|
989
|
-
get bj(): string;
|
|
990
|
-
set bj(a: string);
|
|
984
|
+
private cy;
|
|
985
|
+
get di(): Brush;
|
|
986
|
+
set di(a: Brush);
|
|
987
|
+
private static av;
|
|
988
|
+
private a4;
|
|
989
|
+
get bw(): string;
|
|
990
|
+
set bw(a: string);
|
|
991
991
|
private a0;
|
|
992
|
-
get
|
|
993
|
-
set
|
|
992
|
+
get bk(): string;
|
|
993
|
+
set bk(a: string);
|
|
994
994
|
private a1;
|
|
995
|
-
get
|
|
996
|
-
set
|
|
997
|
-
private aw;
|
|
998
|
-
get bb(): string;
|
|
999
|
-
set bb(a: string);
|
|
1000
|
-
private ax;
|
|
1001
|
-
get bd(): string;
|
|
1002
|
-
set bd(a: string);
|
|
1003
|
-
private as;
|
|
1004
|
-
private ac;
|
|
1005
|
-
get ak(): boolean;
|
|
1006
|
-
get at(): number;
|
|
1007
|
-
set at(a: number);
|
|
995
|
+
get bn(): string;
|
|
996
|
+
set bn(a: string);
|
|
1008
997
|
private a2;
|
|
1009
|
-
get
|
|
1010
|
-
set
|
|
998
|
+
get bp(): string;
|
|
999
|
+
set bp(a: string);
|
|
1000
|
+
private ax;
|
|
1001
|
+
get bc(): string;
|
|
1002
|
+
set bc(a: string);
|
|
1011
1003
|
private ay;
|
|
1012
|
-
get
|
|
1013
|
-
set
|
|
1014
|
-
private
|
|
1004
|
+
get be(): string;
|
|
1005
|
+
set be(a: string);
|
|
1006
|
+
private at;
|
|
1007
|
+
private ac;
|
|
1008
|
+
get al(): boolean;
|
|
1009
|
+
get au(): number;
|
|
1010
|
+
set au(a: number);
|
|
1011
|
+
private a3;
|
|
1012
|
+
get br(): string;
|
|
1013
|
+
set br(a: string);
|
|
1014
|
+
private az;
|
|
1015
|
+
get bg(): string;
|
|
1016
|
+
set bg(a: string);
|
|
1017
|
+
private a5;
|
|
1015
1018
|
get text(): string;
|
|
1016
1019
|
set text(a: string);
|
|
1017
1020
|
private af;
|
|
1018
|
-
get
|
|
1019
|
-
set
|
|
1021
|
+
get ao(): boolean;
|
|
1022
|
+
set ao(a: boolean);
|
|
1020
1023
|
private aj;
|
|
1021
|
-
get
|
|
1022
|
-
set
|
|
1024
|
+
get as(): boolean;
|
|
1025
|
+
set as(a: boolean);
|
|
1023
1026
|
private ad;
|
|
1024
1027
|
private ai;
|
|
1025
1028
|
private ah;
|
|
1026
|
-
|
|
1029
|
+
ar: boolean;
|
|
1027
1030
|
get disabled(): boolean;
|
|
1028
1031
|
set disabled(a: boolean);
|
|
1029
|
-
|
|
1032
|
+
cl(): void;
|
|
1030
1033
|
onDetachedFromUI(): void;
|
|
1031
1034
|
onAttachedToUI(): void;
|
|
1032
|
-
protected
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
+
protected aq(): boolean;
|
|
1036
|
+
aw(): any;
|
|
1037
|
+
bm(): string;
|
|
1035
1038
|
j(): LabelVisualModelExport;
|
|
1036
1039
|
provideContainer(a: DomRenderer): void;
|
|
1037
1040
|
}
|
package/lib/XPopupBridge.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export declare class XPopupBridge extends XComponentBridge implements INativeUIP
|
|
|
40
40
|
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
41
41
|
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
42
42
|
showRelativeToExclusionRect(a: any, b: Rect, c: NativeUIPopupDirection, d: NativeUIPopupAlignment): void;
|
|
43
|
+
showRelativeToTarget(a: any, b: NativeUIComponent, c: NativeUIPopupDirection, d: NativeUIPopupAlignment): void;
|
|
43
44
|
close(a: any): void;
|
|
44
45
|
notifyContentSizeChanged(a: any): void;
|
|
45
46
|
notifyExclusionRectChanged(a: any, b: Rect): void;
|
|
@@ -937,6 +937,12 @@ export declare class IgxXButtonComponent implements AfterViewInit {
|
|
|
937
937
|
get clickTunneling(): boolean;
|
|
938
938
|
set clickTunneling(v: boolean);
|
|
939
939
|
static ngAcceptInputType_clickTunneling: boolean | string;
|
|
940
|
+
/**
|
|
941
|
+
* Gets or sets whether mouse events on the button will bubble up to parent elements.
|
|
942
|
+
*/
|
|
943
|
+
get stopPropagation(): boolean;
|
|
944
|
+
set stopPropagation(v: boolean);
|
|
945
|
+
static ngAcceptInputType_stopPropagation: boolean | string;
|
|
940
946
|
findByName(name: string): any;
|
|
941
947
|
protected __p: string;
|
|
942
948
|
protected _hasUserValues: Set<string>;
|
|
@@ -976,5 +982,5 @@ export declare class IgxXButtonComponent implements AfterViewInit {
|
|
|
976
982
|
protected _zoneRunner: (act: () => void) => void;
|
|
977
983
|
protected _runInZone(act: () => void): void;
|
|
978
984
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonComponent, never>;
|
|
979
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXButtonComponent, "igx-x-button", never, { "minWidth": "minWidth"; "minHeight": "minHeight"; "displayType": "displayType"; "density": "density"; "baseTheme": "baseTheme"; "actualDensity": "actualDensity"; "actualBorderColor": "actualBorderColor"; "actualUmbraShadowColor": "actualUmbraShadowColor"; "actualPenumbraShadowColor": "actualPenumbraShadowColor"; "actualAmbientShadowColor": "actualAmbientShadowColor"; "actualRestingElevation": "actualRestingElevation"; "actualFocusElevation": "actualFocusElevation"; "actualHoverElevation": "actualHoverElevation"; "actualRippleColor": "actualRippleColor"; "actualCornerRadiusBottomRight": "actualCornerRadiusBottomRight"; "actualCornerRadiusBottomLeft": "actualCornerRadiusBottomLeft"; "actualCornerRadiusTopLeft": "actualCornerRadiusTopLeft"; "actualCornerRadiusTopRight": "actualCornerRadiusTopRight"; "actualBackgroundColor": "actualBackgroundColor"; "actualDisabledBackgroundColor": "actualDisabledBackgroundColor"; "actualDisabledBorderColor": "actualDisabledBorderColor"; "actualDisabledTextColor": "actualDisabledTextColor"; "actualDisabledElevation": "actualDisabledElevation"; "actualElevationMode": "actualElevationMode"; "actualTextColor": "actualTextColor"; "actualHoverTextColor": "actualHoverTextColor"; "actualFocusBackgroundColor": "actualFocusBackgroundColor"; "actualFocusTextColor": "actualFocusTextColor"; "actualHoverBackgroundColor": "actualHoverBackgroundColor"; "actualBorderWidth": "actualBorderWidth"; "raisedBackgroundColor": "raisedBackgroundColor"; "raisedDisabledBackgroundColor": "raisedDisabledBackgroundColor"; "raisedDisabledBorderColor": "raisedDisabledBorderColor"; "raisedDisabledTextColor": "raisedDisabledTextColor"; "raisedDisabledElevation": "raisedDisabledElevation"; "raisedHoverBackgroundColor": "raisedHoverBackgroundColor"; "raisedBorderColor": "raisedBorderColor"; "raisedRestingElevation": "raisedRestingElevation"; "raisedHoverElevation": "raisedHoverElevation"; "raisedFocusElevation": "raisedFocusElevation"; "raisedBorderWidth": "raisedBorderWidth"; "raisedCornerRadiusBottomRight": "raisedCornerRadiusBottomRight"; "raisedCornerRadiusBottomLeft": "raisedCornerRadiusBottomLeft"; "raisedCornerRadiusTopLeft": "raisedCornerRadiusTopLeft"; "raisedCornerRadiusTopRight": "raisedCornerRadiusTopRight"; "raisedRippleColor": "raisedRippleColor"; "flatBackgroundColor": "flatBackgroundColor"; "flatDisabledBackgroundColor": "flatDisabledBackgroundColor"; "flatDisabledBorderColor": "flatDisabledBorderColor"; "flatDisabledTextColor": "flatDisabledTextColor"; "flatDisabledElevation": "flatDisabledElevation"; "flatHoverBackgroundColor": "flatHoverBackgroundColor"; "flatBorderColor": "flatBorderColor"; "flatRestingElevation": "flatRestingElevation"; "flatHoverElevation": "flatHoverElevation"; "flatFocusElevation": "flatFocusElevation"; "flatRippleColor": "flatRippleColor"; "flatTextColor": "flatTextColor"; "flatHoverTextColor": "flatHoverTextColor"; "flatFocusBackgroundColor": "flatFocusBackgroundColor"; "flatFocusTextColor": "flatFocusTextColor"; "flatBorderWidth": "flatBorderWidth"; "flatCornerRadiusBottomRight": "flatCornerRadiusBottomRight"; "flatCornerRadiusBottomLeft": "flatCornerRadiusBottomLeft"; "flatCornerRadiusTopLeft": "flatCornerRadiusTopLeft"; "flatCornerRadiusTopRight": "flatCornerRadiusTopRight"; "backgroundColor": "backgroundColor"; "disabledBackgroundColor": "disabledBackgroundColor"; "disabledBorderColor": "disabledBorderColor"; "disabledTextColor": "disabledTextColor"; "disabledElevation": "disabledElevation"; "elevationMode": "elevationMode"; "hoverBackgroundColor": "hoverBackgroundColor"; "borderColor": "borderColor"; "restingElevation": "restingElevation"; "hoverElevation": "hoverElevation"; "focusElevation": "focusElevation"; "textStyle": "textStyle"; "textColor": "textColor"; "hoverTextColor": "hoverTextColor"; "rippleColor": "rippleColor"; "raisedTextColor": "raisedTextColor"; "raisedHoverTextColor": "raisedHoverTextColor"; "raisedFocusBackgroundColor": "raisedFocusBackgroundColor"; "raisedFocusTextColor": "raisedFocusTextColor"; "focusBackgroundColor": "focusBackgroundColor"; "focusTextColor": "focusTextColor"; "borderWidth": "borderWidth"; "cornerRadiusBottomRight": "cornerRadiusBottomRight"; "cornerRadiusBottomLeft": "cornerRadiusBottomLeft"; "cornerRadiusTopLeft": "cornerRadiusTopLeft"; "cornerRadiusTopRight": "cornerRadiusTopRight"; "outlinedBackgroundColor": "outlinedBackgroundColor"; "outlinedDisabledBackgroundColor": "outlinedDisabledBackgroundColor"; "outlinedDisabledBorderColor": "outlinedDisabledBorderColor"; "outlinedDisabledTextColor": "outlinedDisabledTextColor"; "outlinedDisabledElevation": "outlinedDisabledElevation"; "outlinedHoverBackgroundColor": "outlinedHoverBackgroundColor"; "outlinedBorderColor": "outlinedBorderColor"; "outlinedRestingElevation": "outlinedRestingElevation"; "outlinedHoverElevation": "outlinedHoverElevation"; "outlinedFocusElevation": "outlinedFocusElevation"; "outlinedBorderWidth": "outlinedBorderWidth"; "outlinedCornerRadiusBottomRight": "outlinedCornerRadiusBottomRight"; "outlinedCornerRadiusBottomLeft": "outlinedCornerRadiusBottomLeft"; "outlinedCornerRadiusTopLeft": "outlinedCornerRadiusTopLeft"; "outlinedCornerRadiusTopRight": "outlinedCornerRadiusTopRight"; "outlinedRippleColor": "outlinedRippleColor"; "outlinedTextColor": "outlinedTextColor"; "outlinedHoverTextColor": "outlinedHoverTextColor"; "outlinedFocusBackgroundColor": "outlinedFocusBackgroundColor"; "outlinedFocusTextColor": "outlinedFocusTextColor"; "fabBackgroundColor": "fabBackgroundColor"; "fabDisabledBackgroundColor": "fabDisabledBackgroundColor"; "fabDisabledBorderColor": "fabDisabledBorderColor"; "fabDisabledTextColor": "fabDisabledTextColor"; "fabDisabledElevation": "fabDisabledElevation"; "fabHoverBackgroundColor": "fabHoverBackgroundColor"; "fabBorderColor": "fabBorderColor"; "fabRestingElevation": "fabRestingElevation"; "fabHoverElevation": "fabHoverElevation"; "fabFocusElevation": "fabFocusElevation"; "fabBorderWidth": "fabBorderWidth"; "fabCornerRadiusBottomRight": "fabCornerRadiusBottomRight"; "fabCornerRadiusBottomLeft": "fabCornerRadiusBottomLeft"; "fabCornerRadiusTopLeft": "fabCornerRadiusTopLeft"; "fabCornerRadiusTopRight": "fabCornerRadiusTopRight"; "fabRippleColor": "fabRippleColor"; "fabTextColor": "fabTextColor"; "fabHoverTextColor": "fabHoverTextColor"; "fabFocusBackgroundColor": "fabFocusBackgroundColor"; "fabFocusTextColor": "fabFocusTextColor"; "iconBackgroundColor": "iconBackgroundColor"; "iconDisabledBackgroundColor": "iconDisabledBackgroundColor"; "iconDisabledBorderColor": "iconDisabledBorderColor"; "iconDisabledTextColor": "iconDisabledTextColor"; "iconDisabledElevation": "iconDisabledElevation"; "iconHoverBackgroundColor": "iconHoverBackgroundColor"; "iconBorderColor": "iconBorderColor"; "iconRestingElevation": "iconRestingElevation"; "iconHoverElevation": "iconHoverElevation"; "iconFocusElevation": "iconFocusElevation"; "iconBorderWidth": "iconBorderWidth"; "iconCornerRadiusBottomRight": "iconCornerRadiusBottomRight"; "iconCornerRadiusBottomLeft": "iconCornerRadiusBottomLeft"; "iconCornerRadiusTopLeft": "iconCornerRadiusTopLeft"; "iconCornerRadiusTopRight": "iconCornerRadiusTopRight"; "iconRippleColor": "iconRippleColor"; "iconTextColor": "iconTextColor"; "iconHoverTextColor": "iconHoverTextColor"; "iconFocusBackgroundColor": "iconFocusBackgroundColor"; "iconFocusTextColor": "iconFocusTextColor"; "inputId": "inputId"; "id": "id"; "display": "display"; "flexDirection": "flexDirection"; "flexGrow": "flexGrow"; "alignItems": "alignItems"; "value": "value"; "name": "name"; "tabIndex": "tabindex"; "ariaLabel": "aria-label"; "fillAvailableSpace": "fillAvailableSpace"; "focused": "focused"; "isFocusStyleEnabled": "isFocusStyleEnabled"; "disableRipple": "disableRipple"; "actualDisableRipple": "actualDisableRipple"; "disableHover": "disableHover"; "isHover": "isHover"; "disabled": "disabled"; "disableTransitions": "disableTransitions"; "disablePointer": "disablePointer"; "contentPaddingLeft": "contentPaddingLeft"; "contentPaddingTop": "contentPaddingTop"; "contentPaddingRight": "contentPaddingRight"; "contentPaddingBottom": "contentPaddingBottom"; "horizontalContentAlignment": "horizontalContentAlignment"; "verticalContentAlignment": "verticalContentAlignment"; "clickTunneling": "clickTunneling"; }, { "clicked": "clicked"; "gotFocus": "gotFocus"; "lostFocus": "lostFocus"; }, never, ["*"]>;
|
|
985
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXButtonComponent, "igx-x-button", never, { "minWidth": "minWidth"; "minHeight": "minHeight"; "displayType": "displayType"; "density": "density"; "baseTheme": "baseTheme"; "actualDensity": "actualDensity"; "actualBorderColor": "actualBorderColor"; "actualUmbraShadowColor": "actualUmbraShadowColor"; "actualPenumbraShadowColor": "actualPenumbraShadowColor"; "actualAmbientShadowColor": "actualAmbientShadowColor"; "actualRestingElevation": "actualRestingElevation"; "actualFocusElevation": "actualFocusElevation"; "actualHoverElevation": "actualHoverElevation"; "actualRippleColor": "actualRippleColor"; "actualCornerRadiusBottomRight": "actualCornerRadiusBottomRight"; "actualCornerRadiusBottomLeft": "actualCornerRadiusBottomLeft"; "actualCornerRadiusTopLeft": "actualCornerRadiusTopLeft"; "actualCornerRadiusTopRight": "actualCornerRadiusTopRight"; "actualBackgroundColor": "actualBackgroundColor"; "actualDisabledBackgroundColor": "actualDisabledBackgroundColor"; "actualDisabledBorderColor": "actualDisabledBorderColor"; "actualDisabledTextColor": "actualDisabledTextColor"; "actualDisabledElevation": "actualDisabledElevation"; "actualElevationMode": "actualElevationMode"; "actualTextColor": "actualTextColor"; "actualHoverTextColor": "actualHoverTextColor"; "actualFocusBackgroundColor": "actualFocusBackgroundColor"; "actualFocusTextColor": "actualFocusTextColor"; "actualHoverBackgroundColor": "actualHoverBackgroundColor"; "actualBorderWidth": "actualBorderWidth"; "raisedBackgroundColor": "raisedBackgroundColor"; "raisedDisabledBackgroundColor": "raisedDisabledBackgroundColor"; "raisedDisabledBorderColor": "raisedDisabledBorderColor"; "raisedDisabledTextColor": "raisedDisabledTextColor"; "raisedDisabledElevation": "raisedDisabledElevation"; "raisedHoverBackgroundColor": "raisedHoverBackgroundColor"; "raisedBorderColor": "raisedBorderColor"; "raisedRestingElevation": "raisedRestingElevation"; "raisedHoverElevation": "raisedHoverElevation"; "raisedFocusElevation": "raisedFocusElevation"; "raisedBorderWidth": "raisedBorderWidth"; "raisedCornerRadiusBottomRight": "raisedCornerRadiusBottomRight"; "raisedCornerRadiusBottomLeft": "raisedCornerRadiusBottomLeft"; "raisedCornerRadiusTopLeft": "raisedCornerRadiusTopLeft"; "raisedCornerRadiusTopRight": "raisedCornerRadiusTopRight"; "raisedRippleColor": "raisedRippleColor"; "flatBackgroundColor": "flatBackgroundColor"; "flatDisabledBackgroundColor": "flatDisabledBackgroundColor"; "flatDisabledBorderColor": "flatDisabledBorderColor"; "flatDisabledTextColor": "flatDisabledTextColor"; "flatDisabledElevation": "flatDisabledElevation"; "flatHoverBackgroundColor": "flatHoverBackgroundColor"; "flatBorderColor": "flatBorderColor"; "flatRestingElevation": "flatRestingElevation"; "flatHoverElevation": "flatHoverElevation"; "flatFocusElevation": "flatFocusElevation"; "flatRippleColor": "flatRippleColor"; "flatTextColor": "flatTextColor"; "flatHoverTextColor": "flatHoverTextColor"; "flatFocusBackgroundColor": "flatFocusBackgroundColor"; "flatFocusTextColor": "flatFocusTextColor"; "flatBorderWidth": "flatBorderWidth"; "flatCornerRadiusBottomRight": "flatCornerRadiusBottomRight"; "flatCornerRadiusBottomLeft": "flatCornerRadiusBottomLeft"; "flatCornerRadiusTopLeft": "flatCornerRadiusTopLeft"; "flatCornerRadiusTopRight": "flatCornerRadiusTopRight"; "backgroundColor": "backgroundColor"; "disabledBackgroundColor": "disabledBackgroundColor"; "disabledBorderColor": "disabledBorderColor"; "disabledTextColor": "disabledTextColor"; "disabledElevation": "disabledElevation"; "elevationMode": "elevationMode"; "hoverBackgroundColor": "hoverBackgroundColor"; "borderColor": "borderColor"; "restingElevation": "restingElevation"; "hoverElevation": "hoverElevation"; "focusElevation": "focusElevation"; "textStyle": "textStyle"; "textColor": "textColor"; "hoverTextColor": "hoverTextColor"; "rippleColor": "rippleColor"; "raisedTextColor": "raisedTextColor"; "raisedHoverTextColor": "raisedHoverTextColor"; "raisedFocusBackgroundColor": "raisedFocusBackgroundColor"; "raisedFocusTextColor": "raisedFocusTextColor"; "focusBackgroundColor": "focusBackgroundColor"; "focusTextColor": "focusTextColor"; "borderWidth": "borderWidth"; "cornerRadiusBottomRight": "cornerRadiusBottomRight"; "cornerRadiusBottomLeft": "cornerRadiusBottomLeft"; "cornerRadiusTopLeft": "cornerRadiusTopLeft"; "cornerRadiusTopRight": "cornerRadiusTopRight"; "outlinedBackgroundColor": "outlinedBackgroundColor"; "outlinedDisabledBackgroundColor": "outlinedDisabledBackgroundColor"; "outlinedDisabledBorderColor": "outlinedDisabledBorderColor"; "outlinedDisabledTextColor": "outlinedDisabledTextColor"; "outlinedDisabledElevation": "outlinedDisabledElevation"; "outlinedHoverBackgroundColor": "outlinedHoverBackgroundColor"; "outlinedBorderColor": "outlinedBorderColor"; "outlinedRestingElevation": "outlinedRestingElevation"; "outlinedHoverElevation": "outlinedHoverElevation"; "outlinedFocusElevation": "outlinedFocusElevation"; "outlinedBorderWidth": "outlinedBorderWidth"; "outlinedCornerRadiusBottomRight": "outlinedCornerRadiusBottomRight"; "outlinedCornerRadiusBottomLeft": "outlinedCornerRadiusBottomLeft"; "outlinedCornerRadiusTopLeft": "outlinedCornerRadiusTopLeft"; "outlinedCornerRadiusTopRight": "outlinedCornerRadiusTopRight"; "outlinedRippleColor": "outlinedRippleColor"; "outlinedTextColor": "outlinedTextColor"; "outlinedHoverTextColor": "outlinedHoverTextColor"; "outlinedFocusBackgroundColor": "outlinedFocusBackgroundColor"; "outlinedFocusTextColor": "outlinedFocusTextColor"; "fabBackgroundColor": "fabBackgroundColor"; "fabDisabledBackgroundColor": "fabDisabledBackgroundColor"; "fabDisabledBorderColor": "fabDisabledBorderColor"; "fabDisabledTextColor": "fabDisabledTextColor"; "fabDisabledElevation": "fabDisabledElevation"; "fabHoverBackgroundColor": "fabHoverBackgroundColor"; "fabBorderColor": "fabBorderColor"; "fabRestingElevation": "fabRestingElevation"; "fabHoverElevation": "fabHoverElevation"; "fabFocusElevation": "fabFocusElevation"; "fabBorderWidth": "fabBorderWidth"; "fabCornerRadiusBottomRight": "fabCornerRadiusBottomRight"; "fabCornerRadiusBottomLeft": "fabCornerRadiusBottomLeft"; "fabCornerRadiusTopLeft": "fabCornerRadiusTopLeft"; "fabCornerRadiusTopRight": "fabCornerRadiusTopRight"; "fabRippleColor": "fabRippleColor"; "fabTextColor": "fabTextColor"; "fabHoverTextColor": "fabHoverTextColor"; "fabFocusBackgroundColor": "fabFocusBackgroundColor"; "fabFocusTextColor": "fabFocusTextColor"; "iconBackgroundColor": "iconBackgroundColor"; "iconDisabledBackgroundColor": "iconDisabledBackgroundColor"; "iconDisabledBorderColor": "iconDisabledBorderColor"; "iconDisabledTextColor": "iconDisabledTextColor"; "iconDisabledElevation": "iconDisabledElevation"; "iconHoverBackgroundColor": "iconHoverBackgroundColor"; "iconBorderColor": "iconBorderColor"; "iconRestingElevation": "iconRestingElevation"; "iconHoverElevation": "iconHoverElevation"; "iconFocusElevation": "iconFocusElevation"; "iconBorderWidth": "iconBorderWidth"; "iconCornerRadiusBottomRight": "iconCornerRadiusBottomRight"; "iconCornerRadiusBottomLeft": "iconCornerRadiusBottomLeft"; "iconCornerRadiusTopLeft": "iconCornerRadiusTopLeft"; "iconCornerRadiusTopRight": "iconCornerRadiusTopRight"; "iconRippleColor": "iconRippleColor"; "iconTextColor": "iconTextColor"; "iconHoverTextColor": "iconHoverTextColor"; "iconFocusBackgroundColor": "iconFocusBackgroundColor"; "iconFocusTextColor": "iconFocusTextColor"; "inputId": "inputId"; "id": "id"; "display": "display"; "flexDirection": "flexDirection"; "flexGrow": "flexGrow"; "alignItems": "alignItems"; "value": "value"; "name": "name"; "tabIndex": "tabindex"; "ariaLabel": "aria-label"; "fillAvailableSpace": "fillAvailableSpace"; "focused": "focused"; "isFocusStyleEnabled": "isFocusStyleEnabled"; "disableRipple": "disableRipple"; "actualDisableRipple": "actualDisableRipple"; "disableHover": "disableHover"; "isHover": "isHover"; "disabled": "disabled"; "disableTransitions": "disableTransitions"; "disablePointer": "disablePointer"; "contentPaddingLeft": "contentPaddingLeft"; "contentPaddingTop": "contentPaddingTop"; "contentPaddingRight": "contentPaddingRight"; "contentPaddingBottom": "contentPaddingBottom"; "horizontalContentAlignment": "horizontalContentAlignment"; "verticalContentAlignment": "verticalContentAlignment"; "clickTunneling": "clickTunneling"; "stopPropagation": "stopPropagation"; }, { "clicked": "clicked"; "gotFocus": "gotFocus"; "lostFocus": "lostFocus"; }, never, ["*"]>;
|
|
980
986
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "19.0.0",
|
|
3
|
+
"version": "19.1.0-beta.0",
|
|
4
4
|
"description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@angular/common": "^19.0.0",
|
|
18
18
|
"@angular/compiler": "^19.0.0",
|
|
19
19
|
"@angular/core": "^19.0.0",
|
|
20
|
-
"igniteui-angular-core": "19.0.0"
|
|
20
|
+
"igniteui-angular-core": "19.1.0-beta.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -155,6 +155,7 @@ export * from './lib/igx-input-change-event-args';
|
|
|
155
155
|
export * from './lib/InputShiftType';
|
|
156
156
|
export * from './lib/XIcon';
|
|
157
157
|
export * from './lib/IconClickedEventArgs';
|
|
158
|
+
export * from './lib/IconViewType';
|
|
158
159
|
export * from './lib/XButton';
|
|
159
160
|
export * from './lib/ThemeResolver';
|
|
160
161
|
export * from './lib/Theme';
|