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,695 @@
|
|
|
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 { ControlDisplayDensity } from "igniteui-angular-core";
|
|
5
|
+
import { HorizontalAlignment } from "igniteui-angular-core";
|
|
6
|
+
import { ElevationMode } from "igniteui-angular-core";
|
|
7
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
8
|
+
import { ButtonDisplayStyle } from "./ButtonDisplayStyle";
|
|
9
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
10
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
11
|
+
import { VerticalAlignment } from "igniteui-angular-core";
|
|
12
|
+
import { ThemeResolver } from "./ThemeResolver";
|
|
13
|
+
import { ButtonClickEventArgs } from "./ButtonClickEventArgs";
|
|
14
|
+
import { MouseEventArgs } from "igniteui-angular-core";
|
|
15
|
+
import { FocusEventArgs } from "igniteui-angular-core";
|
|
16
|
+
import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
|
|
17
|
+
import { Theme } from "./Theme";
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
export declare class ButtonView extends Base {
|
|
22
|
+
static $t: Type;
|
|
23
|
+
constructor();
|
|
24
|
+
b: XButton;
|
|
25
|
+
ao(): void;
|
|
26
|
+
g(): boolean;
|
|
27
|
+
k: DomRenderer;
|
|
28
|
+
private d;
|
|
29
|
+
private h;
|
|
30
|
+
get q(): any;
|
|
31
|
+
get s(): any;
|
|
32
|
+
ai(a: DomRenderer): void;
|
|
33
|
+
ak(): void;
|
|
34
|
+
ay(): void;
|
|
35
|
+
as(): void;
|
|
36
|
+
au(a: number): void;
|
|
37
|
+
at(a: number): void;
|
|
38
|
+
aq(): void;
|
|
39
|
+
al(): void;
|
|
40
|
+
ah(): void;
|
|
41
|
+
af(): void;
|
|
42
|
+
am(): void;
|
|
43
|
+
an(): void;
|
|
44
|
+
private t;
|
|
45
|
+
av(): void;
|
|
46
|
+
ap(): void;
|
|
47
|
+
private u;
|
|
48
|
+
private v;
|
|
49
|
+
private w;
|
|
50
|
+
private z;
|
|
51
|
+
private y;
|
|
52
|
+
private aa;
|
|
53
|
+
private ab;
|
|
54
|
+
private f;
|
|
55
|
+
private x;
|
|
56
|
+
ae(): void;
|
|
57
|
+
private e;
|
|
58
|
+
private n;
|
|
59
|
+
private j;
|
|
60
|
+
private i;
|
|
61
|
+
private l;
|
|
62
|
+
private c;
|
|
63
|
+
private m;
|
|
64
|
+
private p;
|
|
65
|
+
private o;
|
|
66
|
+
ag(): void;
|
|
67
|
+
aj(): void;
|
|
68
|
+
ar(): void;
|
|
69
|
+
aw(a: Brush, b: Brush): void;
|
|
70
|
+
ax(a: number, b: ElevationMode): void;
|
|
71
|
+
az(a: FontInfo): void;
|
|
72
|
+
ac(a: any): void;
|
|
73
|
+
ad(): void;
|
|
74
|
+
r(): any;
|
|
75
|
+
a(): number[];
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @hidden
|
|
79
|
+
*/
|
|
80
|
+
export declare class XButton extends Base implements INotifyPropertyChanged {
|
|
81
|
+
static $t: Type;
|
|
82
|
+
constructor();
|
|
83
|
+
private _view;
|
|
84
|
+
get view(): ButtonView;
|
|
85
|
+
set view(a: ButtonView);
|
|
86
|
+
d9: any;
|
|
87
|
+
destroy(): void;
|
|
88
|
+
protected kd(a: string, b: any, c: any): void;
|
|
89
|
+
protected kf(a: string, b: any, c: any): void;
|
|
90
|
+
private ks;
|
|
91
|
+
private ki;
|
|
92
|
+
j6(): void;
|
|
93
|
+
j5(): void;
|
|
94
|
+
j8(): void;
|
|
95
|
+
kc(): void;
|
|
96
|
+
kb(): void;
|
|
97
|
+
j9(): void;
|
|
98
|
+
ka(a: any): void;
|
|
99
|
+
private kh;
|
|
100
|
+
static m: BaseControlTheme;
|
|
101
|
+
pf: Brush;
|
|
102
|
+
o3: Brush;
|
|
103
|
+
nu: Brush;
|
|
104
|
+
v: ElevationMode;
|
|
105
|
+
o6: Brush;
|
|
106
|
+
o7: Brush;
|
|
107
|
+
o8: Brush;
|
|
108
|
+
da: number;
|
|
109
|
+
dd: number;
|
|
110
|
+
dc: number;
|
|
111
|
+
db: number;
|
|
112
|
+
o5: Brush;
|
|
113
|
+
pd: Brush;
|
|
114
|
+
ky: CornerRadius;
|
|
115
|
+
bp: number;
|
|
116
|
+
o4: Brush;
|
|
117
|
+
pe: Brush;
|
|
118
|
+
pc: Brush;
|
|
119
|
+
pb: Brush;
|
|
120
|
+
o9: Brush;
|
|
121
|
+
pa: Brush;
|
|
122
|
+
n8: Brush;
|
|
123
|
+
n9: Brush;
|
|
124
|
+
oa: Brush;
|
|
125
|
+
cy: number;
|
|
126
|
+
c1: number;
|
|
127
|
+
c0: number;
|
|
128
|
+
cz: number;
|
|
129
|
+
n7: Brush;
|
|
130
|
+
of: Brush;
|
|
131
|
+
kv: CornerRadius;
|
|
132
|
+
bm: number;
|
|
133
|
+
n6: Brush;
|
|
134
|
+
og: Brush;
|
|
135
|
+
oe: Brush;
|
|
136
|
+
od: Brush;
|
|
137
|
+
ob: Brush;
|
|
138
|
+
oc: Brush;
|
|
139
|
+
ou: Brush;
|
|
140
|
+
ov: Brush;
|
|
141
|
+
ow: Brush;
|
|
142
|
+
c6: number;
|
|
143
|
+
c9: number;
|
|
144
|
+
c8: number;
|
|
145
|
+
c7: number;
|
|
146
|
+
ot: Brush;
|
|
147
|
+
o1: Brush;
|
|
148
|
+
kx: CornerRadius;
|
|
149
|
+
bo: number;
|
|
150
|
+
os: Brush;
|
|
151
|
+
o2: Brush;
|
|
152
|
+
o0: Brush;
|
|
153
|
+
oz: Brush;
|
|
154
|
+
ox: Brush;
|
|
155
|
+
oy: Brush;
|
|
156
|
+
oj: Brush;
|
|
157
|
+
ok: Brush;
|
|
158
|
+
ol: Brush;
|
|
159
|
+
c2: number;
|
|
160
|
+
c5: number;
|
|
161
|
+
c4: number;
|
|
162
|
+
c3: number;
|
|
163
|
+
oi: Brush;
|
|
164
|
+
oq: Brush;
|
|
165
|
+
kw: CornerRadius;
|
|
166
|
+
bn: number;
|
|
167
|
+
oh: Brush;
|
|
168
|
+
or: Brush;
|
|
169
|
+
op: Brush;
|
|
170
|
+
oo: Brush;
|
|
171
|
+
om: Brush;
|
|
172
|
+
on: Brush;
|
|
173
|
+
nx: Brush;
|
|
174
|
+
ny: Brush;
|
|
175
|
+
nz: Brush;
|
|
176
|
+
cu: number;
|
|
177
|
+
cx: number;
|
|
178
|
+
cw: number;
|
|
179
|
+
cv: number;
|
|
180
|
+
nw: Brush;
|
|
181
|
+
n4: Brush;
|
|
182
|
+
ku: CornerRadius;
|
|
183
|
+
bl: number;
|
|
184
|
+
nv: Brush;
|
|
185
|
+
n5: Brush;
|
|
186
|
+
n3: Brush;
|
|
187
|
+
n2: Brush;
|
|
188
|
+
n0: Brush;
|
|
189
|
+
n1: Brush;
|
|
190
|
+
private kj;
|
|
191
|
+
private bc;
|
|
192
|
+
get bu(): number;
|
|
193
|
+
set bu(a: number);
|
|
194
|
+
private bb;
|
|
195
|
+
get bt(): number;
|
|
196
|
+
set bt(a: number);
|
|
197
|
+
private d;
|
|
198
|
+
get e(): ButtonDisplayStyle;
|
|
199
|
+
set e(a: ButtonDisplayStyle);
|
|
200
|
+
private p;
|
|
201
|
+
get r(): ControlDisplayDensity;
|
|
202
|
+
set r(a: ControlDisplayDensity);
|
|
203
|
+
private l;
|
|
204
|
+
get n(): BaseControlTheme;
|
|
205
|
+
set n(a: BaseControlTheme);
|
|
206
|
+
private o;
|
|
207
|
+
get q(): ControlDisplayDensity;
|
|
208
|
+
set q(a: ControlDisplayDensity);
|
|
209
|
+
private k8;
|
|
210
|
+
get ng(): Brush;
|
|
211
|
+
set ng(a: Brush);
|
|
212
|
+
private lj;
|
|
213
|
+
get nr(): Brush;
|
|
214
|
+
set nr(a: Brush);
|
|
215
|
+
private lg;
|
|
216
|
+
get no(): Brush;
|
|
217
|
+
set no(a: Brush);
|
|
218
|
+
private k6;
|
|
219
|
+
get ne(): Brush;
|
|
220
|
+
set ne(a: Brush);
|
|
221
|
+
private b0;
|
|
222
|
+
get ct(): number;
|
|
223
|
+
set ct(a: number);
|
|
224
|
+
private by;
|
|
225
|
+
get cr(): number;
|
|
226
|
+
set cr(a: number);
|
|
227
|
+
private bz;
|
|
228
|
+
get cs(): number;
|
|
229
|
+
set cs(a: number);
|
|
230
|
+
private lh;
|
|
231
|
+
get np(): Brush;
|
|
232
|
+
set np(a: Brush);
|
|
233
|
+
private kk;
|
|
234
|
+
get kr(): CornerRadius;
|
|
235
|
+
set kr(a: CornerRadius);
|
|
236
|
+
private k7;
|
|
237
|
+
get nf(): Brush;
|
|
238
|
+
set nf(a: Brush);
|
|
239
|
+
private k9;
|
|
240
|
+
get nh(): Brush;
|
|
241
|
+
set nh(a: Brush);
|
|
242
|
+
private la;
|
|
243
|
+
get ni(): Brush;
|
|
244
|
+
set ni(a: Brush);
|
|
245
|
+
private lb;
|
|
246
|
+
get nj(): Brush;
|
|
247
|
+
set nj(a: Brush);
|
|
248
|
+
private bx;
|
|
249
|
+
get cq(): number;
|
|
250
|
+
set cq(a: number);
|
|
251
|
+
private s;
|
|
252
|
+
get u(): ElevationMode;
|
|
253
|
+
set u(a: ElevationMode);
|
|
254
|
+
private li;
|
|
255
|
+
get nq(): Brush;
|
|
256
|
+
set nq(a: Brush);
|
|
257
|
+
private lf;
|
|
258
|
+
get nn(): Brush;
|
|
259
|
+
set nn(a: Brush);
|
|
260
|
+
private lc;
|
|
261
|
+
get nk(): Brush;
|
|
262
|
+
set nk(a: Brush);
|
|
263
|
+
private ld;
|
|
264
|
+
get nl(): Brush;
|
|
265
|
+
set nl(a: Brush);
|
|
266
|
+
private le;
|
|
267
|
+
get nm(): Brush;
|
|
268
|
+
set nm(a: Brush);
|
|
269
|
+
private a2;
|
|
270
|
+
get bf(): number;
|
|
271
|
+
set bf(a: number);
|
|
272
|
+
private m1;
|
|
273
|
+
get qv(): Brush;
|
|
274
|
+
set qv(a: Brush);
|
|
275
|
+
private m3;
|
|
276
|
+
get qx(): Brush;
|
|
277
|
+
set qx(a: Brush);
|
|
278
|
+
private m4;
|
|
279
|
+
get qy(): Brush;
|
|
280
|
+
set qy(a: Brush);
|
|
281
|
+
private m5;
|
|
282
|
+
get qz(): Brush;
|
|
283
|
+
set qz(a: Brush);
|
|
284
|
+
private ck;
|
|
285
|
+
get dy(): number;
|
|
286
|
+
set dy(a: number);
|
|
287
|
+
private m8;
|
|
288
|
+
get q2(): Brush;
|
|
289
|
+
set q2(a: Brush);
|
|
290
|
+
private m2;
|
|
291
|
+
get qw(): Brush;
|
|
292
|
+
set qw(a: Brush);
|
|
293
|
+
private cn;
|
|
294
|
+
get d1(): number;
|
|
295
|
+
set d1(a: number);
|
|
296
|
+
private cm;
|
|
297
|
+
get d0(): number;
|
|
298
|
+
set d0(a: number);
|
|
299
|
+
private cl;
|
|
300
|
+
get dz(): number;
|
|
301
|
+
set dz(a: number);
|
|
302
|
+
private be;
|
|
303
|
+
get bw(): number;
|
|
304
|
+
set bw(a: number);
|
|
305
|
+
private kq;
|
|
306
|
+
get k3(): CornerRadius;
|
|
307
|
+
set k3(a: CornerRadius);
|
|
308
|
+
private na;
|
|
309
|
+
get q4(): Brush;
|
|
310
|
+
set q4(a: Brush);
|
|
311
|
+
private lz;
|
|
312
|
+
get pu(): Brush;
|
|
313
|
+
set pu(a: Brush);
|
|
314
|
+
private l1;
|
|
315
|
+
get pw(): Brush;
|
|
316
|
+
set pw(a: Brush);
|
|
317
|
+
private l2;
|
|
318
|
+
get px(): Brush;
|
|
319
|
+
set px(a: Brush);
|
|
320
|
+
private l3;
|
|
321
|
+
get py(): Brush;
|
|
322
|
+
set py(a: Brush);
|
|
323
|
+
private b6;
|
|
324
|
+
get dj(): number;
|
|
325
|
+
set dj(a: number);
|
|
326
|
+
private l6;
|
|
327
|
+
get p1(): Brush;
|
|
328
|
+
set p1(a: Brush);
|
|
329
|
+
private l0;
|
|
330
|
+
get pv(): Brush;
|
|
331
|
+
set pv(a: Brush);
|
|
332
|
+
private b9;
|
|
333
|
+
get dm(): number;
|
|
334
|
+
set dm(a: number);
|
|
335
|
+
private b8;
|
|
336
|
+
get dl(): number;
|
|
337
|
+
set dl(a: number);
|
|
338
|
+
private b7;
|
|
339
|
+
get dk(): number;
|
|
340
|
+
set dk(a: number);
|
|
341
|
+
private l8;
|
|
342
|
+
get p3(): Brush;
|
|
343
|
+
set p3(a: Brush);
|
|
344
|
+
private l9;
|
|
345
|
+
get p4(): Brush;
|
|
346
|
+
set p4(a: Brush);
|
|
347
|
+
private l7;
|
|
348
|
+
get p2(): Brush;
|
|
349
|
+
set p2(a: Brush);
|
|
350
|
+
private l4;
|
|
351
|
+
get pz(): Brush;
|
|
352
|
+
set pz(a: Brush);
|
|
353
|
+
private l5;
|
|
354
|
+
get p0(): Brush;
|
|
355
|
+
set p0(a: Brush);
|
|
356
|
+
private a9;
|
|
357
|
+
get br(): number;
|
|
358
|
+
set br(a: number);
|
|
359
|
+
private kn;
|
|
360
|
+
get k0(): CornerRadius;
|
|
361
|
+
set k0(a: CornerRadius);
|
|
362
|
+
private lk;
|
|
363
|
+
get ns(): Brush;
|
|
364
|
+
set ns(a: Brush);
|
|
365
|
+
private lm;
|
|
366
|
+
get pg(): Brush;
|
|
367
|
+
set pg(a: Brush);
|
|
368
|
+
private ln;
|
|
369
|
+
get ph(): Brush;
|
|
370
|
+
set ph(a: Brush);
|
|
371
|
+
private lo;
|
|
372
|
+
get pi(): Brush;
|
|
373
|
+
set pi(a: Brush);
|
|
374
|
+
private b1;
|
|
375
|
+
get de(): number;
|
|
376
|
+
set de(a: number);
|
|
377
|
+
private t;
|
|
378
|
+
get w(): ElevationMode;
|
|
379
|
+
set w(a: ElevationMode);
|
|
380
|
+
private mc;
|
|
381
|
+
get p7(): Brush;
|
|
382
|
+
set p7(a: Brush);
|
|
383
|
+
private ll;
|
|
384
|
+
get nt(): Brush;
|
|
385
|
+
set nt(a: Brush);
|
|
386
|
+
private co;
|
|
387
|
+
get d2(): number;
|
|
388
|
+
set d2(a: number);
|
|
389
|
+
private cb;
|
|
390
|
+
get dp(): number;
|
|
391
|
+
set dp(a: number);
|
|
392
|
+
private ca;
|
|
393
|
+
get dn(): number;
|
|
394
|
+
set dn(a: number);
|
|
395
|
+
private z;
|
|
396
|
+
get aa(): FontInfo;
|
|
397
|
+
set aa(a: FontInfo);
|
|
398
|
+
private nd;
|
|
399
|
+
get q7(): Brush;
|
|
400
|
+
set q7(a: Brush);
|
|
401
|
+
private me;
|
|
402
|
+
get p8(): Brush;
|
|
403
|
+
set p8(a: Brush);
|
|
404
|
+
private nc;
|
|
405
|
+
get q6(): Brush;
|
|
406
|
+
set q6(a: Brush);
|
|
407
|
+
private nb;
|
|
408
|
+
get q5(): Brush;
|
|
409
|
+
set q5(a: Brush);
|
|
410
|
+
private m9;
|
|
411
|
+
get q3(): Brush;
|
|
412
|
+
set q3(a: Brush);
|
|
413
|
+
private m6;
|
|
414
|
+
get q0(): Brush;
|
|
415
|
+
set q0(a: Brush);
|
|
416
|
+
private m7;
|
|
417
|
+
get q1(): Brush;
|
|
418
|
+
set q1(a: Brush);
|
|
419
|
+
private ma;
|
|
420
|
+
get p5(): Brush;
|
|
421
|
+
set p5(a: Brush);
|
|
422
|
+
private mb;
|
|
423
|
+
get p6(): Brush;
|
|
424
|
+
set p6(a: Brush);
|
|
425
|
+
private a3;
|
|
426
|
+
get bg(): number;
|
|
427
|
+
set bg(a: number);
|
|
428
|
+
private kl;
|
|
429
|
+
get kt(): CornerRadius;
|
|
430
|
+
set kt(a: CornerRadius);
|
|
431
|
+
private mq;
|
|
432
|
+
get qk(): Brush;
|
|
433
|
+
set qk(a: Brush);
|
|
434
|
+
private ms;
|
|
435
|
+
get qm(): Brush;
|
|
436
|
+
set qm(a: Brush);
|
|
437
|
+
private mt;
|
|
438
|
+
get qn(): Brush;
|
|
439
|
+
set qn(a: Brush);
|
|
440
|
+
private mu;
|
|
441
|
+
get qo(): Brush;
|
|
442
|
+
set qo(a: Brush);
|
|
443
|
+
private cg;
|
|
444
|
+
get du(): number;
|
|
445
|
+
set du(a: number);
|
|
446
|
+
private mx;
|
|
447
|
+
get qr(): Brush;
|
|
448
|
+
set qr(a: Brush);
|
|
449
|
+
private mr;
|
|
450
|
+
get ql(): Brush;
|
|
451
|
+
set ql(a: Brush);
|
|
452
|
+
private cj;
|
|
453
|
+
get dx(): number;
|
|
454
|
+
set dx(a: number);
|
|
455
|
+
private ci;
|
|
456
|
+
get dw(): number;
|
|
457
|
+
set dw(a: number);
|
|
458
|
+
private ch;
|
|
459
|
+
get dv(): number;
|
|
460
|
+
set dv(a: number);
|
|
461
|
+
private bd;
|
|
462
|
+
get bv(): number;
|
|
463
|
+
set bv(a: number);
|
|
464
|
+
private kp;
|
|
465
|
+
get k2(): CornerRadius;
|
|
466
|
+
set k2(a: CornerRadius);
|
|
467
|
+
private mz;
|
|
468
|
+
get qt(): Brush;
|
|
469
|
+
set qt(a: Brush);
|
|
470
|
+
private m0;
|
|
471
|
+
get qu(): Brush;
|
|
472
|
+
set qu(a: Brush);
|
|
473
|
+
private my;
|
|
474
|
+
get qs(): Brush;
|
|
475
|
+
set qs(a: Brush);
|
|
476
|
+
private mv;
|
|
477
|
+
get qp(): Brush;
|
|
478
|
+
set qp(a: Brush);
|
|
479
|
+
private mw;
|
|
480
|
+
get qq(): Brush;
|
|
481
|
+
set qq(a: Brush);
|
|
482
|
+
private lp;
|
|
483
|
+
get pj(): Brush;
|
|
484
|
+
set pj(a: Brush);
|
|
485
|
+
private lr;
|
|
486
|
+
get pl(): Brush;
|
|
487
|
+
set pl(a: Brush);
|
|
488
|
+
private ls;
|
|
489
|
+
get pm(): Brush;
|
|
490
|
+
set pm(a: Brush);
|
|
491
|
+
private lt;
|
|
492
|
+
get pn(): Brush;
|
|
493
|
+
set pn(a: Brush);
|
|
494
|
+
private b2;
|
|
495
|
+
get df(): number;
|
|
496
|
+
set df(a: number);
|
|
497
|
+
private md;
|
|
498
|
+
get pq(): Brush;
|
|
499
|
+
set pq(a: Brush);
|
|
500
|
+
private lq;
|
|
501
|
+
get pk(): Brush;
|
|
502
|
+
set pk(a: Brush);
|
|
503
|
+
private b5;
|
|
504
|
+
get di(): number;
|
|
505
|
+
set di(a: number);
|
|
506
|
+
private b4;
|
|
507
|
+
get dh(): number;
|
|
508
|
+
set dh(a: number);
|
|
509
|
+
private b3;
|
|
510
|
+
get dg(): number;
|
|
511
|
+
set dg(a: number);
|
|
512
|
+
private a8;
|
|
513
|
+
get bq(): number;
|
|
514
|
+
set bq(a: number);
|
|
515
|
+
private km;
|
|
516
|
+
get kz(): CornerRadius;
|
|
517
|
+
set kz(a: CornerRadius);
|
|
518
|
+
private lx;
|
|
519
|
+
get ps(): Brush;
|
|
520
|
+
set ps(a: Brush);
|
|
521
|
+
private ly;
|
|
522
|
+
get pt(): Brush;
|
|
523
|
+
set pt(a: Brush);
|
|
524
|
+
private lw;
|
|
525
|
+
get pr(): Brush;
|
|
526
|
+
set pr(a: Brush);
|
|
527
|
+
private lu;
|
|
528
|
+
get po(): Brush;
|
|
529
|
+
set po(a: Brush);
|
|
530
|
+
private lv;
|
|
531
|
+
get pp(): Brush;
|
|
532
|
+
set pp(a: Brush);
|
|
533
|
+
private mf;
|
|
534
|
+
get p9(): Brush;
|
|
535
|
+
set p9(a: Brush);
|
|
536
|
+
private mh;
|
|
537
|
+
get qb(): Brush;
|
|
538
|
+
set qb(a: Brush);
|
|
539
|
+
private mi;
|
|
540
|
+
get qc(): Brush;
|
|
541
|
+
set qc(a: Brush);
|
|
542
|
+
private mj;
|
|
543
|
+
get qd(): Brush;
|
|
544
|
+
set qd(a: Brush);
|
|
545
|
+
private cc;
|
|
546
|
+
get dq(): number;
|
|
547
|
+
set dq(a: number);
|
|
548
|
+
private mm;
|
|
549
|
+
get qg(): Brush;
|
|
550
|
+
set qg(a: Brush);
|
|
551
|
+
private mg;
|
|
552
|
+
get qa(): Brush;
|
|
553
|
+
set qa(a: Brush);
|
|
554
|
+
private cf;
|
|
555
|
+
get dt(): number;
|
|
556
|
+
set dt(a: number);
|
|
557
|
+
private ce;
|
|
558
|
+
get ds(): number;
|
|
559
|
+
set ds(a: number);
|
|
560
|
+
private cd;
|
|
561
|
+
get dr(): number;
|
|
562
|
+
set dr(a: number);
|
|
563
|
+
private ba;
|
|
564
|
+
get bs(): number;
|
|
565
|
+
set bs(a: number);
|
|
566
|
+
private ko;
|
|
567
|
+
get k1(): CornerRadius;
|
|
568
|
+
set k1(a: CornerRadius);
|
|
569
|
+
private mo;
|
|
570
|
+
get qi(): Brush;
|
|
571
|
+
set qi(a: Brush);
|
|
572
|
+
private mp;
|
|
573
|
+
get qj(): Brush;
|
|
574
|
+
set qj(a: Brush);
|
|
575
|
+
private mn;
|
|
576
|
+
get qh(): Brush;
|
|
577
|
+
set qh(a: Brush);
|
|
578
|
+
private mk;
|
|
579
|
+
get qe(): Brush;
|
|
580
|
+
set qe(a: Brush);
|
|
581
|
+
private ml;
|
|
582
|
+
get qf(): Brush;
|
|
583
|
+
set qf(a: Brush);
|
|
584
|
+
private static d5;
|
|
585
|
+
private ei;
|
|
586
|
+
get hu(): string;
|
|
587
|
+
set hu(a: string);
|
|
588
|
+
private static d4;
|
|
589
|
+
private eh;
|
|
590
|
+
get hs(): string;
|
|
591
|
+
set hs(a: string);
|
|
592
|
+
private ee;
|
|
593
|
+
get fw(): string;
|
|
594
|
+
set fw(a: string);
|
|
595
|
+
private ed;
|
|
596
|
+
get ff(): string;
|
|
597
|
+
set ff(a: string);
|
|
598
|
+
private ef;
|
|
599
|
+
get g0(): string;
|
|
600
|
+
set g0(a: string);
|
|
601
|
+
private eg;
|
|
602
|
+
get g2(): string;
|
|
603
|
+
set g2(a: string);
|
|
604
|
+
private eb;
|
|
605
|
+
get e7(): string;
|
|
606
|
+
set e7(a: string);
|
|
607
|
+
private d6;
|
|
608
|
+
get ea(): any;
|
|
609
|
+
set ea(a: any);
|
|
610
|
+
private ej;
|
|
611
|
+
get h2(): string;
|
|
612
|
+
set h2(a: string);
|
|
613
|
+
private cp;
|
|
614
|
+
private ak;
|
|
615
|
+
get aw(): boolean;
|
|
616
|
+
get d3(): number;
|
|
617
|
+
set d3(a: number);
|
|
618
|
+
private ec;
|
|
619
|
+
get e9(): string;
|
|
620
|
+
set e9(a: string);
|
|
621
|
+
private aj;
|
|
622
|
+
get av(): boolean;
|
|
623
|
+
set av(a: boolean);
|
|
624
|
+
private am;
|
|
625
|
+
get focused(): boolean;
|
|
626
|
+
set focused(a: boolean);
|
|
627
|
+
private an;
|
|
628
|
+
get az(): boolean;
|
|
629
|
+
set az(a: boolean);
|
|
630
|
+
private ah;
|
|
631
|
+
get at(): boolean;
|
|
632
|
+
set at(a: boolean);
|
|
633
|
+
private ad;
|
|
634
|
+
get ap(): boolean;
|
|
635
|
+
set ap(a: boolean);
|
|
636
|
+
private af;
|
|
637
|
+
get ar(): boolean;
|
|
638
|
+
set ar(a: boolean);
|
|
639
|
+
private ao;
|
|
640
|
+
get a0(): boolean;
|
|
641
|
+
set a0(a: boolean);
|
|
642
|
+
private al;
|
|
643
|
+
get disabled(): boolean;
|
|
644
|
+
set disabled(a: boolean);
|
|
645
|
+
private ai;
|
|
646
|
+
get au(): boolean;
|
|
647
|
+
set au(a: boolean);
|
|
648
|
+
private ag;
|
|
649
|
+
get as(): boolean;
|
|
650
|
+
set as(a: boolean);
|
|
651
|
+
private a5;
|
|
652
|
+
get bi(): number;
|
|
653
|
+
set bi(a: number);
|
|
654
|
+
private a7;
|
|
655
|
+
get bk(): number;
|
|
656
|
+
set bk(a: number);
|
|
657
|
+
private a6;
|
|
658
|
+
get bj(): number;
|
|
659
|
+
set bj(a: number);
|
|
660
|
+
private a4;
|
|
661
|
+
get bh(): number;
|
|
662
|
+
set bh(a: number);
|
|
663
|
+
private k4;
|
|
664
|
+
get k5(): HorizontalAlignment;
|
|
665
|
+
set k5(a: HorizontalAlignment);
|
|
666
|
+
private q8;
|
|
667
|
+
get q9(): VerticalAlignment;
|
|
668
|
+
set q9(a: VerticalAlignment);
|
|
669
|
+
private ae;
|
|
670
|
+
get aq(): boolean;
|
|
671
|
+
set aq(a: boolean);
|
|
672
|
+
ke(): void;
|
|
673
|
+
private get a();
|
|
674
|
+
private j3;
|
|
675
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
676
|
+
onDetachedFromUI(): void;
|
|
677
|
+
onAttachedToUI(): void;
|
|
678
|
+
appendButtonContent(a: any): void;
|
|
679
|
+
clearButtonContent(): void;
|
|
680
|
+
getButtonContent(): any;
|
|
681
|
+
protected a1(): boolean;
|
|
682
|
+
d7(): any;
|
|
683
|
+
f0(): string;
|
|
684
|
+
b(): ButtonVisualModelExport;
|
|
685
|
+
provideContainer(a: DomRenderer): void;
|
|
686
|
+
clicked: (sender: any, args: ButtonClickEventArgs) => void;
|
|
687
|
+
mouseEnter: (sender: any, args: MouseEventArgs) => void;
|
|
688
|
+
mouseLeave: (sender: any, args: MouseEventArgs) => void;
|
|
689
|
+
gotFocus: (sender: any, args: FocusEventArgs) => void;
|
|
690
|
+
lostFocus: (sender: any, args: FocusEventArgs) => void;
|
|
691
|
+
static i: Theme;
|
|
692
|
+
static h: Theme;
|
|
693
|
+
static j: Theme;
|
|
694
|
+
static k: ThemeResolver;
|
|
695
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { CornerRadius } from "igniteui-angular-core";
|
|
6
|
+
import { ElevationMode } from "igniteui-angular-core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class ButtonVisualModelExport extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
s: number;
|
|
13
|
+
q: number;
|
|
14
|
+
p: number;
|
|
15
|
+
t: number;
|
|
16
|
+
h: BaseControlTheme;
|
|
17
|
+
i: ControlDisplayDensity;
|
|
18
|
+
c: BrushAppearanceData;
|
|
19
|
+
g: BrushAppearanceData;
|
|
20
|
+
d: BrushAppearanceData;
|
|
21
|
+
a: BrushAppearanceData;
|
|
22
|
+
u: number;
|
|
23
|
+
e: BrushAppearanceData;
|
|
24
|
+
ah: CornerRadius;
|
|
25
|
+
b: BrushAppearanceData;
|
|
26
|
+
j: ElevationMode;
|
|
27
|
+
f: BrushAppearanceData;
|
|
28
|
+
o: number;
|
|
29
|
+
ae: string;
|
|
30
|
+
af: string;
|
|
31
|
+
ag: string;
|
|
32
|
+
r: number;
|
|
33
|
+
ac: string;
|
|
34
|
+
ad: string;
|
|
35
|
+
x: string;
|
|
36
|
+
y: string;
|
|
37
|
+
z: string;
|
|
38
|
+
w: string;
|
|
39
|
+
v: any;
|
|
40
|
+
aa: string;
|
|
41
|
+
m: boolean;
|
|
42
|
+
k: boolean;
|
|
43
|
+
n: boolean;
|
|
44
|
+
l: boolean;
|
|
45
|
+
ab(): string;
|
|
46
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CalendarView } from "./CalendarView_combined";
|