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 { IgxXPrefixComponent } from './igx-x-prefix-component';
|
|
11
|
+
import { XPrefix } from './XPrefix';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxXPrefixModule } from './igx-x-prefix-module';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export let IgxXPrefixDynamicModule = /*@__PURE__*/ (() => {
|
|
16
|
+
class IgxXPrefixDynamicModule {
|
|
17
|
+
constructor() {
|
|
18
|
+
TypeRegistrar.registerCons('XPrefix', XPrefix);
|
|
19
|
+
TypeRegistrar.registerCons('IgxXPrefixComponent', IgxXPrefixComponent);
|
|
20
|
+
TypeRegistrar.register('XPrefix', XPrefix.$type);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
IgxXPrefixDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
IgxXPrefixDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixDynamicModule, imports: [CommonModule, IgxChildContentDynamicModule,
|
|
25
|
+
IgxXPrefixModule], exports: [IgxChildContentDynamicModule,
|
|
26
|
+
IgxXPrefixModule] });
|
|
27
|
+
IgxXPrefixDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixDynamicModule, imports: [[CommonModule, IgxChildContentDynamicModule,
|
|
28
|
+
IgxXPrefixModule
|
|
29
|
+
], IgxChildContentDynamicModule,
|
|
30
|
+
IgxXPrefixModule] });
|
|
31
|
+
return IgxXPrefixDynamicModule;
|
|
32
|
+
})();
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixDynamicModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
declarations: [],
|
|
37
|
+
exports: [IgxChildContentDynamicModule,
|
|
38
|
+
IgxXPrefixModule
|
|
39
|
+
],
|
|
40
|
+
imports: [CommonModule, IgxChildContentDynamicModule,
|
|
41
|
+
IgxXPrefixModule
|
|
42
|
+
],
|
|
43
|
+
entryComponents: [IgxXPrefixComponent]
|
|
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 { IgxXPrefixComponent } from './igx-x-prefix-component';
|
|
11
|
+
import { XPrefix } from './XPrefix';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export let IgxXPrefixModule = /*@__PURE__*/ (() => {
|
|
15
|
+
class IgxXPrefixModule {
|
|
16
|
+
constructor() {
|
|
17
|
+
TypeRegistrar.registerCons('IgxXPrefixComponent', IgxXPrefixComponent);
|
|
18
|
+
TypeRegistrar.register('XPrefix', XPrefix.$type);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
IgxXPrefixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
+
IgxXPrefixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixModule, declarations: [IgxXPrefixComponent], imports: [CommonModule, IgxChildContentModule], exports: [IgxChildContentModule,
|
|
23
|
+
IgxXPrefixComponent] });
|
|
24
|
+
IgxXPrefixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixModule, imports: [[CommonModule, IgxChildContentModule
|
|
25
|
+
], IgxChildContentModule] });
|
|
26
|
+
return IgxXPrefixModule;
|
|
27
|
+
})();
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixModule, decorators: [{
|
|
29
|
+
type: NgModule,
|
|
30
|
+
args: [{
|
|
31
|
+
declarations: [IgxXPrefixComponent],
|
|
32
|
+
exports: [IgxChildContentModule,
|
|
33
|
+
IgxXPrefixComponent
|
|
34
|
+
],
|
|
35
|
+
imports: [CommonModule, IgxChildContentModule
|
|
36
|
+
],
|
|
37
|
+
entryComponents: []
|
|
38
|
+
}]
|
|
39
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
+
import { XRipple } from "./XRipple";
|
|
3
|
+
import { brushToString, stringToBrush, ensureBool, toSpinal, initializePropertiesFromCss, NamePatcher } from "igniteui-angular-core";
|
|
4
|
+
import { AngularRenderer } from "igniteui-angular-core";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export let IgxXRippleComponent = /*@__PURE__*/ (() => {
|
|
7
|
+
class IgxXRippleComponent {
|
|
8
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
9
|
+
this.renderer = renderer;
|
|
10
|
+
this._elRef = _elRef;
|
|
11
|
+
this.ngZone = ngZone;
|
|
12
|
+
this.injector = injector;
|
|
13
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
14
|
+
this._wrapper = null;
|
|
15
|
+
this._root = null;
|
|
16
|
+
this._implementation = null;
|
|
17
|
+
this.__p = null;
|
|
18
|
+
this._hasUserValues = new Set();
|
|
19
|
+
this._stylingContainer = null;
|
|
20
|
+
this._stylingParent = null;
|
|
21
|
+
this._inStyling = false;
|
|
22
|
+
this._zoneRunner = null;
|
|
23
|
+
if (this._styling) {
|
|
24
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
25
|
+
}
|
|
26
|
+
this._implementation = this.createImplementation();
|
|
27
|
+
this._implementation.externalObject = this;
|
|
28
|
+
if (renderer) {
|
|
29
|
+
this.container = renderer.createElement("div");
|
|
30
|
+
renderer.appendChild(_elRef.element.nativeElement, this.container);
|
|
31
|
+
renderer.setStyle(this.container, "display", "block");
|
|
32
|
+
}
|
|
33
|
+
var root;
|
|
34
|
+
root = this.container;
|
|
35
|
+
if (this.container != null) {
|
|
36
|
+
root = this.container;
|
|
37
|
+
}
|
|
38
|
+
if (root && root.nativeElement) {
|
|
39
|
+
root = root.nativeElement;
|
|
40
|
+
}
|
|
41
|
+
this._root = root;
|
|
42
|
+
var ripple = this.i;
|
|
43
|
+
this._ripple = ripple;
|
|
44
|
+
if (renderer) {
|
|
45
|
+
var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {});
|
|
46
|
+
this._wrapper = ren;
|
|
47
|
+
ripple.provideContainer(ren);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
set height(value) {
|
|
51
|
+
this._height = value;
|
|
52
|
+
this._wrapper.rootWrapper.setStyleProperty("height", value);
|
|
53
|
+
}
|
|
54
|
+
get height() {
|
|
55
|
+
return this._height;
|
|
56
|
+
}
|
|
57
|
+
set width(value) {
|
|
58
|
+
this._width = value;
|
|
59
|
+
this._wrapper.rootWrapper.setStyleProperty("width", value);
|
|
60
|
+
}
|
|
61
|
+
get width() {
|
|
62
|
+
return this._width;
|
|
63
|
+
}
|
|
64
|
+
set top(value) {
|
|
65
|
+
this._top = value;
|
|
66
|
+
this._wrapper.rootWrapper.setStyleProperty("top", value);
|
|
67
|
+
}
|
|
68
|
+
get top() {
|
|
69
|
+
return this._top;
|
|
70
|
+
}
|
|
71
|
+
set left(value) {
|
|
72
|
+
this._left = value;
|
|
73
|
+
this._wrapper.rootWrapper.setStyleProperty("left", value);
|
|
74
|
+
}
|
|
75
|
+
get left() {
|
|
76
|
+
return this._left;
|
|
77
|
+
}
|
|
78
|
+
set position(value) {
|
|
79
|
+
this._position = value;
|
|
80
|
+
this._wrapper.rootWrapper.setStyleProperty("position", value);
|
|
81
|
+
}
|
|
82
|
+
get position() {
|
|
83
|
+
return this._position;
|
|
84
|
+
}
|
|
85
|
+
// supports angular themes or custom properties set in CSS
|
|
86
|
+
updateStyle() {
|
|
87
|
+
this._styling(this._root, this);
|
|
88
|
+
}
|
|
89
|
+
ngOnDestroy() {
|
|
90
|
+
this._ripple.destroy();
|
|
91
|
+
this._wrapper.destroy();
|
|
92
|
+
}
|
|
93
|
+
ngAfterContentInit() {
|
|
94
|
+
this._styling(this._root, this);
|
|
95
|
+
this.updateStyle();
|
|
96
|
+
}
|
|
97
|
+
createImplementation() {
|
|
98
|
+
return new XRipple();
|
|
99
|
+
}
|
|
100
|
+
get i() {
|
|
101
|
+
return this._implementation;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Gets or sets the target element to inject ripples into.
|
|
105
|
+
*/
|
|
106
|
+
get eventSource() {
|
|
107
|
+
return this.i.q;
|
|
108
|
+
}
|
|
109
|
+
set eventSource(v) {
|
|
110
|
+
this.i.q = v;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
114
|
+
*/
|
|
115
|
+
get rippleColor() {
|
|
116
|
+
return brushToString(this.i.ax);
|
|
117
|
+
}
|
|
118
|
+
set rippleColor(v) {
|
|
119
|
+
this.i.ax = stringToBrush(v);
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Gets or sets the color to use for the background when the ripple is hovered.
|
|
123
|
+
*/
|
|
124
|
+
get hoverColor() {
|
|
125
|
+
return brushToString(this.i.aw);
|
|
126
|
+
}
|
|
127
|
+
set hoverColor(v) {
|
|
128
|
+
this.i.aw = stringToBrush(v);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Gets or sets the actual color to use for the background when the ripple is hovered.
|
|
132
|
+
*/
|
|
133
|
+
get actualHoverColor() {
|
|
134
|
+
return brushToString(this.i.as);
|
|
135
|
+
}
|
|
136
|
+
set actualHoverColor(v) {
|
|
137
|
+
this.i.as = stringToBrush(v);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Gets or sets the color to use for the actual background when the checkbox is unchecked.
|
|
141
|
+
*/
|
|
142
|
+
get actualRippleColor() {
|
|
143
|
+
return brushToString(this.i.at);
|
|
144
|
+
}
|
|
145
|
+
set actualRippleColor(v) {
|
|
146
|
+
this.i.at = stringToBrush(v);
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Gets or sets the duration to use for the ripple animation.
|
|
150
|
+
*/
|
|
151
|
+
get rippleDuration() {
|
|
152
|
+
return this.i.o;
|
|
153
|
+
}
|
|
154
|
+
set rippleDuration(v) {
|
|
155
|
+
this.i.o = +v;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Gets or sets if the ripple is disabled.
|
|
159
|
+
*/
|
|
160
|
+
get isDisabled() {
|
|
161
|
+
return this.i.i;
|
|
162
|
+
}
|
|
163
|
+
set isDisabled(v) {
|
|
164
|
+
this.i.i = ensureBool(v);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Gets or sets if the ripple is centered.
|
|
168
|
+
*/
|
|
169
|
+
get isCentered() {
|
|
170
|
+
return this.i.h;
|
|
171
|
+
}
|
|
172
|
+
set isCentered(v) {
|
|
173
|
+
this.i.h = ensureBool(v);
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Gets or sets if the ripple is centered.
|
|
177
|
+
*/
|
|
178
|
+
get isHoverEnabled() {
|
|
179
|
+
return this.i.k;
|
|
180
|
+
}
|
|
181
|
+
set isHoverEnabled(v) {
|
|
182
|
+
this.i.k = ensureBool(v);
|
|
183
|
+
}
|
|
184
|
+
findByName(name) {
|
|
185
|
+
if (this.findEphemera) {
|
|
186
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
187
|
+
return this.findEphemera(name);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
return null;
|
|
191
|
+
}
|
|
192
|
+
get hasUserValues() {
|
|
193
|
+
return this._hasUserValues;
|
|
194
|
+
}
|
|
195
|
+
__m(propertyName) {
|
|
196
|
+
if (!this._inStyling) {
|
|
197
|
+
this._hasUserValues.add(propertyName);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
_styling(container, component, parent) {
|
|
201
|
+
if (this._inStyling) {
|
|
202
|
+
return;
|
|
203
|
+
}
|
|
204
|
+
this._inStyling = true;
|
|
205
|
+
this._stylingContainer = container;
|
|
206
|
+
this._stylingParent = component;
|
|
207
|
+
let genericPrefix = "";
|
|
208
|
+
let typeName = this.i.$type.name;
|
|
209
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
210
|
+
typeName = typeName.substring(3);
|
|
211
|
+
}
|
|
212
|
+
genericPrefix = toSpinal("XRippleComponent");
|
|
213
|
+
let additionalPrefixes = [];
|
|
214
|
+
let prefix = toSpinal(typeName);
|
|
215
|
+
additionalPrefixes.push(prefix + "-");
|
|
216
|
+
let b = this.i.$type.baseType;
|
|
217
|
+
while (b && b.name != "Object" &&
|
|
218
|
+
b.name != "Base" &&
|
|
219
|
+
b.name != "Control" &&
|
|
220
|
+
b.Name != "DependencyObject" &&
|
|
221
|
+
b.Name != "FrameworkElement") {
|
|
222
|
+
typeName = b.name;
|
|
223
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
224
|
+
typeName = typeName.substring(3);
|
|
225
|
+
}
|
|
226
|
+
let basePrefix = toSpinal(typeName);
|
|
227
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
228
|
+
b = b.baseType;
|
|
229
|
+
}
|
|
230
|
+
if (parent) {
|
|
231
|
+
let parentTypeName = parent.i.$type.name;
|
|
232
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
233
|
+
parentTypeName = parentTypeName.substring(3);
|
|
234
|
+
}
|
|
235
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
236
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
237
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
238
|
+
}
|
|
239
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
240
|
+
if (this._otherStyling) {
|
|
241
|
+
this._otherStyling(container, component, parent);
|
|
242
|
+
}
|
|
243
|
+
this._inStyling = false;
|
|
244
|
+
}
|
|
245
|
+
onDetachedFromUI() {
|
|
246
|
+
this.i.onDetachedFromUI();
|
|
247
|
+
}
|
|
248
|
+
onAttachedToUI() {
|
|
249
|
+
this.i.onAttachedToUI();
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Exports visual information about the current state of the grid.
|
|
253
|
+
|
|
254
|
+
*/
|
|
255
|
+
exportVisualModel() {
|
|
256
|
+
let iv = this.i.r();
|
|
257
|
+
return (iv);
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* Returns a serialized copy of the exported visual model
|
|
261
|
+
|
|
262
|
+
*/
|
|
263
|
+
exportSerializedVisualModel() {
|
|
264
|
+
let iv = this.i.v();
|
|
265
|
+
return (iv);
|
|
266
|
+
}
|
|
267
|
+
_runInZone(act) {
|
|
268
|
+
if (this._zoneRunner != null) {
|
|
269
|
+
this._zoneRunner(act);
|
|
270
|
+
}
|
|
271
|
+
else {
|
|
272
|
+
act();
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
IgxXRippleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
277
|
+
IgxXRippleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXRippleComponent, selector: "igx-x-ripple", inputs: { 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" }, host: { classAttribute: "ig-x-ripple igx-x-ripple" }, providers: [], ngImport: i0, template: ``, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
278
|
+
return IgxXRippleComponent;
|
|
279
|
+
})();
|
|
280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleComponent, decorators: [{
|
|
281
|
+
type: Component,
|
|
282
|
+
args: [{
|
|
283
|
+
selector: 'igx-x-ripple',
|
|
284
|
+
template: ``,
|
|
285
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
286
|
+
providers: [],
|
|
287
|
+
host: { 'class': 'ig-x-ripple igx-x-ripple' },
|
|
288
|
+
styles: [`
|
|
289
|
+
:host {
|
|
290
|
+
display: block;
|
|
291
|
+
}
|
|
292
|
+
`]
|
|
293
|
+
}]
|
|
294
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { height: [{
|
|
295
|
+
type: Input
|
|
296
|
+
}], width: [{
|
|
297
|
+
type: Input
|
|
298
|
+
}], top: [{
|
|
299
|
+
type: Input
|
|
300
|
+
}], left: [{
|
|
301
|
+
type: Input
|
|
302
|
+
}], position: [{
|
|
303
|
+
type: Input
|
|
304
|
+
}], eventSource: [{
|
|
305
|
+
type: Input
|
|
306
|
+
}], rippleColor: [{
|
|
307
|
+
type: Input
|
|
308
|
+
}], hoverColor: [{
|
|
309
|
+
type: Input
|
|
310
|
+
}], actualHoverColor: [{
|
|
311
|
+
type: Input
|
|
312
|
+
}], actualRippleColor: [{
|
|
313
|
+
type: Input
|
|
314
|
+
}], rippleDuration: [{
|
|
315
|
+
type: Input
|
|
316
|
+
}], isDisabled: [{
|
|
317
|
+
type: Input
|
|
318
|
+
}], isCentered: [{
|
|
319
|
+
type: Input
|
|
320
|
+
}], isHoverEnabled: [{
|
|
321
|
+
type: Input
|
|
322
|
+
}] } });
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { IgxXRippleComponent } from './igx-x-ripple-component';
|
|
10
|
+
import { XRipple } from './XRipple';
|
|
11
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
12
|
+
import { IgxXRippleModule } from './igx-x-ripple-module';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export let IgxXRippleDynamicModule = /*@__PURE__*/ (() => {
|
|
15
|
+
class IgxXRippleDynamicModule {
|
|
16
|
+
constructor() {
|
|
17
|
+
TypeRegistrar.registerCons('XRipple', XRipple);
|
|
18
|
+
TypeRegistrar.registerCons('IgxXRippleComponent', IgxXRippleComponent);
|
|
19
|
+
TypeRegistrar.register('XRipple', XRipple.$type);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
IgxXRippleDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
+
IgxXRippleDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleDynamicModule, imports: [CommonModule, IgxXRippleModule], exports: [IgxXRippleModule] });
|
|
24
|
+
IgxXRippleDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleDynamicModule, imports: [[CommonModule, IgxXRippleModule
|
|
25
|
+
], IgxXRippleModule] });
|
|
26
|
+
return IgxXRippleDynamicModule;
|
|
27
|
+
})();
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleDynamicModule, decorators: [{
|
|
29
|
+
type: NgModule,
|
|
30
|
+
args: [{
|
|
31
|
+
declarations: [],
|
|
32
|
+
exports: [IgxXRippleModule
|
|
33
|
+
],
|
|
34
|
+
imports: [CommonModule, IgxXRippleModule
|
|
35
|
+
],
|
|
36
|
+
entryComponents: [IgxXRippleComponent]
|
|
37
|
+
}]
|
|
38
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { IgxXRippleComponent } from './igx-x-ripple-component';
|
|
10
|
+
import { XRipple } from './XRipple';
|
|
11
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export let IgxXRippleModule = /*@__PURE__*/ (() => {
|
|
14
|
+
class IgxXRippleModule {
|
|
15
|
+
constructor() {
|
|
16
|
+
TypeRegistrar.registerCons('IgxXRippleComponent', IgxXRippleComponent);
|
|
17
|
+
TypeRegistrar.register('XRipple', XRipple.$type);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
IgxXRippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21
|
+
IgxXRippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleModule, declarations: [IgxXRippleComponent], imports: [CommonModule], exports: [IgxXRippleComponent] });
|
|
22
|
+
IgxXRippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleModule, imports: [[CommonModule,
|
|
23
|
+
]] });
|
|
24
|
+
return IgxXRippleModule;
|
|
25
|
+
})();
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXRippleModule, decorators: [{
|
|
27
|
+
type: NgModule,
|
|
28
|
+
args: [{
|
|
29
|
+
declarations: [IgxXRippleComponent],
|
|
30
|
+
exports: [IgxXRippleComponent
|
|
31
|
+
],
|
|
32
|
+
imports: [CommonModule,
|
|
33
|
+
],
|
|
34
|
+
entryComponents: []
|
|
35
|
+
}]
|
|
36
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { TemplateRef, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
|
|
2
|
+
import { XSuffix } from "./XSuffix";
|
|
3
|
+
import { ensureBool, NamePatcher } from "igniteui-angular-core";
|
|
4
|
+
import { AngularRenderer, PortalManager } from "igniteui-angular-core";
|
|
5
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export let IgxXSuffixComponent = /*@__PURE__*/ (() => {
|
|
8
|
+
class IgxXSuffixComponent extends IgxXInputGroupItemComponent {
|
|
9
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
10
|
+
super();
|
|
11
|
+
this.renderer = renderer;
|
|
12
|
+
this._elRef = _elRef;
|
|
13
|
+
this.ngZone = ngZone;
|
|
14
|
+
this.injector = injector;
|
|
15
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
16
|
+
this._wrapper = null;
|
|
17
|
+
this._portalManager = null;
|
|
18
|
+
this._root = null;
|
|
19
|
+
if (this._styling) {
|
|
20
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
21
|
+
}
|
|
22
|
+
this._implementation = this.createImplementation();
|
|
23
|
+
this._implementation.externalObject = this;
|
|
24
|
+
if (renderer) {
|
|
25
|
+
this.container = renderer.createElement("div");
|
|
26
|
+
renderer.appendChild(_elRef.element.nativeElement, this.container);
|
|
27
|
+
renderer.setStyle(this.container, "display", "inline-block");
|
|
28
|
+
}
|
|
29
|
+
var root;
|
|
30
|
+
root = this.container;
|
|
31
|
+
if (this.container != null) {
|
|
32
|
+
root = this.container;
|
|
33
|
+
}
|
|
34
|
+
if (root && root.nativeElement) {
|
|
35
|
+
root = root.nativeElement;
|
|
36
|
+
}
|
|
37
|
+
this._root = root;
|
|
38
|
+
var suffix = this.i;
|
|
39
|
+
this._suffix = suffix;
|
|
40
|
+
if (renderer) {
|
|
41
|
+
this._portalManager = new PortalManager("suffixContent", componentFactoryResolver);
|
|
42
|
+
var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
|
|
43
|
+
this._wrapper = ren;
|
|
44
|
+
suffix.provideContainer(ren);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
// supports angular themes or custom properties set in CSS
|
|
48
|
+
updateStyle() {
|
|
49
|
+
this._styling(this._root, this);
|
|
50
|
+
}
|
|
51
|
+
ngOnDestroy() {
|
|
52
|
+
this._suffix.destroy();
|
|
53
|
+
this._wrapper.destroy();
|
|
54
|
+
}
|
|
55
|
+
ngAfterViewInit() {
|
|
56
|
+
this._portalManager.dynamicContent = this._dynamicContent;
|
|
57
|
+
this._portalManager.onChildContentChanged(this._childTemplateRef);
|
|
58
|
+
this._styling(this._root, this);
|
|
59
|
+
this.updateStyle();
|
|
60
|
+
}
|
|
61
|
+
createImplementation() {
|
|
62
|
+
return new XSuffix();
|
|
63
|
+
}
|
|
64
|
+
get i() {
|
|
65
|
+
return this._implementation;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the id to use for the checkbox.
|
|
69
|
+
*/
|
|
70
|
+
get id() {
|
|
71
|
+
return this.i.z;
|
|
72
|
+
}
|
|
73
|
+
set id(v) {
|
|
74
|
+
this.i.z = v;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Gets or sets the value of the aria-label attribute.
|
|
78
|
+
*/
|
|
79
|
+
get ariaLabel() {
|
|
80
|
+
return this.i.w;
|
|
81
|
+
}
|
|
82
|
+
set ariaLabel(v) {
|
|
83
|
+
this.i.w = v;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Gets or sets whether the suffix is hovered.
|
|
87
|
+
*/
|
|
88
|
+
get isHover() {
|
|
89
|
+
return this.i.q;
|
|
90
|
+
}
|
|
91
|
+
set isHover(v) {
|
|
92
|
+
this.i.q = ensureBool(v);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets whether the checkbox is disabled.
|
|
96
|
+
*/
|
|
97
|
+
get disabled() {
|
|
98
|
+
return this.i.disabled;
|
|
99
|
+
}
|
|
100
|
+
set disabled(v) {
|
|
101
|
+
this.i.disabled = ensureBool(v);
|
|
102
|
+
}
|
|
103
|
+
onDetachedFromUI() {
|
|
104
|
+
this.i.onDetachedFromUI();
|
|
105
|
+
}
|
|
106
|
+
onAttachedToUI() {
|
|
107
|
+
this.i.onAttachedToUI();
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Exports visual information about the current state of the grid.
|
|
111
|
+
|
|
112
|
+
*/
|
|
113
|
+
exportVisualModel() {
|
|
114
|
+
let iv = this.i.t();
|
|
115
|
+
return (iv);
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Returns a serialized copy of the exported visual model
|
|
119
|
+
|
|
120
|
+
*/
|
|
121
|
+
exportSerializedVisualModel() {
|
|
122
|
+
let iv = this.i.y();
|
|
123
|
+
return (iv);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
IgxXSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXSuffixComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
127
|
+
IgxXSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXSuffixComponent, selector: "igx-x-suffix", inputs: { id: "id", ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-suffix igx-x-suffix" }, 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>
|
|
128
|
+
<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\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
129
|
+
return IgxXSuffixComponent;
|
|
130
|
+
})();
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXSuffixComponent, decorators: [{
|
|
132
|
+
type: Component,
|
|
133
|
+
args: [{
|
|
134
|
+
selector: 'igx-x-suffix',
|
|
135
|
+
template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
136
|
+
<ng-container #dynamicContent></ng-container>`,
|
|
137
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
138
|
+
providers: [],
|
|
139
|
+
host: { 'class': 'ig-x-suffix igx-x-suffix' },
|
|
140
|
+
styles: [`
|
|
141
|
+
:host {
|
|
142
|
+
display: inline-block;
|
|
143
|
+
vertical-align: middle;
|
|
144
|
+
}
|
|
145
|
+
`]
|
|
146
|
+
}]
|
|
147
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
|
|
148
|
+
type: ViewChild,
|
|
149
|
+
args: ["dynamicContent", { read: ViewContainerRef, static: true }]
|
|
150
|
+
}], _childTemplateRef: [{
|
|
151
|
+
type: ViewChild,
|
|
152
|
+
args: ["childContent", { read: TemplateRef, static: false }]
|
|
153
|
+
}], id: [{
|
|
154
|
+
type: HostBinding,
|
|
155
|
+
args: ['attr.id']
|
|
156
|
+
}, {
|
|
157
|
+
type: Input
|
|
158
|
+
}], ariaLabel: [{
|
|
159
|
+
type: Input,
|
|
160
|
+
args: ['aria-label']
|
|
161
|
+
}], isHover: [{
|
|
162
|
+
type: Input
|
|
163
|
+
}], disabled: [{
|
|
164
|
+
type: Input
|
|
165
|
+
}] } });
|