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,855 @@
|
|
|
1
|
+
import { TemplateRef, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, AfterContentInit, Renderer2, QueryList, NgZone } from '@angular/core';
|
|
2
|
+
import { XInputGroup } from "./XInputGroup";
|
|
3
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
4
|
+
import { IgxXInputGroupInputCollection } from './igx-x-input-group-input-collection';
|
|
5
|
+
import { InputGroupDisplayType } from './InputGroupDisplayType';
|
|
6
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
7
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class IgxXInputGroupComponent implements AfterViewInit, AfterContentInit {
|
|
10
|
+
private renderer;
|
|
11
|
+
private _elRef;
|
|
12
|
+
private ngZone;
|
|
13
|
+
private injector;
|
|
14
|
+
private componentFactoryResolver;
|
|
15
|
+
container: Element;
|
|
16
|
+
private _wrapper;
|
|
17
|
+
private _portalManager;
|
|
18
|
+
private _root;
|
|
19
|
+
_dynamicContent: ViewContainerRef;
|
|
20
|
+
_childTemplateRef: TemplateRef<any>;
|
|
21
|
+
contentInputs: QueryList<IgxXInputGroupItemComponent>;
|
|
22
|
+
/**
|
|
23
|
+
* The style mappings actually present in the chart. Do not directly modify this array.
|
|
24
|
+
* This array's contents can be modified by causing Angular to reproject the child content.
|
|
25
|
+
* Or adding and removing stye mappings from the manual style mapping collection on the styleMappings property.
|
|
26
|
+
*/
|
|
27
|
+
actualInputs: IgxXInputGroupItemComponent[];
|
|
28
|
+
private _inputs;
|
|
29
|
+
private _inputsAdapter;
|
|
30
|
+
/**
|
|
31
|
+
* A collection or manually added axes for the chart.
|
|
32
|
+
*/
|
|
33
|
+
get inputs(): IgxXInputGroupInputCollection;
|
|
34
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
35
|
+
updateStyle(): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
private _implementation;
|
|
38
|
+
ngAfterContentInit(): void;
|
|
39
|
+
ngAfterViewInit(): void;
|
|
40
|
+
protected createImplementation(): XInputGroup;
|
|
41
|
+
get i(): XInputGroup;
|
|
42
|
+
private _inputGroup;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the display style to use for the button.
|
|
45
|
+
*/
|
|
46
|
+
get displayType(): InputGroupDisplayType;
|
|
47
|
+
set displayType(v: InputGroupDisplayType);
|
|
48
|
+
static ngAcceptInputType_displayType: InputGroupDisplayType | string;
|
|
49
|
+
/**
|
|
50
|
+
* Gets or sets the display density to use for the input group.
|
|
51
|
+
*/
|
|
52
|
+
get density(): ControlDisplayDensity;
|
|
53
|
+
set density(v: ControlDisplayDensity);
|
|
54
|
+
static ngAcceptInputType_density: ControlDisplayDensity | string;
|
|
55
|
+
/**
|
|
56
|
+
* Gets the actual display density to use for the input group.
|
|
57
|
+
*/
|
|
58
|
+
get actualDensity(): ControlDisplayDensity;
|
|
59
|
+
set actualDensity(v: ControlDisplayDensity);
|
|
60
|
+
static ngAcceptInputType_actualDensity: ControlDisplayDensity | string;
|
|
61
|
+
/**
|
|
62
|
+
* Gets or sets the base built in theme to use for the label.
|
|
63
|
+
*/
|
|
64
|
+
get baseTheme(): BaseControlTheme;
|
|
65
|
+
set baseTheme(v: BaseControlTheme);
|
|
66
|
+
static ngAcceptInputType_baseTheme: BaseControlTheme | string;
|
|
67
|
+
get inputHasValue(): boolean;
|
|
68
|
+
static ngAcceptInputType_inputHasValue: boolean | string;
|
|
69
|
+
/**
|
|
70
|
+
* Gets the actual item background color.
|
|
71
|
+
*/
|
|
72
|
+
get actualBorderColor(): string;
|
|
73
|
+
set actualBorderColor(v: string);
|
|
74
|
+
/**
|
|
75
|
+
* Gets the actual item border color.
|
|
76
|
+
*/
|
|
77
|
+
get actualFocusBorderColor(): string;
|
|
78
|
+
set actualFocusBorderColor(v: string);
|
|
79
|
+
/**
|
|
80
|
+
* Gets the actual item border width.
|
|
81
|
+
*/
|
|
82
|
+
get actualBorderWidth(): number;
|
|
83
|
+
set actualBorderWidth(v: number);
|
|
84
|
+
static ngAcceptInputType_actualBorderWidth: number | string;
|
|
85
|
+
/**
|
|
86
|
+
* Gets the actual item border width.
|
|
87
|
+
*/
|
|
88
|
+
get actualFocusBorderWidth(): number;
|
|
89
|
+
set actualFocusBorderWidth(v: number);
|
|
90
|
+
static ngAcceptInputType_actualFocusBorderWidth: number | string;
|
|
91
|
+
get actualCornerRadiusBottomRight(): number;
|
|
92
|
+
set actualCornerRadiusBottomRight(v: number);
|
|
93
|
+
static ngAcceptInputType_actualCornerRadiusBottomRight: number | string;
|
|
94
|
+
get actualCornerRadiusBottomLeft(): number;
|
|
95
|
+
set actualCornerRadiusBottomLeft(v: number);
|
|
96
|
+
static ngAcceptInputType_actualCornerRadiusBottomLeft: number | string;
|
|
97
|
+
get actualCornerRadiusTopLeft(): number;
|
|
98
|
+
set actualCornerRadiusTopLeft(v: number);
|
|
99
|
+
static ngAcceptInputType_actualCornerRadiusTopLeft: number | string;
|
|
100
|
+
get actualCornerRadiusTopRight(): number;
|
|
101
|
+
set actualCornerRadiusTopRight(v: number);
|
|
102
|
+
static ngAcceptInputType_actualCornerRadiusTopRight: number | string;
|
|
103
|
+
ensureActualCornerRadius(): void;
|
|
104
|
+
get actualContentPaddingBottom(): number;
|
|
105
|
+
set actualContentPaddingBottom(v: number);
|
|
106
|
+
static ngAcceptInputType_actualContentPaddingBottom: number | string;
|
|
107
|
+
get actualContentPaddingLeft(): number;
|
|
108
|
+
set actualContentPaddingLeft(v: number);
|
|
109
|
+
static ngAcceptInputType_actualContentPaddingLeft: number | string;
|
|
110
|
+
get actualContentPaddingRight(): number;
|
|
111
|
+
set actualContentPaddingRight(v: number);
|
|
112
|
+
static ngAcceptInputType_actualContentPaddingRight: number | string;
|
|
113
|
+
get actualContentPaddingTop(): number;
|
|
114
|
+
set actualContentPaddingTop(v: number);
|
|
115
|
+
static ngAcceptInputType_actualContentPaddingTop: number | string;
|
|
116
|
+
ensureActualContentPadding(): void;
|
|
117
|
+
/**
|
|
118
|
+
* Gets the actual width to use for the underline element.
|
|
119
|
+
*/
|
|
120
|
+
get actualUnderlineWidth(): number;
|
|
121
|
+
set actualUnderlineWidth(v: number);
|
|
122
|
+
static ngAcceptInputType_actualUnderlineWidth: number | string;
|
|
123
|
+
/**
|
|
124
|
+
* Gets the actual width to use for the underline element.
|
|
125
|
+
*/
|
|
126
|
+
get actualUnderlineRippleWidth(): number;
|
|
127
|
+
set actualUnderlineRippleWidth(v: number);
|
|
128
|
+
static ngAcceptInputType_actualUnderlineRippleWidth: number | string;
|
|
129
|
+
/**
|
|
130
|
+
* Gets the width to use for the underline element when hovered.
|
|
131
|
+
*/
|
|
132
|
+
get actualHoverUnderlineWidth(): number;
|
|
133
|
+
set actualHoverUnderlineWidth(v: number);
|
|
134
|
+
static ngAcceptInputType_actualHoverUnderlineWidth: number | string;
|
|
135
|
+
/**
|
|
136
|
+
* Gets the actual color to use for the underline element.
|
|
137
|
+
*/
|
|
138
|
+
get actualUnderlineColor(): string;
|
|
139
|
+
set actualUnderlineColor(v: string);
|
|
140
|
+
/**
|
|
141
|
+
* Gets the actual color to use for the underline ripple element.
|
|
142
|
+
*/
|
|
143
|
+
get actualUnderlineRippleColor(): string;
|
|
144
|
+
set actualUnderlineRippleColor(v: string);
|
|
145
|
+
/**
|
|
146
|
+
* Gets the actual color to use for the underline element.
|
|
147
|
+
*/
|
|
148
|
+
get actualHoverUnderlineColor(): string;
|
|
149
|
+
set actualHoverUnderlineColor(v: string);
|
|
150
|
+
/**
|
|
151
|
+
* Gets the actual color to use for the underline element when focused.
|
|
152
|
+
*/
|
|
153
|
+
get actualFocusUnderlineColor(): string;
|
|
154
|
+
set actualFocusUnderlineColor(v: string);
|
|
155
|
+
/**
|
|
156
|
+
* Gets the actual opacity to use for the underline element.
|
|
157
|
+
*/
|
|
158
|
+
get actualUnderlineOpacity(): number;
|
|
159
|
+
set actualUnderlineOpacity(v: number);
|
|
160
|
+
static ngAcceptInputType_actualUnderlineOpacity: number | string;
|
|
161
|
+
/**
|
|
162
|
+
* Gets the actual opacity to use for the underline element when hovered.
|
|
163
|
+
*/
|
|
164
|
+
get actualHoverUnderlineOpacity(): number;
|
|
165
|
+
set actualHoverUnderlineOpacity(v: number);
|
|
166
|
+
static ngAcceptInputType_actualHoverUnderlineOpacity: number | string;
|
|
167
|
+
/**
|
|
168
|
+
* Gets the actual opacity to use for the underline element when focused.
|
|
169
|
+
*/
|
|
170
|
+
get actualFocusUnderlineOpacity(): number;
|
|
171
|
+
set actualFocusUnderlineOpacity(v: number);
|
|
172
|
+
static ngAcceptInputType_actualFocusUnderlineOpacity: number | string;
|
|
173
|
+
/**
|
|
174
|
+
* Gets the actual opacity to use for the underline ripple element when focused.
|
|
175
|
+
*/
|
|
176
|
+
get actualFocusUnderlineRippleOpacity(): number;
|
|
177
|
+
set actualFocusUnderlineRippleOpacity(v: number);
|
|
178
|
+
static ngAcceptInputType_actualFocusUnderlineRippleOpacity: number | string;
|
|
179
|
+
/**
|
|
180
|
+
* Gets the actual opacity to use for the underline ripple element.
|
|
181
|
+
*/
|
|
182
|
+
get actualUnderlineRippleOpacity(): number;
|
|
183
|
+
set actualUnderlineRippleOpacity(v: number);
|
|
184
|
+
static ngAcceptInputType_actualUnderlineRippleOpacity: number | string;
|
|
185
|
+
/**
|
|
186
|
+
* Gets the actual opacity to use for the underline ripple element.
|
|
187
|
+
*/
|
|
188
|
+
get actualBackgroundColor(): string;
|
|
189
|
+
set actualBackgroundColor(v: string);
|
|
190
|
+
/**
|
|
191
|
+
* Gets or sets the border width to use for the border of the item group.
|
|
192
|
+
*/
|
|
193
|
+
get borderWidth(): number;
|
|
194
|
+
set borderWidth(v: number);
|
|
195
|
+
static ngAcceptInputType_borderWidth: number | string;
|
|
196
|
+
/**
|
|
197
|
+
* Gets or sets the border width to use for the border of the item group when focused.
|
|
198
|
+
*/
|
|
199
|
+
get focusBorderWidth(): number;
|
|
200
|
+
set focusBorderWidth(v: number);
|
|
201
|
+
static ngAcceptInputType_focusBorderWidth: number | string;
|
|
202
|
+
/**
|
|
203
|
+
* Gets or sets the color to use the border of the input group.
|
|
204
|
+
*/
|
|
205
|
+
get borderColor(): string;
|
|
206
|
+
set borderColor(v: string);
|
|
207
|
+
get cornerRadiusBottomRight(): number;
|
|
208
|
+
set cornerRadiusBottomRight(v: number);
|
|
209
|
+
static ngAcceptInputType_cornerRadiusBottomRight: number | string;
|
|
210
|
+
get cornerRadiusBottomLeft(): number;
|
|
211
|
+
set cornerRadiusBottomLeft(v: number);
|
|
212
|
+
static ngAcceptInputType_cornerRadiusBottomLeft: number | string;
|
|
213
|
+
get cornerRadiusTopLeft(): number;
|
|
214
|
+
set cornerRadiusTopLeft(v: number);
|
|
215
|
+
static ngAcceptInputType_cornerRadiusTopLeft: number | string;
|
|
216
|
+
get cornerRadiusTopRight(): number;
|
|
217
|
+
set cornerRadiusTopRight(v: number);
|
|
218
|
+
static ngAcceptInputType_cornerRadiusTopRight: number | string;
|
|
219
|
+
ensureCornerRadius(): void;
|
|
220
|
+
get contentPaddingBottom(): number;
|
|
221
|
+
set contentPaddingBottom(v: number);
|
|
222
|
+
static ngAcceptInputType_contentPaddingBottom: number | string;
|
|
223
|
+
get contentPaddingLeft(): number;
|
|
224
|
+
set contentPaddingLeft(v: number);
|
|
225
|
+
static ngAcceptInputType_contentPaddingLeft: number | string;
|
|
226
|
+
get contentPaddingRight(): number;
|
|
227
|
+
set contentPaddingRight(v: number);
|
|
228
|
+
static ngAcceptInputType_contentPaddingRight: number | string;
|
|
229
|
+
get contentPaddingTop(): number;
|
|
230
|
+
set contentPaddingTop(v: number);
|
|
231
|
+
static ngAcceptInputType_contentPaddingTop: number | string;
|
|
232
|
+
ensureContentPadding(): void;
|
|
233
|
+
/**
|
|
234
|
+
* Gets or sets the width to use for the underline element.
|
|
235
|
+
*/
|
|
236
|
+
get underlineWidth(): number;
|
|
237
|
+
set underlineWidth(v: number);
|
|
238
|
+
static ngAcceptInputType_underlineWidth: number | string;
|
|
239
|
+
/**
|
|
240
|
+
* Gets or sets the width to use for the underline element.
|
|
241
|
+
*/
|
|
242
|
+
get underlineRippleWidth(): number;
|
|
243
|
+
set underlineRippleWidth(v: number);
|
|
244
|
+
static ngAcceptInputType_underlineRippleWidth: number | string;
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets the width to use for the underline element when hovered.
|
|
247
|
+
*/
|
|
248
|
+
get hoverUnderlineWidth(): number;
|
|
249
|
+
set hoverUnderlineWidth(v: number);
|
|
250
|
+
static ngAcceptInputType_hoverUnderlineWidth: number | string;
|
|
251
|
+
/**
|
|
252
|
+
* Gets or sets the color to use for the underline element.
|
|
253
|
+
*/
|
|
254
|
+
get underlineColor(): string;
|
|
255
|
+
set underlineColor(v: string);
|
|
256
|
+
/**
|
|
257
|
+
* Gets or sets the color to use for the underline ripple element.
|
|
258
|
+
*/
|
|
259
|
+
get underlineRippleColor(): string;
|
|
260
|
+
set underlineRippleColor(v: string);
|
|
261
|
+
/**
|
|
262
|
+
* Gets or sets the color to use for the underline element.
|
|
263
|
+
*/
|
|
264
|
+
get hoverUnderlineColor(): string;
|
|
265
|
+
set hoverUnderlineColor(v: string);
|
|
266
|
+
/**
|
|
267
|
+
* Gets or sets the color to use for the underline element.
|
|
268
|
+
*/
|
|
269
|
+
get focusUnderlineColor(): string;
|
|
270
|
+
set focusUnderlineColor(v: string);
|
|
271
|
+
/**
|
|
272
|
+
* Gets or sets the color to use for the underline element.
|
|
273
|
+
*/
|
|
274
|
+
get underlineOpacity(): number;
|
|
275
|
+
set underlineOpacity(v: number);
|
|
276
|
+
static ngAcceptInputType_underlineOpacity: number | string;
|
|
277
|
+
/**
|
|
278
|
+
* Gets or sets the color to use for the underline element.
|
|
279
|
+
*/
|
|
280
|
+
get hoverUnderlineOpacity(): number;
|
|
281
|
+
set hoverUnderlineOpacity(v: number);
|
|
282
|
+
static ngAcceptInputType_hoverUnderlineOpacity: number | string;
|
|
283
|
+
/**
|
|
284
|
+
* Gets or sets the color to use for the underline element.
|
|
285
|
+
*/
|
|
286
|
+
get focusUnderlineOpacity(): number;
|
|
287
|
+
set focusUnderlineOpacity(v: number);
|
|
288
|
+
static ngAcceptInputType_focusUnderlineOpacity: number | string;
|
|
289
|
+
/**
|
|
290
|
+
* Gets or sets the opacity to use for the underline ripple element when focused.
|
|
291
|
+
*/
|
|
292
|
+
get focusUnderlineRippleOpacity(): number;
|
|
293
|
+
set focusUnderlineRippleOpacity(v: number);
|
|
294
|
+
static ngAcceptInputType_focusUnderlineRippleOpacity: number | string;
|
|
295
|
+
/**
|
|
296
|
+
* Gets or sets the opacity to use for the underline ripple element.
|
|
297
|
+
*/
|
|
298
|
+
get underlineRippleOpacity(): number;
|
|
299
|
+
set underlineRippleOpacity(v: number);
|
|
300
|
+
static ngAcceptInputType_underlineRippleOpacity: number | string;
|
|
301
|
+
/**
|
|
302
|
+
* Gets or sets the background color to use for the input group.
|
|
303
|
+
*/
|
|
304
|
+
get backgroundColor(): string;
|
|
305
|
+
set backgroundColor(v: string);
|
|
306
|
+
/**
|
|
307
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
308
|
+
*/
|
|
309
|
+
get lineTypeBorderWidth(): number;
|
|
310
|
+
set lineTypeBorderWidth(v: number);
|
|
311
|
+
static ngAcceptInputType_lineTypeBorderWidth: number | string;
|
|
312
|
+
/**
|
|
313
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is line.
|
|
314
|
+
*/
|
|
315
|
+
get lineTypeFocusBorderWidth(): number;
|
|
316
|
+
set lineTypeFocusBorderWidth(v: number);
|
|
317
|
+
static ngAcceptInputType_lineTypeFocusBorderWidth: number | string;
|
|
318
|
+
/**
|
|
319
|
+
* Gets or sets the focus color to use the border of the input group when type is line.
|
|
320
|
+
*/
|
|
321
|
+
get lineTypeFocusBorderColor(): string;
|
|
322
|
+
set lineTypeFocusBorderColor(v: string);
|
|
323
|
+
/**
|
|
324
|
+
* Gets or sets the color to use the border of the input group when type is line.
|
|
325
|
+
*/
|
|
326
|
+
get lineTypeBorderColor(): string;
|
|
327
|
+
set lineTypeBorderColor(v: string);
|
|
328
|
+
get lineTypeCornerRadiusBottomRight(): number;
|
|
329
|
+
set lineTypeCornerRadiusBottomRight(v: number);
|
|
330
|
+
static ngAcceptInputType_lineTypeCornerRadiusBottomRight: number | string;
|
|
331
|
+
get lineTypeCornerRadiusBottomLeft(): number;
|
|
332
|
+
set lineTypeCornerRadiusBottomLeft(v: number);
|
|
333
|
+
static ngAcceptInputType_lineTypeCornerRadiusBottomLeft: number | string;
|
|
334
|
+
get lineTypeCornerRadiusTopLeft(): number;
|
|
335
|
+
set lineTypeCornerRadiusTopLeft(v: number);
|
|
336
|
+
static ngAcceptInputType_lineTypeCornerRadiusTopLeft: number | string;
|
|
337
|
+
get lineTypeCornerRadiusTopRight(): number;
|
|
338
|
+
set lineTypeCornerRadiusTopRight(v: number);
|
|
339
|
+
static ngAcceptInputType_lineTypeCornerRadiusTopRight: number | string;
|
|
340
|
+
ensureLineTypeCornerRadius(): void;
|
|
341
|
+
get lineTypeContentPaddingBottom(): number;
|
|
342
|
+
set lineTypeContentPaddingBottom(v: number);
|
|
343
|
+
static ngAcceptInputType_lineTypeContentPaddingBottom: number | string;
|
|
344
|
+
get lineTypeContentPaddingLeft(): number;
|
|
345
|
+
set lineTypeContentPaddingLeft(v: number);
|
|
346
|
+
static ngAcceptInputType_lineTypeContentPaddingLeft: number | string;
|
|
347
|
+
get lineTypeContentPaddingRight(): number;
|
|
348
|
+
set lineTypeContentPaddingRight(v: number);
|
|
349
|
+
static ngAcceptInputType_lineTypeContentPaddingRight: number | string;
|
|
350
|
+
get lineTypeContentPaddingTop(): number;
|
|
351
|
+
set lineTypeContentPaddingTop(v: number);
|
|
352
|
+
static ngAcceptInputType_lineTypeContentPaddingTop: number | string;
|
|
353
|
+
ensureLineTypeContentPadding(): void;
|
|
354
|
+
/**
|
|
355
|
+
* Gets or sets the width to use for the underline element when type is line.
|
|
356
|
+
*/
|
|
357
|
+
get lineTypeUnderlineWidth(): number;
|
|
358
|
+
set lineTypeUnderlineWidth(v: number);
|
|
359
|
+
static ngAcceptInputType_lineTypeUnderlineWidth: number | string;
|
|
360
|
+
/**
|
|
361
|
+
* Gets or sets the width to use for the underline element when type is line.
|
|
362
|
+
*/
|
|
363
|
+
get lineTypeUnderlineRippleWidth(): number;
|
|
364
|
+
set lineTypeUnderlineRippleWidth(v: number);
|
|
365
|
+
static ngAcceptInputType_lineTypeUnderlineRippleWidth: number | string;
|
|
366
|
+
/**
|
|
367
|
+
* Gets or sets the width to use for the underline element when hovered when type is line.
|
|
368
|
+
*/
|
|
369
|
+
get lineTypeHoverUnderlineWidth(): number;
|
|
370
|
+
set lineTypeHoverUnderlineWidth(v: number);
|
|
371
|
+
static ngAcceptInputType_lineTypeHoverUnderlineWidth: number | string;
|
|
372
|
+
/**
|
|
373
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
374
|
+
*/
|
|
375
|
+
get lineTypeUnderlineColor(): string;
|
|
376
|
+
set lineTypeUnderlineColor(v: string);
|
|
377
|
+
/**
|
|
378
|
+
* Gets or sets the color to use for the underline ripple element when type is line.
|
|
379
|
+
*/
|
|
380
|
+
get lineTypeUnderlineRippleColor(): string;
|
|
381
|
+
set lineTypeUnderlineRippleColor(v: string);
|
|
382
|
+
/**
|
|
383
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
384
|
+
*/
|
|
385
|
+
get lineTypeHoverUnderlineColor(): string;
|
|
386
|
+
set lineTypeHoverUnderlineColor(v: string);
|
|
387
|
+
/**
|
|
388
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
389
|
+
*/
|
|
390
|
+
get lineTypeFocusUnderlineColor(): string;
|
|
391
|
+
set lineTypeFocusUnderlineColor(v: string);
|
|
392
|
+
/**
|
|
393
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
394
|
+
*/
|
|
395
|
+
get lineTypeUnderlineOpacity(): number;
|
|
396
|
+
set lineTypeUnderlineOpacity(v: number);
|
|
397
|
+
static ngAcceptInputType_lineTypeUnderlineOpacity: number | string;
|
|
398
|
+
/**
|
|
399
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
400
|
+
*/
|
|
401
|
+
get lineTypeHoverUnderlineOpacity(): number;
|
|
402
|
+
set lineTypeHoverUnderlineOpacity(v: number);
|
|
403
|
+
static ngAcceptInputType_lineTypeHoverUnderlineOpacity: number | string;
|
|
404
|
+
/**
|
|
405
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
406
|
+
*/
|
|
407
|
+
get lineTypeFocusUnderlineOpacity(): number;
|
|
408
|
+
set lineTypeFocusUnderlineOpacity(v: number);
|
|
409
|
+
static ngAcceptInputType_lineTypeFocusUnderlineOpacity: number | string;
|
|
410
|
+
/**
|
|
411
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is line.
|
|
412
|
+
*/
|
|
413
|
+
get lineTypeFocusUnderlineRippleOpacity(): number;
|
|
414
|
+
set lineTypeFocusUnderlineRippleOpacity(v: number);
|
|
415
|
+
static ngAcceptInputType_lineTypeFocusUnderlineRippleOpacity: number | string;
|
|
416
|
+
/**
|
|
417
|
+
* Gets or sets the opacity to use for the underline ripple element when type is line.
|
|
418
|
+
*/
|
|
419
|
+
get lineTypeUnderlineRippleOpacity(): number;
|
|
420
|
+
set lineTypeUnderlineRippleOpacity(v: number);
|
|
421
|
+
static ngAcceptInputType_lineTypeUnderlineRippleOpacity: number | string;
|
|
422
|
+
/**
|
|
423
|
+
* Gets or sets the background color to use for the input group when type is line.
|
|
424
|
+
*/
|
|
425
|
+
get lineTypeBackgroundColor(): string;
|
|
426
|
+
set lineTypeBackgroundColor(v: string);
|
|
427
|
+
/**
|
|
428
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
429
|
+
*/
|
|
430
|
+
get boxTypeBorderWidth(): number;
|
|
431
|
+
set boxTypeBorderWidth(v: number);
|
|
432
|
+
static ngAcceptInputType_boxTypeBorderWidth: number | string;
|
|
433
|
+
/**
|
|
434
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is box.
|
|
435
|
+
*/
|
|
436
|
+
get boxTypeFocusBorderWidth(): number;
|
|
437
|
+
set boxTypeFocusBorderWidth(v: number);
|
|
438
|
+
static ngAcceptInputType_boxTypeFocusBorderWidth: number | string;
|
|
439
|
+
/**
|
|
440
|
+
* Gets or sets the focus color to use the border of the input group when type is box.
|
|
441
|
+
*/
|
|
442
|
+
get boxTypeFocusBorderColor(): string;
|
|
443
|
+
set boxTypeFocusBorderColor(v: string);
|
|
444
|
+
/**
|
|
445
|
+
* Gets or sets the color to use the border of the input group when type is box.
|
|
446
|
+
*/
|
|
447
|
+
get boxTypeBorderColor(): string;
|
|
448
|
+
set boxTypeBorderColor(v: string);
|
|
449
|
+
get boxTypeCornerRadiusBottomRight(): number;
|
|
450
|
+
set boxTypeCornerRadiusBottomRight(v: number);
|
|
451
|
+
static ngAcceptInputType_boxTypeCornerRadiusBottomRight: number | string;
|
|
452
|
+
get boxTypeCornerRadiusBottomLeft(): number;
|
|
453
|
+
set boxTypeCornerRadiusBottomLeft(v: number);
|
|
454
|
+
static ngAcceptInputType_boxTypeCornerRadiusBottomLeft: number | string;
|
|
455
|
+
get boxTypeCornerRadiusTopLeft(): number;
|
|
456
|
+
set boxTypeCornerRadiusTopLeft(v: number);
|
|
457
|
+
static ngAcceptInputType_boxTypeCornerRadiusTopLeft: number | string;
|
|
458
|
+
get boxTypeCornerRadiusTopRight(): number;
|
|
459
|
+
set boxTypeCornerRadiusTopRight(v: number);
|
|
460
|
+
static ngAcceptInputType_boxTypeCornerRadiusTopRight: number | string;
|
|
461
|
+
ensureBoxTypeCornerRadius(): void;
|
|
462
|
+
get boxTypeContentPaddingBottom(): number;
|
|
463
|
+
set boxTypeContentPaddingBottom(v: number);
|
|
464
|
+
static ngAcceptInputType_boxTypeContentPaddingBottom: number | string;
|
|
465
|
+
get boxTypeContentPaddingLeft(): number;
|
|
466
|
+
set boxTypeContentPaddingLeft(v: number);
|
|
467
|
+
static ngAcceptInputType_boxTypeContentPaddingLeft: number | string;
|
|
468
|
+
get boxTypeContentPaddingRight(): number;
|
|
469
|
+
set boxTypeContentPaddingRight(v: number);
|
|
470
|
+
static ngAcceptInputType_boxTypeContentPaddingRight: number | string;
|
|
471
|
+
get boxTypeContentPaddingTop(): number;
|
|
472
|
+
set boxTypeContentPaddingTop(v: number);
|
|
473
|
+
static ngAcceptInputType_boxTypeContentPaddingTop: number | string;
|
|
474
|
+
ensureBoxTypeContentPadding(): void;
|
|
475
|
+
/**
|
|
476
|
+
* Gets or sets the width to use for the underline element when type is box.
|
|
477
|
+
*/
|
|
478
|
+
get boxTypeUnderlineWidth(): number;
|
|
479
|
+
set boxTypeUnderlineWidth(v: number);
|
|
480
|
+
static ngAcceptInputType_boxTypeUnderlineWidth: number | string;
|
|
481
|
+
/**
|
|
482
|
+
* Gets or sets the width to use for the underline element when type is box.
|
|
483
|
+
*/
|
|
484
|
+
get boxTypeUnderlineRippleWidth(): number;
|
|
485
|
+
set boxTypeUnderlineRippleWidth(v: number);
|
|
486
|
+
static ngAcceptInputType_boxTypeUnderlineRippleWidth: number | string;
|
|
487
|
+
/**
|
|
488
|
+
* Gets or sets the width to use for the underline element when hovered when type is box.
|
|
489
|
+
*/
|
|
490
|
+
get boxTypeHoverUnderlineWidth(): number;
|
|
491
|
+
set boxTypeHoverUnderlineWidth(v: number);
|
|
492
|
+
static ngAcceptInputType_boxTypeHoverUnderlineWidth: number | string;
|
|
493
|
+
/**
|
|
494
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
495
|
+
*/
|
|
496
|
+
get boxTypeUnderlineColor(): string;
|
|
497
|
+
set boxTypeUnderlineColor(v: string);
|
|
498
|
+
/**
|
|
499
|
+
* Gets or sets the color to use for the underline ripple element when type is box.
|
|
500
|
+
*/
|
|
501
|
+
get boxTypeUnderlineRippleColor(): string;
|
|
502
|
+
set boxTypeUnderlineRippleColor(v: string);
|
|
503
|
+
/**
|
|
504
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
505
|
+
*/
|
|
506
|
+
get boxTypeHoverUnderlineColor(): string;
|
|
507
|
+
set boxTypeHoverUnderlineColor(v: string);
|
|
508
|
+
/**
|
|
509
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
510
|
+
*/
|
|
511
|
+
get boxTypeFocusUnderlineColor(): string;
|
|
512
|
+
set boxTypeFocusUnderlineColor(v: string);
|
|
513
|
+
/**
|
|
514
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
515
|
+
*/
|
|
516
|
+
get boxTypeUnderlineOpacity(): number;
|
|
517
|
+
set boxTypeUnderlineOpacity(v: number);
|
|
518
|
+
static ngAcceptInputType_boxTypeUnderlineOpacity: number | string;
|
|
519
|
+
/**
|
|
520
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
521
|
+
*/
|
|
522
|
+
get boxTypeHoverUnderlineOpacity(): number;
|
|
523
|
+
set boxTypeHoverUnderlineOpacity(v: number);
|
|
524
|
+
static ngAcceptInputType_boxTypeHoverUnderlineOpacity: number | string;
|
|
525
|
+
/**
|
|
526
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
527
|
+
*/
|
|
528
|
+
get boxTypeFocusUnderlineOpacity(): number;
|
|
529
|
+
set boxTypeFocusUnderlineOpacity(v: number);
|
|
530
|
+
static ngAcceptInputType_boxTypeFocusUnderlineOpacity: number | string;
|
|
531
|
+
/**
|
|
532
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is box.
|
|
533
|
+
*/
|
|
534
|
+
get boxTypeFocusUnderlineRippleOpacity(): number;
|
|
535
|
+
set boxTypeFocusUnderlineRippleOpacity(v: number);
|
|
536
|
+
static ngAcceptInputType_boxTypeFocusUnderlineRippleOpacity: number | string;
|
|
537
|
+
/**
|
|
538
|
+
* Gets or sets the opacity to use for the underline ripple element when type is box.
|
|
539
|
+
*/
|
|
540
|
+
get boxTypeUnderlineRippleOpacity(): number;
|
|
541
|
+
set boxTypeUnderlineRippleOpacity(v: number);
|
|
542
|
+
static ngAcceptInputType_boxTypeUnderlineRippleOpacity: number | string;
|
|
543
|
+
/**
|
|
544
|
+
* Gets or sets the background color to use for the input group when type is box.
|
|
545
|
+
*/
|
|
546
|
+
get boxTypeBackgroundColor(): string;
|
|
547
|
+
set boxTypeBackgroundColor(v: string);
|
|
548
|
+
/**
|
|
549
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
550
|
+
*/
|
|
551
|
+
get borderTypeBorderWidth(): number;
|
|
552
|
+
set borderTypeBorderWidth(v: number);
|
|
553
|
+
static ngAcceptInputType_borderTypeBorderWidth: number | string;
|
|
554
|
+
/**
|
|
555
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is border.
|
|
556
|
+
*/
|
|
557
|
+
get borderTypeFocusBorderWidth(): number;
|
|
558
|
+
set borderTypeFocusBorderWidth(v: number);
|
|
559
|
+
static ngAcceptInputType_borderTypeFocusBorderWidth: number | string;
|
|
560
|
+
/**
|
|
561
|
+
* Gets or sets the focus color to use the border of the input group when type is border.
|
|
562
|
+
*/
|
|
563
|
+
get borderTypeFocusBorderColor(): string;
|
|
564
|
+
set borderTypeFocusBorderColor(v: string);
|
|
565
|
+
/**
|
|
566
|
+
* Gets or sets the color to use the border of the input group when type is border.
|
|
567
|
+
*/
|
|
568
|
+
get borderTypeBorderColor(): string;
|
|
569
|
+
set borderTypeBorderColor(v: string);
|
|
570
|
+
get borderTypeCornerRadiusBottomRight(): number;
|
|
571
|
+
set borderTypeCornerRadiusBottomRight(v: number);
|
|
572
|
+
static ngAcceptInputType_borderTypeCornerRadiusBottomRight: number | string;
|
|
573
|
+
get borderTypeCornerRadiusBottomLeft(): number;
|
|
574
|
+
set borderTypeCornerRadiusBottomLeft(v: number);
|
|
575
|
+
static ngAcceptInputType_borderTypeCornerRadiusBottomLeft: number | string;
|
|
576
|
+
get borderTypeCornerRadiusTopLeft(): number;
|
|
577
|
+
set borderTypeCornerRadiusTopLeft(v: number);
|
|
578
|
+
static ngAcceptInputType_borderTypeCornerRadiusTopLeft: number | string;
|
|
579
|
+
get borderTypeCornerRadiusTopRight(): number;
|
|
580
|
+
set borderTypeCornerRadiusTopRight(v: number);
|
|
581
|
+
static ngAcceptInputType_borderTypeCornerRadiusTopRight: number | string;
|
|
582
|
+
ensureBorderTypeCornerRadius(): void;
|
|
583
|
+
get borderTypeContentPaddingBottom(): number;
|
|
584
|
+
set borderTypeContentPaddingBottom(v: number);
|
|
585
|
+
static ngAcceptInputType_borderTypeContentPaddingBottom: number | string;
|
|
586
|
+
get borderTypeContentPaddingLeft(): number;
|
|
587
|
+
set borderTypeContentPaddingLeft(v: number);
|
|
588
|
+
static ngAcceptInputType_borderTypeContentPaddingLeft: number | string;
|
|
589
|
+
get borderTypeContentPaddingRight(): number;
|
|
590
|
+
set borderTypeContentPaddingRight(v: number);
|
|
591
|
+
static ngAcceptInputType_borderTypeContentPaddingRight: number | string;
|
|
592
|
+
get borderTypeContentPaddingTop(): number;
|
|
593
|
+
set borderTypeContentPaddingTop(v: number);
|
|
594
|
+
static ngAcceptInputType_borderTypeContentPaddingTop: number | string;
|
|
595
|
+
ensureBorderTypeContentPadding(): void;
|
|
596
|
+
/**
|
|
597
|
+
* Gets or sets the width to use for the underline element when type is border.
|
|
598
|
+
*/
|
|
599
|
+
get borderTypeUnderlineWidth(): number;
|
|
600
|
+
set borderTypeUnderlineWidth(v: number);
|
|
601
|
+
static ngAcceptInputType_borderTypeUnderlineWidth: number | string;
|
|
602
|
+
/**
|
|
603
|
+
* Gets or sets the width to use for the underline element when type is border.
|
|
604
|
+
*/
|
|
605
|
+
get borderTypeUnderlineRippleWidth(): number;
|
|
606
|
+
set borderTypeUnderlineRippleWidth(v: number);
|
|
607
|
+
static ngAcceptInputType_borderTypeUnderlineRippleWidth: number | string;
|
|
608
|
+
/**
|
|
609
|
+
* Gets or sets the width to use for the underline element when hovered when type is border.
|
|
610
|
+
*/
|
|
611
|
+
get borderTypeHoverUnderlineWidth(): number;
|
|
612
|
+
set borderTypeHoverUnderlineWidth(v: number);
|
|
613
|
+
static ngAcceptInputType_borderTypeHoverUnderlineWidth: number | string;
|
|
614
|
+
/**
|
|
615
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
616
|
+
*/
|
|
617
|
+
get borderTypeUnderlineColor(): string;
|
|
618
|
+
set borderTypeUnderlineColor(v: string);
|
|
619
|
+
/**
|
|
620
|
+
* Gets or sets the color to use for the underline ripple element when type is border.
|
|
621
|
+
*/
|
|
622
|
+
get borderTypeUnderlineRippleColor(): string;
|
|
623
|
+
set borderTypeUnderlineRippleColor(v: string);
|
|
624
|
+
/**
|
|
625
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
626
|
+
*/
|
|
627
|
+
get borderTypeHoverUnderlineColor(): string;
|
|
628
|
+
set borderTypeHoverUnderlineColor(v: string);
|
|
629
|
+
/**
|
|
630
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
631
|
+
*/
|
|
632
|
+
get borderTypeFocusUnderlineColor(): string;
|
|
633
|
+
set borderTypeFocusUnderlineColor(v: string);
|
|
634
|
+
/**
|
|
635
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
636
|
+
*/
|
|
637
|
+
get borderTypeUnderlineOpacity(): number;
|
|
638
|
+
set borderTypeUnderlineOpacity(v: number);
|
|
639
|
+
static ngAcceptInputType_borderTypeUnderlineOpacity: number | string;
|
|
640
|
+
/**
|
|
641
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
642
|
+
*/
|
|
643
|
+
get borderTypeHoverUnderlineOpacity(): number;
|
|
644
|
+
set borderTypeHoverUnderlineOpacity(v: number);
|
|
645
|
+
static ngAcceptInputType_borderTypeHoverUnderlineOpacity: number | string;
|
|
646
|
+
/**
|
|
647
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
648
|
+
*/
|
|
649
|
+
get borderTypeFocusUnderlineOpacity(): number;
|
|
650
|
+
set borderTypeFocusUnderlineOpacity(v: number);
|
|
651
|
+
static ngAcceptInputType_borderTypeFocusUnderlineOpacity: number | string;
|
|
652
|
+
/**
|
|
653
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is border.
|
|
654
|
+
*/
|
|
655
|
+
get borderTypeFocusUnderlineRippleOpacity(): number;
|
|
656
|
+
set borderTypeFocusUnderlineRippleOpacity(v: number);
|
|
657
|
+
static ngAcceptInputType_borderTypeFocusUnderlineRippleOpacity: number | string;
|
|
658
|
+
/**
|
|
659
|
+
* Gets or sets the opacity to use for the underline ripple element when type is border.
|
|
660
|
+
*/
|
|
661
|
+
get borderTypeUnderlineRippleOpacity(): number;
|
|
662
|
+
set borderTypeUnderlineRippleOpacity(v: number);
|
|
663
|
+
static ngAcceptInputType_borderTypeUnderlineRippleOpacity: number | string;
|
|
664
|
+
/**
|
|
665
|
+
* Gets or sets the background color to use for the input group when type is border.
|
|
666
|
+
*/
|
|
667
|
+
get borderTypeBackgroundColor(): string;
|
|
668
|
+
set borderTypeBackgroundColor(v: string);
|
|
669
|
+
/**
|
|
670
|
+
* Gets or sets the search width to use for the border of the item group when using type line.
|
|
671
|
+
*/
|
|
672
|
+
get searchTypeBorderWidth(): number;
|
|
673
|
+
set searchTypeBorderWidth(v: number);
|
|
674
|
+
static ngAcceptInputType_searchTypeBorderWidth: number | string;
|
|
675
|
+
/**
|
|
676
|
+
* Gets or sets the search width to use for the border of the item group when focused when type is search.
|
|
677
|
+
*/
|
|
678
|
+
get searchTypeFocusBorderWidth(): number;
|
|
679
|
+
set searchTypeFocusBorderWidth(v: number);
|
|
680
|
+
static ngAcceptInputType_searchTypeFocusBorderWidth: number | string;
|
|
681
|
+
/**
|
|
682
|
+
* Gets or sets the focus color to use the search of the input group when type is search.
|
|
683
|
+
*/
|
|
684
|
+
get searchTypeFocusBorderColor(): string;
|
|
685
|
+
set searchTypeFocusBorderColor(v: string);
|
|
686
|
+
/**
|
|
687
|
+
* Gets or sets the color to use the search of the input group when type is search.
|
|
688
|
+
*/
|
|
689
|
+
get searchTypeBorderColor(): string;
|
|
690
|
+
set searchTypeBorderColor(v: string);
|
|
691
|
+
get searchTypeCornerRadiusBottomRight(): number;
|
|
692
|
+
set searchTypeCornerRadiusBottomRight(v: number);
|
|
693
|
+
static ngAcceptInputType_searchTypeCornerRadiusBottomRight: number | string;
|
|
694
|
+
get searchTypeCornerRadiusBottomLeft(): number;
|
|
695
|
+
set searchTypeCornerRadiusBottomLeft(v: number);
|
|
696
|
+
static ngAcceptInputType_searchTypeCornerRadiusBottomLeft: number | string;
|
|
697
|
+
get searchTypeCornerRadiusTopLeft(): number;
|
|
698
|
+
set searchTypeCornerRadiusTopLeft(v: number);
|
|
699
|
+
static ngAcceptInputType_searchTypeCornerRadiusTopLeft: number | string;
|
|
700
|
+
get searchTypeCornerRadiusTopRight(): number;
|
|
701
|
+
set searchTypeCornerRadiusTopRight(v: number);
|
|
702
|
+
static ngAcceptInputType_searchTypeCornerRadiusTopRight: number | string;
|
|
703
|
+
ensureSearchTypeCornerRadius(): void;
|
|
704
|
+
get searchTypeContentPaddingBottom(): number;
|
|
705
|
+
set searchTypeContentPaddingBottom(v: number);
|
|
706
|
+
static ngAcceptInputType_searchTypeContentPaddingBottom: number | string;
|
|
707
|
+
get searchTypeContentPaddingLeft(): number;
|
|
708
|
+
set searchTypeContentPaddingLeft(v: number);
|
|
709
|
+
static ngAcceptInputType_searchTypeContentPaddingLeft: number | string;
|
|
710
|
+
get searchTypeContentPaddingRight(): number;
|
|
711
|
+
set searchTypeContentPaddingRight(v: number);
|
|
712
|
+
static ngAcceptInputType_searchTypeContentPaddingRight: number | string;
|
|
713
|
+
get searchTypeContentPaddingTop(): number;
|
|
714
|
+
set searchTypeContentPaddingTop(v: number);
|
|
715
|
+
static ngAcceptInputType_searchTypeContentPaddingTop: number | string;
|
|
716
|
+
ensureSearchTypeContentPadding(): void;
|
|
717
|
+
/**
|
|
718
|
+
* Gets or sets the width to use for the underline element when type is search.
|
|
719
|
+
*/
|
|
720
|
+
get searchTypeUnderlineWidth(): number;
|
|
721
|
+
set searchTypeUnderlineWidth(v: number);
|
|
722
|
+
static ngAcceptInputType_searchTypeUnderlineWidth: number | string;
|
|
723
|
+
/**
|
|
724
|
+
* Gets or sets the width to use for the underline element when type is search.
|
|
725
|
+
*/
|
|
726
|
+
get searchTypeUnderlineRippleWidth(): number;
|
|
727
|
+
set searchTypeUnderlineRippleWidth(v: number);
|
|
728
|
+
static ngAcceptInputType_searchTypeUnderlineRippleWidth: number | string;
|
|
729
|
+
/**
|
|
730
|
+
* Gets or sets the width to use for the underline element when hovered when type is search.
|
|
731
|
+
*/
|
|
732
|
+
get searchTypeHoverUnderlineWidth(): number;
|
|
733
|
+
set searchTypeHoverUnderlineWidth(v: number);
|
|
734
|
+
static ngAcceptInputType_searchTypeHoverUnderlineWidth: number | string;
|
|
735
|
+
/**
|
|
736
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
737
|
+
*/
|
|
738
|
+
get searchTypeUnderlineColor(): string;
|
|
739
|
+
set searchTypeUnderlineColor(v: string);
|
|
740
|
+
/**
|
|
741
|
+
* Gets or sets the color to use for the underline ripple element when type is search.
|
|
742
|
+
*/
|
|
743
|
+
get searchTypeUnderlineRippleColor(): string;
|
|
744
|
+
set searchTypeUnderlineRippleColor(v: string);
|
|
745
|
+
/**
|
|
746
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
747
|
+
*/
|
|
748
|
+
get searchTypeHoverUnderlineColor(): string;
|
|
749
|
+
set searchTypeHoverUnderlineColor(v: string);
|
|
750
|
+
/**
|
|
751
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
752
|
+
*/
|
|
753
|
+
get searchTypeFocusUnderlineColor(): string;
|
|
754
|
+
set searchTypeFocusUnderlineColor(v: string);
|
|
755
|
+
/**
|
|
756
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
757
|
+
*/
|
|
758
|
+
get searchTypeUnderlineOpacity(): number;
|
|
759
|
+
set searchTypeUnderlineOpacity(v: number);
|
|
760
|
+
static ngAcceptInputType_searchTypeUnderlineOpacity: number | string;
|
|
761
|
+
/**
|
|
762
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
763
|
+
*/
|
|
764
|
+
get searchTypeHoverUnderlineOpacity(): number;
|
|
765
|
+
set searchTypeHoverUnderlineOpacity(v: number);
|
|
766
|
+
static ngAcceptInputType_searchTypeHoverUnderlineOpacity: number | string;
|
|
767
|
+
/**
|
|
768
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
769
|
+
*/
|
|
770
|
+
get searchTypeFocusUnderlineOpacity(): number;
|
|
771
|
+
set searchTypeFocusUnderlineOpacity(v: number);
|
|
772
|
+
static ngAcceptInputType_searchTypeFocusUnderlineOpacity: number | string;
|
|
773
|
+
/**
|
|
774
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is search.
|
|
775
|
+
*/
|
|
776
|
+
get searchTypeFocusUnderlineRippleOpacity(): number;
|
|
777
|
+
set searchTypeFocusUnderlineRippleOpacity(v: number);
|
|
778
|
+
static ngAcceptInputType_searchTypeFocusUnderlineRippleOpacity: number | string;
|
|
779
|
+
/**
|
|
780
|
+
* Gets or sets the opacity to use for the underline ripple element when type is search.
|
|
781
|
+
*/
|
|
782
|
+
get searchTypeUnderlineRippleOpacity(): number;
|
|
783
|
+
set searchTypeUnderlineRippleOpacity(v: number);
|
|
784
|
+
static ngAcceptInputType_searchTypeUnderlineRippleOpacity: number | string;
|
|
785
|
+
/**
|
|
786
|
+
* Gets or sets the background color to use for the input group when type is search.
|
|
787
|
+
*/
|
|
788
|
+
get searchTypeBackgroundColor(): string;
|
|
789
|
+
set searchTypeBackgroundColor(v: string);
|
|
790
|
+
/**
|
|
791
|
+
* Gets or sets whether the input group is expanded or not.
|
|
792
|
+
*/
|
|
793
|
+
get isExpanded(): boolean;
|
|
794
|
+
set isExpanded(v: boolean);
|
|
795
|
+
static ngAcceptInputType_isExpanded: boolean | string;
|
|
796
|
+
/**
|
|
797
|
+
* Gets or sets whether the input group is hovered or not.
|
|
798
|
+
*/
|
|
799
|
+
get isHovered(): boolean;
|
|
800
|
+
set isHovered(v: boolean);
|
|
801
|
+
static ngAcceptInputType_isHovered: boolean | string;
|
|
802
|
+
/**
|
|
803
|
+
* Gets or sets whether the input group is hovered or not.
|
|
804
|
+
*/
|
|
805
|
+
get isFocused(): boolean;
|
|
806
|
+
set isFocused(v: boolean);
|
|
807
|
+
static ngAcceptInputType_isFocused: boolean | string;
|
|
808
|
+
/**
|
|
809
|
+
* Gets or sets whether the input group is expanded or not.
|
|
810
|
+
*/
|
|
811
|
+
get actualIsExpanded(): boolean;
|
|
812
|
+
set actualIsExpanded(v: boolean);
|
|
813
|
+
static ngAcceptInputType_actualIsExpanded: boolean | string;
|
|
814
|
+
/**
|
|
815
|
+
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
816
|
+
*/
|
|
817
|
+
get focusBorderColor(): string;
|
|
818
|
+
set focusBorderColor(v: string);
|
|
819
|
+
/**
|
|
820
|
+
* Gets or sets the id to use for the checkbox.
|
|
821
|
+
*/
|
|
822
|
+
get id(): string;
|
|
823
|
+
set id(v: string);
|
|
824
|
+
/**
|
|
825
|
+
* Gets or sets whether the checkbox is disabled.
|
|
826
|
+
*/
|
|
827
|
+
get disabled(): boolean;
|
|
828
|
+
set disabled(v: boolean);
|
|
829
|
+
static ngAcceptInputType_disabled: boolean | string;
|
|
830
|
+
findByName(name: string): any;
|
|
831
|
+
protected __p: string;
|
|
832
|
+
protected _hasUserValues: Set<string>;
|
|
833
|
+
protected get hasUserValues(): Set<string>;
|
|
834
|
+
protected __m(propertyName: string): void;
|
|
835
|
+
protected _stylingContainer: any;
|
|
836
|
+
protected _stylingParent: any;
|
|
837
|
+
protected _inStyling: boolean;
|
|
838
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
839
|
+
onDetachedFromUI(): void;
|
|
840
|
+
onAttachedToUI(): void;
|
|
841
|
+
/**
|
|
842
|
+
* Exports visual information about the current state of the grid.
|
|
843
|
+
|
|
844
|
+
*/
|
|
845
|
+
exportVisualModel(): any;
|
|
846
|
+
/**
|
|
847
|
+
* Returns a serialized copy of the exported visual model
|
|
848
|
+
|
|
849
|
+
*/
|
|
850
|
+
exportSerializedVisualModel(): string;
|
|
851
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
852
|
+
protected _runInZone(act: () => void): void;
|
|
853
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXInputGroupComponent, never>;
|
|
854
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXInputGroupComponent, "igx-x-input-group", never, { "displayType": "displayType"; "density": "density"; "actualDensity": "actualDensity"; "baseTheme": "baseTheme"; "actualBorderColor": "actualBorderColor"; "actualFocusBorderColor": "actualFocusBorderColor"; "actualBorderWidth": "actualBorderWidth"; "actualFocusBorderWidth": "actualFocusBorderWidth"; "actualCornerRadiusBottomRight": "actualCornerRadiusBottomRight"; "actualCornerRadiusBottomLeft": "actualCornerRadiusBottomLeft"; "actualCornerRadiusTopLeft": "actualCornerRadiusTopLeft"; "actualCornerRadiusTopRight": "actualCornerRadiusTopRight"; "actualContentPaddingBottom": "actualContentPaddingBottom"; "actualContentPaddingLeft": "actualContentPaddingLeft"; "actualContentPaddingRight": "actualContentPaddingRight"; "actualContentPaddingTop": "actualContentPaddingTop"; "actualUnderlineWidth": "actualUnderlineWidth"; "actualUnderlineRippleWidth": "actualUnderlineRippleWidth"; "actualHoverUnderlineWidth": "actualHoverUnderlineWidth"; "actualUnderlineColor": "actualUnderlineColor"; "actualUnderlineRippleColor": "actualUnderlineRippleColor"; "actualHoverUnderlineColor": "actualHoverUnderlineColor"; "actualFocusUnderlineColor": "actualFocusUnderlineColor"; "actualUnderlineOpacity": "actualUnderlineOpacity"; "actualHoverUnderlineOpacity": "actualHoverUnderlineOpacity"; "actualFocusUnderlineOpacity": "actualFocusUnderlineOpacity"; "actualFocusUnderlineRippleOpacity": "actualFocusUnderlineRippleOpacity"; "actualUnderlineRippleOpacity": "actualUnderlineRippleOpacity"; "actualBackgroundColor": "actualBackgroundColor"; "borderWidth": "borderWidth"; "focusBorderWidth": "focusBorderWidth"; "borderColor": "borderColor"; "cornerRadiusBottomRight": "cornerRadiusBottomRight"; "cornerRadiusBottomLeft": "cornerRadiusBottomLeft"; "cornerRadiusTopLeft": "cornerRadiusTopLeft"; "cornerRadiusTopRight": "cornerRadiusTopRight"; "contentPaddingBottom": "contentPaddingBottom"; "contentPaddingLeft": "contentPaddingLeft"; "contentPaddingRight": "contentPaddingRight"; "contentPaddingTop": "contentPaddingTop"; "underlineWidth": "underlineWidth"; "underlineRippleWidth": "underlineRippleWidth"; "hoverUnderlineWidth": "hoverUnderlineWidth"; "underlineColor": "underlineColor"; "underlineRippleColor": "underlineRippleColor"; "hoverUnderlineColor": "hoverUnderlineColor"; "focusUnderlineColor": "focusUnderlineColor"; "underlineOpacity": "underlineOpacity"; "hoverUnderlineOpacity": "hoverUnderlineOpacity"; "focusUnderlineOpacity": "focusUnderlineOpacity"; "focusUnderlineRippleOpacity": "focusUnderlineRippleOpacity"; "underlineRippleOpacity": "underlineRippleOpacity"; "backgroundColor": "backgroundColor"; "lineTypeBorderWidth": "lineTypeBorderWidth"; "lineTypeFocusBorderWidth": "lineTypeFocusBorderWidth"; "lineTypeFocusBorderColor": "lineTypeFocusBorderColor"; "lineTypeBorderColor": "lineTypeBorderColor"; "lineTypeCornerRadiusBottomRight": "lineTypeCornerRadiusBottomRight"; "lineTypeCornerRadiusBottomLeft": "lineTypeCornerRadiusBottomLeft"; "lineTypeCornerRadiusTopLeft": "lineTypeCornerRadiusTopLeft"; "lineTypeCornerRadiusTopRight": "lineTypeCornerRadiusTopRight"; "lineTypeContentPaddingBottom": "lineTypeContentPaddingBottom"; "lineTypeContentPaddingLeft": "lineTypeContentPaddingLeft"; "lineTypeContentPaddingRight": "lineTypeContentPaddingRight"; "lineTypeContentPaddingTop": "lineTypeContentPaddingTop"; "lineTypeUnderlineWidth": "lineTypeUnderlineWidth"; "lineTypeUnderlineRippleWidth": "lineTypeUnderlineRippleWidth"; "lineTypeHoverUnderlineWidth": "lineTypeHoverUnderlineWidth"; "lineTypeUnderlineColor": "lineTypeUnderlineColor"; "lineTypeUnderlineRippleColor": "lineTypeUnderlineRippleColor"; "lineTypeHoverUnderlineColor": "lineTypeHoverUnderlineColor"; "lineTypeFocusUnderlineColor": "lineTypeFocusUnderlineColor"; "lineTypeUnderlineOpacity": "lineTypeUnderlineOpacity"; "lineTypeHoverUnderlineOpacity": "lineTypeHoverUnderlineOpacity"; "lineTypeFocusUnderlineOpacity": "lineTypeFocusUnderlineOpacity"; "lineTypeFocusUnderlineRippleOpacity": "lineTypeFocusUnderlineRippleOpacity"; "lineTypeUnderlineRippleOpacity": "lineTypeUnderlineRippleOpacity"; "lineTypeBackgroundColor": "lineTypeBackgroundColor"; "boxTypeBorderWidth": "boxTypeBorderWidth"; "boxTypeFocusBorderWidth": "boxTypeFocusBorderWidth"; "boxTypeFocusBorderColor": "boxTypeFocusBorderColor"; "boxTypeBorderColor": "boxTypeBorderColor"; "boxTypeCornerRadiusBottomRight": "boxTypeCornerRadiusBottomRight"; "boxTypeCornerRadiusBottomLeft": "boxTypeCornerRadiusBottomLeft"; "boxTypeCornerRadiusTopLeft": "boxTypeCornerRadiusTopLeft"; "boxTypeCornerRadiusTopRight": "boxTypeCornerRadiusTopRight"; "boxTypeContentPaddingBottom": "boxTypeContentPaddingBottom"; "boxTypeContentPaddingLeft": "boxTypeContentPaddingLeft"; "boxTypeContentPaddingRight": "boxTypeContentPaddingRight"; "boxTypeContentPaddingTop": "boxTypeContentPaddingTop"; "boxTypeUnderlineWidth": "boxTypeUnderlineWidth"; "boxTypeUnderlineRippleWidth": "boxTypeUnderlineRippleWidth"; "boxTypeHoverUnderlineWidth": "boxTypeHoverUnderlineWidth"; "boxTypeUnderlineColor": "boxTypeUnderlineColor"; "boxTypeUnderlineRippleColor": "boxTypeUnderlineRippleColor"; "boxTypeHoverUnderlineColor": "boxTypeHoverUnderlineColor"; "boxTypeFocusUnderlineColor": "boxTypeFocusUnderlineColor"; "boxTypeUnderlineOpacity": "boxTypeUnderlineOpacity"; "boxTypeHoverUnderlineOpacity": "boxTypeHoverUnderlineOpacity"; "boxTypeFocusUnderlineOpacity": "boxTypeFocusUnderlineOpacity"; "boxTypeFocusUnderlineRippleOpacity": "boxTypeFocusUnderlineRippleOpacity"; "boxTypeUnderlineRippleOpacity": "boxTypeUnderlineRippleOpacity"; "boxTypeBackgroundColor": "boxTypeBackgroundColor"; "borderTypeBorderWidth": "borderTypeBorderWidth"; "borderTypeFocusBorderWidth": "borderTypeFocusBorderWidth"; "borderTypeFocusBorderColor": "borderTypeFocusBorderColor"; "borderTypeBorderColor": "borderTypeBorderColor"; "borderTypeCornerRadiusBottomRight": "borderTypeCornerRadiusBottomRight"; "borderTypeCornerRadiusBottomLeft": "borderTypeCornerRadiusBottomLeft"; "borderTypeCornerRadiusTopLeft": "borderTypeCornerRadiusTopLeft"; "borderTypeCornerRadiusTopRight": "borderTypeCornerRadiusTopRight"; "borderTypeContentPaddingBottom": "borderTypeContentPaddingBottom"; "borderTypeContentPaddingLeft": "borderTypeContentPaddingLeft"; "borderTypeContentPaddingRight": "borderTypeContentPaddingRight"; "borderTypeContentPaddingTop": "borderTypeContentPaddingTop"; "borderTypeUnderlineWidth": "borderTypeUnderlineWidth"; "borderTypeUnderlineRippleWidth": "borderTypeUnderlineRippleWidth"; "borderTypeHoverUnderlineWidth": "borderTypeHoverUnderlineWidth"; "borderTypeUnderlineColor": "borderTypeUnderlineColor"; "borderTypeUnderlineRippleColor": "borderTypeUnderlineRippleColor"; "borderTypeHoverUnderlineColor": "borderTypeHoverUnderlineColor"; "borderTypeFocusUnderlineColor": "borderTypeFocusUnderlineColor"; "borderTypeUnderlineOpacity": "borderTypeUnderlineOpacity"; "borderTypeHoverUnderlineOpacity": "borderTypeHoverUnderlineOpacity"; "borderTypeFocusUnderlineOpacity": "borderTypeFocusUnderlineOpacity"; "borderTypeFocusUnderlineRippleOpacity": "borderTypeFocusUnderlineRippleOpacity"; "borderTypeUnderlineRippleOpacity": "borderTypeUnderlineRippleOpacity"; "borderTypeBackgroundColor": "borderTypeBackgroundColor"; "searchTypeBorderWidth": "searchTypeBorderWidth"; "searchTypeFocusBorderWidth": "searchTypeFocusBorderWidth"; "searchTypeFocusBorderColor": "searchTypeFocusBorderColor"; "searchTypeBorderColor": "searchTypeBorderColor"; "searchTypeCornerRadiusBottomRight": "searchTypeCornerRadiusBottomRight"; "searchTypeCornerRadiusBottomLeft": "searchTypeCornerRadiusBottomLeft"; "searchTypeCornerRadiusTopLeft": "searchTypeCornerRadiusTopLeft"; "searchTypeCornerRadiusTopRight": "searchTypeCornerRadiusTopRight"; "searchTypeContentPaddingBottom": "searchTypeContentPaddingBottom"; "searchTypeContentPaddingLeft": "searchTypeContentPaddingLeft"; "searchTypeContentPaddingRight": "searchTypeContentPaddingRight"; "searchTypeContentPaddingTop": "searchTypeContentPaddingTop"; "searchTypeUnderlineWidth": "searchTypeUnderlineWidth"; "searchTypeUnderlineRippleWidth": "searchTypeUnderlineRippleWidth"; "searchTypeHoverUnderlineWidth": "searchTypeHoverUnderlineWidth"; "searchTypeUnderlineColor": "searchTypeUnderlineColor"; "searchTypeUnderlineRippleColor": "searchTypeUnderlineRippleColor"; "searchTypeHoverUnderlineColor": "searchTypeHoverUnderlineColor"; "searchTypeFocusUnderlineColor": "searchTypeFocusUnderlineColor"; "searchTypeUnderlineOpacity": "searchTypeUnderlineOpacity"; "searchTypeHoverUnderlineOpacity": "searchTypeHoverUnderlineOpacity"; "searchTypeFocusUnderlineOpacity": "searchTypeFocusUnderlineOpacity"; "searchTypeFocusUnderlineRippleOpacity": "searchTypeFocusUnderlineRippleOpacity"; "searchTypeUnderlineRippleOpacity": "searchTypeUnderlineRippleOpacity"; "searchTypeBackgroundColor": "searchTypeBackgroundColor"; "isExpanded": "isExpanded"; "isHovered": "isHovered"; "isFocused": "isFocused"; "actualIsExpanded": "actualIsExpanded"; "focusBorderColor": "focusBorderColor"; "id": "id"; "disabled": "disabled"; }, {}, ["contentInputs"], ["*"]>;
|
|
855
|
+
}
|