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,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "igniteui-angular-core";
|
|
4
|
+
import * as i3 from "./igx-x-input-dynamic-module";
|
|
5
|
+
import * as i4 from "./igx-x-label-dynamic-module";
|
|
6
|
+
import * as i5 from "./igx-x-input-group-module";
|
|
7
|
+
export declare class IgxXInputGroupDynamicModule {
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXInputGroupDynamicModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXInputGroupDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXInputDynamicModule, typeof i4.IgxXLabelDynamicModule, typeof i5.IgxXInputGroupModule], [typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXInputDynamicModule, typeof i4.IgxXLabelDynamicModule, typeof i5.IgxXInputGroupModule]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXInputGroupDynamicModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-angular-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-angular-core";
|
|
3
|
+
import { XInputGroupItem as XInputGroupItem_internal } from './XInputGroupItem';
|
|
4
|
+
import { IgxXInputGroupItemComponent as IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
5
|
+
export declare class IgxXInputGroupInputCollection extends IgCollection<IgxXInputGroupItemComponent, XInputGroupItem_internal> {
|
|
6
|
+
constructor(list?: IgxXInputGroupItemComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgxXInputGroupItemComponent, XInputGroupItem_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { XInputGroupItem } from "./XInputGroupItem";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class IgxXInputGroupItemComponent implements OnInit {
|
|
5
|
+
protected createImplementation(): XInputGroupItem;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
protected _implementation: any;
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): XInputGroupItem; /**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
static _createFromInternal(internal: any): IgxXInputGroupItemComponent;
|
|
15
|
+
private onImplementationCreated;
|
|
16
|
+
constructor();
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets name to use for the button.
|
|
19
|
+
*/
|
|
20
|
+
get name(): string;
|
|
21
|
+
set name(v: string);
|
|
22
|
+
findByName(name: string): any;
|
|
23
|
+
protected __p: string;
|
|
24
|
+
protected _hasUserValues: Set<string>;
|
|
25
|
+
protected get hasUserValues(): Set<string>;
|
|
26
|
+
protected __m(propertyName: string): void;
|
|
27
|
+
protected _stylingContainer: any;
|
|
28
|
+
protected _stylingParent: any;
|
|
29
|
+
protected _inStyling: boolean;
|
|
30
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
31
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
32
|
+
protected _runInZone(act: () => void): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXInputGroupItemComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXInputGroupItemComponent, "ng-component", never, { "name": "name"; }, {}, never, never>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-input-group-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "igniteui-angular-core";
|
|
5
|
+
import * as i4 from "./igx-x-input-module";
|
|
6
|
+
import * as i5 from "./igx-x-label-module";
|
|
7
|
+
export declare class IgxXInputGroupModule {
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXInputGroupModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXInputGroupModule, [typeof i1.IgxXInputGroupComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule, typeof i4.IgxXInputModule, typeof i5.IgxXLabelModule], [typeof i3.IgxChildContentModule, typeof i4.IgxXInputModule, typeof i5.IgxXLabelModule, typeof i1.IgxXInputGroupComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXInputGroupModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-input-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "igniteui-angular-core";
|
|
5
|
+
export declare class IgxXInputModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXInputModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXInputModule, [typeof i1.IgxXInputComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule], [typeof i3.IgxChildContentModule, typeof i1.IgxXInputComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXInputModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { TemplateRef, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, NgZone } from '@angular/core';
|
|
2
|
+
import { XLabel } from "./XLabel";
|
|
3
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
4
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
5
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class IgxXLabelComponent extends IgxXInputGroupItemComponent implements AfterViewInit {
|
|
8
|
+
private renderer;
|
|
9
|
+
private _elRef;
|
|
10
|
+
private ngZone;
|
|
11
|
+
private injector;
|
|
12
|
+
private componentFactoryResolver;
|
|
13
|
+
container: Element;
|
|
14
|
+
private _wrapper;
|
|
15
|
+
private _portalManager;
|
|
16
|
+
private _root;
|
|
17
|
+
_dynamicContent: ViewContainerRef;
|
|
18
|
+
_childTemplateRef: TemplateRef<any>;
|
|
19
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
20
|
+
updateStyle(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
protected createImplementation(): XLabel;
|
|
24
|
+
private _label;
|
|
25
|
+
/**
|
|
26
|
+
* @hidden
|
|
27
|
+
*/
|
|
28
|
+
get i(): XLabel;
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the base built in theme to use for the label.
|
|
31
|
+
*/
|
|
32
|
+
get baseTheme(): BaseControlTheme;
|
|
33
|
+
set baseTheme(v: BaseControlTheme);
|
|
34
|
+
static ngAcceptInputType_baseTheme: BaseControlTheme | string;
|
|
35
|
+
/**
|
|
36
|
+
* Gets or sets the display density to use for the label.
|
|
37
|
+
*/
|
|
38
|
+
get density(): ControlDisplayDensity;
|
|
39
|
+
set density(v: ControlDisplayDensity);
|
|
40
|
+
static ngAcceptInputType_density: ControlDisplayDensity | string;
|
|
41
|
+
/**
|
|
42
|
+
* Gets the actual display density to use for the label.
|
|
43
|
+
*/
|
|
44
|
+
get actualDensity(): ControlDisplayDensity;
|
|
45
|
+
set actualDensity(v: ControlDisplayDensity);
|
|
46
|
+
static ngAcceptInputType_actualDensity: ControlDisplayDensity | string;
|
|
47
|
+
/**
|
|
48
|
+
* Gets the actual color to use for the text color.
|
|
49
|
+
*/
|
|
50
|
+
get actualTextColor(): string;
|
|
51
|
+
set actualTextColor(v: string);
|
|
52
|
+
/**
|
|
53
|
+
* Gets the actual color to use for the text color.
|
|
54
|
+
*/
|
|
55
|
+
get actualHighlightTextColor(): string;
|
|
56
|
+
set actualHighlightTextColor(v: string);
|
|
57
|
+
/**
|
|
58
|
+
* Gets the actual color to use for the text color when highlighted and hovered.
|
|
59
|
+
*/
|
|
60
|
+
get actualHoverHighlightTextColor(): string;
|
|
61
|
+
set actualHoverHighlightTextColor(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets the actual hover color to use for the text.
|
|
64
|
+
*/
|
|
65
|
+
get actualHoverTextColor(): string;
|
|
66
|
+
set actualHoverTextColor(v: string);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the color to use for the text.
|
|
69
|
+
*/
|
|
70
|
+
get textColor(): string;
|
|
71
|
+
set textColor(v: string);
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the color to use for the text.
|
|
74
|
+
*/
|
|
75
|
+
get highlightTextColor(): string;
|
|
76
|
+
set highlightTextColor(v: string);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the color to use for the text.
|
|
79
|
+
*/
|
|
80
|
+
get hoverHighlightTextColor(): string;
|
|
81
|
+
set hoverHighlightTextColor(v: string);
|
|
82
|
+
/**
|
|
83
|
+
* Gets or sets the use for the button.
|
|
84
|
+
*/
|
|
85
|
+
get textStyle(): string;
|
|
86
|
+
set textStyle(v: string);
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
89
|
+
*/
|
|
90
|
+
get hoverTextColor(): string;
|
|
91
|
+
set hoverTextColor(v: string);
|
|
92
|
+
/**
|
|
93
|
+
* Gets or sets the id to use for the checkbox.
|
|
94
|
+
*/
|
|
95
|
+
get id(): string;
|
|
96
|
+
set id(v: string);
|
|
97
|
+
/**
|
|
98
|
+
* Gets or sets the id to use for the checkbox.
|
|
99
|
+
*/
|
|
100
|
+
get display(): string;
|
|
101
|
+
set display(v: string);
|
|
102
|
+
/**
|
|
103
|
+
* Gets or sets the id to use for the checkbox.
|
|
104
|
+
*/
|
|
105
|
+
get flexDirection(): string;
|
|
106
|
+
set flexDirection(v: string);
|
|
107
|
+
/**
|
|
108
|
+
* Gets or sets the flex-grow setting for the button.
|
|
109
|
+
*/
|
|
110
|
+
get flexGrow(): string;
|
|
111
|
+
set flexGrow(v: string);
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the id to use for the checkbox.
|
|
114
|
+
*/
|
|
115
|
+
get alignItems(): string;
|
|
116
|
+
set alignItems(v: string);
|
|
117
|
+
/**
|
|
118
|
+
* Gets or sets the id to use for the checkbox.
|
|
119
|
+
*/
|
|
120
|
+
get alignSelf(): string;
|
|
121
|
+
set alignSelf(v: string);
|
|
122
|
+
/**
|
|
123
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
124
|
+
*/
|
|
125
|
+
get tabIndex(): number;
|
|
126
|
+
set tabIndex(v: number);
|
|
127
|
+
static ngAcceptInputType_tabIndex: number | string;
|
|
128
|
+
/**
|
|
129
|
+
* Gets or sets the for attribute to use for the label.
|
|
130
|
+
*/
|
|
131
|
+
get for(): string;
|
|
132
|
+
set for(v: string);
|
|
133
|
+
/**
|
|
134
|
+
* Gets or sets the value of the aria-label attribute.
|
|
135
|
+
*/
|
|
136
|
+
get ariaLabel(): string;
|
|
137
|
+
set ariaLabel(v: string);
|
|
138
|
+
/**
|
|
139
|
+
* Gets or sets the text for the label.
|
|
140
|
+
*/
|
|
141
|
+
get text(): string;
|
|
142
|
+
set text(v: string);
|
|
143
|
+
/**
|
|
144
|
+
* Gets or sets whether the label is hovered.
|
|
145
|
+
*/
|
|
146
|
+
get isHover(): boolean;
|
|
147
|
+
set isHover(v: boolean);
|
|
148
|
+
static ngAcceptInputType_isHover: boolean | string;
|
|
149
|
+
/**
|
|
150
|
+
* Gets or sets the value for the label.
|
|
151
|
+
*/
|
|
152
|
+
get value(): boolean;
|
|
153
|
+
set value(v: boolean);
|
|
154
|
+
static ngAcceptInputType_value: boolean | string;
|
|
155
|
+
/**
|
|
156
|
+
* Gets or sets whether the checkbox is disabled.
|
|
157
|
+
*/
|
|
158
|
+
get disabled(): boolean;
|
|
159
|
+
set disabled(v: boolean);
|
|
160
|
+
static ngAcceptInputType_disabled: boolean | string;
|
|
161
|
+
onDetachedFromUI(): void;
|
|
162
|
+
onAttachedToUI(): void;
|
|
163
|
+
/**
|
|
164
|
+
* Exports visual information about the current state of the grid.
|
|
165
|
+
|
|
166
|
+
*/
|
|
167
|
+
exportVisualModel(): any;
|
|
168
|
+
/**
|
|
169
|
+
* Returns a serialized copy of the exported visual model
|
|
170
|
+
|
|
171
|
+
*/
|
|
172
|
+
exportSerializedVisualModel(): string;
|
|
173
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXLabelComponent, never>;
|
|
174
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXLabelComponent, "igx-x-label", never, { "baseTheme": "baseTheme"; "density": "density"; "actualDensity": "actualDensity"; "actualTextColor": "actualTextColor"; "actualHighlightTextColor": "actualHighlightTextColor"; "actualHoverHighlightTextColor": "actualHoverHighlightTextColor"; "actualHoverTextColor": "actualHoverTextColor"; "textColor": "textColor"; "highlightTextColor": "highlightTextColor"; "hoverHighlightTextColor": "hoverHighlightTextColor"; "textStyle": "textStyle"; "hoverTextColor": "hoverTextColor"; "id": "id"; "display": "display"; "flexDirection": "flexDirection"; "flexGrow": "flexGrow"; "alignItems": "alignItems"; "alignSelf": "alignSelf"; "tabIndex": "tabindex"; "for": "for"; "ariaLabel": "aria-label"; "text": "text"; "isHover": "isHover"; "value": "value"; "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
175
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "igniteui-angular-core";
|
|
4
|
+
import * as i3 from "./igx-x-label-module";
|
|
5
|
+
export declare class IgxXLabelDynamicModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXLabelDynamicModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXLabelDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXLabelModule], [typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXLabelModule]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXLabelDynamicModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-label-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "igniteui-angular-core";
|
|
5
|
+
export declare class IgxXLabelModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXLabelModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXLabelModule, [typeof i1.IgxXLabelComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule], [typeof i3.IgxChildContentModule, typeof i1.IgxXLabelComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXLabelModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { TemplateRef, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, NgZone } from '@angular/core';
|
|
2
|
+
import { XPrefix } from "./XPrefix";
|
|
3
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class IgxXPrefixComponent extends IgxXInputGroupItemComponent implements AfterViewInit {
|
|
6
|
+
private renderer;
|
|
7
|
+
private _elRef;
|
|
8
|
+
private ngZone;
|
|
9
|
+
private injector;
|
|
10
|
+
private componentFactoryResolver;
|
|
11
|
+
container: Element;
|
|
12
|
+
private _wrapper;
|
|
13
|
+
private _portalManager;
|
|
14
|
+
private _root;
|
|
15
|
+
_dynamicContent: ViewContainerRef;
|
|
16
|
+
_childTemplateRef: TemplateRef<any>;
|
|
17
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
18
|
+
updateStyle(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
protected createImplementation(): XPrefix;
|
|
22
|
+
get i(): XPrefix;
|
|
23
|
+
private _prefix;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the id to use for the checkbox.
|
|
26
|
+
*/
|
|
27
|
+
get id(): string;
|
|
28
|
+
set id(v: string);
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the value of the aria-label attribute.
|
|
31
|
+
*/
|
|
32
|
+
get ariaLabel(): string;
|
|
33
|
+
set ariaLabel(v: string);
|
|
34
|
+
/**
|
|
35
|
+
* Gets or sets whether the prefix is hovered.
|
|
36
|
+
*/
|
|
37
|
+
get isHover(): boolean;
|
|
38
|
+
set isHover(v: boolean);
|
|
39
|
+
static ngAcceptInputType_isHover: boolean | string;
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets whether the checkbox is disabled.
|
|
42
|
+
*/
|
|
43
|
+
get disabled(): boolean;
|
|
44
|
+
set disabled(v: boolean);
|
|
45
|
+
static ngAcceptInputType_disabled: boolean | string;
|
|
46
|
+
onDetachedFromUI(): void;
|
|
47
|
+
onAttachedToUI(): void;
|
|
48
|
+
/**
|
|
49
|
+
* Exports visual information about the current state of the grid.
|
|
50
|
+
|
|
51
|
+
*/
|
|
52
|
+
exportVisualModel(): any;
|
|
53
|
+
/**
|
|
54
|
+
* Returns a serialized copy of the exported visual model
|
|
55
|
+
|
|
56
|
+
*/
|
|
57
|
+
exportSerializedVisualModel(): string;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXPrefixComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXPrefixComponent, "igx-x-prefix", never, { "id": "id"; "ariaLabel": "aria-label"; "isHover": "isHover"; "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
60
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "igniteui-angular-core";
|
|
4
|
+
import * as i3 from "./igx-x-prefix-module";
|
|
5
|
+
export declare class IgxXPrefixDynamicModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXPrefixDynamicModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXPrefixDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXPrefixModule], [typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXPrefixModule]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXPrefixDynamicModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-prefix-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "igniteui-angular-core";
|
|
5
|
+
export declare class IgxXPrefixModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXPrefixModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXPrefixModule, [typeof i1.IgxXPrefixComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule], [typeof i3.IgxChildContentModule, typeof i1.IgxXPrefixComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXPrefixModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { ViewContainerRef, Injector, ComponentFactoryResolver, AfterContentInit, Renderer2, NgZone } from '@angular/core';
|
|
2
|
+
import { XRipple } from "./XRipple";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IgxXRippleComponent implements AfterContentInit {
|
|
5
|
+
private renderer;
|
|
6
|
+
private _elRef;
|
|
7
|
+
private ngZone;
|
|
8
|
+
private injector;
|
|
9
|
+
private componentFactoryResolver;
|
|
10
|
+
container: Element;
|
|
11
|
+
private _height;
|
|
12
|
+
private _width;
|
|
13
|
+
set height(value: string);
|
|
14
|
+
get height(): string;
|
|
15
|
+
set width(value: string);
|
|
16
|
+
get width(): string;
|
|
17
|
+
private _top;
|
|
18
|
+
private _left;
|
|
19
|
+
set top(value: string);
|
|
20
|
+
get top(): string;
|
|
21
|
+
set left(value: string);
|
|
22
|
+
get left(): string;
|
|
23
|
+
private _position;
|
|
24
|
+
set position(value: string);
|
|
25
|
+
get position(): string;
|
|
26
|
+
private _wrapper;
|
|
27
|
+
private _root;
|
|
28
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
29
|
+
updateStyle(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
private _implementation;
|
|
32
|
+
ngAfterContentInit(): void;
|
|
33
|
+
protected createImplementation(): XRipple;
|
|
34
|
+
get i(): XRipple;
|
|
35
|
+
private _ripple;
|
|
36
|
+
/**
|
|
37
|
+
* Gets or sets the target element to inject ripples into.
|
|
38
|
+
*/
|
|
39
|
+
get eventSource(): any;
|
|
40
|
+
set eventSource(v: any);
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
43
|
+
*/
|
|
44
|
+
get rippleColor(): string;
|
|
45
|
+
set rippleColor(v: string);
|
|
46
|
+
/**
|
|
47
|
+
* Gets or sets the color to use for the background when the ripple is hovered.
|
|
48
|
+
*/
|
|
49
|
+
get hoverColor(): string;
|
|
50
|
+
set hoverColor(v: string);
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets the actual color to use for the background when the ripple is hovered.
|
|
53
|
+
*/
|
|
54
|
+
get actualHoverColor(): string;
|
|
55
|
+
set actualHoverColor(v: string);
|
|
56
|
+
/**
|
|
57
|
+
* Gets or sets the color to use for the actual background when the checkbox is unchecked.
|
|
58
|
+
*/
|
|
59
|
+
get actualRippleColor(): string;
|
|
60
|
+
set actualRippleColor(v: string);
|
|
61
|
+
/**
|
|
62
|
+
* Gets or sets the duration to use for the ripple animation.
|
|
63
|
+
*/
|
|
64
|
+
get rippleDuration(): number;
|
|
65
|
+
set rippleDuration(v: number);
|
|
66
|
+
static ngAcceptInputType_rippleDuration: number | string;
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets if the ripple is disabled.
|
|
69
|
+
*/
|
|
70
|
+
get isDisabled(): boolean;
|
|
71
|
+
set isDisabled(v: boolean);
|
|
72
|
+
static ngAcceptInputType_isDisabled: boolean | string;
|
|
73
|
+
/**
|
|
74
|
+
* Gets or sets if the ripple is centered.
|
|
75
|
+
*/
|
|
76
|
+
get isCentered(): boolean;
|
|
77
|
+
set isCentered(v: boolean);
|
|
78
|
+
static ngAcceptInputType_isCentered: boolean | string;
|
|
79
|
+
/**
|
|
80
|
+
* Gets or sets if the ripple is centered.
|
|
81
|
+
*/
|
|
82
|
+
get isHoverEnabled(): boolean;
|
|
83
|
+
set isHoverEnabled(v: boolean);
|
|
84
|
+
static ngAcceptInputType_isHoverEnabled: boolean | string;
|
|
85
|
+
findByName(name: string): any;
|
|
86
|
+
protected __p: string;
|
|
87
|
+
protected _hasUserValues: Set<string>;
|
|
88
|
+
protected get hasUserValues(): Set<string>;
|
|
89
|
+
protected __m(propertyName: string): void;
|
|
90
|
+
protected _stylingContainer: any;
|
|
91
|
+
protected _stylingParent: any;
|
|
92
|
+
protected _inStyling: boolean;
|
|
93
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
94
|
+
onDetachedFromUI(): void;
|
|
95
|
+
onAttachedToUI(): void;
|
|
96
|
+
/**
|
|
97
|
+
* Exports visual information about the current state of the grid.
|
|
98
|
+
|
|
99
|
+
*/
|
|
100
|
+
exportVisualModel(): any;
|
|
101
|
+
/**
|
|
102
|
+
* Returns a serialized copy of the exported visual model
|
|
103
|
+
|
|
104
|
+
*/
|
|
105
|
+
exportSerializedVisualModel(): string;
|
|
106
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
107
|
+
protected _runInZone(act: () => void): void;
|
|
108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXRippleComponent, never>;
|
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXRippleComponent, "igx-x-ripple", never, { "height": "height"; "width": "width"; "top": "top"; "left": "left"; "position": "position"; "eventSource": "eventSource"; "rippleColor": "rippleColor"; "hoverColor": "hoverColor"; "actualHoverColor": "actualHoverColor"; "actualRippleColor": "actualRippleColor"; "rippleDuration": "rippleDuration"; "isDisabled": "isDisabled"; "isCentered": "isCentered"; "isHoverEnabled": "isHoverEnabled"; }, {}, never, never>;
|
|
110
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./igx-x-ripple-module";
|
|
4
|
+
export declare class IgxXRippleDynamicModule {
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXRippleDynamicModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXRippleDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxXRippleModule], [typeof i2.IgxXRippleModule]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXRippleDynamicModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-ripple-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class IgxXRippleModule {
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXRippleModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXRippleModule, [typeof i1.IgxXRippleComponent], [typeof i2.CommonModule], [typeof i1.IgxXRippleComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXRippleModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { TemplateRef, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, NgZone } from '@angular/core';
|
|
2
|
+
import { XSuffix } from "./XSuffix";
|
|
3
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class IgxXSuffixComponent extends IgxXInputGroupItemComponent implements AfterViewInit {
|
|
6
|
+
private renderer;
|
|
7
|
+
private _elRef;
|
|
8
|
+
private ngZone;
|
|
9
|
+
private injector;
|
|
10
|
+
private componentFactoryResolver;
|
|
11
|
+
container: Element;
|
|
12
|
+
private _wrapper;
|
|
13
|
+
private _portalManager;
|
|
14
|
+
private _root;
|
|
15
|
+
_dynamicContent: ViewContainerRef;
|
|
16
|
+
_childTemplateRef: TemplateRef<any>;
|
|
17
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
18
|
+
updateStyle(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
protected createImplementation(): XSuffix;
|
|
22
|
+
get i(): XSuffix;
|
|
23
|
+
private _suffix;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the id to use for the checkbox.
|
|
26
|
+
*/
|
|
27
|
+
get id(): string;
|
|
28
|
+
set id(v: string);
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the value of the aria-label attribute.
|
|
31
|
+
*/
|
|
32
|
+
get ariaLabel(): string;
|
|
33
|
+
set ariaLabel(v: string);
|
|
34
|
+
/**
|
|
35
|
+
* Gets or sets whether the suffix is hovered.
|
|
36
|
+
*/
|
|
37
|
+
get isHover(): boolean;
|
|
38
|
+
set isHover(v: boolean);
|
|
39
|
+
static ngAcceptInputType_isHover: boolean | string;
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets whether the checkbox is disabled.
|
|
42
|
+
*/
|
|
43
|
+
get disabled(): boolean;
|
|
44
|
+
set disabled(v: boolean);
|
|
45
|
+
static ngAcceptInputType_disabled: boolean | string;
|
|
46
|
+
onDetachedFromUI(): void;
|
|
47
|
+
onAttachedToUI(): void;
|
|
48
|
+
/**
|
|
49
|
+
* Exports visual information about the current state of the grid.
|
|
50
|
+
|
|
51
|
+
*/
|
|
52
|
+
exportVisualModel(): any;
|
|
53
|
+
/**
|
|
54
|
+
* Returns a serialized copy of the exported visual model
|
|
55
|
+
|
|
56
|
+
*/
|
|
57
|
+
exportSerializedVisualModel(): string;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXSuffixComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXSuffixComponent, "igx-x-suffix", never, { "id": "id"; "ariaLabel": "aria-label"; "isHover": "isHover"; "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
60
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "igniteui-angular-inputs",
|
|
3
|
+
"version": "16.1.0-beta.1",
|
|
4
|
+
"description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
|
|
5
|
+
"homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"angular",
|
|
8
|
+
"UI components",
|
|
9
|
+
"inputs",
|
|
10
|
+
"infragistics"
|
|
11
|
+
],
|
|
12
|
+
"license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"tslib": "^2.3.1"
|
|
15
|
+
},
|
|
16
|
+
"peerDependencies": {
|
|
17
|
+
"@angular/common": "^16.0.0",
|
|
18
|
+
"@angular/compiler": "^16.0.0",
|
|
19
|
+
"@angular/core": "^16.0.0",
|
|
20
|
+
"igniteui-angular-core": "16.1.0-beta.1"
|
|
21
|
+
},
|
|
22
|
+
"sideEffects": false,
|
|
23
|
+
"typings": "igniteui-angular-inputs.d.ts",
|
|
24
|
+
"es2015": "fesm2015/igniteui-angular-inputs.js",
|
|
25
|
+
"esm2015": "esm2015/igniteui-angular-inputs.js",
|
|
26
|
+
"esm5": "esm5/igniteui-angular-inputs.js",
|
|
27
|
+
"fesm2015": "fesm2015/igniteui-angular-inputs.js",
|
|
28
|
+
"fesm5": "fesm5/igniteui-angular-inputs.js",
|
|
29
|
+
"main": "bundles/igniteui-angular-inputs.umd.js",
|
|
30
|
+
"module": "fesm2015/igniteui-angular-inputs.js",
|
|
31
|
+
"metadata": "igniteui-angular-inputs.metadata.json",
|
|
32
|
+
"maintainers": [
|
|
33
|
+
{
|
|
34
|
+
"name": "igniteui",
|
|
35
|
+
"email": "igniteui@infragistics.com"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
|