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,44 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
4
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
5
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
6
|
+
import { Thickness } from "igniteui-angular-core";
|
|
7
|
+
import { List$1 } from "igniteui-angular-core";
|
|
8
|
+
import { PrefixVisualModelExport } from "./PrefixVisualModelExport";
|
|
9
|
+
import { LabelVisualModelExport } from "./LabelVisualModelExport";
|
|
10
|
+
import { InputVisualModelExport } from "./InputVisualModelExport";
|
|
11
|
+
import { SuffixVisualModelExport } from "./SuffixVisualModelExport";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare class InputGroupVisualModelExport extends Base {
|
|
16
|
+
static $t: Type;
|
|
17
|
+
f: ControlDisplayDensity;
|
|
18
|
+
e: BaseControlTheme;
|
|
19
|
+
b: BrushAppearanceData;
|
|
20
|
+
o: number;
|
|
21
|
+
p: number;
|
|
22
|
+
z: CornerRadius;
|
|
23
|
+
aa: Thickness;
|
|
24
|
+
x: number;
|
|
25
|
+
w: number;
|
|
26
|
+
t: number;
|
|
27
|
+
c: BrushAppearanceData;
|
|
28
|
+
d: BrushAppearanceData;
|
|
29
|
+
u: number;
|
|
30
|
+
s: number;
|
|
31
|
+
q: number;
|
|
32
|
+
r: number;
|
|
33
|
+
v: number;
|
|
34
|
+
a: BrushAppearanceData;
|
|
35
|
+
g: boolean;
|
|
36
|
+
j: boolean;
|
|
37
|
+
i: boolean;
|
|
38
|
+
h: boolean;
|
|
39
|
+
m: List$1<PrefixVisualModelExport>;
|
|
40
|
+
l: List$1<LabelVisualModelExport>;
|
|
41
|
+
k: List$1<InputVisualModelExport>;
|
|
42
|
+
n: List$1<SuffixVisualModelExport>;
|
|
43
|
+
y(): string;
|
|
44
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { InputShiftType } from "./InputShiftType";
|
|
3
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
4
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class InputVisualModelExport extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
h: number;
|
|
11
|
+
f: number;
|
|
12
|
+
b: InputShiftType;
|
|
13
|
+
c: ControlDisplayDensity;
|
|
14
|
+
j: string;
|
|
15
|
+
m: string;
|
|
16
|
+
d: boolean;
|
|
17
|
+
a: BrushAppearanceData;
|
|
18
|
+
q: string;
|
|
19
|
+
r: string;
|
|
20
|
+
s: string;
|
|
21
|
+
g: number;
|
|
22
|
+
o: string;
|
|
23
|
+
p: string;
|
|
24
|
+
i: string;
|
|
25
|
+
l: string;
|
|
26
|
+
e: boolean;
|
|
27
|
+
t: string;
|
|
28
|
+
k: string;
|
|
29
|
+
n(): string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum KEYCODES {
|
|
6
|
+
ENTER = 13,
|
|
7
|
+
SPACE = 32,
|
|
8
|
+
ESCAPE = 27,
|
|
9
|
+
LEFT_ARROW = 37,
|
|
10
|
+
UP_ARROW = 38,
|
|
11
|
+
RIGHT_ARROW = 39,
|
|
12
|
+
DOWN_ARROW = 40,
|
|
13
|
+
F2 = 113,
|
|
14
|
+
TAB = 9,
|
|
15
|
+
CTRL = 17,
|
|
16
|
+
C = 67,
|
|
17
|
+
Z = 90,
|
|
18
|
+
Y = 89,
|
|
19
|
+
X = 88,
|
|
20
|
+
BACKSPACE = 8,
|
|
21
|
+
DELETE = 46,
|
|
22
|
+
INPUT_METHOD = 229
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @hidden
|
|
26
|
+
*/
|
|
27
|
+
export declare let KEYCODES_$type: Type;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LabelView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { LabelShiftType } from "./LabelShiftType";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class LabelVisualModelExport extends Base {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
c: BaseControlTheme;
|
|
12
|
+
e: ControlDisplayDensity;
|
|
13
|
+
d: ControlDisplayDensity;
|
|
14
|
+
a: BrushAppearanceData;
|
|
15
|
+
u: string;
|
|
16
|
+
v: string;
|
|
17
|
+
w: string;
|
|
18
|
+
k: number;
|
|
19
|
+
s: string;
|
|
20
|
+
t: string;
|
|
21
|
+
b: LabelShiftType;
|
|
22
|
+
i: boolean;
|
|
23
|
+
g: boolean;
|
|
24
|
+
m: string;
|
|
25
|
+
n: string;
|
|
26
|
+
o: string;
|
|
27
|
+
l: string;
|
|
28
|
+
r: string;
|
|
29
|
+
h: boolean;
|
|
30
|
+
j: boolean;
|
|
31
|
+
f: boolean;
|
|
32
|
+
p: string;
|
|
33
|
+
q(): string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { MaskOptions } from "./MaskOptions";
|
|
3
|
+
import { Replaced } from "./Replaced";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class MaskParsingService extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static readonly g;
|
|
10
|
+
h(a: string, b: MaskOptions): string;
|
|
11
|
+
i(a: string, b: MaskOptions): string;
|
|
12
|
+
a(a: string, b: string, c: MaskOptions, d: number, e: number): Replaced;
|
|
13
|
+
j(a: string, b: number, c: string): string;
|
|
14
|
+
private b;
|
|
15
|
+
private c;
|
|
16
|
+
private d;
|
|
17
|
+
private e;
|
|
18
|
+
private f;
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { INativeUIElementFactory } from "igniteui-angular-core";
|
|
3
|
+
import { NativeUIElementFactoryFlavor } from "igniteui-angular-core";
|
|
4
|
+
import { NativeUIComponentBuiltInType } from "igniteui-angular-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class NativeUIXInputsFactory extends Base implements INativeUIElementFactory {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private static a;
|
|
11
|
+
static get b(): NativeUIXInputsFactory;
|
|
12
|
+
static j(): void;
|
|
13
|
+
private c;
|
|
14
|
+
get flavor(): NativeUIElementFactoryFlavor;
|
|
15
|
+
createComponent(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
|
|
16
|
+
createComponentSync(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
|
|
17
|
+
supportsComponent(a: NativeUIComponentBuiltInType): boolean;
|
|
18
|
+
private h;
|
|
19
|
+
private d;
|
|
20
|
+
private e;
|
|
21
|
+
private g;
|
|
22
|
+
private f;
|
|
23
|
+
private i;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PrefixView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { PrefixShiftType } from "./PrefixShiftType";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class PrefixVisualModelExport extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
a: PrefixShiftType;
|
|
9
|
+
c: boolean;
|
|
10
|
+
b: boolean;
|
|
11
|
+
d: string;
|
|
12
|
+
e(): string;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RippleView } from "./RippleView_combined";
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-angular-core";
|
|
2
|
+
import { DomRenderer } from "igniteui-angular-core";
|
|
3
|
+
import { Brush } from "igniteui-angular-core";
|
|
4
|
+
import { AnimationKeyFrameEffect } from "igniteui-angular-core";
|
|
5
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
|
|
6
|
+
import { RippleVisualModelExport } from "./RippleVisualModelExport";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class RippleView extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
constructor();
|
|
13
|
+
b: XRipple;
|
|
14
|
+
w(): void;
|
|
15
|
+
e(): boolean;
|
|
16
|
+
private g;
|
|
17
|
+
private c;
|
|
18
|
+
private f;
|
|
19
|
+
t(a: DomRenderer): void;
|
|
20
|
+
private l;
|
|
21
|
+
v(): void;
|
|
22
|
+
private r;
|
|
23
|
+
private q;
|
|
24
|
+
private p;
|
|
25
|
+
aa(): void;
|
|
26
|
+
x(): void;
|
|
27
|
+
z(): void;
|
|
28
|
+
m(a: number, b: number, c: number): any;
|
|
29
|
+
y(a: any): void;
|
|
30
|
+
n(): void;
|
|
31
|
+
a(a: any, b: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
32
|
+
private o;
|
|
33
|
+
private d;
|
|
34
|
+
private k;
|
|
35
|
+
private h;
|
|
36
|
+
private j;
|
|
37
|
+
private i;
|
|
38
|
+
s(): void;
|
|
39
|
+
u(): void;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @hidden
|
|
43
|
+
*/
|
|
44
|
+
export declare class XRipple extends Base implements INotifyPropertyChanged {
|
|
45
|
+
static $t: Type;
|
|
46
|
+
constructor();
|
|
47
|
+
c: RippleView;
|
|
48
|
+
destroy(): void;
|
|
49
|
+
protected ah(a: string, b: any, c: any): void;
|
|
50
|
+
protected aj(a: string, b: any, c: any): void;
|
|
51
|
+
private am;
|
|
52
|
+
private an;
|
|
53
|
+
j: boolean;
|
|
54
|
+
af(): void;
|
|
55
|
+
ag(): void;
|
|
56
|
+
private p;
|
|
57
|
+
get q(): any;
|
|
58
|
+
set q(a: any);
|
|
59
|
+
private ar;
|
|
60
|
+
get ax(): Brush;
|
|
61
|
+
set ax(a: Brush);
|
|
62
|
+
private aq;
|
|
63
|
+
get aw(): Brush;
|
|
64
|
+
set aw(a: Brush);
|
|
65
|
+
static au: Brush;
|
|
66
|
+
private ao;
|
|
67
|
+
get as(): Brush;
|
|
68
|
+
set as(a: Brush);
|
|
69
|
+
private m;
|
|
70
|
+
al(a: number, b: number, c: number, d: number): void;
|
|
71
|
+
private d;
|
|
72
|
+
static av: Brush;
|
|
73
|
+
private ap;
|
|
74
|
+
get at(): Brush;
|
|
75
|
+
set at(a: Brush);
|
|
76
|
+
private n;
|
|
77
|
+
get o(): number;
|
|
78
|
+
set o(a: number);
|
|
79
|
+
private f;
|
|
80
|
+
get i(): boolean;
|
|
81
|
+
set i(a: boolean);
|
|
82
|
+
private e;
|
|
83
|
+
get h(): boolean;
|
|
84
|
+
set h(a: boolean);
|
|
85
|
+
private g;
|
|
86
|
+
get k(): boolean;
|
|
87
|
+
set k(a: boolean);
|
|
88
|
+
ai(): void;
|
|
89
|
+
private get a();
|
|
90
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
91
|
+
onDetachedFromUI(): void;
|
|
92
|
+
onAttachedToUI(): void;
|
|
93
|
+
protected l(): boolean;
|
|
94
|
+
r(): any;
|
|
95
|
+
v(): string;
|
|
96
|
+
b(): RippleVisualModelExport;
|
|
97
|
+
provideContainer(a: DomRenderer): void;
|
|
98
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class RippleVisualModelExport extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
a: BrushAppearanceData;
|
|
9
|
+
b: BrushAppearanceData;
|
|
10
|
+
f: number;
|
|
11
|
+
d: boolean;
|
|
12
|
+
c: boolean;
|
|
13
|
+
e: boolean;
|
|
14
|
+
g(): string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventArgs, Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class SelectedValueChangedEventArgs extends EventArgs {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private _oldValue;
|
|
8
|
+
get oldValue(): Date;
|
|
9
|
+
set oldValue(a: Date);
|
|
10
|
+
private _newValue;
|
|
11
|
+
get newValue(): Date;
|
|
12
|
+
set newValue(a: Date);
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SuffixView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { SuffixShiftType } from "./SuffixShiftType";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class SuffixVisualModelExport extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
a: SuffixShiftType;
|
|
9
|
+
c: boolean;
|
|
10
|
+
b: boolean;
|
|
11
|
+
d: string;
|
|
12
|
+
e(): string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class TextElementsVisualModelExport extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
e: number;
|
|
9
|
+
d: number;
|
|
10
|
+
c: number;
|
|
11
|
+
f: number;
|
|
12
|
+
g: any;
|
|
13
|
+
b: BrushAppearanceData;
|
|
14
|
+
a: BrushAppearanceData;
|
|
15
|
+
h(): string;
|
|
16
|
+
}
|
package/lib/Theme.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class Theme extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private b;
|
|
9
|
+
private a;
|
|
10
|
+
get c(): Dictionary$2<any, Theme>;
|
|
11
|
+
constructor(a: number, b: Dictionary$2<string, any>);
|
|
12
|
+
constructor(a: number, b: Dictionary$2<string, any>, c: Dictionary$2<any, Theme>);
|
|
13
|
+
constructor(a: number, ..._rest: any[]);
|
|
14
|
+
item(a: string): any;
|
|
15
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { Brush } from "igniteui-angular-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
4
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
5
|
+
import { Thickness } from "igniteui-angular-core";
|
|
6
|
+
import { ElevationMode } from "igniteui-angular-core";
|
|
7
|
+
import { Theme } from "./Theme";
|
|
8
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export declare class ThemeResolver extends Base {
|
|
13
|
+
static $t: Type;
|
|
14
|
+
static ah(a: BaseControlTheme, b: Brush, c: Brush): Brush;
|
|
15
|
+
static r(a: BaseControlTheme, b: number, c: number): number;
|
|
16
|
+
static m(a: BaseControlTheme, b: number, c: number): number;
|
|
17
|
+
static ac(a: BaseControlTheme, b: CornerRadius, c: CornerRadius): CornerRadius;
|
|
18
|
+
static am(a: BaseControlTheme, b: Thickness, c: Thickness): Thickness;
|
|
19
|
+
static g(a: BaseControlTheme, b: ElevationMode, c: ElevationMode): ElevationMode;
|
|
20
|
+
static a(a: Dictionary$2<string, any>): Theme;
|
|
21
|
+
static ag(a: BaseControlTheme, b: ThemeResolver, c: string): Brush;
|
|
22
|
+
static af(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): Brush;
|
|
23
|
+
static q(a: BaseControlTheme, b: ThemeResolver, c: string): number;
|
|
24
|
+
static p(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): number;
|
|
25
|
+
static l(a: BaseControlTheme, b: ThemeResolver, c: string): number;
|
|
26
|
+
static k(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): number;
|
|
27
|
+
static x(a: BaseControlTheme, b: ThemeResolver, c: string): string;
|
|
28
|
+
static w(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): string;
|
|
29
|
+
static f(a: BaseControlTheme, b: ThemeResolver, c: string): ElevationMode;
|
|
30
|
+
static e(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): ElevationMode;
|
|
31
|
+
static ab(a: BaseControlTheme, b: ThemeResolver, c: string): CornerRadius;
|
|
32
|
+
static aa(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): CornerRadius;
|
|
33
|
+
static al(a: BaseControlTheme, b: ThemeResolver, c: string): Thickness;
|
|
34
|
+
static ak(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): Thickness;
|
|
35
|
+
private b;
|
|
36
|
+
private h;
|
|
37
|
+
constructor(a: number);
|
|
38
|
+
constructor(a: number, b: Dictionary$2<BaseControlTheme, Theme>, c: BaseControlTheme);
|
|
39
|
+
constructor(a: number, ..._rest: any[]);
|
|
40
|
+
t(a: BaseControlTheme, b: string): any;
|
|
41
|
+
s(a: BaseControlTheme, b: any, c: string): any;
|
|
42
|
+
ae(a: BaseControlTheme, b: string): Brush;
|
|
43
|
+
ad(a: BaseControlTheme, b: any, c: string): Brush;
|
|
44
|
+
o(a: BaseControlTheme, b: string): number;
|
|
45
|
+
n(a: BaseControlTheme, b: any, c: string): number;
|
|
46
|
+
j(a: BaseControlTheme, b: string): number;
|
|
47
|
+
i(a: BaseControlTheme, b: any, c: string): number;
|
|
48
|
+
v(a: BaseControlTheme, b: string): string;
|
|
49
|
+
u(a: BaseControlTheme, b: any, c: string): string;
|
|
50
|
+
d(a: BaseControlTheme, b: string): ElevationMode;
|
|
51
|
+
c(a: BaseControlTheme, b: any, c: string): ElevationMode;
|
|
52
|
+
z(a: BaseControlTheme, b: string): CornerRadius;
|
|
53
|
+
y(a: BaseControlTheme, b: any, c: string): CornerRadius;
|
|
54
|
+
aj(a: BaseControlTheme, b: string): Thickness;
|
|
55
|
+
ai(a: BaseControlTheme, b: any, c: string): Thickness;
|
|
56
|
+
}
|
package/lib/XButton.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XButton } from "./ButtonView_combined";
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { Type } from "igniteui-angular-core";
|
|
3
|
+
import { NativeUIComponent } from "igniteui-angular-core";
|
|
4
|
+
import { NativeUIBuiltInEvents } from "igniteui-angular-core";
|
|
5
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
6
|
+
import { NativeUIComponentHorizontalAlignment } from "igniteui-angular-core";
|
|
7
|
+
import { NativeUIComponentVerticalAlignment } from "igniteui-angular-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class XButtonBridge extends XComponentBridge {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
private ac;
|
|
14
|
+
private aa;
|
|
15
|
+
private u;
|
|
16
|
+
private z;
|
|
17
|
+
private x;
|
|
18
|
+
private ae;
|
|
19
|
+
private y;
|
|
20
|
+
private af;
|
|
21
|
+
private v;
|
|
22
|
+
private ab;
|
|
23
|
+
private w;
|
|
24
|
+
private ad;
|
|
25
|
+
constructor(a: any);
|
|
26
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
27
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
28
|
+
private ag;
|
|
29
|
+
private aj;
|
|
30
|
+
private ak;
|
|
31
|
+
private ah;
|
|
32
|
+
private ai;
|
|
33
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
34
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
35
|
+
setHorizontalContentAlignment(a: any, b: NativeUIComponentHorizontalAlignment): void;
|
|
36
|
+
getHorizontalContentAlignment(a: any): NativeUIComponentHorizontalAlignment;
|
|
37
|
+
setVerticalContentAlignment(a: any, b: NativeUIComponentVerticalAlignment): void;
|
|
38
|
+
getVerticalContentAlignment(a: any): NativeUIComponentVerticalAlignment;
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XButtonGroup } from "./ButtonGroupView_combined";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ObservableCollection$1 } from "igniteui-angular-core";
|
|
2
|
+
import { XButton } from "./XButton";
|
|
3
|
+
import { EventArgs, Type } from "igniteui-angular-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class XButtonGroupButtonCollection extends ObservableCollection$1<XButton> {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor();
|
|
10
|
+
collectionResetting: (sender: any, e: EventArgs) => void;
|
|
11
|
+
protected p(): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XCalendar } from "./CalendarView_combined";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export declare class XCalendarLocaleEn {
|
|
2
|
+
[key: string]: string;
|
|
3
|
+
"April_Full": string;
|
|
4
|
+
"April_Short": string;
|
|
5
|
+
"August_Full": string;
|
|
6
|
+
"August_Short": string;
|
|
7
|
+
"December_Full": string;
|
|
8
|
+
"December_Short": string;
|
|
9
|
+
"February_Full": string;
|
|
10
|
+
"February_Short": string;
|
|
11
|
+
"Friday_Full": string;
|
|
12
|
+
"Friday_Short": string;
|
|
13
|
+
"Friday_Single": string;
|
|
14
|
+
"January_Full": string;
|
|
15
|
+
"January_Short": string;
|
|
16
|
+
"July_Full": string;
|
|
17
|
+
"July_Short": string;
|
|
18
|
+
"June_Full": string;
|
|
19
|
+
"June_Short": string;
|
|
20
|
+
"March_Full": string;
|
|
21
|
+
"March_Short": string;
|
|
22
|
+
"May_Full": string;
|
|
23
|
+
"May_Short": string;
|
|
24
|
+
"Monday_Full": string;
|
|
25
|
+
"Monday_Short": string;
|
|
26
|
+
"Monday_Single": string;
|
|
27
|
+
"November_Full": string;
|
|
28
|
+
"November_Short": string;
|
|
29
|
+
"October_Full": string;
|
|
30
|
+
"October_Short": string;
|
|
31
|
+
"Saturday_Full": string;
|
|
32
|
+
"Saturday_Short": string;
|
|
33
|
+
"Saturday_Single": string;
|
|
34
|
+
"September_Full": string;
|
|
35
|
+
"September_Short": string;
|
|
36
|
+
"Sunday_Full": string;
|
|
37
|
+
"Sunday_Short": string;
|
|
38
|
+
"Sunday_Single": string;
|
|
39
|
+
"Thursday_Full": string;
|
|
40
|
+
"Thursday_Short": string;
|
|
41
|
+
"Thursday_Single": string;
|
|
42
|
+
"Today": string;
|
|
43
|
+
"Tuesday_Full": string;
|
|
44
|
+
"Tuesday_Short": string;
|
|
45
|
+
"Tuesday_Single": string;
|
|
46
|
+
"Wednesday_Full": string;
|
|
47
|
+
"Wednesday_Short": string;
|
|
48
|
+
"Wednesday_Single": string;
|
|
49
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XCheckbox } from "./CheckboxView_combined";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { Type } from "igniteui-angular-core";
|
|
3
|
+
import { NativeUIComponent } from "igniteui-angular-core";
|
|
4
|
+
import { NativeUIBuiltInEvents } from "igniteui-angular-core";
|
|
5
|
+
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class XCheckboxBridge extends XComponentBridge {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private u;
|
|
12
|
+
private v;
|
|
13
|
+
constructor(a: any);
|
|
14
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
15
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
16
|
+
private w;
|
|
17
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
18
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
19
|
+
}
|