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,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxChildContentDynamicModule } from "igniteui-angular-core";
|
|
10
|
+
import { IgxXIconComponent } from './igx-x-icon-component';
|
|
11
|
+
import { XIcon } from './XIcon';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxXIconModule } from './igx-x-icon-module';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export let IgxXIconDynamicModule = /*@__PURE__*/ (() => {
|
|
16
|
+
class IgxXIconDynamicModule {
|
|
17
|
+
constructor() {
|
|
18
|
+
TypeRegistrar.registerCons('XIcon', XIcon);
|
|
19
|
+
TypeRegistrar.registerCons('IgxXIconComponent', IgxXIconComponent);
|
|
20
|
+
TypeRegistrar.register('XIcon', XIcon.$type);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
IgxXIconDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
IgxXIconDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconDynamicModule, imports: [CommonModule, IgxChildContentDynamicModule,
|
|
25
|
+
IgxXIconModule], exports: [IgxChildContentDynamicModule,
|
|
26
|
+
IgxXIconModule] });
|
|
27
|
+
IgxXIconDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconDynamicModule, imports: [[CommonModule, IgxChildContentDynamicModule,
|
|
28
|
+
IgxXIconModule
|
|
29
|
+
], IgxChildContentDynamicModule,
|
|
30
|
+
IgxXIconModule] });
|
|
31
|
+
return IgxXIconDynamicModule;
|
|
32
|
+
})();
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconDynamicModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
declarations: [],
|
|
37
|
+
exports: [IgxChildContentDynamicModule,
|
|
38
|
+
IgxXIconModule
|
|
39
|
+
],
|
|
40
|
+
imports: [CommonModule, IgxChildContentDynamicModule,
|
|
41
|
+
IgxXIconModule
|
|
42
|
+
],
|
|
43
|
+
entryComponents: [IgxXIconComponent]
|
|
44
|
+
}]
|
|
45
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxChildContentModule } from "igniteui-angular-core";
|
|
10
|
+
import { IgxXIconComponent } from './igx-x-icon-component';
|
|
11
|
+
import { XIcon } from './XIcon';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export let IgxXIconModule = /*@__PURE__*/ (() => {
|
|
15
|
+
class IgxXIconModule {
|
|
16
|
+
constructor() {
|
|
17
|
+
TypeRegistrar.registerCons('IgxXIconComponent', IgxXIconComponent);
|
|
18
|
+
TypeRegistrar.register('XIcon', XIcon.$type);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
IgxXIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
+
IgxXIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconModule, declarations: [IgxXIconComponent], imports: [CommonModule, IgxChildContentModule], exports: [IgxChildContentModule,
|
|
23
|
+
IgxXIconComponent] });
|
|
24
|
+
IgxXIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconModule, imports: [[CommonModule, IgxChildContentModule
|
|
25
|
+
], IgxChildContentModule] });
|
|
26
|
+
return IgxXIconModule;
|
|
27
|
+
})();
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconModule, decorators: [{
|
|
29
|
+
type: NgModule,
|
|
30
|
+
args: [{
|
|
31
|
+
declarations: [IgxXIconComponent],
|
|
32
|
+
exports: [IgxChildContentModule,
|
|
33
|
+
IgxXIconComponent
|
|
34
|
+
],
|
|
35
|
+
imports: [CommonModule, IgxChildContentModule
|
|
36
|
+
],
|
|
37
|
+
entryComponents: []
|
|
38
|
+
}]
|
|
39
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,551 @@
|
|
|
1
|
+
import { Output, TemplateRef, EventEmitter, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
|
|
2
|
+
import { XInput as Input_internal } from "./XInput";
|
|
3
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher } from "igniteui-angular-core";
|
|
4
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
5
|
+
import { AngularRenderer, PortalManager } from "igniteui-angular-core";
|
|
6
|
+
import { delegateCombine } from "igniteui-angular-core";
|
|
7
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
8
|
+
import { IgxInputChangeEventArgs } from './igx-input-change-event-args';
|
|
9
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
10
|
+
import { IgxKeyEventArgs } from "igniteui-angular-core";
|
|
11
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
12
|
+
import { HorizontalAlignment_$type } from "igniteui-angular-core";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export let IgxXInputComponent = /*@__PURE__*/ (() => {
|
|
15
|
+
class IgxXInputComponent extends IgxXInputGroupItemComponent {
|
|
16
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
17
|
+
super();
|
|
18
|
+
this.renderer = renderer;
|
|
19
|
+
this._elRef = _elRef;
|
|
20
|
+
this.ngZone = ngZone;
|
|
21
|
+
this.injector = injector;
|
|
22
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
23
|
+
this._wrapper = null;
|
|
24
|
+
this._portalManager = null;
|
|
25
|
+
this._root = null;
|
|
26
|
+
this._keyDown = null;
|
|
27
|
+
this._keyUp = null;
|
|
28
|
+
this._keyPress = null;
|
|
29
|
+
this._change = null;
|
|
30
|
+
this._changing = null;
|
|
31
|
+
this._compositionEnd = null;
|
|
32
|
+
if (this._styling) {
|
|
33
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
34
|
+
}
|
|
35
|
+
this._implementation = this.createImplementation();
|
|
36
|
+
this._implementation.externalObject = this;
|
|
37
|
+
if (renderer) {
|
|
38
|
+
this.container = renderer.createElement("div");
|
|
39
|
+
renderer.appendChild(_elRef.element.nativeElement, this.container);
|
|
40
|
+
renderer.setStyle(this.container, "display", "inline-block");
|
|
41
|
+
}
|
|
42
|
+
var root;
|
|
43
|
+
root = this.container;
|
|
44
|
+
if (this.container != null) {
|
|
45
|
+
root = this.container;
|
|
46
|
+
}
|
|
47
|
+
if (root && root.nativeElement) {
|
|
48
|
+
root = root.nativeElement;
|
|
49
|
+
}
|
|
50
|
+
this._root = root;
|
|
51
|
+
var input = this.i;
|
|
52
|
+
this._input = input;
|
|
53
|
+
if (renderer) {
|
|
54
|
+
this._portalManager = new PortalManager("inputContent", componentFactoryResolver);
|
|
55
|
+
var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
|
|
56
|
+
this._wrapper = ren;
|
|
57
|
+
input.provideContainer(ren);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
// supports angular themes or custom properties set in CSS
|
|
61
|
+
updateStyle() {
|
|
62
|
+
this._styling(this._root, this);
|
|
63
|
+
}
|
|
64
|
+
ngOnDestroy() {
|
|
65
|
+
this._input.destroy();
|
|
66
|
+
this._wrapper.destroy();
|
|
67
|
+
}
|
|
68
|
+
ngAfterViewInit() {
|
|
69
|
+
this._portalManager.dynamicContent = this._dynamicContent;
|
|
70
|
+
this._portalManager.onChildContentChanged(this._childTemplateRef);
|
|
71
|
+
this._styling(this._root, this);
|
|
72
|
+
this.updateStyle();
|
|
73
|
+
}
|
|
74
|
+
createImplementation() {
|
|
75
|
+
return new Input_internal();
|
|
76
|
+
}
|
|
77
|
+
get i() {
|
|
78
|
+
return this._implementation;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Gets or sets the base built in theme to use for the button.
|
|
82
|
+
*/
|
|
83
|
+
get baseTheme() {
|
|
84
|
+
return this.i.w;
|
|
85
|
+
}
|
|
86
|
+
set baseTheme(v) {
|
|
87
|
+
this.i.w = ensureEnum(BaseControlTheme_$type, v);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Gets or sets the display density to use for the input.
|
|
91
|
+
*/
|
|
92
|
+
get density() {
|
|
93
|
+
return this.i.aa;
|
|
94
|
+
}
|
|
95
|
+
set density(v) {
|
|
96
|
+
this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Gets the actual display density to use for the label.
|
|
100
|
+
*/
|
|
101
|
+
get actualDensity() {
|
|
102
|
+
return this.i.z;
|
|
103
|
+
}
|
|
104
|
+
set actualDensity(v) {
|
|
105
|
+
this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Gets/Sets the input mask for the input.
|
|
109
|
+
*/
|
|
110
|
+
get mask() {
|
|
111
|
+
return this.i.ce;
|
|
112
|
+
}
|
|
113
|
+
set mask(v) {
|
|
114
|
+
this.i.ce = v;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Gets/Sets the character representing a fillable spot in the input mask
|
|
118
|
+
*/
|
|
119
|
+
get promptChar() {
|
|
120
|
+
return this.i.ci;
|
|
121
|
+
}
|
|
122
|
+
set promptChar(v) {
|
|
123
|
+
this.i.ci = v;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Specifies if the bound value includes the formatting symbols.
|
|
127
|
+
*/
|
|
128
|
+
get includeLiterals() {
|
|
129
|
+
return this.i.au;
|
|
130
|
+
}
|
|
131
|
+
set includeLiterals(v) {
|
|
132
|
+
this.i.au = ensureBool(v);
|
|
133
|
+
}
|
|
134
|
+
get showSpinner() {
|
|
135
|
+
return this.i.a1;
|
|
136
|
+
}
|
|
137
|
+
set showSpinner(v) {
|
|
138
|
+
this.i.a1 = ensureBool(v);
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Gets the actual color to use for the text color.
|
|
142
|
+
*/
|
|
143
|
+
get actualTextColor() {
|
|
144
|
+
return brushToString(this.i.d4);
|
|
145
|
+
}
|
|
146
|
+
set actualTextColor(v) {
|
|
147
|
+
this.i.d4 = stringToBrush(v);
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Gets the actual hover color to use for the text.
|
|
151
|
+
*/
|
|
152
|
+
get actualHoverTextColor() {
|
|
153
|
+
return brushToString(this.i.d3);
|
|
154
|
+
}
|
|
155
|
+
set actualHoverTextColor(v) {
|
|
156
|
+
this.i.d3 = stringToBrush(v);
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Gets or sets the color to use for the text.
|
|
160
|
+
*/
|
|
161
|
+
get textColor() {
|
|
162
|
+
return brushToString(this.i.d8);
|
|
163
|
+
}
|
|
164
|
+
set textColor(v) {
|
|
165
|
+
this.i.d8 = stringToBrush(v);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Gets or sets the use for the button.
|
|
169
|
+
*/
|
|
170
|
+
get textStyle() {
|
|
171
|
+
if (this.i.af == null) {
|
|
172
|
+
return null;
|
|
173
|
+
}
|
|
174
|
+
return this.i.af.fontString;
|
|
175
|
+
}
|
|
176
|
+
set textStyle(v) {
|
|
177
|
+
let fi = new FontInfo();
|
|
178
|
+
fi.fontString = v;
|
|
179
|
+
this.i.af = fi;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Gets or sets the type to use for the input.
|
|
183
|
+
*/
|
|
184
|
+
get inputType() {
|
|
185
|
+
return this.i.b8;
|
|
186
|
+
}
|
|
187
|
+
set inputType(v) {
|
|
188
|
+
this.i.b8 = v;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Gets or sets the placeholder to use for the input.
|
|
192
|
+
*/
|
|
193
|
+
get placeholder() {
|
|
194
|
+
return this.i.cg;
|
|
195
|
+
}
|
|
196
|
+
set placeholder(v) {
|
|
197
|
+
this.i.cg = v;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
201
|
+
*/
|
|
202
|
+
get hoverTextColor() {
|
|
203
|
+
return brushToString(this.i.d7);
|
|
204
|
+
}
|
|
205
|
+
set hoverTextColor(v) {
|
|
206
|
+
this.i.d7 = stringToBrush(v);
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* Gets or sets the id to use for the checkbox.
|
|
210
|
+
*/
|
|
211
|
+
get id() {
|
|
212
|
+
return this.i.b5;
|
|
213
|
+
}
|
|
214
|
+
set id(v) {
|
|
215
|
+
this.i.b5 = v;
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
219
|
+
*/
|
|
220
|
+
get tabIndex() {
|
|
221
|
+
return this.i.be;
|
|
222
|
+
}
|
|
223
|
+
set tabIndex(v) {
|
|
224
|
+
this.i.be = +v;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* Gets or sets the for attribute to use for the input.
|
|
228
|
+
*/
|
|
229
|
+
get for() {
|
|
230
|
+
return this.i.b2;
|
|
231
|
+
}
|
|
232
|
+
set for(v) {
|
|
233
|
+
this.i.b2 = v;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Gets or sets the value of the aria-label attribute.
|
|
237
|
+
*/
|
|
238
|
+
get ariaLabel() {
|
|
239
|
+
return this.i.bx;
|
|
240
|
+
}
|
|
241
|
+
set ariaLabel(v) {
|
|
242
|
+
this.i.bx = v;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Gets or sets whether the input is hovered.
|
|
246
|
+
*/
|
|
247
|
+
get isHover() {
|
|
248
|
+
return this.i.aw;
|
|
249
|
+
}
|
|
250
|
+
set isHover(v) {
|
|
251
|
+
this.i.aw = ensureBool(v);
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets the value for the input.
|
|
255
|
+
*/
|
|
256
|
+
get value() {
|
|
257
|
+
return this.i.cq;
|
|
258
|
+
}
|
|
259
|
+
set value(v) {
|
|
260
|
+
this.i.cq = v;
|
|
261
|
+
}
|
|
262
|
+
get hasValue() {
|
|
263
|
+
return this.i.at;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Gets or sets whether the checkbox is disabled.
|
|
267
|
+
*/
|
|
268
|
+
get disabled() {
|
|
269
|
+
return this.i.disabled;
|
|
270
|
+
}
|
|
271
|
+
set disabled(v) {
|
|
272
|
+
this.i.disabled = ensureBool(v);
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* Gets or sets whether the checkbox is readonly.
|
|
276
|
+
*/
|
|
277
|
+
get readonly() {
|
|
278
|
+
return this.i.readonly;
|
|
279
|
+
}
|
|
280
|
+
set readonly(v) {
|
|
281
|
+
this.i.readonly = ensureBool(v);
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Gets or sets the alignment of the text.
|
|
285
|
+
*/
|
|
286
|
+
get textAlignment() {
|
|
287
|
+
return this.i.dy;
|
|
288
|
+
}
|
|
289
|
+
set textAlignment(v) {
|
|
290
|
+
this.i.dy = ensureEnum(HorizontalAlignment_$type, v);
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* 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.
|
|
294
|
+
*/
|
|
295
|
+
get selectionStart() {
|
|
296
|
+
return this.i.selectionStart;
|
|
297
|
+
}
|
|
298
|
+
set selectionStart(v) {
|
|
299
|
+
this.i.selectionStart = +v;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* 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.
|
|
303
|
+
*/
|
|
304
|
+
get selectionEnd() {
|
|
305
|
+
return this.i.selectionEnd;
|
|
306
|
+
}
|
|
307
|
+
set selectionEnd(v) {
|
|
308
|
+
this.i.selectionEnd = +v;
|
|
309
|
+
}
|
|
310
|
+
onDetachedFromUI() {
|
|
311
|
+
this.i.onDetachedFromUI();
|
|
312
|
+
}
|
|
313
|
+
onAttachedToUI() {
|
|
314
|
+
this.i.onAttachedToUI();
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* Exports visual information about the current state of the grid.
|
|
318
|
+
|
|
319
|
+
*/
|
|
320
|
+
exportVisualModel() {
|
|
321
|
+
let iv = this.i.bg();
|
|
322
|
+
return (iv);
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Returns a serialized copy of the exported visual model
|
|
326
|
+
|
|
327
|
+
*/
|
|
328
|
+
exportSerializedVisualModel() {
|
|
329
|
+
let iv = this.i.b1();
|
|
330
|
+
return (iv);
|
|
331
|
+
}
|
|
332
|
+
setSelectionRange(selectionStart, selectionEnd) {
|
|
333
|
+
this.i.dr(selectionStart, selectionEnd);
|
|
334
|
+
}
|
|
335
|
+
blur() {
|
|
336
|
+
this.i.ct();
|
|
337
|
+
}
|
|
338
|
+
select() {
|
|
339
|
+
this.i.dp();
|
|
340
|
+
}
|
|
341
|
+
get keyDown() {
|
|
342
|
+
if (this._keyDown == null) {
|
|
343
|
+
this._keyDown = new EventEmitter();
|
|
344
|
+
this.i.keyDown = delegateCombine(this.i.keyDown, (o, e) => {
|
|
345
|
+
this._runInZone(() => {
|
|
346
|
+
let outerArgs = new IgxKeyEventArgs();
|
|
347
|
+
outerArgs._provideImplementation(e);
|
|
348
|
+
if (this.beforeKeyDown) {
|
|
349
|
+
this.beforeKeyDown(this, outerArgs);
|
|
350
|
+
}
|
|
351
|
+
this._keyDown.emit({
|
|
352
|
+
sender: this,
|
|
353
|
+
args: outerArgs
|
|
354
|
+
});
|
|
355
|
+
});
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
return this._keyDown;
|
|
359
|
+
}
|
|
360
|
+
get keyUp() {
|
|
361
|
+
if (this._keyUp == null) {
|
|
362
|
+
this._keyUp = new EventEmitter();
|
|
363
|
+
this.i.keyUp = delegateCombine(this.i.keyUp, (o, e) => {
|
|
364
|
+
this._runInZone(() => {
|
|
365
|
+
let outerArgs = new IgxKeyEventArgs();
|
|
366
|
+
outerArgs._provideImplementation(e);
|
|
367
|
+
if (this.beforeKeyUp) {
|
|
368
|
+
this.beforeKeyUp(this, outerArgs);
|
|
369
|
+
}
|
|
370
|
+
this._keyUp.emit({
|
|
371
|
+
sender: this,
|
|
372
|
+
args: outerArgs
|
|
373
|
+
});
|
|
374
|
+
});
|
|
375
|
+
});
|
|
376
|
+
}
|
|
377
|
+
return this._keyUp;
|
|
378
|
+
}
|
|
379
|
+
get keyPress() {
|
|
380
|
+
if (this._keyPress == null) {
|
|
381
|
+
this._keyPress = new EventEmitter();
|
|
382
|
+
this.i.keyPress = delegateCombine(this.i.keyPress, (o, e) => {
|
|
383
|
+
this._runInZone(() => {
|
|
384
|
+
let outerArgs = new IgxKeyEventArgs();
|
|
385
|
+
outerArgs._provideImplementation(e);
|
|
386
|
+
if (this.beforeKeyPress) {
|
|
387
|
+
this.beforeKeyPress(this, outerArgs);
|
|
388
|
+
}
|
|
389
|
+
this._keyPress.emit({
|
|
390
|
+
sender: this,
|
|
391
|
+
args: outerArgs
|
|
392
|
+
});
|
|
393
|
+
});
|
|
394
|
+
});
|
|
395
|
+
}
|
|
396
|
+
return this._keyPress;
|
|
397
|
+
}
|
|
398
|
+
get change() {
|
|
399
|
+
if (this._change == null) {
|
|
400
|
+
this._change = new EventEmitter();
|
|
401
|
+
this.i.change = delegateCombine(this.i.change, (o, e) => {
|
|
402
|
+
this._runInZone(() => {
|
|
403
|
+
let outerArgs = new IgxInputChangeEventArgs();
|
|
404
|
+
outerArgs._provideImplementation(e);
|
|
405
|
+
if (this.beforeChange) {
|
|
406
|
+
this.beforeChange(this, outerArgs);
|
|
407
|
+
}
|
|
408
|
+
this._change.emit({
|
|
409
|
+
sender: this,
|
|
410
|
+
args: outerArgs
|
|
411
|
+
});
|
|
412
|
+
});
|
|
413
|
+
});
|
|
414
|
+
}
|
|
415
|
+
return this._change;
|
|
416
|
+
}
|
|
417
|
+
get changing() {
|
|
418
|
+
if (this._changing == null) {
|
|
419
|
+
this._changing = new EventEmitter();
|
|
420
|
+
this.i.changing = delegateCombine(this.i.changing, (o, e) => {
|
|
421
|
+
this._runInZone(() => {
|
|
422
|
+
let outerArgs = new IgxInputChangeEventArgs();
|
|
423
|
+
outerArgs._provideImplementation(e);
|
|
424
|
+
if (this.beforeChanging) {
|
|
425
|
+
this.beforeChanging(this, outerArgs);
|
|
426
|
+
}
|
|
427
|
+
this._changing.emit({
|
|
428
|
+
sender: this,
|
|
429
|
+
args: outerArgs
|
|
430
|
+
});
|
|
431
|
+
});
|
|
432
|
+
});
|
|
433
|
+
}
|
|
434
|
+
return this._changing;
|
|
435
|
+
}
|
|
436
|
+
get compositionEnd() {
|
|
437
|
+
if (this._compositionEnd == null) {
|
|
438
|
+
this._compositionEnd = new EventEmitter();
|
|
439
|
+
this.i.compositionEnd = delegateCombine(this.i.compositionEnd, (o, e) => {
|
|
440
|
+
this._runInZone(() => {
|
|
441
|
+
let outerArgs = new IgxInputChangeEventArgs();
|
|
442
|
+
outerArgs._provideImplementation(e);
|
|
443
|
+
if (this.beforeCompositionEnd) {
|
|
444
|
+
this.beforeCompositionEnd(this, outerArgs);
|
|
445
|
+
}
|
|
446
|
+
this._compositionEnd.emit({
|
|
447
|
+
sender: this,
|
|
448
|
+
args: outerArgs
|
|
449
|
+
});
|
|
450
|
+
});
|
|
451
|
+
});
|
|
452
|
+
}
|
|
453
|
+
return this._compositionEnd;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
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 });
|
|
457
|
+
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>
|
|
458
|
+
<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 });
|
|
459
|
+
return IgxXInputComponent;
|
|
460
|
+
})();
|
|
461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputComponent, decorators: [{
|
|
462
|
+
type: Component,
|
|
463
|
+
args: [{
|
|
464
|
+
selector: 'igx-x-input',
|
|
465
|
+
template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
466
|
+
<ng-container #dynamicContent></ng-container>`,
|
|
467
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
468
|
+
providers: [],
|
|
469
|
+
host: { 'class': 'ig-x-input igx-x-input' },
|
|
470
|
+
styles: [`
|
|
471
|
+
:host {
|
|
472
|
+
display: inline-block;
|
|
473
|
+
vertical-align: middle;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
`]
|
|
477
|
+
}]
|
|
478
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
|
|
479
|
+
type: ViewChild,
|
|
480
|
+
args: ["dynamicContent", { read: ViewContainerRef, static: true }]
|
|
481
|
+
}], _childTemplateRef: [{
|
|
482
|
+
type: ViewChild,
|
|
483
|
+
args: ["childContent", { read: TemplateRef, static: false }]
|
|
484
|
+
}], baseTheme: [{
|
|
485
|
+
type: Input
|
|
486
|
+
}], density: [{
|
|
487
|
+
type: Input
|
|
488
|
+
}], actualDensity: [{
|
|
489
|
+
type: Input
|
|
490
|
+
}], mask: [{
|
|
491
|
+
type: Input
|
|
492
|
+
}], promptChar: [{
|
|
493
|
+
type: Input
|
|
494
|
+
}], includeLiterals: [{
|
|
495
|
+
type: Input
|
|
496
|
+
}], showSpinner: [{
|
|
497
|
+
type: Input
|
|
498
|
+
}], actualTextColor: [{
|
|
499
|
+
type: Input
|
|
500
|
+
}], actualHoverTextColor: [{
|
|
501
|
+
type: Input
|
|
502
|
+
}], textColor: [{
|
|
503
|
+
type: Input
|
|
504
|
+
}], textStyle: [{
|
|
505
|
+
type: Input
|
|
506
|
+
}], inputType: [{
|
|
507
|
+
type: Input
|
|
508
|
+
}], placeholder: [{
|
|
509
|
+
type: Input
|
|
510
|
+
}], hoverTextColor: [{
|
|
511
|
+
type: Input
|
|
512
|
+
}], id: [{
|
|
513
|
+
type: HostBinding,
|
|
514
|
+
args: ['attr.id']
|
|
515
|
+
}, {
|
|
516
|
+
type: Input
|
|
517
|
+
}], tabIndex: [{
|
|
518
|
+
type: Input,
|
|
519
|
+
args: ['tabindex']
|
|
520
|
+
}], for: [{
|
|
521
|
+
type: Input
|
|
522
|
+
}], ariaLabel: [{
|
|
523
|
+
type: Input,
|
|
524
|
+
args: ['aria-label']
|
|
525
|
+
}], isHover: [{
|
|
526
|
+
type: Input
|
|
527
|
+
}], value: [{
|
|
528
|
+
type: Input
|
|
529
|
+
}], disabled: [{
|
|
530
|
+
type: Input
|
|
531
|
+
}], readonly: [{
|
|
532
|
+
type: Input
|
|
533
|
+
}], textAlignment: [{
|
|
534
|
+
type: Input
|
|
535
|
+
}], selectionStart: [{
|
|
536
|
+
type: Input
|
|
537
|
+
}], selectionEnd: [{
|
|
538
|
+
type: Input
|
|
539
|
+
}], keyDown: [{
|
|
540
|
+
type: Output
|
|
541
|
+
}], keyUp: [{
|
|
542
|
+
type: Output
|
|
543
|
+
}], keyPress: [{
|
|
544
|
+
type: Output
|
|
545
|
+
}], change: [{
|
|
546
|
+
type: Output
|
|
547
|
+
}], changing: [{
|
|
548
|
+
type: Output
|
|
549
|
+
}], compositionEnd: [{
|
|
550
|
+
type: Output
|
|
551
|
+
}] } });
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxChildContentDynamicModule } from "igniteui-angular-core";
|
|
10
|
+
import { IgxXInputComponent } from './igx-x-input-component';
|
|
11
|
+
import { XInput } from './XInput';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxXInputModule } from './igx-x-input-module';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export let IgxXInputDynamicModule = /*@__PURE__*/ (() => {
|
|
16
|
+
class IgxXInputDynamicModule {
|
|
17
|
+
constructor() {
|
|
18
|
+
TypeRegistrar.registerCons('XInput', XInput);
|
|
19
|
+
TypeRegistrar.registerCons('IgxXInputComponent', IgxXInputComponent);
|
|
20
|
+
TypeRegistrar.register('XInput', XInput.$type);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
IgxXInputDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
IgxXInputDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputDynamicModule, imports: [CommonModule, IgxChildContentDynamicModule,
|
|
25
|
+
IgxXInputModule], exports: [IgxChildContentDynamicModule,
|
|
26
|
+
IgxXInputModule] });
|
|
27
|
+
IgxXInputDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputDynamicModule, imports: [[CommonModule, IgxChildContentDynamicModule,
|
|
28
|
+
IgxXInputModule
|
|
29
|
+
], IgxChildContentDynamicModule,
|
|
30
|
+
IgxXInputModule] });
|
|
31
|
+
return IgxXInputDynamicModule;
|
|
32
|
+
})();
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXInputDynamicModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
declarations: [],
|
|
37
|
+
exports: [IgxChildContentDynamicModule,
|
|
38
|
+
IgxXInputModule
|
|
39
|
+
],
|
|
40
|
+
imports: [CommonModule, IgxChildContentDynamicModule,
|
|
41
|
+
IgxXInputModule
|
|
42
|
+
],
|
|
43
|
+
entryComponents: [IgxXInputComponent]
|
|
44
|
+
}]
|
|
45
|
+
}], ctorParameters: function () { return []; } });
|