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,683 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { Output, TemplateRef, EventEmitter, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
|
|
3
|
+
import { XInput as Input_internal } from "./XInput";
|
|
4
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher } from "igniteui-angular-core";
|
|
5
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
6
|
+
import { AngularRenderer, PortalManager } from "igniteui-angular-core";
|
|
7
|
+
import { delegateCombine } from "igniteui-angular-core";
|
|
8
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
9
|
+
import { IgxInputChangeEventArgs } from './igx-input-change-event-args';
|
|
10
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
11
|
+
import { IgxKeyEventArgs } from "igniteui-angular-core";
|
|
12
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
13
|
+
import { HorizontalAlignment_$type } from "igniteui-angular-core";
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
var IgxXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(IgxXInputComponent, _super);
|
|
17
|
+
function IgxXInputComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
18
|
+
var _this = _super.call(this) || this;
|
|
19
|
+
_this.renderer = renderer;
|
|
20
|
+
_this._elRef = _elRef;
|
|
21
|
+
_this.ngZone = ngZone;
|
|
22
|
+
_this.injector = injector;
|
|
23
|
+
_this.componentFactoryResolver = componentFactoryResolver;
|
|
24
|
+
_this._wrapper = null;
|
|
25
|
+
_this._portalManager = null;
|
|
26
|
+
_this._root = null;
|
|
27
|
+
_this._keyDown = null;
|
|
28
|
+
_this._keyUp = null;
|
|
29
|
+
_this._keyPress = null;
|
|
30
|
+
_this._change = null;
|
|
31
|
+
_this._changing = null;
|
|
32
|
+
_this._compositionEnd = null;
|
|
33
|
+
if (_this._styling) {
|
|
34
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
35
|
+
}
|
|
36
|
+
_this._implementation = _this.createImplementation();
|
|
37
|
+
_this._implementation.externalObject = _this;
|
|
38
|
+
if (renderer) {
|
|
39
|
+
_this.container = renderer.createElement("div");
|
|
40
|
+
renderer.appendChild(_elRef.element.nativeElement, _this.container);
|
|
41
|
+
renderer.setStyle(_this.container, "display", "inline-block");
|
|
42
|
+
}
|
|
43
|
+
var root;
|
|
44
|
+
root = _this.container;
|
|
45
|
+
if (_this.container != null) {
|
|
46
|
+
root = _this.container;
|
|
47
|
+
}
|
|
48
|
+
if (root && root.nativeElement) {
|
|
49
|
+
root = root.nativeElement;
|
|
50
|
+
}
|
|
51
|
+
_this._root = root;
|
|
52
|
+
var input = _this.i;
|
|
53
|
+
_this._input = input;
|
|
54
|
+
if (renderer) {
|
|
55
|
+
_this._portalManager = new PortalManager("inputContent", componentFactoryResolver);
|
|
56
|
+
var ren = new AngularRenderer(root, _this.renderer, window.document, _this.ngZone, true, {}, _this._portalManager);
|
|
57
|
+
_this._wrapper = ren;
|
|
58
|
+
input.provideContainer(ren);
|
|
59
|
+
}
|
|
60
|
+
return _this;
|
|
61
|
+
}
|
|
62
|
+
// supports angular themes or custom properties set in CSS
|
|
63
|
+
IgxXInputComponent.prototype.updateStyle = function () {
|
|
64
|
+
this._styling(this._root, this);
|
|
65
|
+
};
|
|
66
|
+
IgxXInputComponent.prototype.ngOnDestroy = function () {
|
|
67
|
+
this._input.destroy();
|
|
68
|
+
this._wrapper.destroy();
|
|
69
|
+
};
|
|
70
|
+
IgxXInputComponent.prototype.ngAfterViewInit = function () {
|
|
71
|
+
this._portalManager.dynamicContent = this._dynamicContent;
|
|
72
|
+
this._portalManager.onChildContentChanged(this._childTemplateRef);
|
|
73
|
+
this._styling(this._root, this);
|
|
74
|
+
this.updateStyle();
|
|
75
|
+
};
|
|
76
|
+
IgxXInputComponent.prototype.createImplementation = function () {
|
|
77
|
+
return new Input_internal();
|
|
78
|
+
};
|
|
79
|
+
Object.defineProperty(IgxXInputComponent.prototype, "i", {
|
|
80
|
+
get: function () {
|
|
81
|
+
return this._implementation;
|
|
82
|
+
},
|
|
83
|
+
enumerable: false,
|
|
84
|
+
configurable: true
|
|
85
|
+
});
|
|
86
|
+
Object.defineProperty(IgxXInputComponent.prototype, "baseTheme", {
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the base built in theme to use for the button.
|
|
89
|
+
*/
|
|
90
|
+
get: function () {
|
|
91
|
+
return this.i.w;
|
|
92
|
+
},
|
|
93
|
+
set: function (v) {
|
|
94
|
+
this.i.w = ensureEnum(BaseControlTheme_$type, v);
|
|
95
|
+
},
|
|
96
|
+
enumerable: false,
|
|
97
|
+
configurable: true
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(IgxXInputComponent.prototype, "density", {
|
|
100
|
+
/**
|
|
101
|
+
* Gets or sets the display density to use for the input.
|
|
102
|
+
*/
|
|
103
|
+
get: function () {
|
|
104
|
+
return this.i.aa;
|
|
105
|
+
},
|
|
106
|
+
set: function (v) {
|
|
107
|
+
this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
|
|
108
|
+
},
|
|
109
|
+
enumerable: false,
|
|
110
|
+
configurable: true
|
|
111
|
+
});
|
|
112
|
+
Object.defineProperty(IgxXInputComponent.prototype, "actualDensity", {
|
|
113
|
+
/**
|
|
114
|
+
* Gets the actual display density to use for the label.
|
|
115
|
+
*/
|
|
116
|
+
get: function () {
|
|
117
|
+
return this.i.z;
|
|
118
|
+
},
|
|
119
|
+
set: function (v) {
|
|
120
|
+
this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
|
|
121
|
+
},
|
|
122
|
+
enumerable: false,
|
|
123
|
+
configurable: true
|
|
124
|
+
});
|
|
125
|
+
Object.defineProperty(IgxXInputComponent.prototype, "mask", {
|
|
126
|
+
/**
|
|
127
|
+
* Gets/Sets the input mask for the input.
|
|
128
|
+
*/
|
|
129
|
+
get: function () {
|
|
130
|
+
return this.i.ce;
|
|
131
|
+
},
|
|
132
|
+
set: function (v) {
|
|
133
|
+
this.i.ce = v;
|
|
134
|
+
},
|
|
135
|
+
enumerable: false,
|
|
136
|
+
configurable: true
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(IgxXInputComponent.prototype, "promptChar", {
|
|
139
|
+
/**
|
|
140
|
+
* Gets/Sets the character representing a fillable spot in the input mask
|
|
141
|
+
*/
|
|
142
|
+
get: function () {
|
|
143
|
+
return this.i.ci;
|
|
144
|
+
},
|
|
145
|
+
set: function (v) {
|
|
146
|
+
this.i.ci = v;
|
|
147
|
+
},
|
|
148
|
+
enumerable: false,
|
|
149
|
+
configurable: true
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(IgxXInputComponent.prototype, "includeLiterals", {
|
|
152
|
+
/**
|
|
153
|
+
* Specifies if the bound value includes the formatting symbols.
|
|
154
|
+
*/
|
|
155
|
+
get: function () {
|
|
156
|
+
return this.i.au;
|
|
157
|
+
},
|
|
158
|
+
set: function (v) {
|
|
159
|
+
this.i.au = ensureBool(v);
|
|
160
|
+
},
|
|
161
|
+
enumerable: false,
|
|
162
|
+
configurable: true
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(IgxXInputComponent.prototype, "showSpinner", {
|
|
165
|
+
get: function () {
|
|
166
|
+
return this.i.a1;
|
|
167
|
+
},
|
|
168
|
+
set: function (v) {
|
|
169
|
+
this.i.a1 = ensureBool(v);
|
|
170
|
+
},
|
|
171
|
+
enumerable: false,
|
|
172
|
+
configurable: true
|
|
173
|
+
});
|
|
174
|
+
Object.defineProperty(IgxXInputComponent.prototype, "actualTextColor", {
|
|
175
|
+
/**
|
|
176
|
+
* Gets the actual color to use for the text color.
|
|
177
|
+
*/
|
|
178
|
+
get: function () {
|
|
179
|
+
return brushToString(this.i.d4);
|
|
180
|
+
},
|
|
181
|
+
set: function (v) {
|
|
182
|
+
this.i.d4 = stringToBrush(v);
|
|
183
|
+
},
|
|
184
|
+
enumerable: false,
|
|
185
|
+
configurable: true
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(IgxXInputComponent.prototype, "actualHoverTextColor", {
|
|
188
|
+
/**
|
|
189
|
+
* Gets the actual hover color to use for the text.
|
|
190
|
+
*/
|
|
191
|
+
get: function () {
|
|
192
|
+
return brushToString(this.i.d3);
|
|
193
|
+
},
|
|
194
|
+
set: function (v) {
|
|
195
|
+
this.i.d3 = stringToBrush(v);
|
|
196
|
+
},
|
|
197
|
+
enumerable: false,
|
|
198
|
+
configurable: true
|
|
199
|
+
});
|
|
200
|
+
Object.defineProperty(IgxXInputComponent.prototype, "textColor", {
|
|
201
|
+
/**
|
|
202
|
+
* Gets or sets the color to use for the text.
|
|
203
|
+
*/
|
|
204
|
+
get: function () {
|
|
205
|
+
return brushToString(this.i.d8);
|
|
206
|
+
},
|
|
207
|
+
set: function (v) {
|
|
208
|
+
this.i.d8 = stringToBrush(v);
|
|
209
|
+
},
|
|
210
|
+
enumerable: false,
|
|
211
|
+
configurable: true
|
|
212
|
+
});
|
|
213
|
+
Object.defineProperty(IgxXInputComponent.prototype, "textStyle", {
|
|
214
|
+
/**
|
|
215
|
+
* Gets or sets the use for the button.
|
|
216
|
+
*/
|
|
217
|
+
get: function () {
|
|
218
|
+
if (this.i.af == null) {
|
|
219
|
+
return null;
|
|
220
|
+
}
|
|
221
|
+
return this.i.af.fontString;
|
|
222
|
+
},
|
|
223
|
+
set: function (v) {
|
|
224
|
+
var fi = new FontInfo();
|
|
225
|
+
fi.fontString = v;
|
|
226
|
+
this.i.af = fi;
|
|
227
|
+
},
|
|
228
|
+
enumerable: false,
|
|
229
|
+
configurable: true
|
|
230
|
+
});
|
|
231
|
+
Object.defineProperty(IgxXInputComponent.prototype, "inputType", {
|
|
232
|
+
/**
|
|
233
|
+
* Gets or sets the type to use for the input.
|
|
234
|
+
*/
|
|
235
|
+
get: function () {
|
|
236
|
+
return this.i.b8;
|
|
237
|
+
},
|
|
238
|
+
set: function (v) {
|
|
239
|
+
this.i.b8 = v;
|
|
240
|
+
},
|
|
241
|
+
enumerable: false,
|
|
242
|
+
configurable: true
|
|
243
|
+
});
|
|
244
|
+
Object.defineProperty(IgxXInputComponent.prototype, "placeholder", {
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets the placeholder to use for the input.
|
|
247
|
+
*/
|
|
248
|
+
get: function () {
|
|
249
|
+
return this.i.cg;
|
|
250
|
+
},
|
|
251
|
+
set: function (v) {
|
|
252
|
+
this.i.cg = v;
|
|
253
|
+
},
|
|
254
|
+
enumerable: false,
|
|
255
|
+
configurable: true
|
|
256
|
+
});
|
|
257
|
+
Object.defineProperty(IgxXInputComponent.prototype, "hoverTextColor", {
|
|
258
|
+
/**
|
|
259
|
+
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
260
|
+
*/
|
|
261
|
+
get: function () {
|
|
262
|
+
return brushToString(this.i.d7);
|
|
263
|
+
},
|
|
264
|
+
set: function (v) {
|
|
265
|
+
this.i.d7 = stringToBrush(v);
|
|
266
|
+
},
|
|
267
|
+
enumerable: false,
|
|
268
|
+
configurable: true
|
|
269
|
+
});
|
|
270
|
+
Object.defineProperty(IgxXInputComponent.prototype, "id", {
|
|
271
|
+
/**
|
|
272
|
+
* Gets or sets the id to use for the checkbox.
|
|
273
|
+
*/
|
|
274
|
+
get: function () {
|
|
275
|
+
return this.i.b5;
|
|
276
|
+
},
|
|
277
|
+
set: function (v) {
|
|
278
|
+
this.i.b5 = v;
|
|
279
|
+
},
|
|
280
|
+
enumerable: false,
|
|
281
|
+
configurable: true
|
|
282
|
+
});
|
|
283
|
+
Object.defineProperty(IgxXInputComponent.prototype, "tabIndex", {
|
|
284
|
+
/**
|
|
285
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
286
|
+
*/
|
|
287
|
+
get: function () {
|
|
288
|
+
return this.i.be;
|
|
289
|
+
},
|
|
290
|
+
set: function (v) {
|
|
291
|
+
this.i.be = +v;
|
|
292
|
+
},
|
|
293
|
+
enumerable: false,
|
|
294
|
+
configurable: true
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(IgxXInputComponent.prototype, "for", {
|
|
297
|
+
/**
|
|
298
|
+
* Gets or sets the for attribute to use for the input.
|
|
299
|
+
*/
|
|
300
|
+
get: function () {
|
|
301
|
+
return this.i.b2;
|
|
302
|
+
},
|
|
303
|
+
set: function (v) {
|
|
304
|
+
this.i.b2 = v;
|
|
305
|
+
},
|
|
306
|
+
enumerable: false,
|
|
307
|
+
configurable: true
|
|
308
|
+
});
|
|
309
|
+
Object.defineProperty(IgxXInputComponent.prototype, "ariaLabel", {
|
|
310
|
+
/**
|
|
311
|
+
* Gets or sets the value of the aria-label attribute.
|
|
312
|
+
*/
|
|
313
|
+
get: function () {
|
|
314
|
+
return this.i.bx;
|
|
315
|
+
},
|
|
316
|
+
set: function (v) {
|
|
317
|
+
this.i.bx = v;
|
|
318
|
+
},
|
|
319
|
+
enumerable: false,
|
|
320
|
+
configurable: true
|
|
321
|
+
});
|
|
322
|
+
Object.defineProperty(IgxXInputComponent.prototype, "isHover", {
|
|
323
|
+
/**
|
|
324
|
+
* Gets or sets whether the input is hovered.
|
|
325
|
+
*/
|
|
326
|
+
get: function () {
|
|
327
|
+
return this.i.aw;
|
|
328
|
+
},
|
|
329
|
+
set: function (v) {
|
|
330
|
+
this.i.aw = ensureBool(v);
|
|
331
|
+
},
|
|
332
|
+
enumerable: false,
|
|
333
|
+
configurable: true
|
|
334
|
+
});
|
|
335
|
+
Object.defineProperty(IgxXInputComponent.prototype, "value", {
|
|
336
|
+
/**
|
|
337
|
+
* Gets or sets the value for the input.
|
|
338
|
+
*/
|
|
339
|
+
get: function () {
|
|
340
|
+
return this.i.cq;
|
|
341
|
+
},
|
|
342
|
+
set: function (v) {
|
|
343
|
+
this.i.cq = v;
|
|
344
|
+
},
|
|
345
|
+
enumerable: false,
|
|
346
|
+
configurable: true
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(IgxXInputComponent.prototype, "hasValue", {
|
|
349
|
+
get: function () {
|
|
350
|
+
return this.i.at;
|
|
351
|
+
},
|
|
352
|
+
enumerable: false,
|
|
353
|
+
configurable: true
|
|
354
|
+
});
|
|
355
|
+
Object.defineProperty(IgxXInputComponent.prototype, "disabled", {
|
|
356
|
+
/**
|
|
357
|
+
* Gets or sets whether the checkbox is disabled.
|
|
358
|
+
*/
|
|
359
|
+
get: function () {
|
|
360
|
+
return this.i.disabled;
|
|
361
|
+
},
|
|
362
|
+
set: function (v) {
|
|
363
|
+
this.i.disabled = ensureBool(v);
|
|
364
|
+
},
|
|
365
|
+
enumerable: false,
|
|
366
|
+
configurable: true
|
|
367
|
+
});
|
|
368
|
+
Object.defineProperty(IgxXInputComponent.prototype, "readonly", {
|
|
369
|
+
/**
|
|
370
|
+
* Gets or sets whether the checkbox is readonly.
|
|
371
|
+
*/
|
|
372
|
+
get: function () {
|
|
373
|
+
return this.i.readonly;
|
|
374
|
+
},
|
|
375
|
+
set: function (v) {
|
|
376
|
+
this.i.readonly = ensureBool(v);
|
|
377
|
+
},
|
|
378
|
+
enumerable: false,
|
|
379
|
+
configurable: true
|
|
380
|
+
});
|
|
381
|
+
Object.defineProperty(IgxXInputComponent.prototype, "textAlignment", {
|
|
382
|
+
/**
|
|
383
|
+
* Gets or sets the alignment of the text.
|
|
384
|
+
*/
|
|
385
|
+
get: function () {
|
|
386
|
+
return this.i.dy;
|
|
387
|
+
},
|
|
388
|
+
set: function (v) {
|
|
389
|
+
this.i.dy = ensureEnum(HorizontalAlignment_$type, v);
|
|
390
|
+
},
|
|
391
|
+
enumerable: false,
|
|
392
|
+
configurable: true
|
|
393
|
+
});
|
|
394
|
+
Object.defineProperty(IgxXInputComponent.prototype, "selectionStart", {
|
|
395
|
+
/**
|
|
396
|
+
* Returns / Sets the beginning index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
|
|
397
|
+
*/
|
|
398
|
+
get: function () {
|
|
399
|
+
return this.i.selectionStart;
|
|
400
|
+
},
|
|
401
|
+
set: function (v) {
|
|
402
|
+
this.i.selectionStart = +v;
|
|
403
|
+
},
|
|
404
|
+
enumerable: false,
|
|
405
|
+
configurable: true
|
|
406
|
+
});
|
|
407
|
+
Object.defineProperty(IgxXInputComponent.prototype, "selectionEnd", {
|
|
408
|
+
/**
|
|
409
|
+
* Returns / Sets the end index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
|
|
410
|
+
*/
|
|
411
|
+
get: function () {
|
|
412
|
+
return this.i.selectionEnd;
|
|
413
|
+
},
|
|
414
|
+
set: function (v) {
|
|
415
|
+
this.i.selectionEnd = +v;
|
|
416
|
+
},
|
|
417
|
+
enumerable: false,
|
|
418
|
+
configurable: true
|
|
419
|
+
});
|
|
420
|
+
IgxXInputComponent.prototype.onDetachedFromUI = function () {
|
|
421
|
+
this.i.onDetachedFromUI();
|
|
422
|
+
};
|
|
423
|
+
IgxXInputComponent.prototype.onAttachedToUI = function () {
|
|
424
|
+
this.i.onAttachedToUI();
|
|
425
|
+
};
|
|
426
|
+
/**
|
|
427
|
+
* Exports visual information about the current state of the grid.
|
|
428
|
+
|
|
429
|
+
*/
|
|
430
|
+
IgxXInputComponent.prototype.exportVisualModel = function () {
|
|
431
|
+
var iv = this.i.bg();
|
|
432
|
+
return (iv);
|
|
433
|
+
};
|
|
434
|
+
/**
|
|
435
|
+
* Returns a serialized copy of the exported visual model
|
|
436
|
+
|
|
437
|
+
*/
|
|
438
|
+
IgxXInputComponent.prototype.exportSerializedVisualModel = function () {
|
|
439
|
+
var iv = this.i.b1();
|
|
440
|
+
return (iv);
|
|
441
|
+
};
|
|
442
|
+
IgxXInputComponent.prototype.setSelectionRange = function (selectionStart, selectionEnd) {
|
|
443
|
+
this.i.dr(selectionStart, selectionEnd);
|
|
444
|
+
};
|
|
445
|
+
IgxXInputComponent.prototype.blur = function () {
|
|
446
|
+
this.i.ct();
|
|
447
|
+
};
|
|
448
|
+
IgxXInputComponent.prototype.select = function () {
|
|
449
|
+
this.i.dp();
|
|
450
|
+
};
|
|
451
|
+
Object.defineProperty(IgxXInputComponent.prototype, "keyDown", {
|
|
452
|
+
get: function () {
|
|
453
|
+
var _this = this;
|
|
454
|
+
if (this._keyDown == null) {
|
|
455
|
+
this._keyDown = new EventEmitter();
|
|
456
|
+
this.i.keyDown = delegateCombine(this.i.keyDown, function (o, e) {
|
|
457
|
+
_this._runInZone(function () {
|
|
458
|
+
var outerArgs = new IgxKeyEventArgs();
|
|
459
|
+
outerArgs._provideImplementation(e);
|
|
460
|
+
if (_this.beforeKeyDown) {
|
|
461
|
+
_this.beforeKeyDown(_this, outerArgs);
|
|
462
|
+
}
|
|
463
|
+
_this._keyDown.emit({
|
|
464
|
+
sender: _this,
|
|
465
|
+
args: outerArgs
|
|
466
|
+
});
|
|
467
|
+
});
|
|
468
|
+
});
|
|
469
|
+
}
|
|
470
|
+
return this._keyDown;
|
|
471
|
+
},
|
|
472
|
+
enumerable: false,
|
|
473
|
+
configurable: true
|
|
474
|
+
});
|
|
475
|
+
Object.defineProperty(IgxXInputComponent.prototype, "keyUp", {
|
|
476
|
+
get: function () {
|
|
477
|
+
var _this = this;
|
|
478
|
+
if (this._keyUp == null) {
|
|
479
|
+
this._keyUp = new EventEmitter();
|
|
480
|
+
this.i.keyUp = delegateCombine(this.i.keyUp, function (o, e) {
|
|
481
|
+
_this._runInZone(function () {
|
|
482
|
+
var outerArgs = new IgxKeyEventArgs();
|
|
483
|
+
outerArgs._provideImplementation(e);
|
|
484
|
+
if (_this.beforeKeyUp) {
|
|
485
|
+
_this.beforeKeyUp(_this, outerArgs);
|
|
486
|
+
}
|
|
487
|
+
_this._keyUp.emit({
|
|
488
|
+
sender: _this,
|
|
489
|
+
args: outerArgs
|
|
490
|
+
});
|
|
491
|
+
});
|
|
492
|
+
});
|
|
493
|
+
}
|
|
494
|
+
return this._keyUp;
|
|
495
|
+
},
|
|
496
|
+
enumerable: false,
|
|
497
|
+
configurable: true
|
|
498
|
+
});
|
|
499
|
+
Object.defineProperty(IgxXInputComponent.prototype, "keyPress", {
|
|
500
|
+
get: function () {
|
|
501
|
+
var _this = this;
|
|
502
|
+
if (this._keyPress == null) {
|
|
503
|
+
this._keyPress = new EventEmitter();
|
|
504
|
+
this.i.keyPress = delegateCombine(this.i.keyPress, function (o, e) {
|
|
505
|
+
_this._runInZone(function () {
|
|
506
|
+
var outerArgs = new IgxKeyEventArgs();
|
|
507
|
+
outerArgs._provideImplementation(e);
|
|
508
|
+
if (_this.beforeKeyPress) {
|
|
509
|
+
_this.beforeKeyPress(_this, outerArgs);
|
|
510
|
+
}
|
|
511
|
+
_this._keyPress.emit({
|
|
512
|
+
sender: _this,
|
|
513
|
+
args: outerArgs
|
|
514
|
+
});
|
|
515
|
+
});
|
|
516
|
+
});
|
|
517
|
+
}
|
|
518
|
+
return this._keyPress;
|
|
519
|
+
},
|
|
520
|
+
enumerable: false,
|
|
521
|
+
configurable: true
|
|
522
|
+
});
|
|
523
|
+
Object.defineProperty(IgxXInputComponent.prototype, "change", {
|
|
524
|
+
get: function () {
|
|
525
|
+
var _this = this;
|
|
526
|
+
if (this._change == null) {
|
|
527
|
+
this._change = new EventEmitter();
|
|
528
|
+
this.i.change = delegateCombine(this.i.change, function (o, e) {
|
|
529
|
+
_this._runInZone(function () {
|
|
530
|
+
var outerArgs = new IgxInputChangeEventArgs();
|
|
531
|
+
outerArgs._provideImplementation(e);
|
|
532
|
+
if (_this.beforeChange) {
|
|
533
|
+
_this.beforeChange(_this, outerArgs);
|
|
534
|
+
}
|
|
535
|
+
_this._change.emit({
|
|
536
|
+
sender: _this,
|
|
537
|
+
args: outerArgs
|
|
538
|
+
});
|
|
539
|
+
});
|
|
540
|
+
});
|
|
541
|
+
}
|
|
542
|
+
return this._change;
|
|
543
|
+
},
|
|
544
|
+
enumerable: false,
|
|
545
|
+
configurable: true
|
|
546
|
+
});
|
|
547
|
+
Object.defineProperty(IgxXInputComponent.prototype, "changing", {
|
|
548
|
+
get: function () {
|
|
549
|
+
var _this = this;
|
|
550
|
+
if (this._changing == null) {
|
|
551
|
+
this._changing = new EventEmitter();
|
|
552
|
+
this.i.changing = delegateCombine(this.i.changing, function (o, e) {
|
|
553
|
+
_this._runInZone(function () {
|
|
554
|
+
var outerArgs = new IgxInputChangeEventArgs();
|
|
555
|
+
outerArgs._provideImplementation(e);
|
|
556
|
+
if (_this.beforeChanging) {
|
|
557
|
+
_this.beforeChanging(_this, outerArgs);
|
|
558
|
+
}
|
|
559
|
+
_this._changing.emit({
|
|
560
|
+
sender: _this,
|
|
561
|
+
args: outerArgs
|
|
562
|
+
});
|
|
563
|
+
});
|
|
564
|
+
});
|
|
565
|
+
}
|
|
566
|
+
return this._changing;
|
|
567
|
+
},
|
|
568
|
+
enumerable: false,
|
|
569
|
+
configurable: true
|
|
570
|
+
});
|
|
571
|
+
Object.defineProperty(IgxXInputComponent.prototype, "compositionEnd", {
|
|
572
|
+
get: function () {
|
|
573
|
+
var _this = this;
|
|
574
|
+
if (this._compositionEnd == null) {
|
|
575
|
+
this._compositionEnd = new EventEmitter();
|
|
576
|
+
this.i.compositionEnd = delegateCombine(this.i.compositionEnd, function (o, e) {
|
|
577
|
+
_this._runInZone(function () {
|
|
578
|
+
var outerArgs = new IgxInputChangeEventArgs();
|
|
579
|
+
outerArgs._provideImplementation(e);
|
|
580
|
+
if (_this.beforeCompositionEnd) {
|
|
581
|
+
_this.beforeCompositionEnd(_this, outerArgs);
|
|
582
|
+
}
|
|
583
|
+
_this._compositionEnd.emit({
|
|
584
|
+
sender: _this,
|
|
585
|
+
args: outerArgs
|
|
586
|
+
});
|
|
587
|
+
});
|
|
588
|
+
});
|
|
589
|
+
}
|
|
590
|
+
return this._compositionEnd;
|
|
591
|
+
},
|
|
592
|
+
enumerable: false,
|
|
593
|
+
configurable: true
|
|
594
|
+
});
|
|
595
|
+
IgxXInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
596
|
+
IgxXInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXInputComponent, selector: "igx-x-input", inputs: { baseTheme: "baseTheme", density: "density", actualDensity: "actualDensity", mask: "mask", promptChar: "promptChar", includeLiterals: "includeLiterals", showSpinner: "showSpinner", actualTextColor: "actualTextColor", actualHoverTextColor: "actualHoverTextColor", textColor: "textColor", textStyle: "textStyle", inputType: "inputType", placeholder: "placeholder", hoverTextColor: "hoverTextColor", id: "id", tabIndex: ["tabindex", "tabIndex"], for: "for", ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", value: "value", disabled: "disabled", readonly: "readonly", textAlignment: "textAlignment", selectionStart: "selectionStart", selectionEnd: "selectionEnd" }, outputs: { keyDown: "keyDown", keyUp: "keyUp", keyPress: "keyPress", change: "change", changing: "changing", compositionEnd: "compositionEnd" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-input igx-x-input" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n \n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
597
|
+
return IgxXInputComponent;
|
|
598
|
+
}(IgxXInputGroupItemComponent));
|
|
599
|
+
export { IgxXInputComponent };
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputComponent, decorators: [{
|
|
601
|
+
type: Component,
|
|
602
|
+
args: [{
|
|
603
|
+
selector: 'igx-x-input',
|
|
604
|
+
template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>",
|
|
605
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
606
|
+
providers: [],
|
|
607
|
+
host: { 'class': 'ig-x-input igx-x-input' },
|
|
608
|
+
styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n \n\t"]
|
|
609
|
+
}]
|
|
610
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
|
|
611
|
+
type: ViewChild,
|
|
612
|
+
args: ["dynamicContent", { read: ViewContainerRef, static: true }]
|
|
613
|
+
}], _childTemplateRef: [{
|
|
614
|
+
type: ViewChild,
|
|
615
|
+
args: ["childContent", { read: TemplateRef, static: false }]
|
|
616
|
+
}], baseTheme: [{
|
|
617
|
+
type: Input
|
|
618
|
+
}], density: [{
|
|
619
|
+
type: Input
|
|
620
|
+
}], actualDensity: [{
|
|
621
|
+
type: Input
|
|
622
|
+
}], mask: [{
|
|
623
|
+
type: Input
|
|
624
|
+
}], promptChar: [{
|
|
625
|
+
type: Input
|
|
626
|
+
}], includeLiterals: [{
|
|
627
|
+
type: Input
|
|
628
|
+
}], showSpinner: [{
|
|
629
|
+
type: Input
|
|
630
|
+
}], actualTextColor: [{
|
|
631
|
+
type: Input
|
|
632
|
+
}], actualHoverTextColor: [{
|
|
633
|
+
type: Input
|
|
634
|
+
}], textColor: [{
|
|
635
|
+
type: Input
|
|
636
|
+
}], textStyle: [{
|
|
637
|
+
type: Input
|
|
638
|
+
}], inputType: [{
|
|
639
|
+
type: Input
|
|
640
|
+
}], placeholder: [{
|
|
641
|
+
type: Input
|
|
642
|
+
}], hoverTextColor: [{
|
|
643
|
+
type: Input
|
|
644
|
+
}], id: [{
|
|
645
|
+
type: HostBinding,
|
|
646
|
+
args: ['attr.id']
|
|
647
|
+
}, {
|
|
648
|
+
type: Input
|
|
649
|
+
}], tabIndex: [{
|
|
650
|
+
type: Input,
|
|
651
|
+
args: ['tabindex']
|
|
652
|
+
}], for: [{
|
|
653
|
+
type: Input
|
|
654
|
+
}], ariaLabel: [{
|
|
655
|
+
type: Input,
|
|
656
|
+
args: ['aria-label']
|
|
657
|
+
}], isHover: [{
|
|
658
|
+
type: Input
|
|
659
|
+
}], value: [{
|
|
660
|
+
type: Input
|
|
661
|
+
}], disabled: [{
|
|
662
|
+
type: Input
|
|
663
|
+
}], readonly: [{
|
|
664
|
+
type: Input
|
|
665
|
+
}], textAlignment: [{
|
|
666
|
+
type: Input
|
|
667
|
+
}], selectionStart: [{
|
|
668
|
+
type: Input
|
|
669
|
+
}], selectionEnd: [{
|
|
670
|
+
type: Input
|
|
671
|
+
}], keyDown: [{
|
|
672
|
+
type: Output
|
|
673
|
+
}], keyUp: [{
|
|
674
|
+
type: Output
|
|
675
|
+
}], keyPress: [{
|
|
676
|
+
type: Output
|
|
677
|
+
}], change: [{
|
|
678
|
+
type: Output
|
|
679
|
+
}], changing: [{
|
|
680
|
+
type: Output
|
|
681
|
+
}], compositionEnd: [{
|
|
682
|
+
type: Output
|
|
683
|
+
}] } });
|