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,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
export declare class IgxXCalendarLocaleEnModule {
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCalendarLocaleEnModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXCalendarLocaleEnModule, never, [typeof i1.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXCalendarLocaleEnModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-calendar-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "./igx-x-button-module";
|
|
5
|
+
import * as i4 from "./igx-x-icon-module";
|
|
6
|
+
export declare class IgxXCalendarModule {
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCalendarModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXCalendarModule, [typeof i1.IgxXCalendarComponent], [typeof i2.CommonModule, typeof i3.IgxXButtonModule, typeof i4.IgxXIconModule], [typeof i3.IgxXButtonModule, typeof i4.IgxXIconModule, typeof i1.IgxXCalendarComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXCalendarModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
import { TemplateRef, EventEmitter, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, NgZone } from '@angular/core';
|
|
2
|
+
import { XCheckbox } from "./XCheckbox";
|
|
3
|
+
import { IgxCheckboxChangeEventArgs } from './igx-checkbox-change-event-args';
|
|
4
|
+
import { CheckboxLabelPosition } from './CheckboxLabelPosition';
|
|
5
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class IgxXCheckboxComponent implements AfterViewInit {
|
|
8
|
+
private renderer;
|
|
9
|
+
private _elRef;
|
|
10
|
+
private ngZone;
|
|
11
|
+
private injector;
|
|
12
|
+
private componentFactoryResolver;
|
|
13
|
+
container: Element;
|
|
14
|
+
private _wrapper;
|
|
15
|
+
private _portalManager;
|
|
16
|
+
private _root;
|
|
17
|
+
_dynamicContent: ViewContainerRef;
|
|
18
|
+
_childTemplateRef: TemplateRef<any>;
|
|
19
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
20
|
+
updateStyle(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
private _implementation;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
protected createImplementation(): XCheckbox;
|
|
25
|
+
get i(): XCheckbox;
|
|
26
|
+
private _checkbox;
|
|
27
|
+
/**
|
|
28
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
29
|
+
*/
|
|
30
|
+
get baseTheme(): BaseControlTheme;
|
|
31
|
+
set baseTheme(v: BaseControlTheme);
|
|
32
|
+
static ngAcceptInputType_baseTheme: BaseControlTheme | string;
|
|
33
|
+
/**
|
|
34
|
+
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
35
|
+
*/
|
|
36
|
+
get uncheckedBackgroundColor(): string;
|
|
37
|
+
set uncheckedBackgroundColor(v: string);
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets the color to use for the actual background when the checkbox is unchecked.
|
|
40
|
+
*/
|
|
41
|
+
get actualUncheckedBackgroundColor(): string;
|
|
42
|
+
set actualUncheckedBackgroundColor(v: string);
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the color to use for the background when the checkbox is checked.
|
|
45
|
+
*/
|
|
46
|
+
get checkedBackgroundColor(): string;
|
|
47
|
+
set checkedBackgroundColor(v: string);
|
|
48
|
+
/**
|
|
49
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
50
|
+
*/
|
|
51
|
+
get tickColor(): string;
|
|
52
|
+
set tickColor(v: string);
|
|
53
|
+
/**
|
|
54
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
55
|
+
*/
|
|
56
|
+
get actualTickColor(): string;
|
|
57
|
+
set actualTickColor(v: string);
|
|
58
|
+
/**
|
|
59
|
+
* Gets or sets the color to use for the check mark when the checkbox is unchecked.
|
|
60
|
+
*/
|
|
61
|
+
get uncheckedBorderColor(): string;
|
|
62
|
+
set uncheckedBorderColor(v: string);
|
|
63
|
+
/**
|
|
64
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
65
|
+
*/
|
|
66
|
+
get checkedBorderColor(): string;
|
|
67
|
+
set checkedBorderColor(v: string);
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
70
|
+
*/
|
|
71
|
+
get actualUncheckedBorderColor(): string;
|
|
72
|
+
set actualUncheckedBorderColor(v: string);
|
|
73
|
+
/**
|
|
74
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
75
|
+
*/
|
|
76
|
+
get actualCheckedBorderColor(): string;
|
|
77
|
+
set actualCheckedBorderColor(v: string);
|
|
78
|
+
/**
|
|
79
|
+
* Gets or sets the Width to use for the check mark when the checkbox is checked.
|
|
80
|
+
*/
|
|
81
|
+
get borderWidth(): number;
|
|
82
|
+
set borderWidth(v: number);
|
|
83
|
+
static ngAcceptInputType_borderWidth: number | string;
|
|
84
|
+
/**
|
|
85
|
+
* Gets or sets the Width to use for the check mark when the checkbox is checked.
|
|
86
|
+
*/
|
|
87
|
+
get actualBorderWidth(): number;
|
|
88
|
+
set actualBorderWidth(v: number);
|
|
89
|
+
static ngAcceptInputType_actualBorderWidth: number | string;
|
|
90
|
+
/**
|
|
91
|
+
* Gets or sets the corner radius to use for the checkbox.
|
|
92
|
+
*/
|
|
93
|
+
get cornerRadius(): number;
|
|
94
|
+
set cornerRadius(v: number);
|
|
95
|
+
static ngAcceptInputType_cornerRadius: number | string;
|
|
96
|
+
/**
|
|
97
|
+
* Gets or sets the corner radius to use for the checkbox.
|
|
98
|
+
*/
|
|
99
|
+
get tickStrokeWidth(): number;
|
|
100
|
+
set tickStrokeWidth(v: number);
|
|
101
|
+
static ngAcceptInputType_tickStrokeWidth: number | string;
|
|
102
|
+
/**
|
|
103
|
+
* Gets or sets the stroke width to use for the check mark.
|
|
104
|
+
*/
|
|
105
|
+
get actualTickStrokeWidth(): number;
|
|
106
|
+
set actualTickStrokeWidth(v: number);
|
|
107
|
+
static ngAcceptInputType_actualTickStrokeWidth: number | string;
|
|
108
|
+
/**
|
|
109
|
+
* Gets the actual corner radius to use for the checkbox.
|
|
110
|
+
*/
|
|
111
|
+
get actualCornerRadius(): number;
|
|
112
|
+
set actualCornerRadius(v: number);
|
|
113
|
+
static ngAcceptInputType_actualCornerRadius: number | string;
|
|
114
|
+
/**
|
|
115
|
+
* Gets or sets the color to use for the actual background when the checkbox is checked.
|
|
116
|
+
*/
|
|
117
|
+
get actualCheckedBackgroundColor(): string;
|
|
118
|
+
set actualCheckedBackgroundColor(v: string);
|
|
119
|
+
/**
|
|
120
|
+
* Gets or sets the id to use for the internal native checkbox.
|
|
121
|
+
*/
|
|
122
|
+
get inputId(): string;
|
|
123
|
+
set inputId(v: string);
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets the id to use for the checkbox.
|
|
126
|
+
*/
|
|
127
|
+
get id(): string;
|
|
128
|
+
set id(v: string);
|
|
129
|
+
/**
|
|
130
|
+
* Gets or sets id to use for the checkbox label.
|
|
131
|
+
*/
|
|
132
|
+
get labelId(): string;
|
|
133
|
+
set labelId(v: string);
|
|
134
|
+
/**
|
|
135
|
+
* Gets or sets name to use for the checkbox.
|
|
136
|
+
*/
|
|
137
|
+
get name(): string;
|
|
138
|
+
set name(v: string);
|
|
139
|
+
/**
|
|
140
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
141
|
+
*/
|
|
142
|
+
get tabIndex(): number;
|
|
143
|
+
set tabIndex(v: number);
|
|
144
|
+
static ngAcceptInputType_tabIndex: number | string;
|
|
145
|
+
/**
|
|
146
|
+
* Gets or sets if the checkbox is required.
|
|
147
|
+
*/
|
|
148
|
+
get required(): number;
|
|
149
|
+
set required(v: number);
|
|
150
|
+
static ngAcceptInputType_required: number | string;
|
|
151
|
+
/**
|
|
152
|
+
* Gets or sets the value of the aria-labelledby attribute.
|
|
153
|
+
*/
|
|
154
|
+
get ariaLabelledBy(): string;
|
|
155
|
+
set ariaLabelledBy(v: string);
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the value of the aria-label attribute.
|
|
158
|
+
*/
|
|
159
|
+
get ariaLabel(): string;
|
|
160
|
+
set ariaLabel(v: string);
|
|
161
|
+
/**
|
|
162
|
+
* Gets or sets value to use for the checkbox.
|
|
163
|
+
*/
|
|
164
|
+
get value(): any;
|
|
165
|
+
set value(v: any);
|
|
166
|
+
/**
|
|
167
|
+
* Gets or sets if the checkbox is Focused.
|
|
168
|
+
*/
|
|
169
|
+
get focused(): boolean;
|
|
170
|
+
set focused(v: boolean);
|
|
171
|
+
static ngAcceptInputType_focused: boolean | string;
|
|
172
|
+
/**
|
|
173
|
+
* Gets or sets LabelPosition to use for the checkbox.
|
|
174
|
+
*/
|
|
175
|
+
get labelPosition(): CheckboxLabelPosition;
|
|
176
|
+
set labelPosition(v: CheckboxLabelPosition);
|
|
177
|
+
static ngAcceptInputType_labelPosition: CheckboxLabelPosition | string;
|
|
178
|
+
/**
|
|
179
|
+
* Gets or sets whether to disable the ripple effect for the checkbox.
|
|
180
|
+
*/
|
|
181
|
+
get disableRipple(): boolean;
|
|
182
|
+
set disableRipple(v: boolean);
|
|
183
|
+
static ngAcceptInputType_disableRipple: boolean | string;
|
|
184
|
+
/**
|
|
185
|
+
* Gets or sets whether the checkbox is checked.
|
|
186
|
+
*/
|
|
187
|
+
get checked(): boolean;
|
|
188
|
+
set checked(v: boolean);
|
|
189
|
+
static ngAcceptInputType_checked: boolean | string;
|
|
190
|
+
/**
|
|
191
|
+
* Gets or sets whether the checkbox is indeterminate.
|
|
192
|
+
*/
|
|
193
|
+
get indeterminate(): boolean;
|
|
194
|
+
set indeterminate(v: boolean);
|
|
195
|
+
static ngAcceptInputType_indeterminate: boolean | string;
|
|
196
|
+
/**
|
|
197
|
+
* Gets or sets whether the checkbox is disabled.
|
|
198
|
+
*/
|
|
199
|
+
get disabled(): boolean;
|
|
200
|
+
set disabled(v: boolean);
|
|
201
|
+
static ngAcceptInputType_disabled: boolean | string;
|
|
202
|
+
/**
|
|
203
|
+
* Gets or sets whether the checkbox transitions are disabled.
|
|
204
|
+
*/
|
|
205
|
+
get disableTransitions(): boolean;
|
|
206
|
+
set disableTransitions(v: boolean);
|
|
207
|
+
static ngAcceptInputType_disableTransitions: boolean | string;
|
|
208
|
+
findByName(name: string): any;
|
|
209
|
+
protected __p: string;
|
|
210
|
+
protected _hasUserValues: Set<string>;
|
|
211
|
+
protected get hasUserValues(): Set<string>;
|
|
212
|
+
protected __m(propertyName: string): void;
|
|
213
|
+
protected _stylingContainer: any;
|
|
214
|
+
protected _stylingParent: any;
|
|
215
|
+
protected _inStyling: boolean;
|
|
216
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
217
|
+
onDetachedFromUI(): void;
|
|
218
|
+
onAttachedToUI(): void;
|
|
219
|
+
/**
|
|
220
|
+
* Exports visual information about the current state of the grid.
|
|
221
|
+
|
|
222
|
+
*/
|
|
223
|
+
exportVisualModel(): any;
|
|
224
|
+
/**
|
|
225
|
+
* Returns a serialized copy of the exported visual model
|
|
226
|
+
|
|
227
|
+
*/
|
|
228
|
+
exportSerializedVisualModel(): string;
|
|
229
|
+
private _change;
|
|
230
|
+
get change(): EventEmitter<{
|
|
231
|
+
sender: any;
|
|
232
|
+
args: IgxCheckboxChangeEventArgs;
|
|
233
|
+
}>;
|
|
234
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
235
|
+
protected _runInZone(act: () => void): void;
|
|
236
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCheckboxComponent, never>;
|
|
237
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXCheckboxComponent, "igx-x-checkbox", never, { "baseTheme": "baseTheme"; "uncheckedBackgroundColor": "uncheckedBackgroundColor"; "actualUncheckedBackgroundColor": "actualUncheckedBackgroundColor"; "checkedBackgroundColor": "checkedBackgroundColor"; "tickColor": "tickColor"; "actualTickColor": "actualTickColor"; "uncheckedBorderColor": "uncheckedBorderColor"; "checkedBorderColor": "checkedBorderColor"; "actualUncheckedBorderColor": "actualUncheckedBorderColor"; "actualCheckedBorderColor": "actualCheckedBorderColor"; "borderWidth": "borderWidth"; "actualBorderWidth": "actualBorderWidth"; "cornerRadius": "cornerRadius"; "tickStrokeWidth": "tickStrokeWidth"; "actualTickStrokeWidth": "actualTickStrokeWidth"; "actualCornerRadius": "actualCornerRadius"; "actualCheckedBackgroundColor": "actualCheckedBackgroundColor"; "inputId": "inputId"; "id": "id"; "labelId": "labelId"; "name": "name"; "tabIndex": "tabindex"; "required": "required"; "ariaLabelledBy": "aria-labelledby"; "ariaLabel": "aria-label"; "value": "value"; "focused": "focused"; "labelPosition": "labelPosition"; "disableRipple": "disableRipple"; "checked": "checked"; "indeterminate": "indeterminate"; "disabled": "disabled"; "disableTransitions": "disableTransitions"; }, { "change": "change"; }, never, ["*"]>;
|
|
238
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./igx-x-ripple-dynamic-module";
|
|
4
|
+
import * as i3 from "igniteui-angular-core";
|
|
5
|
+
import * as i4 from "./igx-x-checkbox-module";
|
|
6
|
+
export declare class IgxXCheckboxDynamicModule {
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCheckboxDynamicModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXCheckboxDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxXRippleDynamicModule, typeof i3.IgxChildContentDynamicModule, typeof i4.IgxXCheckboxModule], [typeof i2.IgxXRippleDynamicModule, typeof i3.IgxChildContentDynamicModule, typeof i4.IgxXCheckboxModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXCheckboxDynamicModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-checkbox-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "./igx-x-ripple-module";
|
|
5
|
+
import * as i4 from "igniteui-angular-core";
|
|
6
|
+
export declare class IgxXCheckboxModule {
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCheckboxModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXCheckboxModule, [typeof i1.IgxXCheckboxComponent], [typeof i2.CommonModule, typeof i3.IgxXRippleModule, typeof i4.IgxChildContentModule], [typeof i3.IgxXRippleModule, typeof i4.IgxChildContentModule, typeof i1.IgxXCheckboxComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXCheckboxModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import { TemplateRef, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, NgZone } from '@angular/core';
|
|
2
|
+
import { XIcon } from "./XIcon";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class IgxXIconComponent implements AfterViewInit {
|
|
6
|
+
private renderer;
|
|
7
|
+
private _elRef;
|
|
8
|
+
private ngZone;
|
|
9
|
+
private injector;
|
|
10
|
+
private componentFactoryResolver;
|
|
11
|
+
container: Element;
|
|
12
|
+
private _wrapper;
|
|
13
|
+
private _portalManager;
|
|
14
|
+
private _root;
|
|
15
|
+
_dynamicContent: ViewContainerRef;
|
|
16
|
+
_childTemplateRef: TemplateRef<any>;
|
|
17
|
+
constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
|
|
18
|
+
updateStyle(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
private _implementation;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
protected createImplementation(): XIcon;
|
|
23
|
+
get i(): XIcon;
|
|
24
|
+
private _icon;
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the base built in theme to use for the button.
|
|
27
|
+
*/
|
|
28
|
+
get baseTheme(): BaseControlTheme;
|
|
29
|
+
set baseTheme(v: BaseControlTheme);
|
|
30
|
+
static ngAcceptInputType_baseTheme: BaseControlTheme | string;
|
|
31
|
+
/**
|
|
32
|
+
* Gets the fill color currently used by the icon.
|
|
33
|
+
*/
|
|
34
|
+
get actualFill(): string;
|
|
35
|
+
set actualFill(v: string);
|
|
36
|
+
/**
|
|
37
|
+
* Gets the stroke color currently used by the icon.
|
|
38
|
+
*/
|
|
39
|
+
get actualStroke(): string;
|
|
40
|
+
set actualStroke(v: string);
|
|
41
|
+
/**
|
|
42
|
+
* Gets the text color currently used by the icon.
|
|
43
|
+
*/
|
|
44
|
+
get actualTextColor(): string;
|
|
45
|
+
set actualTextColor(v: string);
|
|
46
|
+
/**
|
|
47
|
+
* Gets the stroke width currently used by the icon.
|
|
48
|
+
*/
|
|
49
|
+
get actualStrokeWidth(): number;
|
|
50
|
+
set actualStrokeWidth(v: number);
|
|
51
|
+
static ngAcceptInputType_actualStrokeWidth: number | string;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the fill color to use for the icon.
|
|
54
|
+
*/
|
|
55
|
+
get fill(): string;
|
|
56
|
+
set fill(v: string);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the stroke color to use for the icon.
|
|
59
|
+
*/
|
|
60
|
+
get stroke(): string;
|
|
61
|
+
set stroke(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the stroke thickness to use for the icon.
|
|
64
|
+
*/
|
|
65
|
+
get strokeWidth(): number;
|
|
66
|
+
set strokeWidth(v: number);
|
|
67
|
+
static ngAcceptInputType_strokeWidth: number | string;
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets the text color to use for the icon.
|
|
70
|
+
*/
|
|
71
|
+
get textColor(): string;
|
|
72
|
+
set textColor(v: string);
|
|
73
|
+
/**
|
|
74
|
+
* Gets or sets the fill color to use when the icon is hovered.
|
|
75
|
+
*/
|
|
76
|
+
get hoverFill(): string;
|
|
77
|
+
set hoverFill(v: string);
|
|
78
|
+
/**
|
|
79
|
+
* Gets or sets the stroke color to use when the icon is hovered.
|
|
80
|
+
*/
|
|
81
|
+
get hoverStroke(): string;
|
|
82
|
+
set hoverStroke(v: string);
|
|
83
|
+
/**
|
|
84
|
+
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
85
|
+
*/
|
|
86
|
+
get hoverStrokeThickness(): number;
|
|
87
|
+
set hoverStrokeThickness(v: number);
|
|
88
|
+
static ngAcceptInputType_hoverStrokeThickness: number | string;
|
|
89
|
+
/**
|
|
90
|
+
* Gets or sets the text color to use when the icon is hovered.
|
|
91
|
+
*/
|
|
92
|
+
get hoverTextColor(): string;
|
|
93
|
+
set hoverTextColor(v: string);
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets a collection of fill colors to use in the icon.
|
|
96
|
+
* These colors can be used by SVG elements that have been marked with the
|
|
97
|
+
* ig-icon-fill-#
|
|
98
|
+
* class where # is a number from 0 to count - 1.
|
|
99
|
+
*/
|
|
100
|
+
get fillColors(): string[];
|
|
101
|
+
set fillColors(v: string[]);
|
|
102
|
+
static ngAcceptInputType_fillColors: string[] | string;
|
|
103
|
+
/**
|
|
104
|
+
* Gets or sets a collection of stroke colors to use in the icon.
|
|
105
|
+
* These colors can be used by SVG elements that have been marked with the
|
|
106
|
+
* ig-icon-stroke-#
|
|
107
|
+
* class where # is a number from 0 to count - 1.
|
|
108
|
+
*/
|
|
109
|
+
get strokeColors(): string[];
|
|
110
|
+
set strokeColors(v: string[]);
|
|
111
|
+
static ngAcceptInputType_strokeColors: string[] | string;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets a primary fill color for the icon.
|
|
114
|
+
* This color is used by SVG elements that have been marked
|
|
115
|
+
* with the
|
|
116
|
+
* ig-icon-primary-fill
|
|
117
|
+
* class.
|
|
118
|
+
*/
|
|
119
|
+
get primaryFillColor(): string;
|
|
120
|
+
set primaryFillColor(v: string);
|
|
121
|
+
/**
|
|
122
|
+
* Gets or sets a primary stroke color for the icon.
|
|
123
|
+
* This color is used by SVG elements that have been marked
|
|
124
|
+
* with the
|
|
125
|
+
* ig-icon-primary-stroke
|
|
126
|
+
* class.
|
|
127
|
+
*/
|
|
128
|
+
get primaryStrokeColor(): string;
|
|
129
|
+
set primaryStrokeColor(v: string);
|
|
130
|
+
/**
|
|
131
|
+
* Gets or sets a secondary fill color for the icon.
|
|
132
|
+
* This color is used by SVG elements that have been marked
|
|
133
|
+
* with the
|
|
134
|
+
* ig-icon-secondary-fill
|
|
135
|
+
* class.
|
|
136
|
+
*/
|
|
137
|
+
get secondaryFillColor(): string;
|
|
138
|
+
set secondaryFillColor(v: string);
|
|
139
|
+
/**
|
|
140
|
+
* Gets or sets a secondary stroke color for the icon.
|
|
141
|
+
* This color is used by SVG elements that have been marked
|
|
142
|
+
* with the
|
|
143
|
+
* ig-icon-secondary-stroke
|
|
144
|
+
* class.
|
|
145
|
+
*/
|
|
146
|
+
get secondaryStrokeColor(): string;
|
|
147
|
+
set secondaryStrokeColor(v: string);
|
|
148
|
+
/**
|
|
149
|
+
* Gets or sets path data for the icon to use.
|
|
150
|
+
*/
|
|
151
|
+
get svgPath(): string;
|
|
152
|
+
set svgPath(v: string);
|
|
153
|
+
/**
|
|
154
|
+
* Gets or sets svg text for the icon to use.
|
|
155
|
+
*/
|
|
156
|
+
get svg(): string;
|
|
157
|
+
set svg(v: string);
|
|
158
|
+
/**
|
|
159
|
+
* Gets or sets the use for the button.
|
|
160
|
+
*/
|
|
161
|
+
get textStyle(): string;
|
|
162
|
+
set textStyle(v: string);
|
|
163
|
+
/**
|
|
164
|
+
* Gets or sets the id to use for the checkbox.
|
|
165
|
+
*/
|
|
166
|
+
get id(): string;
|
|
167
|
+
set id(v: string);
|
|
168
|
+
/**
|
|
169
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
170
|
+
*/
|
|
171
|
+
get tabIndex(): number;
|
|
172
|
+
set tabIndex(v: number);
|
|
173
|
+
static ngAcceptInputType_tabIndex: number | string;
|
|
174
|
+
/**
|
|
175
|
+
* Gets or sets the value of the aria-label attribute.
|
|
176
|
+
*/
|
|
177
|
+
get ariaLabel(): string;
|
|
178
|
+
set ariaLabel(v: string);
|
|
179
|
+
/**
|
|
180
|
+
* Gets or sets whether the icon is hovered.
|
|
181
|
+
*/
|
|
182
|
+
get isHover(): boolean;
|
|
183
|
+
set isHover(v: boolean);
|
|
184
|
+
static ngAcceptInputType_isHover: boolean | string;
|
|
185
|
+
/**
|
|
186
|
+
* Gets or sets whether the checkbox is disabled.
|
|
187
|
+
*/
|
|
188
|
+
get disabled(): boolean;
|
|
189
|
+
set disabled(v: boolean);
|
|
190
|
+
static ngAcceptInputType_disabled: boolean | string;
|
|
191
|
+
get opacity(): number;
|
|
192
|
+
set opacity(v: number);
|
|
193
|
+
static ngAcceptInputType_opacity: number | string;
|
|
194
|
+
/**
|
|
195
|
+
* Gets or sets the viewbox left for the svg icon.
|
|
196
|
+
*/
|
|
197
|
+
get viewBoxLeft(): number;
|
|
198
|
+
set viewBoxLeft(v: number);
|
|
199
|
+
static ngAcceptInputType_viewBoxLeft: number | string;
|
|
200
|
+
/**
|
|
201
|
+
* Gets or sets the viewbox top for the svg icon.
|
|
202
|
+
*/
|
|
203
|
+
get viewBoxTop(): number;
|
|
204
|
+
set viewBoxTop(v: number);
|
|
205
|
+
static ngAcceptInputType_viewBoxTop: number | string;
|
|
206
|
+
/**
|
|
207
|
+
* Gets or sets the viewbox width for the svg icon.
|
|
208
|
+
*/
|
|
209
|
+
get viewBoxWidth(): number;
|
|
210
|
+
set viewBoxWidth(v: number);
|
|
211
|
+
static ngAcceptInputType_viewBoxWidth: number | string;
|
|
212
|
+
/**
|
|
213
|
+
* Gets or sets the viewbox height for the svg icon.
|
|
214
|
+
*/
|
|
215
|
+
get viewBoxHeight(): number;
|
|
216
|
+
set viewBoxHeight(v: number);
|
|
217
|
+
static ngAcceptInputType_viewBoxHeight: number | string;
|
|
218
|
+
/**
|
|
219
|
+
* Gets or sets the width of the icon.
|
|
220
|
+
*/
|
|
221
|
+
get width(): number;
|
|
222
|
+
set width(v: number);
|
|
223
|
+
static ngAcceptInputType_width: number | string;
|
|
224
|
+
/**
|
|
225
|
+
* Gets or sets the height of the icon.
|
|
226
|
+
*/
|
|
227
|
+
get height(): number;
|
|
228
|
+
set height(v: number);
|
|
229
|
+
static ngAcceptInputType_height: number | string;
|
|
230
|
+
findByName(name: string): any;
|
|
231
|
+
protected __p: string;
|
|
232
|
+
protected _hasUserValues: Set<string>;
|
|
233
|
+
protected get hasUserValues(): Set<string>;
|
|
234
|
+
protected __m(propertyName: string): void;
|
|
235
|
+
protected _stylingContainer: any;
|
|
236
|
+
protected _stylingParent: any;
|
|
237
|
+
protected _inStyling: boolean;
|
|
238
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
239
|
+
onDetachedFromUI(): void;
|
|
240
|
+
onAttachedToUI(): void;
|
|
241
|
+
/**
|
|
242
|
+
* Exports visual information about the current state of the grid.
|
|
243
|
+
|
|
244
|
+
*/
|
|
245
|
+
exportVisualModel(): any;
|
|
246
|
+
/**
|
|
247
|
+
* Returns a serialized copy of the exported visual model
|
|
248
|
+
|
|
249
|
+
*/
|
|
250
|
+
exportSerializedVisualModel(): string;
|
|
251
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
252
|
+
protected _runInZone(act: () => void): void;
|
|
253
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXIconComponent, never>;
|
|
254
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXIconComponent, "igx-x-icon", never, { "baseTheme": "baseTheme"; "actualFill": "actualFill"; "actualStroke": "actualStroke"; "actualTextColor": "actualTextColor"; "actualStrokeWidth": "actualStrokeWidth"; "fill": "fill"; "stroke": "stroke"; "strokeWidth": "strokeWidth"; "textColor": "textColor"; "hoverFill": "hoverFill"; "hoverStroke": "hoverStroke"; "hoverStrokeThickness": "hoverStrokeThickness"; "hoverTextColor": "hoverTextColor"; "fillColors": "fillColors"; "strokeColors": "strokeColors"; "primaryFillColor": "primaryFillColor"; "primaryStrokeColor": "primaryStrokeColor"; "secondaryFillColor": "secondaryFillColor"; "secondaryStrokeColor": "secondaryStrokeColor"; "svgPath": "svgPath"; "svg": "svg"; "textStyle": "textStyle"; "id": "id"; "tabIndex": "tabindex"; "ariaLabel": "aria-label"; "isHover": "isHover"; "disabled": "disabled"; "opacity": "opacity"; "viewBoxLeft": "viewBoxLeft"; "viewBoxTop": "viewBoxTop"; "viewBoxWidth": "viewBoxWidth"; "viewBoxHeight": "viewBoxHeight"; "width": "width"; "height": "height"; }, {}, never, ["*"]>;
|
|
255
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "igniteui-angular-core";
|
|
4
|
+
import * as i3 from "./igx-x-icon-module";
|
|
5
|
+
export declare class IgxXIconDynamicModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXIconDynamicModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXIconDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXIconModule], [typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXIconModule]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXIconDynamicModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-x-icon-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "igniteui-angular-core";
|
|
5
|
+
export declare class IgxXIconModule {
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXIconModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXIconModule, [typeof i1.IgxXIconComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule], [typeof i3.IgxChildContentModule, typeof i1.IgxXIconComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXIconModule>;
|
|
10
|
+
}
|