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,15 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum ButtonDisplayStyle {
|
|
6
|
+
Raised = 0,
|
|
7
|
+
Flat = 1,
|
|
8
|
+
Outlined = 2,
|
|
9
|
+
Fab = 3,
|
|
10
|
+
Icon = 4
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare let ButtonDisplayStyle_$type: Type;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ButtonGroupView } from "./ButtonGroupView_combined";
|
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-angular-core";
|
|
2
|
+
import { DomRenderer } from "igniteui-angular-core";
|
|
3
|
+
import { Path } from "igniteui-angular-core";
|
|
4
|
+
import { XButton } from "./XButton";
|
|
5
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
6
|
+
import { ButtonGroupOrientation } from "./ButtonGroupOrientation";
|
|
7
|
+
import { ButtonGroupDisplayStyle } from "./ButtonGroupDisplayStyle";
|
|
8
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
9
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
10
|
+
import { Brush } from "igniteui-angular-core";
|
|
11
|
+
import { XButtonGroupButtonCollection } from "./XButtonGroupButtonCollection";
|
|
12
|
+
import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
|
|
13
|
+
import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export declare class ButtonGroupView extends Base {
|
|
18
|
+
static $t: Type;
|
|
19
|
+
constructor();
|
|
20
|
+
a: XButtonGroup;
|
|
21
|
+
v(): void;
|
|
22
|
+
d(): boolean;
|
|
23
|
+
p(a: XButton): void;
|
|
24
|
+
r(a: XButton): void;
|
|
25
|
+
q(): void;
|
|
26
|
+
private g;
|
|
27
|
+
private b;
|
|
28
|
+
private f;
|
|
29
|
+
get l(): any;
|
|
30
|
+
get ab(): Path;
|
|
31
|
+
get e(): boolean;
|
|
32
|
+
t(a: DomRenderer): void;
|
|
33
|
+
private m;
|
|
34
|
+
z(a: string): void;
|
|
35
|
+
y(): void;
|
|
36
|
+
private n;
|
|
37
|
+
w(): void;
|
|
38
|
+
private c;
|
|
39
|
+
private h;
|
|
40
|
+
private i;
|
|
41
|
+
private j;
|
|
42
|
+
private k;
|
|
43
|
+
s(): void;
|
|
44
|
+
u(): void;
|
|
45
|
+
aa(a: FontInfo): void;
|
|
46
|
+
x(a: XButton): void;
|
|
47
|
+
o(a: any): void;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
52
|
+
export declare class XButtonGroup extends Base implements INotifyPropertyChanged {
|
|
53
|
+
static $t: Type;
|
|
54
|
+
constructor();
|
|
55
|
+
private h;
|
|
56
|
+
get i(): ButtonGroupDisplayStyle;
|
|
57
|
+
set i(a: ButtonGroupDisplayStyle);
|
|
58
|
+
private n;
|
|
59
|
+
get p(): BaseControlTheme;
|
|
60
|
+
set p(a: BaseControlTheme);
|
|
61
|
+
private c4;
|
|
62
|
+
appendContentChild(a: any): void;
|
|
63
|
+
private c3;
|
|
64
|
+
private c6;
|
|
65
|
+
private r;
|
|
66
|
+
get t(): ControlDisplayDensity;
|
|
67
|
+
set t(a: ControlDisplayDensity);
|
|
68
|
+
private q;
|
|
69
|
+
get s(): ControlDisplayDensity;
|
|
70
|
+
set s(a: ControlDisplayDensity);
|
|
71
|
+
private a;
|
|
72
|
+
get d(): number[];
|
|
73
|
+
set d(a: number[]);
|
|
74
|
+
private u;
|
|
75
|
+
private de;
|
|
76
|
+
private c;
|
|
77
|
+
private b;
|
|
78
|
+
private _view;
|
|
79
|
+
get view(): ButtonGroupView;
|
|
80
|
+
set view(a: ButtonGroupView);
|
|
81
|
+
destroy(): void;
|
|
82
|
+
protected da(a: string, b: any, c: any): void;
|
|
83
|
+
protected dc(a: string, b: any, c: any): void;
|
|
84
|
+
private dl;
|
|
85
|
+
private dg;
|
|
86
|
+
private df;
|
|
87
|
+
private aa;
|
|
88
|
+
private dk;
|
|
89
|
+
private dj;
|
|
90
|
+
private di;
|
|
91
|
+
static o: BaseControlTheme;
|
|
92
|
+
ax: number;
|
|
93
|
+
gz: Brush;
|
|
94
|
+
g1: Brush;
|
|
95
|
+
g0: Brush;
|
|
96
|
+
g2: Brush;
|
|
97
|
+
aw: number;
|
|
98
|
+
g6: Brush;
|
|
99
|
+
g3: Brush;
|
|
100
|
+
g7: Brush;
|
|
101
|
+
ha: Brush;
|
|
102
|
+
g4: Brush;
|
|
103
|
+
g5: Brush;
|
|
104
|
+
g8: Brush;
|
|
105
|
+
g9: Brush;
|
|
106
|
+
static av: number;
|
|
107
|
+
static gn: Brush;
|
|
108
|
+
static gp: Brush;
|
|
109
|
+
static go: Brush;
|
|
110
|
+
static gq: Brush;
|
|
111
|
+
static au: number;
|
|
112
|
+
static gu: Brush;
|
|
113
|
+
static gr: Brush;
|
|
114
|
+
static gv: Brush;
|
|
115
|
+
static gy: Brush;
|
|
116
|
+
static gs: Brush;
|
|
117
|
+
static gt: Brush;
|
|
118
|
+
static gw: Brush;
|
|
119
|
+
static gx: Brush;
|
|
120
|
+
static ap: number;
|
|
121
|
+
static fn: Brush;
|
|
122
|
+
static fp: Brush;
|
|
123
|
+
static fo: Brush;
|
|
124
|
+
static fq: Brush;
|
|
125
|
+
static ao: number;
|
|
126
|
+
static fu: Brush;
|
|
127
|
+
static fr: Brush;
|
|
128
|
+
static fv: Brush;
|
|
129
|
+
static fy: Brush;
|
|
130
|
+
static fs: Brush;
|
|
131
|
+
static ft: Brush;
|
|
132
|
+
static fw: Brush;
|
|
133
|
+
static fx: Brush;
|
|
134
|
+
ar: number;
|
|
135
|
+
fz: Brush;
|
|
136
|
+
f1: Brush;
|
|
137
|
+
f0: Brush;
|
|
138
|
+
f2: Brush;
|
|
139
|
+
aq: number;
|
|
140
|
+
f6: Brush;
|
|
141
|
+
f3: Brush;
|
|
142
|
+
f7: Brush;
|
|
143
|
+
ga: Brush;
|
|
144
|
+
f4: Brush;
|
|
145
|
+
f5: Brush;
|
|
146
|
+
f8: Brush;
|
|
147
|
+
f9: Brush;
|
|
148
|
+
static at: number;
|
|
149
|
+
static gb: Brush;
|
|
150
|
+
static gd: Brush;
|
|
151
|
+
static gc: Brush;
|
|
152
|
+
static ge: Brush;
|
|
153
|
+
static as: number;
|
|
154
|
+
static gi: Brush;
|
|
155
|
+
static gf: Brush;
|
|
156
|
+
static gj: Brush;
|
|
157
|
+
static gm: Brush;
|
|
158
|
+
static gg: Brush;
|
|
159
|
+
static gh: Brush;
|
|
160
|
+
static gk: Brush;
|
|
161
|
+
static gl: Brush;
|
|
162
|
+
static an: number;
|
|
163
|
+
static fb: Brush;
|
|
164
|
+
static fd: Brush;
|
|
165
|
+
static fc: Brush;
|
|
166
|
+
static fe: Brush;
|
|
167
|
+
static am: number;
|
|
168
|
+
static fi: Brush;
|
|
169
|
+
static ff: Brush;
|
|
170
|
+
static fj: Brush;
|
|
171
|
+
static fm: Brush;
|
|
172
|
+
static fg: Brush;
|
|
173
|
+
static fh: Brush;
|
|
174
|
+
static fk: Brush;
|
|
175
|
+
static fl: Brush;
|
|
176
|
+
private dh;
|
|
177
|
+
private ad;
|
|
178
|
+
get al(): number;
|
|
179
|
+
set al(a: number);
|
|
180
|
+
private dm;
|
|
181
|
+
get ez(): Brush;
|
|
182
|
+
set ez(a: Brush);
|
|
183
|
+
private dp;
|
|
184
|
+
get e1(): Brush;
|
|
185
|
+
set e1(a: Brush);
|
|
186
|
+
private du;
|
|
187
|
+
get e6(): Brush;
|
|
188
|
+
set e6(a: Brush);
|
|
189
|
+
private dr;
|
|
190
|
+
get e3(): Brush;
|
|
191
|
+
set e3(a: Brush);
|
|
192
|
+
private dn;
|
|
193
|
+
get e0(): Brush;
|
|
194
|
+
set e0(a: Brush);
|
|
195
|
+
private dq;
|
|
196
|
+
get e2(): Brush;
|
|
197
|
+
set e2(a: Brush);
|
|
198
|
+
private ac;
|
|
199
|
+
get ak(): number;
|
|
200
|
+
set ak(a: number);
|
|
201
|
+
private dv;
|
|
202
|
+
get e7(): Brush;
|
|
203
|
+
set e7(a: Brush);
|
|
204
|
+
private dy;
|
|
205
|
+
get fa(): Brush;
|
|
206
|
+
set fa(a: Brush);
|
|
207
|
+
private ds;
|
|
208
|
+
get e4(): Brush;
|
|
209
|
+
set e4(a: Brush);
|
|
210
|
+
private dt;
|
|
211
|
+
get e5(): Brush;
|
|
212
|
+
set e5(a: Brush);
|
|
213
|
+
private dw;
|
|
214
|
+
get e8(): Brush;
|
|
215
|
+
set e8(a: Brush);
|
|
216
|
+
private dx;
|
|
217
|
+
get e9(): Brush;
|
|
218
|
+
set e9(a: Brush);
|
|
219
|
+
private ah;
|
|
220
|
+
get a1(): number;
|
|
221
|
+
set a1(a: number);
|
|
222
|
+
private d7;
|
|
223
|
+
get hn(): Brush;
|
|
224
|
+
set hn(a: Brush);
|
|
225
|
+
private d9;
|
|
226
|
+
get hp(): Brush;
|
|
227
|
+
set hp(a: Brush);
|
|
228
|
+
private ee;
|
|
229
|
+
get hu(): Brush;
|
|
230
|
+
set hu(a: Brush);
|
|
231
|
+
private eb;
|
|
232
|
+
get hr(): Brush;
|
|
233
|
+
set hr(a: Brush);
|
|
234
|
+
private ec;
|
|
235
|
+
get hs(): Brush;
|
|
236
|
+
set hs(a: Brush);
|
|
237
|
+
private d8;
|
|
238
|
+
get ho(): Brush;
|
|
239
|
+
set ho(a: Brush);
|
|
240
|
+
private ea;
|
|
241
|
+
get hq(): Brush;
|
|
242
|
+
set hq(a: Brush);
|
|
243
|
+
private ag;
|
|
244
|
+
get a0(): number;
|
|
245
|
+
set a0(a: number);
|
|
246
|
+
private ed;
|
|
247
|
+
get ht(): Brush;
|
|
248
|
+
set ht(a: Brush);
|
|
249
|
+
private ev;
|
|
250
|
+
get h7(): Brush;
|
|
251
|
+
set h7(a: Brush);
|
|
252
|
+
private ey;
|
|
253
|
+
get ia(): Brush;
|
|
254
|
+
set ia(a: Brush);
|
|
255
|
+
private ew;
|
|
256
|
+
get h8(): Brush;
|
|
257
|
+
set h8(a: Brush);
|
|
258
|
+
private ex;
|
|
259
|
+
get h9(): Brush;
|
|
260
|
+
set h9(a: Brush);
|
|
261
|
+
private aj;
|
|
262
|
+
get a3(): number;
|
|
263
|
+
set a3(a: number);
|
|
264
|
+
private ef;
|
|
265
|
+
get hv(): Brush;
|
|
266
|
+
set hv(a: Brush);
|
|
267
|
+
private eh;
|
|
268
|
+
get hx(): Brush;
|
|
269
|
+
set hx(a: Brush);
|
|
270
|
+
private em;
|
|
271
|
+
get h2(): Brush;
|
|
272
|
+
set h2(a: Brush);
|
|
273
|
+
private ej;
|
|
274
|
+
get hz(): Brush;
|
|
275
|
+
set hz(a: Brush);
|
|
276
|
+
private ek;
|
|
277
|
+
get h0(): Brush;
|
|
278
|
+
set h0(a: Brush);
|
|
279
|
+
private eg;
|
|
280
|
+
get hw(): Brush;
|
|
281
|
+
set hw(a: Brush);
|
|
282
|
+
private ei;
|
|
283
|
+
get hy(): Brush;
|
|
284
|
+
set hy(a: Brush);
|
|
285
|
+
private ai;
|
|
286
|
+
get a2(): number;
|
|
287
|
+
set a2(a: number);
|
|
288
|
+
private el;
|
|
289
|
+
get h1(): Brush;
|
|
290
|
+
set h1(a: Brush);
|
|
291
|
+
private er;
|
|
292
|
+
get h3(): Brush;
|
|
293
|
+
set h3(a: Brush);
|
|
294
|
+
private eu;
|
|
295
|
+
get h6(): Brush;
|
|
296
|
+
set h6(a: Brush);
|
|
297
|
+
static readonly cv: string;
|
|
298
|
+
private es;
|
|
299
|
+
get h4(): Brush;
|
|
300
|
+
set h4(a: Brush);
|
|
301
|
+
private et;
|
|
302
|
+
get h5(): Brush;
|
|
303
|
+
set h5(a: Brush);
|
|
304
|
+
private af;
|
|
305
|
+
get az(): number;
|
|
306
|
+
set az(a: number);
|
|
307
|
+
private dz;
|
|
308
|
+
get hb(): Brush;
|
|
309
|
+
set hb(a: Brush);
|
|
310
|
+
private d1;
|
|
311
|
+
get hd(): Brush;
|
|
312
|
+
set hd(a: Brush);
|
|
313
|
+
private d6;
|
|
314
|
+
get hi(): Brush;
|
|
315
|
+
set hi(a: Brush);
|
|
316
|
+
private d3;
|
|
317
|
+
get hf(): Brush;
|
|
318
|
+
set hf(a: Brush);
|
|
319
|
+
private d4;
|
|
320
|
+
get hg(): Brush;
|
|
321
|
+
set hg(a: Brush);
|
|
322
|
+
private d0;
|
|
323
|
+
get hc(): Brush;
|
|
324
|
+
set hc(a: Brush);
|
|
325
|
+
private d2;
|
|
326
|
+
get he(): Brush;
|
|
327
|
+
set he(a: Brush);
|
|
328
|
+
private ae;
|
|
329
|
+
get ay(): number;
|
|
330
|
+
set ay(a: number);
|
|
331
|
+
private d5;
|
|
332
|
+
get hh(): Brush;
|
|
333
|
+
set hh(a: Brush);
|
|
334
|
+
private en;
|
|
335
|
+
get hj(): Brush;
|
|
336
|
+
set hj(a: Brush);
|
|
337
|
+
private eq;
|
|
338
|
+
get hm(): Brush;
|
|
339
|
+
set hm(a: Brush);
|
|
340
|
+
private eo;
|
|
341
|
+
get hk(): Brush;
|
|
342
|
+
set hk(a: Brush);
|
|
343
|
+
private ep;
|
|
344
|
+
get hl(): Brush;
|
|
345
|
+
set hl(a: Brush);
|
|
346
|
+
private j;
|
|
347
|
+
get k(): ButtonGroupOrientation;
|
|
348
|
+
set k(a: ButtonGroupOrientation);
|
|
349
|
+
private static a4;
|
|
350
|
+
private a6;
|
|
351
|
+
get b5(): string;
|
|
352
|
+
set b5(a: string);
|
|
353
|
+
private w;
|
|
354
|
+
private v;
|
|
355
|
+
get disabled(): boolean;
|
|
356
|
+
set disabled(a: boolean);
|
|
357
|
+
private x;
|
|
358
|
+
get z(): boolean;
|
|
359
|
+
set z(a: boolean);
|
|
360
|
+
db(): void;
|
|
361
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
362
|
+
onDetachedFromUI(): void;
|
|
363
|
+
onAttachedToUI(): void;
|
|
364
|
+
protected ab(): boolean;
|
|
365
|
+
a5(): any;
|
|
366
|
+
bq(): string;
|
|
367
|
+
e(): ButtonGroupVisualModelExport;
|
|
368
|
+
provideContainer(a: DomRenderer): void;
|
|
369
|
+
private f;
|
|
370
|
+
get buttons(): XButtonGroupButtonCollection;
|
|
371
|
+
selectionChanged: (sender: any, args: ButtonGroupSelectionChangedEventArgs) => void;
|
|
372
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
3
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
4
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
5
|
+
import { List$1 } from "igniteui-angular-core";
|
|
6
|
+
import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class ButtonGroupVisualModelExport extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
e: BaseControlTheme;
|
|
13
|
+
f: ControlDisplayDensity;
|
|
14
|
+
a: number[];
|
|
15
|
+
k: number;
|
|
16
|
+
b: BrushAppearanceData;
|
|
17
|
+
d: BrushAppearanceData;
|
|
18
|
+
c: BrushAppearanceData;
|
|
19
|
+
j: number;
|
|
20
|
+
g: boolean;
|
|
21
|
+
h: boolean;
|
|
22
|
+
i: List$1<ButtonVisualModelExport>;
|
|
23
|
+
l(): string;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ButtonView } from "./ButtonView_combined";
|