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
|
@@ -10,25 +10,25 @@ import { IgxXCalendarModule } from './igx-x-calendar-module';
|
|
|
10
10
|
import { IgxXButtonModule } from './igx-x-button-module';
|
|
11
11
|
import { IgxXIconModule } from './igx-x-icon-module';
|
|
12
12
|
import { IgxXInputGroupModule } from './igx-x-input-group-module';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
13
|
+
import { IgxXDatePickerComponent } from './igx-x-date-picker-component';
|
|
14
|
+
import { XDatePicker } from './XDatePicker';
|
|
15
15
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
|
-
var
|
|
18
|
-
function
|
|
19
|
-
TypeRegistrar.registerCons('
|
|
20
|
-
TypeRegistrar.register('
|
|
17
|
+
var IgxXDatePickerModule = /** @class */ /*@__PURE__*/ (function () {
|
|
18
|
+
function IgxXDatePickerModule() {
|
|
19
|
+
TypeRegistrar.registerCons('IgxXDatePickerComponent', IgxXDatePickerComponent);
|
|
20
|
+
TypeRegistrar.register('XDatePicker', XDatePicker.$type);
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
IgxXDatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXDatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
+
IgxXDatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXDatePickerModule, declarations: [IgxXDatePickerComponent], imports: [CommonModule, IgxXCalendarModule,
|
|
24
24
|
IgxXButtonModule,
|
|
25
25
|
IgxXIconModule,
|
|
26
26
|
IgxXInputGroupModule], exports: [IgxXCalendarModule,
|
|
27
27
|
IgxXButtonModule,
|
|
28
28
|
IgxXIconModule,
|
|
29
29
|
IgxXInputGroupModule,
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
IgxXDatePickerComponent] });
|
|
31
|
+
IgxXDatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXDatePickerModule, imports: [[CommonModule, IgxXCalendarModule,
|
|
32
32
|
IgxXButtonModule,
|
|
33
33
|
IgxXIconModule,
|
|
34
34
|
IgxXInputGroupModule
|
|
@@ -36,18 +36,18 @@ var IgxDatePickerModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
36
36
|
IgxXButtonModule,
|
|
37
37
|
IgxXIconModule,
|
|
38
38
|
IgxXInputGroupModule] });
|
|
39
|
-
return
|
|
39
|
+
return IgxXDatePickerModule;
|
|
40
40
|
}());
|
|
41
|
-
export {
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type:
|
|
41
|
+
export { IgxXDatePickerModule };
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXDatePickerModule, decorators: [{
|
|
43
43
|
type: NgModule,
|
|
44
44
|
args: [{
|
|
45
|
-
declarations: [
|
|
45
|
+
declarations: [IgxXDatePickerComponent],
|
|
46
46
|
exports: [IgxXCalendarModule,
|
|
47
47
|
IgxXButtonModule,
|
|
48
48
|
IgxXIconModule,
|
|
49
49
|
IgxXInputGroupModule,
|
|
50
|
-
|
|
50
|
+
IgxXDatePickerComponent
|
|
51
51
|
],
|
|
52
52
|
imports: [CommonModule, IgxXCalendarModule,
|
|
53
53
|
IgxXButtonModule,
|
package/esm5/public_api.js
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';
|