igniteui-angular-inputs 17.3.1-alpha.0 → 18.1.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 +971 -753
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupVisualModelExport.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +28 -33
- package/esm2015/lib/ButtonVisualModelExport.js +14 -13
- package/esm2015/lib/CalendarView_combined.js +2 -0
- package/esm2015/lib/CalendarVisualModelExport.js +1 -1
- package/esm2015/lib/CheckboxView_combined.js +2 -2
- package/esm2015/lib/DatePickerView_combined.js +325 -322
- package/esm2015/lib/IconView_combined.js +310 -201
- package/esm2015/lib/IconVisualModelExport.js +46 -33
- package/esm2015/lib/NativeUIXInputsFactory.js +9 -9
- package/esm2015/lib/TextBlockVisualModelExport.js +64 -0
- package/esm2015/lib/XButtonBridge.js +11 -4
- package/esm2015/lib/XCheckboxBridge.js +19 -0
- package/esm2015/lib/{DatePicker.js → XDatePicker.js} +1 -1
- package/esm2015/lib/XIconBridge.js +6 -0
- package/esm2015/lib/XIconButtonBridge.js +1 -1
- package/esm2015/lib/XInputBridge.js +3 -0
- package/esm2015/lib/XPopupBridge.js +11 -8
- package/esm2015/lib/{igx-date-picker-component.js → igx-x-date-picker-component.js} +40 -40
- package/esm2015/lib/{igx-date-picker-dynamic-module.js → igx-x-date-picker-dynamic-module.js} +20 -20
- package/esm2015/lib/{igx-date-picker-module.js → igx-x-date-picker-module.js} +14 -14
- package/esm2015/public_api.js +5 -4
- package/esm5/lib/ButtonGroupVisualModelExport.js +1 -1
- package/esm5/lib/ButtonView_combined.js +33 -38
- package/esm5/lib/ButtonVisualModelExport.js +14 -13
- package/esm5/lib/CalendarView_combined.js +2 -0
- package/esm5/lib/CalendarVisualModelExport.js +1 -1
- package/esm5/lib/CheckboxView_combined.js +2 -2
- package/esm5/lib/DatePickerView_combined.js +336 -333
- package/esm5/lib/IconView_combined.js +308 -199
- package/esm5/lib/IconVisualModelExport.js +50 -33
- package/esm5/lib/NativeUIXInputsFactory.js +9 -9
- package/esm5/lib/TextBlockVisualModelExport.js +66 -0
- package/esm5/lib/XButtonBridge.js +11 -4
- package/esm5/lib/XCheckboxBridge.js +19 -0
- package/esm5/lib/{DatePicker.js → XDatePicker.js} +1 -1
- package/esm5/lib/XIconBridge.js +6 -0
- package/esm5/lib/XIconButtonBridge.js +1 -1
- package/esm5/lib/XInputBridge.js +3 -0
- package/esm5/lib/XPopupBridge.js +11 -8
- package/esm5/lib/{igx-date-picker-component.js → igx-x-date-picker-component.js} +87 -87
- package/esm5/lib/{igx-date-picker-dynamic-module.js → igx-x-date-picker-dynamic-module.js} +21 -21
- package/esm5/lib/{igx-date-picker-module.js → igx-x-date-picker-module.js} +15 -15
- package/esm5/public_api.js +5 -4
- package/fesm2015/igniteui-angular-inputs.js +906 -693
- package/fesm5/igniteui-angular-inputs.js +968 -751
- package/lib/ButtonVisualModelExport.d.ts +6 -5
- package/lib/DatePickerView_combined.d.ts +75 -74
- package/lib/IconView_combined.d.ts +35 -32
- package/lib/IconVisualModelExport.d.ts +17 -12
- package/lib/TextBlockVisualModelExport.d.ts +21 -0
- package/lib/XButtonBridge.d.ts +1 -0
- package/lib/XCheckboxBridge.d.ts +1 -0
- package/lib/XDatePicker.d.ts +1 -0
- package/lib/XIconBridge.d.ts +1 -0
- package/lib/XInputBridge.d.ts +1 -0
- package/lib/XPopupBridge.d.ts +1 -0
- package/lib/{igx-date-picker-component.d.ts → igx-x-date-picker-component.d.ts} +6 -6
- package/lib/igx-x-date-picker-dynamic-module.d.ts +13 -0
- package/lib/igx-x-date-picker-module.d.ts +13 -0
- package/package.json +5 -5
- package/public_api.d.ts +5 -4
- package/lib/DatePicker.d.ts +0 -1
- package/lib/igx-date-picker-dynamic-module.d.ts +0 -13
- package/lib/igx-date-picker-module.d.ts +0 -13
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { IVisualData } from "igniteui-angular-core";
|
|
2
3
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
3
4
|
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
4
5
|
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
@@ -7,7 +8,7 @@ import { ElevationMode } from "igniteui-angular-core";
|
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
|
-
export declare class ButtonVisualModelExport extends Base {
|
|
11
|
+
export declare class ButtonVisualModelExport extends Base implements IVisualData {
|
|
11
12
|
static $t: Type;
|
|
12
13
|
s: number;
|
|
13
14
|
q: number;
|
|
@@ -21,17 +22,17 @@ export declare class ButtonVisualModelExport extends Base {
|
|
|
21
22
|
a: BrushAppearanceData;
|
|
22
23
|
u: number;
|
|
23
24
|
e: BrushAppearanceData;
|
|
24
|
-
|
|
25
|
+
ag: CornerRadius;
|
|
25
26
|
b: BrushAppearanceData;
|
|
26
27
|
j: ElevationMode;
|
|
27
28
|
f: BrushAppearanceData;
|
|
28
29
|
o: number;
|
|
30
|
+
ad: string;
|
|
29
31
|
ae: string;
|
|
30
32
|
af: string;
|
|
31
|
-
ag: string;
|
|
32
33
|
r: number;
|
|
34
|
+
ab: string;
|
|
33
35
|
ac: string;
|
|
34
|
-
ad: string;
|
|
35
36
|
x: string;
|
|
36
37
|
y: string;
|
|
37
38
|
z: string;
|
|
@@ -42,5 +43,5 @@ export declare class ButtonVisualModelExport extends Base {
|
|
|
42
43
|
k: boolean;
|
|
43
44
|
n: boolean;
|
|
44
45
|
l: boolean;
|
|
45
|
-
|
|
46
|
+
serialize(): string;
|
|
46
47
|
}
|
|
@@ -27,7 +27,7 @@ import { DatePickerVisualModelExport } from "./DatePickerVisualModelExport";
|
|
|
27
27
|
export declare class DatePickerView extends Base {
|
|
28
28
|
static $t: Type;
|
|
29
29
|
constructor();
|
|
30
|
-
b:
|
|
30
|
+
b: XDatePicker;
|
|
31
31
|
am(): void;
|
|
32
32
|
d: DomRenderer;
|
|
33
33
|
private k;
|
|
@@ -84,11 +84,11 @@ export declare class DatePickerView extends Base {
|
|
|
84
84
|
/**
|
|
85
85
|
* @hidden
|
|
86
86
|
*/
|
|
87
|
-
export declare class
|
|
87
|
+
export declare class XDatePicker extends Base implements INotifyPropertyChanged {
|
|
88
88
|
static $t: Type;
|
|
89
89
|
private h;
|
|
90
|
-
private static readonly bq;
|
|
91
90
|
private static readonly br;
|
|
91
|
+
private static readonly bs;
|
|
92
92
|
private u;
|
|
93
93
|
private q;
|
|
94
94
|
private o;
|
|
@@ -96,51 +96,51 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
|
|
|
96
96
|
private m;
|
|
97
97
|
private n;
|
|
98
98
|
private c;
|
|
99
|
-
private bg;
|
|
100
|
-
private bk;
|
|
101
|
-
private bn;
|
|
102
99
|
private bh;
|
|
103
|
-
private
|
|
100
|
+
private bl;
|
|
101
|
+
private bo;
|
|
102
|
+
private bi;
|
|
103
|
+
private bn;
|
|
104
104
|
private ah;
|
|
105
105
|
private at;
|
|
106
106
|
private ar;
|
|
107
|
-
private
|
|
107
|
+
private a6;
|
|
108
108
|
private ai;
|
|
109
109
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
110
110
|
constructor();
|
|
111
111
|
selectedValueChanged: (sender: any, args: SelectedValueChangedEventArgs) => void;
|
|
112
|
-
|
|
112
|
+
dc(a: Date, b: Date): void;
|
|
113
113
|
notifySizeChanged(): void;
|
|
114
114
|
destroy(): void;
|
|
115
115
|
provideContainer(a: DomRenderer): void;
|
|
116
116
|
setName(a: string): void;
|
|
117
117
|
private ae;
|
|
118
118
|
private get af();
|
|
119
|
-
private
|
|
119
|
+
private a8;
|
|
120
120
|
get value(): Date;
|
|
121
121
|
set value(a: Date);
|
|
122
|
-
private
|
|
123
|
-
get
|
|
124
|
-
set
|
|
125
|
-
private
|
|
126
|
-
get
|
|
127
|
-
set
|
|
128
|
-
private
|
|
129
|
-
get
|
|
130
|
-
set
|
|
122
|
+
private a7;
|
|
123
|
+
get bb(): Date;
|
|
124
|
+
set bb(a: Date);
|
|
125
|
+
private bk;
|
|
126
|
+
get b4(): string;
|
|
127
|
+
set b4(a: string);
|
|
128
|
+
private du;
|
|
129
|
+
get dx(): Brush;
|
|
130
|
+
set dx(a: Brush);
|
|
131
131
|
private static ab;
|
|
132
132
|
private z;
|
|
133
133
|
get ac(): FontInfo;
|
|
134
134
|
set ac(a: FontInfo);
|
|
135
|
-
private
|
|
136
|
-
get
|
|
137
|
-
set
|
|
135
|
+
private bm;
|
|
136
|
+
get cc(): string;
|
|
137
|
+
set cc(a: string);
|
|
138
|
+
private a5;
|
|
139
|
+
get ba(): Date;
|
|
140
|
+
set ba(a: Date);
|
|
138
141
|
private a4;
|
|
139
142
|
get a9(): Date;
|
|
140
143
|
set a9(a: Date);
|
|
141
|
-
private a3;
|
|
142
|
-
get a8(): Date;
|
|
143
|
-
set a8(a: Date);
|
|
144
144
|
private x;
|
|
145
145
|
get y(): ControlDisplayDensity;
|
|
146
146
|
set y(a: ControlDisplayDensity);
|
|
@@ -150,18 +150,18 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
|
|
|
150
150
|
private aa;
|
|
151
151
|
get ad(): FontInfo;
|
|
152
152
|
set ad(a: FontInfo);
|
|
153
|
-
private
|
|
154
|
-
get
|
|
155
|
-
set
|
|
156
|
-
private
|
|
157
|
-
get
|
|
158
|
-
set
|
|
153
|
+
private dv;
|
|
154
|
+
get dy(): Brush;
|
|
155
|
+
set dy(a: Brush);
|
|
156
|
+
private dt;
|
|
157
|
+
get dw(): Brush;
|
|
158
|
+
set dw(a: Brush);
|
|
159
159
|
private ao;
|
|
160
|
-
get az(): boolean;
|
|
161
|
-
set az(a: boolean);
|
|
162
|
-
private ap;
|
|
163
160
|
get a0(): boolean;
|
|
164
161
|
set a0(a: boolean);
|
|
162
|
+
private ap;
|
|
163
|
+
get a1(): boolean;
|
|
164
|
+
set a1(a: boolean);
|
|
165
165
|
private ag;
|
|
166
166
|
get au(): boolean;
|
|
167
167
|
set au(a: boolean);
|
|
@@ -175,21 +175,21 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
|
|
|
175
175
|
get l(): FirstWeek;
|
|
176
176
|
set l(a: FirstWeek);
|
|
177
177
|
private aq;
|
|
178
|
-
get
|
|
179
|
-
set
|
|
178
|
+
get a2(): boolean;
|
|
179
|
+
set a2(a: boolean);
|
|
180
180
|
private a;
|
|
181
181
|
private d;
|
|
182
182
|
get e(): DateFormats;
|
|
183
183
|
set e(a: DateFormats);
|
|
184
|
-
private
|
|
185
|
-
get
|
|
186
|
-
set
|
|
184
|
+
private bj;
|
|
185
|
+
get bz(): string;
|
|
186
|
+
set bz(a: string);
|
|
187
187
|
private aj;
|
|
188
188
|
get av(): boolean;
|
|
189
189
|
set av(a: boolean);
|
|
190
|
-
private
|
|
191
|
-
get
|
|
192
|
-
set
|
|
190
|
+
private be;
|
|
191
|
+
get bf(): number;
|
|
192
|
+
set bf(a: number);
|
|
193
193
|
private ak;
|
|
194
194
|
get aw(): boolean;
|
|
195
195
|
set aw(a: boolean);
|
|
@@ -197,50 +197,51 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
|
|
|
197
197
|
get ax(): boolean;
|
|
198
198
|
set ax(a: boolean);
|
|
199
199
|
private as;
|
|
200
|
-
get
|
|
201
|
-
set
|
|
202
|
-
protected
|
|
203
|
-
protected
|
|
204
|
-
private
|
|
200
|
+
get a3(): boolean;
|
|
201
|
+
set a3(a: boolean);
|
|
202
|
+
protected db(a: string, b: any, c: any): void;
|
|
203
|
+
protected de(a: string, b: any, c: any): void;
|
|
204
|
+
private az;
|
|
205
|
+
private cp;
|
|
206
|
+
private dq;
|
|
207
|
+
private dl;
|
|
205
208
|
private dp;
|
|
206
|
-
|
|
207
|
-
private
|
|
208
|
-
cr(): void;
|
|
209
|
+
cs(): void;
|
|
210
|
+
private c1;
|
|
209
211
|
private c0;
|
|
210
212
|
private cz;
|
|
211
|
-
|
|
212
|
-
dr
|
|
213
|
-
private
|
|
214
|
-
|
|
215
|
-
cp(): void;
|
|
213
|
+
ds(a: string): void;
|
|
214
|
+
private dr;
|
|
215
|
+
private dm;
|
|
216
|
+
cq(): void;
|
|
216
217
|
private al;
|
|
217
|
-
c8(): void;
|
|
218
218
|
c9(): void;
|
|
219
|
-
|
|
219
|
+
da(): void;
|
|
220
|
+
ct(): void;
|
|
221
|
+
private co;
|
|
220
222
|
private cn;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
cq(): void;
|
|
223
|
+
cy(): void;
|
|
224
|
+
dd(): void;
|
|
225
|
+
private dk;
|
|
226
|
+
dn(): void;
|
|
227
|
+
cr(): void;
|
|
227
228
|
focus(a?: boolean): void;
|
|
229
|
+
cx(): void;
|
|
230
|
+
dg(): void;
|
|
228
231
|
cw(): void;
|
|
229
|
-
df(): void;
|
|
230
|
-
cv(): void;
|
|
231
|
-
c3(): void;
|
|
232
232
|
c4(): void;
|
|
233
|
-
|
|
234
|
-
private
|
|
235
|
-
|
|
236
|
-
|
|
233
|
+
c5(): void;
|
|
234
|
+
private dj;
|
|
235
|
+
private dh;
|
|
236
|
+
bg(): any;
|
|
237
|
+
bw(): string;
|
|
237
238
|
b(): DatePickerVisualModelExport;
|
|
238
239
|
gotFocus: (sender: any, args: GotFocusEventArgs) => void;
|
|
239
240
|
lostFocus: (sender: any, args: LostFocusEventArgs) => void;
|
|
240
241
|
keyDown: (sender: any, args: KeyEventArgs) => void;
|
|
241
242
|
changing: (sender: any, args: InputChangeEventArgs) => void;
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
243
|
+
c6(a: GotFocusEventArgs): void;
|
|
244
|
+
c8(a: LostFocusEventArgs): void;
|
|
245
|
+
c7(a: KeyEventArgs): void;
|
|
246
|
+
c3(a: InputChangeEventArgs): void;
|
|
246
247
|
}
|
|
@@ -6,6 +6,7 @@ import { SVGNode } from "igniteui-angular-core";
|
|
|
6
6
|
import { FastIterationDictionary$2 } from "igniteui-angular-core";
|
|
7
7
|
import { Brush } from "igniteui-angular-core";
|
|
8
8
|
import { FontInfo } from "igniteui-angular-core";
|
|
9
|
+
import { PrimitiveVisualData } from "igniteui-angular-core";
|
|
9
10
|
import { IIcon } from "igniteui-angular-core";
|
|
10
11
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
11
12
|
import { BrushCollection } from "igniteui-angular-core";
|
|
@@ -18,52 +19,54 @@ export declare class IconView extends Base {
|
|
|
18
19
|
static $t: Type;
|
|
19
20
|
constructor();
|
|
20
21
|
d: XIcon;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
ak(): void;
|
|
23
|
+
l(): boolean;
|
|
24
|
+
v: DomRenderer;
|
|
24
25
|
private g;
|
|
25
|
-
private
|
|
26
|
-
get
|
|
27
|
-
get
|
|
26
|
+
private o;
|
|
27
|
+
get z(): any;
|
|
28
|
+
get aa(): any;
|
|
28
29
|
get c(): any[];
|
|
29
|
-
get
|
|
30
|
-
o: List$1<Tuple$2<SVGNode, any>>;
|
|
31
|
-
p: List$1<Tuple$2<SVGNode, any>>;
|
|
30
|
+
get m(): boolean;
|
|
32
31
|
q: List$1<Tuple$2<SVGNode, any>>;
|
|
33
32
|
r: List$1<Tuple$2<SVGNode, any>>;
|
|
34
33
|
s: List$1<Tuple$2<SVGNode, any>>;
|
|
34
|
+
t: List$1<Tuple$2<SVGNode, any>>;
|
|
35
|
+
u: List$1<Tuple$2<SVGNode, any>>;
|
|
35
36
|
e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
36
37
|
f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
37
|
-
|
|
38
|
+
ai(a: DomRenderer): void;
|
|
39
|
+
at(a: string): void;
|
|
40
|
+
au(a: string[]): void;
|
|
41
|
+
as(a: string): void;
|
|
38
42
|
private ab;
|
|
39
|
-
|
|
40
|
-
private
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
ao(a: string): void;
|
|
46
|
-
private i;
|
|
47
|
-
ap(): void;
|
|
48
|
-
au(): void;
|
|
49
|
-
private l;
|
|
50
|
-
al(a: Brush, b: string): void;
|
|
51
|
-
am(a: any, b: Brush): void;
|
|
43
|
+
ap(a: string): void;
|
|
44
|
+
private k;
|
|
45
|
+
ar(): void;
|
|
46
|
+
aw(): void;
|
|
47
|
+
private n;
|
|
48
|
+
am(a: Brush, b: string): void;
|
|
52
49
|
an(a: any, b: Brush): void;
|
|
50
|
+
ao(a: any, b: Brush): void;
|
|
53
51
|
private ac;
|
|
54
|
-
|
|
52
|
+
al(): void;
|
|
55
53
|
private ad;
|
|
56
54
|
private ae;
|
|
57
|
-
private
|
|
55
|
+
private j;
|
|
56
|
+
private y;
|
|
57
|
+
private x;
|
|
58
58
|
private w;
|
|
59
|
-
private
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
ai(): void;
|
|
64
|
-
at(a: FontInfo): void;
|
|
59
|
+
private p;
|
|
60
|
+
ag(): void;
|
|
61
|
+
aj(): void;
|
|
62
|
+
av(a: FontInfo): void;
|
|
65
63
|
b(): number[];
|
|
66
|
-
private
|
|
64
|
+
private ah;
|
|
65
|
+
a(): PrimitiveVisualData[];
|
|
66
|
+
private af;
|
|
67
|
+
private h;
|
|
68
|
+
private aq;
|
|
69
|
+
private i;
|
|
67
70
|
}
|
|
68
71
|
/**
|
|
69
72
|
* @hidden
|
|
@@ -1,27 +1,32 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { PrimitiveVisualData } from "igniteui-angular-core";
|
|
2
3
|
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
3
4
|
/**
|
|
4
5
|
* @hidden
|
|
5
6
|
*/
|
|
6
7
|
export declare class IconVisualModelExport extends Base {
|
|
7
8
|
static $t: Type;
|
|
8
|
-
h: number;
|
|
9
|
-
f: number;
|
|
10
|
-
e: number;
|
|
11
9
|
i: number;
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
g: number;
|
|
11
|
+
f: number;
|
|
12
|
+
j: number;
|
|
13
|
+
a: PrimitiveVisualData[];
|
|
14
14
|
b: BrushAppearanceData;
|
|
15
|
-
d:
|
|
15
|
+
d: BrushAppearanceData;
|
|
16
|
+
c: BrushAppearanceData;
|
|
17
|
+
e: number;
|
|
16
18
|
private _svgPath;
|
|
17
19
|
get svgPath(): string;
|
|
18
20
|
set svgPath(a: string);
|
|
19
|
-
|
|
21
|
+
private _svg;
|
|
22
|
+
get svg(): string;
|
|
23
|
+
set svg(a: string);
|
|
24
|
+
k: string;
|
|
25
|
+
q: string;
|
|
26
|
+
r: string;
|
|
27
|
+
s: string;
|
|
28
|
+
h: number;
|
|
20
29
|
o: string;
|
|
21
30
|
p: string;
|
|
22
|
-
|
|
23
|
-
g: number;
|
|
24
|
-
m: string;
|
|
25
|
-
n: string;
|
|
26
|
-
k(): string;
|
|
31
|
+
l(): string;
|
|
27
32
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class TextBlockVisualModelExport extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
c: number;
|
|
9
|
+
e: number;
|
|
10
|
+
f: number;
|
|
11
|
+
b: number;
|
|
12
|
+
a: BrushAppearanceData;
|
|
13
|
+
k: string;
|
|
14
|
+
l: string;
|
|
15
|
+
m: string;
|
|
16
|
+
d: number;
|
|
17
|
+
i: string;
|
|
18
|
+
j: string;
|
|
19
|
+
h: string;
|
|
20
|
+
g(): string;
|
|
21
|
+
}
|
package/lib/XButtonBridge.d.ts
CHANGED
|
@@ -36,4 +36,5 @@ export declare class XButtonBridge extends XComponentBridge {
|
|
|
36
36
|
getHorizontalContentAlignment(a: any): NativeUIComponentHorizontalAlignment;
|
|
37
37
|
setVerticalContentAlignment(a: any, b: NativeUIComponentVerticalAlignment): void;
|
|
38
38
|
getVerticalContentAlignment(a: any): NativeUIComponentVerticalAlignment;
|
|
39
|
+
exportVisualData(a: any): any;
|
|
39
40
|
}
|
package/lib/XCheckboxBridge.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XDatePicker } from "./DatePickerView_combined";
|
package/lib/XIconBridge.d.ts
CHANGED
package/lib/XInputBridge.d.ts
CHANGED
package/lib/XPopupBridge.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export declare class XPopupBridge extends XComponentBridge implements INativeUIP
|
|
|
42
42
|
notifyExclusionRectChanged(a: any, b: Rect): void;
|
|
43
43
|
private v;
|
|
44
44
|
private u;
|
|
45
|
+
exportVisualData(a: any): any;
|
|
45
46
|
private ac;
|
|
46
47
|
addChild(a: any, b: NativeUIComponent): void;
|
|
47
48
|
insertChild(a: any, b: number, c: NativeUIComponent): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { XDatePicker } from './XDatePicker';
|
|
3
3
|
import { IgxSelectedValueChangedEventArgs } from "./igx-selected-value-changed-event-args";
|
|
4
4
|
import { IgxGotFocusEventArgs } from "./igx-got-focus-event-args";
|
|
5
5
|
import { IgxLostFocusEventArgs } from "./igx-lost-focus-event-args";
|
|
@@ -11,7 +11,7 @@ import { DateFormats } from "./DateFormats";
|
|
|
11
11
|
import { DayOfWeek } from "./DayOfWeek";
|
|
12
12
|
import { FirstWeek } from "./FirstWeek";
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class
|
|
14
|
+
export declare class IgxXDatePickerComponent implements AfterViewInit {
|
|
15
15
|
private renderer;
|
|
16
16
|
private _elRef;
|
|
17
17
|
private ngZone;
|
|
@@ -33,8 +33,8 @@ export declare class IgxDatePickerComponent implements AfterViewInit {
|
|
|
33
33
|
ngOnDestroy(): void;
|
|
34
34
|
private _implementation;
|
|
35
35
|
ngAfterViewInit(): void;
|
|
36
|
-
protected createImplementation():
|
|
37
|
-
get i():
|
|
36
|
+
protected createImplementation(): XDatePicker;
|
|
37
|
+
get i(): XDatePicker;
|
|
38
38
|
private _datePicker;
|
|
39
39
|
/**
|
|
40
40
|
* Gets or Sets the property name that contains the values.
|
|
@@ -228,6 +228,6 @@ export declare class IgxDatePickerComponent implements AfterViewInit {
|
|
|
228
228
|
get valueChange(): EventEmitter<Date>;
|
|
229
229
|
protected _zoneRunner: (act: () => void) => void;
|
|
230
230
|
protected _runInZone(act: () => void): void;
|
|
231
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
231
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXDatePickerComponent, never>;
|
|
232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXDatePickerComponent, "igx-x-date-picker", never, { "height": "height"; "width": "width"; "value": "value"; "today": "today"; "label": "label"; "labelTextColor": "labelTextColor"; "labelTextStyle": "labelTextStyle"; "placeholder": "placeholder"; "minDate": "minDate"; "maxDate": "maxDate"; "density": "density"; "baseTheme": "baseTheme"; "textStyle": "textStyle"; "textColor": "textColor"; "iconColor": "iconColor"; "showClearButton": "showClearButton"; "showTodayButton": "showTodayButton"; "allowTextInput": "allowTextInput"; "openOnFocus": "openOnFocus"; "firstDayOfWeek": "firstDayOfWeek"; "firstWeekOfYear": "firstWeekOfYear"; "showWeekNumbers": "showWeekNumbers"; "dateFormat": "dateFormat"; "formatString": "formatString"; "isDisabled": "isDisabled"; "isFixed": "isFixed"; "openAsChild": "openAsChild"; "useTopLayer": "useTopLayer"; }, { "selectedValueChanged": "selectedValueChanged"; "gotFocus": "gotFocus"; "lostFocus": "lostFocus"; "keyDown": "keyDown"; "changing": "changing"; "valueChange": "valueChange"; }, never, never>;
|
|
233
233
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./igx-x-calendar-dynamic-module";
|
|
4
|
+
import * as i3 from "./igx-x-button-dynamic-module";
|
|
5
|
+
import * as i4 from "./igx-x-icon-dynamic-module";
|
|
6
|
+
import * as i5 from "./igx-x-input-group-dynamic-module";
|
|
7
|
+
import * as i6 from "./igx-x-date-picker-module";
|
|
8
|
+
export declare class IgxXDatePickerDynamicModule {
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXDatePickerDynamicModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXDatePickerDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxXCalendarDynamicModule, typeof i3.IgxXButtonDynamicModule, typeof i4.IgxXIconDynamicModule, typeof i5.IgxXInputGroupDynamicModule, typeof i6.IgxXDatePickerModule], [typeof i2.IgxXCalendarDynamicModule, typeof i3.IgxXButtonDynamicModule, typeof i4.IgxXIconDynamicModule, typeof i5.IgxXInputGroupDynamicModule, typeof i6.IgxXDatePickerModule]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXDatePickerDynamicModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-date-picker-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "./igx-x-calendar-module";
|
|
5
|
+
import * as i4 from "./igx-x-button-module";
|
|
6
|
+
import * as i5 from "./igx-x-icon-module";
|
|
7
|
+
import * as i6 from "./igx-x-input-group-module";
|
|
8
|
+
export declare class IgxXDatePickerModule {
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXDatePickerModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXDatePickerModule, [typeof i1.IgxXDatePickerComponent], [typeof i2.CommonModule, typeof i3.IgxXCalendarModule, typeof i4.IgxXButtonModule, typeof i5.IgxXIconModule, typeof i6.IgxXInputGroupModule], [typeof i3.IgxXCalendarModule, typeof i4.IgxXButtonModule, typeof i5.IgxXIconModule, typeof i6.IgxXInputGroupModule, typeof i1.IgxXDatePickerComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXDatePickerModule>;
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.1.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": [
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@angular/common": "^
|
|
18
|
-
"@angular/compiler": "^
|
|
19
|
-
"@angular/core": "^
|
|
20
|
-
"igniteui-angular-core": "
|
|
17
|
+
"@angular/common": "^18.0.0",
|
|
18
|
+
"@angular/compiler": "^18.0.0",
|
|
19
|
+
"@angular/core": "^18.0.0",
|
|
20
|
+
"igniteui-angular-core": "18.1.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -12,12 +12,12 @@ export * from './lib/FirstWeek';
|
|
|
12
12
|
export * from './lib/CalendarVisualModelExport';
|
|
13
13
|
export * from './lib/TextElementsVisualModelExport';
|
|
14
14
|
export * from './lib/XCalendarLocaleEn';
|
|
15
|
-
export * from './lib/igx-date-picker-component';
|
|
16
|
-
export * from './lib/igx-date-picker-dynamic-module';
|
|
17
|
-
export * from './lib/igx-date-picker-module';
|
|
15
|
+
export * from './lib/igx-x-date-picker-component';
|
|
16
|
+
export * from './lib/igx-x-date-picker-dynamic-module';
|
|
17
|
+
export * from './lib/igx-x-date-picker-module';
|
|
18
18
|
export * from './lib/DateTimeValueFormatter';
|
|
19
19
|
export * from './lib/DatePickerView';
|
|
20
|
-
export * from './lib/
|
|
20
|
+
export * from './lib/XDatePicker';
|
|
21
21
|
export * from './lib/GotFocusEventArgs';
|
|
22
22
|
export * from './lib/igx-got-focus-event-args';
|
|
23
23
|
export * from './lib/LostFocusEventArgs';
|
|
@@ -121,3 +121,4 @@ export * from './lib/LabelVisualModelExport';
|
|
|
121
121
|
export * from './lib/PrefixVisualModelExport';
|
|
122
122
|
export * from './lib/RippleVisualModelExport';
|
|
123
123
|
export * from './lib/SuffixVisualModelExport';
|
|
124
|
+
export * from './lib/TextBlockVisualModelExport';
|
package/lib/DatePicker.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DatePicker } from "./DatePickerView_combined";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./igx-x-calendar-dynamic-module";
|
|
4
|
-
import * as i3 from "./igx-x-button-dynamic-module";
|
|
5
|
-
import * as i4 from "./igx-x-icon-dynamic-module";
|
|
6
|
-
import * as i5 from "./igx-x-input-group-dynamic-module";
|
|
7
|
-
import * as i6 from "./igx-date-picker-module";
|
|
8
|
-
export declare class IgxDatePickerDynamicModule {
|
|
9
|
-
constructor();
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerDynamicModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxDatePickerDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxXCalendarDynamicModule, typeof i3.IgxXButtonDynamicModule, typeof i4.IgxXIconDynamicModule, typeof i5.IgxXInputGroupDynamicModule, typeof i6.IgxDatePickerModule], [typeof i2.IgxXCalendarDynamicModule, typeof i3.IgxXButtonDynamicModule, typeof i4.IgxXIconDynamicModule, typeof i5.IgxXInputGroupDynamicModule, typeof i6.IgxDatePickerModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgxDatePickerDynamicModule>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./igx-date-picker-component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "./igx-x-calendar-module";
|
|
5
|
-
import * as i4 from "./igx-x-button-module";
|
|
6
|
-
import * as i5 from "./igx-x-icon-module";
|
|
7
|
-
import * as i6 from "./igx-x-input-group-module";
|
|
8
|
-
export declare class IgxDatePickerModule {
|
|
9
|
-
constructor();
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxDatePickerModule, [typeof i1.IgxDatePickerComponent], [typeof i2.CommonModule, typeof i3.IgxXCalendarModule, typeof i4.IgxXButtonModule, typeof i5.IgxXIconModule, typeof i6.IgxXInputGroupModule], [typeof i3.IgxXCalendarModule, typeof i4.IgxXButtonModule, typeof i5.IgxXIconModule, typeof i6.IgxXInputGroupModule, typeof i1.IgxDatePickerComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgxDatePickerModule>;
|
|
13
|
-
}
|