igniteui-angular-inputs 16.1.0-beta.1
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/License +27 -0
- package/README.md +19 -0
- package/bundles/igniteui-angular-inputs.umd.js +36173 -0
- package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
- package/esm2015/igniteui-angular-inputs.js +4 -0
- package/esm2015/lib/ButtonClickEventArgs.js +16 -0
- package/esm2015/lib/ButtonDisplayStyle.js +11 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2015/lib/ButtonGroupOrientation.js +16 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
- package/esm2015/lib/ButtonGroupView.js +7 -0
- package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
- package/esm2015/lib/ButtonView.js +7 -0
- package/esm2015/lib/ButtonView_combined.js +3291 -0
- package/esm2015/lib/ButtonVisualModelExport.js +109 -0
- package/esm2015/lib/CalendarView.js +7 -0
- package/esm2015/lib/CalendarView_combined.js +2791 -0
- package/esm2015/lib/CalendarVisualModelExport.js +100 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
- package/esm2015/lib/CheckboxLabelPosition.js +11 -0
- package/esm2015/lib/CheckboxView.js +7 -0
- package/esm2015/lib/CheckboxView_combined.js +1105 -0
- package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
- package/esm2015/lib/DateFormats.js +25 -0
- package/esm2015/lib/DatePicker.js +7 -0
- package/esm2015/lib/DatePickerView.js +7 -0
- package/esm2015/lib/DatePickerView_combined.js +1578 -0
- package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
- package/esm2015/lib/DateTimeValueFormatter.js +108 -0
- package/esm2015/lib/DayInfo.js +23 -0
- package/esm2015/lib/DayOfWeek.js +45 -0
- package/esm2015/lib/ElevationHelper.js +67 -0
- package/esm2015/lib/FirstWeek.js +29 -0
- package/esm2015/lib/GotFocusEventArgs.js +16 -0
- package/esm2015/lib/IconClickedEventArgs.js +16 -0
- package/esm2015/lib/IconView.js +7 -0
- package/esm2015/lib/IconView_combined.js +815 -0
- package/esm2015/lib/IconVisualModelExport.js +76 -0
- package/esm2015/lib/InputChangeEventArgs.js +33 -0
- package/esm2015/lib/InputGroupDisplayType.js +18 -0
- package/esm2015/lib/InputGroupView.js +7 -0
- package/esm2015/lib/InputGroupView_combined.js +5518 -0
- package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
- package/esm2015/lib/InputShiftType.js +17 -0
- package/esm2015/lib/InputView.js +7 -0
- package/esm2015/lib/InputVisualModelExport.js +78 -0
- package/esm2015/lib/KEYCODES.js +11 -0
- package/esm2015/lib/LabelShiftType.js +17 -0
- package/esm2015/lib/LabelView.js +7 -0
- package/esm2015/lib/LabelVisualModelExport.js +84 -0
- package/esm2015/lib/LostFocusEventArgs.js +16 -0
- package/esm2015/lib/MaskOptions.js +21 -0
- package/esm2015/lib/MaskParsingService.js +213 -0
- package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
- package/esm2015/lib/PrefixShiftType.js +17 -0
- package/esm2015/lib/PrefixView.js +7 -0
- package/esm2015/lib/PrefixVisualModelExport.js +35 -0
- package/esm2015/lib/Replaced.js +21 -0
- package/esm2015/lib/RippleView.js +7 -0
- package/esm2015/lib/RippleView_combined.js +396 -0
- package/esm2015/lib/RippleVisualModelExport.js +38 -0
- package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
- package/esm2015/lib/SuffixShiftType.js +17 -0
- package/esm2015/lib/SuffixView.js +7 -0
- package/esm2015/lib/SuffixVisualModelExport.js +34 -0
- package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
- package/esm2015/lib/Theme.js +48 -0
- package/esm2015/lib/ThemeResolver.js +176 -0
- package/esm2015/lib/XButton.js +7 -0
- package/esm2015/lib/XButtonBridge.js +297 -0
- package/esm2015/lib/XButtonGroup.js +7 -0
- package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
- package/esm2015/lib/XCalendar.js +7 -0
- package/esm2015/lib/XCalendarLocaleEn.js +56 -0
- package/esm2015/lib/XCheckbox.js +7 -0
- package/esm2015/lib/XCheckboxBridge.js +78 -0
- package/esm2015/lib/XComponentBridge.js +48 -0
- package/esm2015/lib/XIcon.js +7 -0
- package/esm2015/lib/XIconBridge.js +93 -0
- package/esm2015/lib/XIconButtonBridge.js +77 -0
- package/esm2015/lib/XInput.js +7 -0
- package/esm2015/lib/XInputBridge.js +215 -0
- package/esm2015/lib/XInputGroup.js +7 -0
- package/esm2015/lib/XInputGroupInputCollection.js +7 -0
- package/esm2015/lib/XInputGroupItem.js +7 -0
- package/esm2015/lib/XLabel.js +7 -0
- package/esm2015/lib/XPopupBridge.js +287 -0
- package/esm2015/lib/XPrefix.js +7 -0
- package/esm2015/lib/XRipple.js +7 -0
- package/esm2015/lib/XSuffix.js +7 -0
- package/esm2015/lib/igx-button-click-event-args.js +24 -0
- package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
- package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
- package/esm2015/lib/igx-date-picker-component.js +596 -0
- package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
- package/esm2015/lib/igx-date-picker-module.js +60 -0
- package/esm2015/lib/igx-got-focus-event-args.js +24 -0
- package/esm2015/lib/igx-input-change-event-args.js +37 -0
- package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
- package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
- package/esm2015/lib/igx-x-button-component.js +2286 -0
- package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
- package/esm2015/lib/igx-x-button-group-component.js +1000 -0
- package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-button-group-module.js +46 -0
- package/esm2015/lib/igx-x-button-module.js +46 -0
- package/esm2015/lib/igx-x-calendar-component.js +468 -0
- package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
- package/esm2015/lib/igx-x-calendar-module.js +46 -0
- package/esm2015/lib/igx-x-checkbox-component.js +586 -0
- package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-checkbox-module.js +46 -0
- package/esm2015/lib/igx-x-icon-component.js +596 -0
- package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-icon-module.js +39 -0
- package/esm2015/lib/igx-x-input-component.js +551 -0
- package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-input-group-component.js +2046 -0
- package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
- package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
- package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
- package/esm2015/lib/igx-x-input-group-module.js +53 -0
- package/esm2015/lib/igx-x-input-module.js +39 -0
- package/esm2015/lib/igx-x-label-component.js +423 -0
- package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-label-module.js +39 -0
- package/esm2015/lib/igx-x-prefix-component.js +165 -0
- package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-prefix-module.js +39 -0
- package/esm2015/lib/igx-x-ripple-component.js +322 -0
- package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
- package/esm2015/lib/igx-x-ripple-module.js +36 -0
- package/esm2015/lib/igx-x-suffix-component.js +165 -0
- package/esm2015/public_api.js +123 -0
- package/esm5/igniteui-angular-inputs.js +4 -0
- package/esm5/lib/ButtonClickEventArgs.js +20 -0
- package/esm5/lib/ButtonDisplayStyle.js +11 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm5/lib/ButtonGroupOrientation.js +16 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
- package/esm5/lib/ButtonGroupView.js +7 -0
- package/esm5/lib/ButtonGroupView_combined.js +1701 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
- package/esm5/lib/ButtonView.js +7 -0
- package/esm5/lib/ButtonView_combined.js +3985 -0
- package/esm5/lib/ButtonVisualModelExport.js +111 -0
- package/esm5/lib/CalendarView.js +7 -0
- package/esm5/lib/CalendarView_combined.js +2915 -0
- package/esm5/lib/CalendarVisualModelExport.js +102 -0
- package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
- package/esm5/lib/CheckboxLabelPosition.js +11 -0
- package/esm5/lib/CheckboxView.js +7 -0
- package/esm5/lib/CheckboxView_combined.js +1303 -0
- package/esm5/lib/CheckboxVisualModelExport.js +64 -0
- package/esm5/lib/DateFormats.js +25 -0
- package/esm5/lib/DatePicker.js +7 -0
- package/esm5/lib/DatePickerView.js +7 -0
- package/esm5/lib/DatePickerView_combined.js +1690 -0
- package/esm5/lib/DatePickerVisualModelExport.js +72 -0
- package/esm5/lib/DateTimeValueFormatter.js +110 -0
- package/esm5/lib/DayInfo.js +25 -0
- package/esm5/lib/DayOfWeek.js +45 -0
- package/esm5/lib/ElevationHelper.js +71 -0
- package/esm5/lib/FirstWeek.js +29 -0
- package/esm5/lib/GotFocusEventArgs.js +20 -0
- package/esm5/lib/IconClickedEventArgs.js +20 -0
- package/esm5/lib/IconView.js +7 -0
- package/esm5/lib/IconView_combined.js +1012 -0
- package/esm5/lib/IconVisualModelExport.js +82 -0
- package/esm5/lib/InputChangeEventArgs.js +43 -0
- package/esm5/lib/InputGroupDisplayType.js +18 -0
- package/esm5/lib/InputGroupView.js +7 -0
- package/esm5/lib/InputGroupView_combined.js +6660 -0
- package/esm5/lib/InputGroupVisualModelExport.js +111 -0
- package/esm5/lib/InputShiftType.js +17 -0
- package/esm5/lib/InputView.js +7 -0
- package/esm5/lib/InputVisualModelExport.js +80 -0
- package/esm5/lib/KEYCODES.js +11 -0
- package/esm5/lib/LabelShiftType.js +17 -0
- package/esm5/lib/LabelView.js +7 -0
- package/esm5/lib/LabelVisualModelExport.js +86 -0
- package/esm5/lib/LostFocusEventArgs.js +20 -0
- package/esm5/lib/MaskOptions.js +23 -0
- package/esm5/lib/MaskParsingService.js +267 -0
- package/esm5/lib/NativeUIXInputsFactory.js +195 -0
- package/esm5/lib/PrefixShiftType.js +17 -0
- package/esm5/lib/PrefixView.js +7 -0
- package/esm5/lib/PrefixVisualModelExport.js +37 -0
- package/esm5/lib/Replaced.js +23 -0
- package/esm5/lib/RippleView.js +7 -0
- package/esm5/lib/RippleView_combined.js +491 -0
- package/esm5/lib/RippleVisualModelExport.js +40 -0
- package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
- package/esm5/lib/SuffixShiftType.js +17 -0
- package/esm5/lib/SuffixView.js +7 -0
- package/esm5/lib/SuffixVisualModelExport.js +36 -0
- package/esm5/lib/TextElementsVisualModelExport.js +46 -0
- package/esm5/lib/Theme.js +58 -0
- package/esm5/lib/ThemeResolver.js +182 -0
- package/esm5/lib/XButton.js +7 -0
- package/esm5/lib/XButtonBridge.js +299 -0
- package/esm5/lib/XButtonGroup.js +7 -0
- package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
- package/esm5/lib/XCalendar.js +7 -0
- package/esm5/lib/XCalendarLocaleEn.js +58 -0
- package/esm5/lib/XCheckbox.js +7 -0
- package/esm5/lib/XCheckboxBridge.js +80 -0
- package/esm5/lib/XComponentBridge.js +54 -0
- package/esm5/lib/XIcon.js +7 -0
- package/esm5/lib/XIconBridge.js +95 -0
- package/esm5/lib/XIconButtonBridge.js +79 -0
- package/esm5/lib/XInput.js +7 -0
- package/esm5/lib/XInputBridge.js +217 -0
- package/esm5/lib/XInputGroup.js +7 -0
- package/esm5/lib/XInputGroupInputCollection.js +7 -0
- package/esm5/lib/XInputGroupItem.js +7 -0
- package/esm5/lib/XLabel.js +7 -0
- package/esm5/lib/XPopupBridge.js +289 -0
- package/esm5/lib/XPrefix.js +7 -0
- package/esm5/lib/XRipple.js +7 -0
- package/esm5/lib/XSuffix.js +7 -0
- package/esm5/lib/igx-button-click-event-args.js +30 -0
- package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
- package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
- package/esm5/lib/igx-date-picker-component.js +720 -0
- package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
- package/esm5/lib/igx-date-picker-module.js +59 -0
- package/esm5/lib/igx-got-focus-event-args.js +30 -0
- package/esm5/lib/igx-input-change-event-args.js +51 -0
- package/esm5/lib/igx-lost-focus-event-args.js +30 -0
- package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
- package/esm5/lib/igx-x-button-component.js +3018 -0
- package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
- package/esm5/lib/igx-x-button-group-component.js +1272 -0
- package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-button-group-module.js +45 -0
- package/esm5/lib/igx-x-button-module.js +45 -0
- package/esm5/lib/igx-x-calendar-component.js +572 -0
- package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
- package/esm5/lib/igx-x-calendar-module.js +45 -0
- package/esm5/lib/igx-x-checkbox-component.js +724 -0
- package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-checkbox-module.js +45 -0
- package/esm5/lib/igx-x-icon-component.js +732 -0
- package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-icon-module.js +38 -0
- package/esm5/lib/igx-x-input-component.js +683 -0
- package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-input-group-component.js +2697 -0
- package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
- package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
- package/esm5/lib/igx-x-input-group-item-component.js +151 -0
- package/esm5/lib/igx-x-input-group-module.js +52 -0
- package/esm5/lib/igx-x-input-module.js +38 -0
- package/esm5/lib/igx-x-label-component.js +522 -0
- package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-label-module.js +38 -0
- package/esm5/lib/igx-x-prefix-component.js +180 -0
- package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-prefix-module.js +38 -0
- package/esm5/lib/igx-x-ripple-component.js +381 -0
- package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
- package/esm5/lib/igx-x-ripple-module.js +35 -0
- package/esm5/lib/igx-x-suffix-component.js +180 -0
- package/esm5/public_api.js +123 -0
- package/fesm2015/igniteui-angular-inputs.js +30534 -0
- package/fesm5/igniteui-angular-inputs.js +36038 -0
- package/igniteui-angular-inputs.d.ts +5 -0
- package/lib/ButtonClickEventArgs.d.ts +7 -0
- package/lib/ButtonDisplayStyle.d.ts +15 -0
- package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/lib/ButtonGroupOrientation.d.ts +9 -0
- package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/lib/ButtonGroupView.d.ts +1 -0
- package/lib/ButtonGroupView_combined.d.ts +372 -0
- package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
- package/lib/ButtonView.d.ts +1 -0
- package/lib/ButtonView_combined.d.ts +695 -0
- package/lib/ButtonVisualModelExport.d.ts +46 -0
- package/lib/CalendarView.d.ts +1 -0
- package/lib/CalendarView_combined.d.ts +231 -0
- package/lib/CalendarVisualModelExport.d.ts +33 -0
- package/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/lib/CheckboxLabelPosition.d.ts +12 -0
- package/lib/CheckboxView.d.ts +1 -0
- package/lib/CheckboxView_combined.d.ts +214 -0
- package/lib/CheckboxVisualModelExport.d.ts +28 -0
- package/lib/DateFormats.d.ts +18 -0
- package/lib/DatePicker.d.ts +1 -0
- package/lib/DatePickerView.d.ts +1 -0
- package/lib/DatePickerView_combined.d.ts +225 -0
- package/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/lib/DateTimeValueFormatter.d.ts +20 -0
- package/lib/DayInfo.d.ts +13 -0
- package/lib/DayOfWeek.d.ts +38 -0
- package/lib/ElevationHelper.d.ts +16 -0
- package/lib/FirstWeek.d.ts +22 -0
- package/lib/GotFocusEventArgs.d.ts +7 -0
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView.d.ts +1 -0
- package/lib/IconView_combined.d.ts +198 -0
- package/lib/IconVisualModelExport.d.ts +26 -0
- package/lib/InputChangeEventArgs.d.ts +13 -0
- package/lib/InputGroupDisplayType.d.ts +11 -0
- package/lib/InputGroupView.d.ts +1 -0
- package/lib/InputGroupView_combined.d.ts +1202 -0
- package/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/lib/InputShiftType.d.ts +10 -0
- package/lib/InputView.d.ts +1 -0
- package/lib/InputVisualModelExport.d.ts +30 -0
- package/lib/KEYCODES.d.ts +27 -0
- package/lib/LabelShiftType.d.ts +10 -0
- package/lib/LabelView.d.ts +1 -0
- package/lib/LabelVisualModelExport.d.ts +34 -0
- package/lib/LostFocusEventArgs.d.ts +7 -0
- package/lib/MaskOptions.d.ts +9 -0
- package/lib/MaskParsingService.d.ts +19 -0
- package/lib/NativeUIXInputsFactory.d.ts +24 -0
- package/lib/PrefixShiftType.d.ts +10 -0
- package/lib/PrefixView.d.ts +1 -0
- package/lib/PrefixVisualModelExport.d.ts +13 -0
- package/lib/Replaced.d.ts +9 -0
- package/lib/RippleView.d.ts +1 -0
- package/lib/RippleView_combined.d.ts +98 -0
- package/lib/RippleVisualModelExport.d.ts +15 -0
- package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
- package/lib/SuffixShiftType.d.ts +10 -0
- package/lib/SuffixView.d.ts +1 -0
- package/lib/SuffixVisualModelExport.d.ts +13 -0
- package/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/lib/Theme.d.ts +15 -0
- package/lib/ThemeResolver.d.ts +56 -0
- package/lib/XButton.d.ts +1 -0
- package/lib/XButtonBridge.d.ts +39 -0
- package/lib/XButtonGroup.d.ts +1 -0
- package/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/lib/XCalendar.d.ts +1 -0
- package/lib/XCalendarLocaleEn.d.ts +49 -0
- package/lib/XCheckbox.d.ts +1 -0
- package/lib/XCheckboxBridge.d.ts +19 -0
- package/lib/XComponentBridge.d.ts +18 -0
- package/lib/XIcon.d.ts +1 -0
- package/lib/XIconBridge.d.ts +14 -0
- package/lib/XIconButtonBridge.d.ts +16 -0
- package/lib/XInput.d.ts +1 -0
- package/lib/XInputBridge.d.ts +28 -0
- package/lib/XInputGroup.d.ts +1 -0
- package/lib/XInputGroupInputCollection.d.ts +1 -0
- package/lib/XInputGroupItem.d.ts +1 -0
- package/lib/XLabel.d.ts +1 -0
- package/lib/XPopupBridge.d.ts +52 -0
- package/lib/XPrefix.d.ts +1 -0
- package/lib/XRipple.d.ts +1 -0
- package/lib/XSuffix.d.ts +1 -0
- package/lib/igx-button-click-event-args.d.ts +12 -0
- package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
- package/lib/igx-checkbox-change-event-args.d.ts +18 -0
- package/lib/igx-date-picker-component.d.ts +215 -0
- package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
- package/lib/igx-date-picker-module.d.ts +13 -0
- package/lib/igx-got-focus-event-args.d.ts +12 -0
- package/lib/igx-input-change-event-args.d.ts +17 -0
- package/lib/igx-lost-focus-event-args.d.ts +12 -0
- package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
- package/lib/igx-x-button-component.d.ts +980 -0
- package/lib/igx-x-button-dynamic-module.d.ts +11 -0
- package/lib/igx-x-button-group-button-collection.d.ts +8 -0
- package/lib/igx-x-button-group-component.d.ts +416 -0
- package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
- package/lib/igx-x-button-group-module.d.ts +11 -0
- package/lib/igx-x-button-module.d.ts +11 -0
- package/lib/igx-x-calendar-component.d.ts +177 -0
- package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
- package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
- package/lib/igx-x-calendar-module.d.ts +11 -0
- package/lib/igx-x-checkbox-component.d.ts +238 -0
- package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
- package/lib/igx-x-checkbox-module.d.ts +11 -0
- package/lib/igx-x-icon-component.d.ts +255 -0
- package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
- package/lib/igx-x-icon-module.d.ts +10 -0
- package/lib/igx-x-input-component.d.ts +212 -0
- package/lib/igx-x-input-dynamic-module.d.ts +10 -0
- package/lib/igx-x-input-group-component.d.ts +855 -0
- package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
- package/lib/igx-x-input-group-input-collection.d.ts +8 -0
- package/lib/igx-x-input-group-item-component.d.ts +35 -0
- package/lib/igx-x-input-group-module.d.ts +12 -0
- package/lib/igx-x-input-module.d.ts +10 -0
- package/lib/igx-x-label-component.d.ts +175 -0
- package/lib/igx-x-label-dynamic-module.d.ts +10 -0
- package/lib/igx-x-label-module.d.ts +10 -0
- package/lib/igx-x-prefix-component.d.ts +60 -0
- package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
- package/lib/igx-x-prefix-module.d.ts +10 -0
- package/lib/igx-x-ripple-component.d.ts +110 -0
- package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
- package/lib/igx-x-ripple-module.d.ts +9 -0
- package/lib/igx-x-suffix-component.d.ts +60 -0
- package/package.json +39 -0
- package/public_api.d.ts +123 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NativeUIElementBridge } from "igniteui-angular-core";
|
|
2
|
+
import { Type } from "igniteui-angular-core";
|
|
3
|
+
import { UIElementPropertyId } from "igniteui-angular-core";
|
|
4
|
+
import { NativeUIBuiltInEvents } from "igniteui-angular-core";
|
|
5
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class XComponentBridge extends NativeUIElementBridge {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private s;
|
|
12
|
+
get t(): any;
|
|
13
|
+
constructor(a: any);
|
|
14
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
15
|
+
getMethodTarget(a: any): any;
|
|
16
|
+
getTargetForBuildInEvent(a: any, b: NativeUIBuiltInEvents): any;
|
|
17
|
+
getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
|
|
18
|
+
}
|
package/lib/XIcon.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XIcon } from "./IconView_combined";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { Type } from "igniteui-angular-core";
|
|
3
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class XIconBridge extends XComponentBridge {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private u;
|
|
10
|
+
private v;
|
|
11
|
+
constructor(a: any);
|
|
12
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
13
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { XButtonBridge } from "./XButtonBridge";
|
|
2
|
+
import { Type } from "igniteui-angular-core";
|
|
3
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
4
|
+
import { UIElementPropertyId } from "igniteui-angular-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class XIconButtonBridge extends XButtonBridge {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private al;
|
|
11
|
+
constructor(a: any, b: any);
|
|
12
|
+
getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
|
|
13
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
14
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
15
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
16
|
+
}
|
package/lib/XInput.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInput } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { INativeUIInputBridge } from "igniteui-angular-core";
|
|
3
|
+
import { Type } from "igniteui-angular-core";
|
|
4
|
+
import { NativeUIComponent } from "igniteui-angular-core";
|
|
5
|
+
import { NativeUIBuiltInEvents } from "igniteui-angular-core";
|
|
6
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
7
|
+
import { UIElementPropertyId } from "igniteui-angular-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class XInputBridge extends XComponentBridge implements INativeUIInputBridge {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
private v;
|
|
14
|
+
private u;
|
|
15
|
+
private x;
|
|
16
|
+
private w;
|
|
17
|
+
constructor(a: any);
|
|
18
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
19
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
20
|
+
private z;
|
|
21
|
+
private y;
|
|
22
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
23
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
24
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
25
|
+
focus(a: any): void;
|
|
26
|
+
select(a: any): void;
|
|
27
|
+
setSelectionRange(a: any, b: number, c: number): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroup } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroupInputCollection } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroupItem } from "./InputGroupView_combined";
|
package/lib/XLabel.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XLabel } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { INativeUIPopupBridge } from "igniteui-angular-core";
|
|
3
|
+
import { NativeUIComponent } from "igniteui-angular-core";
|
|
4
|
+
import { Type } from "igniteui-angular-core";
|
|
5
|
+
import { NativeUIBuiltInEvents } from "igniteui-angular-core";
|
|
6
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
7
|
+
import { Rect } from "igniteui-angular-core";
|
|
8
|
+
import { NativeUIPopupDirection } from "igniteui-angular-core";
|
|
9
|
+
import { NativeUIPopupAlignment } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare class XPopupBridge extends XComponentBridge implements INativeUIPopupBridge {
|
|
14
|
+
static $t: Type;
|
|
15
|
+
private ai;
|
|
16
|
+
private ad;
|
|
17
|
+
private ag;
|
|
18
|
+
private ah;
|
|
19
|
+
private ae;
|
|
20
|
+
private af;
|
|
21
|
+
private ab;
|
|
22
|
+
private aa;
|
|
23
|
+
private y;
|
|
24
|
+
private z;
|
|
25
|
+
private w;
|
|
26
|
+
private x;
|
|
27
|
+
constructor(a: any);
|
|
28
|
+
contains(a: any, b: any): boolean;
|
|
29
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
30
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
31
|
+
private ao;
|
|
32
|
+
private aj;
|
|
33
|
+
private am;
|
|
34
|
+
private an;
|
|
35
|
+
private ak;
|
|
36
|
+
private al;
|
|
37
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
38
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
39
|
+
showRelativeToExclusionRect(a: any, b: Rect, c: NativeUIPopupDirection, d: NativeUIPopupAlignment): void;
|
|
40
|
+
close(a: any): void;
|
|
41
|
+
notifyContentSizeChanged(a: any): void;
|
|
42
|
+
notifyExclusionRectChanged(a: any, b: Rect): void;
|
|
43
|
+
private v;
|
|
44
|
+
private u;
|
|
45
|
+
private ac;
|
|
46
|
+
addChild(a: any, b: NativeUIComponent): void;
|
|
47
|
+
insertChild(a: any, b: number, c: NativeUIComponent): void;
|
|
48
|
+
getChildAt(a: any, b: number): NativeUIComponent;
|
|
49
|
+
getChildrenCount(a: any): number;
|
|
50
|
+
removeChild(a: any, b: NativeUIComponent): void;
|
|
51
|
+
removeChildAt(a: any, b: number): void;
|
|
52
|
+
}
|
package/lib/XPrefix.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XPrefix } from "./InputGroupView_combined";
|
package/lib/XRipple.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XRipple } from "./RippleView_combined";
|
package/lib/XSuffix.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XSuffix } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ButtonClickEventArgs as ButtonClickEventArgs_internal } from "./ButtonClickEventArgs";
|
|
2
|
+
export declare class IgxButtonClickEventArgs {
|
|
3
|
+
protected createImplementation(): ButtonClickEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ButtonClickEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ButtonGroupSelectionChangedEventArgs as ButtonGroupSelectionChangedEventArgs_internal } from "./ButtonGroupSelectionChangedEventArgs";
|
|
2
|
+
export declare class IgxButtonGroupSelectionChangedEventArgs {
|
|
3
|
+
protected createImplementation(): ButtonGroupSelectionChangedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ButtonGroupSelectionChangedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CheckboxChangeEventArgs as CheckboxChangeEventArgs_internal } from "./CheckboxChangeEventArgs";
|
|
2
|
+
export declare class IgxCheckboxChangeEventArgs {
|
|
3
|
+
protected createImplementation(): CheckboxChangeEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): CheckboxChangeEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
get isChecked(): boolean;
|
|
13
|
+
set isChecked(v: boolean);
|
|
14
|
+
static ngAcceptInputType_isChecked: boolean | string;
|
|
15
|
+
get isIndeterminate(): boolean;
|
|
16
|
+
set isIndeterminate(v: boolean);
|
|
17
|
+
static ngAcceptInputType_isIndeterminate: boolean | string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
import { EventEmitter, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import { DatePicker } from './DatePicker';
|
|
3
|
+
import { IgxSelectedValueChangedEventArgs } from "./igx-selected-value-changed-event-args";
|
|
4
|
+
import { IgxGotFocusEventArgs } from "./igx-got-focus-event-args";
|
|
5
|
+
import { IgxLostFocusEventArgs } from "./igx-lost-focus-event-args";
|
|
6
|
+
import { IgxInputChangeEventArgs } from "./igx-input-change-event-args";
|
|
7
|
+
import { IgxKeyEventArgs } from "igniteui-angular-core";
|
|
8
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
9
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
10
|
+
import { DateFormats } from "./DateFormats";
|
|
11
|
+
import { DayOfWeek } from "./DayOfWeek";
|
|
12
|
+
import { FirstWeek } from "./FirstWeek";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export declare class IgxDatePickerComponent implements AfterViewInit {
|
|
15
|
+
private renderer;
|
|
16
|
+
private _elRef;
|
|
17
|
+
private ngZone;
|
|
18
|
+
private injector;
|
|
19
|
+
private componentFactoryResolver;
|
|
20
|
+
container: Element;
|
|
21
|
+
_datePickerContainer: ElementRef;
|
|
22
|
+
private _height;
|
|
23
|
+
private _width;
|
|
24
|
+
private _dataSource;
|
|
25
|
+
set height(value: string);
|
|
26
|
+
get height(): string;
|
|
27
|
+
set width(value: string);
|
|
28
|
+
get width(): string;
|
|
29
|
+
private _wrapper;
|
|
30
|
+
private _root;
|
|
31
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
32
|
+
updateStyle(): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
private _implementation;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
protected createImplementation(): DatePicker;
|
|
37
|
+
get i(): DatePicker;
|
|
38
|
+
private _datePicker;
|
|
39
|
+
/**
|
|
40
|
+
* Gets or Sets the property name that contains the values.
|
|
41
|
+
*/
|
|
42
|
+
get value(): Date;
|
|
43
|
+
set value(v: Date);
|
|
44
|
+
/**
|
|
45
|
+
* Gets or Sets the property name that contains the values.
|
|
46
|
+
*/
|
|
47
|
+
get today(): Date;
|
|
48
|
+
set today(v: Date);
|
|
49
|
+
/**
|
|
50
|
+
* Gets or Sets the property name that contains the label.
|
|
51
|
+
*/
|
|
52
|
+
get label(): string;
|
|
53
|
+
set label(v: string);
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets the color to use for the text.
|
|
56
|
+
*/
|
|
57
|
+
get labelTextColor(): string;
|
|
58
|
+
set labelTextColor(v: string);
|
|
59
|
+
/**
|
|
60
|
+
* Gets or sets the font to use for the combobox.
|
|
61
|
+
*/
|
|
62
|
+
get labelTextStyle(): string;
|
|
63
|
+
set labelTextStyle(v: string);
|
|
64
|
+
/**
|
|
65
|
+
* Gets or Sets the property name that contains the placeholder.
|
|
66
|
+
*/
|
|
67
|
+
get placeholder(): string;
|
|
68
|
+
set placeholder(v: string);
|
|
69
|
+
/**
|
|
70
|
+
* Gets or Sets the property name that contains the MinDate.
|
|
71
|
+
*/
|
|
72
|
+
get minDate(): Date;
|
|
73
|
+
set minDate(v: Date);
|
|
74
|
+
/**
|
|
75
|
+
* Gets or Sets the property name that contains the MaxDate.
|
|
76
|
+
*/
|
|
77
|
+
get maxDate(): Date;
|
|
78
|
+
set maxDate(v: Date);
|
|
79
|
+
/**
|
|
80
|
+
* Gets or sets the display density to use for the date pcicker.
|
|
81
|
+
*/
|
|
82
|
+
get density(): ControlDisplayDensity;
|
|
83
|
+
set density(v: ControlDisplayDensity);
|
|
84
|
+
static ngAcceptInputType_density: ControlDisplayDensity | string;
|
|
85
|
+
/**
|
|
86
|
+
* Gets or sets the base built in theme to use for the date picker.
|
|
87
|
+
*/
|
|
88
|
+
get baseTheme(): BaseControlTheme;
|
|
89
|
+
set baseTheme(v: BaseControlTheme);
|
|
90
|
+
static ngAcceptInputType_baseTheme: BaseControlTheme | string;
|
|
91
|
+
/**
|
|
92
|
+
* Gets or sets the font to use for the combobox.
|
|
93
|
+
*/
|
|
94
|
+
get textStyle(): string;
|
|
95
|
+
set textStyle(v: string);
|
|
96
|
+
/**
|
|
97
|
+
* Gets or Sets the text color
|
|
98
|
+
*/
|
|
99
|
+
get textColor(): string;
|
|
100
|
+
set textColor(v: string);
|
|
101
|
+
/**
|
|
102
|
+
* Gets or Sets the text color
|
|
103
|
+
*/
|
|
104
|
+
get iconColor(): string;
|
|
105
|
+
set iconColor(v: string);
|
|
106
|
+
/**
|
|
107
|
+
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
108
|
+
*/
|
|
109
|
+
get showClearButton(): boolean;
|
|
110
|
+
set showClearButton(v: boolean);
|
|
111
|
+
static ngAcceptInputType_showClearButton: boolean | string;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
114
|
+
*/
|
|
115
|
+
get showTodayButton(): boolean;
|
|
116
|
+
set showTodayButton(v: boolean);
|
|
117
|
+
static ngAcceptInputType_showTodayButton: boolean | string;
|
|
118
|
+
/**
|
|
119
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
120
|
+
*/
|
|
121
|
+
get allowTextInput(): boolean;
|
|
122
|
+
set allowTextInput(v: boolean);
|
|
123
|
+
static ngAcceptInputType_allowTextInput: boolean | string;
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
126
|
+
*/
|
|
127
|
+
get openOnFocus(): boolean;
|
|
128
|
+
set openOnFocus(v: boolean);
|
|
129
|
+
static ngAcceptInputType_openOnFocus: boolean | string;
|
|
130
|
+
/**
|
|
131
|
+
* Gets or sets the FirstDayOfWeek property to detirmine first day of the week
|
|
132
|
+
*/
|
|
133
|
+
get firstDayOfWeek(): DayOfWeek;
|
|
134
|
+
set firstDayOfWeek(v: DayOfWeek);
|
|
135
|
+
static ngAcceptInputType_firstDayOfWeek: DayOfWeek | string;
|
|
136
|
+
/**
|
|
137
|
+
* Gets or sets the FirstWeekOfYear property to detirmine first week of the year
|
|
138
|
+
*/
|
|
139
|
+
get firstWeekOfYear(): FirstWeek;
|
|
140
|
+
set firstWeekOfYear(v: FirstWeek);
|
|
141
|
+
static ngAcceptInputType_firstWeekOfYear: FirstWeek | string;
|
|
142
|
+
/**
|
|
143
|
+
* Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
|
|
144
|
+
*/
|
|
145
|
+
get showWeekNumbers(): boolean;
|
|
146
|
+
set showWeekNumbers(v: boolean);
|
|
147
|
+
static ngAcceptInputType_showWeekNumbers: boolean | string;
|
|
148
|
+
/**
|
|
149
|
+
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
150
|
+
*/
|
|
151
|
+
get dateFormat(): DateFormats;
|
|
152
|
+
set dateFormat(v: DateFormats);
|
|
153
|
+
static ngAcceptInputType_dateFormat: DateFormats | string;
|
|
154
|
+
/**
|
|
155
|
+
* Gets or sets the Format property to detirmine the format of the date in the input
|
|
156
|
+
*/
|
|
157
|
+
get formatString(): string;
|
|
158
|
+
set formatString(v: string);
|
|
159
|
+
get isDisabled(): boolean;
|
|
160
|
+
set isDisabled(v: boolean);
|
|
161
|
+
static ngAcceptInputType_isDisabled: boolean | string;
|
|
162
|
+
protected __p: string;
|
|
163
|
+
protected _hasUserValues: Set<string>;
|
|
164
|
+
protected get hasUserValues(): Set<string>;
|
|
165
|
+
protected __m(propertyName: string): void;
|
|
166
|
+
protected _stylingContainer: any;
|
|
167
|
+
protected _stylingParent: any;
|
|
168
|
+
protected _inStyling: boolean;
|
|
169
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
170
|
+
select(): void;
|
|
171
|
+
/**
|
|
172
|
+
* Exports visual information about the current state of the grid.
|
|
173
|
+
|
|
174
|
+
*/
|
|
175
|
+
exportVisualModel(): any;
|
|
176
|
+
/**
|
|
177
|
+
* Returns a serialized copy of the exported visual model
|
|
178
|
+
|
|
179
|
+
*/
|
|
180
|
+
exportSerializedVisualModel(): string;
|
|
181
|
+
private _selectedValueChanged;
|
|
182
|
+
/**
|
|
183
|
+
* Called when date is selected.
|
|
184
|
+
*/
|
|
185
|
+
get selectedValueChanged(): EventEmitter<{
|
|
186
|
+
sender: any;
|
|
187
|
+
args: IgxSelectedValueChangedEventArgs;
|
|
188
|
+
}>;
|
|
189
|
+
private _gotFocus;
|
|
190
|
+
get gotFocus(): EventEmitter<{
|
|
191
|
+
sender: any;
|
|
192
|
+
args: IgxGotFocusEventArgs;
|
|
193
|
+
}>;
|
|
194
|
+
private _lostFocus;
|
|
195
|
+
get lostFocus(): EventEmitter<{
|
|
196
|
+
sender: any;
|
|
197
|
+
args: IgxLostFocusEventArgs;
|
|
198
|
+
}>;
|
|
199
|
+
private _keyDown;
|
|
200
|
+
get keyDown(): EventEmitter<{
|
|
201
|
+
sender: any;
|
|
202
|
+
args: IgxKeyEventArgs;
|
|
203
|
+
}>;
|
|
204
|
+
private _changing;
|
|
205
|
+
get changing(): EventEmitter<{
|
|
206
|
+
sender: any;
|
|
207
|
+
args: IgxInputChangeEventArgs;
|
|
208
|
+
}>;
|
|
209
|
+
private _valueChange;
|
|
210
|
+
get valueChange(): EventEmitter<Date>;
|
|
211
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
212
|
+
protected _runInZone(act: () => void): void;
|
|
213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerComponent, never>;
|
|
214
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-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"; }, { "selectedValueChanged": "selectedValueChanged"; "gotFocus": "gotFocus"; "lostFocus": "lostFocus"; "keyDown": "keyDown"; "changing": "changing"; "valueChange": "valueChange"; }, never, never>;
|
|
215
|
+
}
|
|
@@ -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-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
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GotFocusEventArgs as GotFocusEventArgs_internal } from "./GotFocusEventArgs";
|
|
2
|
+
export declare class IgxGotFocusEventArgs {
|
|
3
|
+
protected createImplementation(): GotFocusEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): GotFocusEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { InputChangeEventArgs as InputChangeEventArgs_internal } from "./InputChangeEventArgs";
|
|
2
|
+
export declare class IgxInputChangeEventArgs {
|
|
3
|
+
protected createImplementation(): InputChangeEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): InputChangeEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
get value(): string;
|
|
13
|
+
set value(v: string);
|
|
14
|
+
get isCompositionInProgress(): boolean;
|
|
15
|
+
set isCompositionInProgress(v: boolean);
|
|
16
|
+
static ngAcceptInputType_isCompositionInProgress: boolean | string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LostFocusEventArgs as LostFocusEventArgs_internal } from "./LostFocusEventArgs";
|
|
2
|
+
export declare class IgxLostFocusEventArgs {
|
|
3
|
+
protected createImplementation(): LostFocusEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): LostFocusEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SelectedValueChangedEventArgs as SelectedValueChangedEventArgs_internal } from "./SelectedValueChangedEventArgs";
|
|
2
|
+
export declare class IgxSelectedValueChangedEventArgs {
|
|
3
|
+
protected createImplementation(): SelectedValueChangedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): SelectedValueChangedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
get oldValue(): Date;
|
|
13
|
+
set oldValue(v: Date);
|
|
14
|
+
get newValue(): Date;
|
|
15
|
+
set newValue(v: Date);
|
|
16
|
+
}
|