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,225 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-angular-core";
|
|
2
|
+
import { DomRenderer, DomWrapper } from "igniteui-angular-core";
|
|
3
|
+
import { XInputGroup } from "./XInputGroup";
|
|
4
|
+
import { XLabel } from "./XLabel";
|
|
5
|
+
import { XInput } from "./XInput";
|
|
6
|
+
import { XSuffix } from "./XSuffix";
|
|
7
|
+
import { XIcon } from "./XIcon";
|
|
8
|
+
import { Popup } from "igniteui-angular-core";
|
|
9
|
+
import { XCalendar } from "./XCalendar";
|
|
10
|
+
import { Rect } from "igniteui-angular-core";
|
|
11
|
+
import { Brush } from "igniteui-angular-core";
|
|
12
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
13
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
14
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
15
|
+
import { DayOfWeek } from "./DayOfWeek";
|
|
16
|
+
import { FirstWeek } from "./FirstWeek";
|
|
17
|
+
import { DateFormats } from "./DateFormats";
|
|
18
|
+
import { SelectedValueChangedEventArgs } from "./SelectedValueChangedEventArgs";
|
|
19
|
+
import { InputChangeEventArgs } from "./InputChangeEventArgs";
|
|
20
|
+
import { KeyEventArgs } from "igniteui-angular-core";
|
|
21
|
+
import { GotFocusEventArgs } from "./GotFocusEventArgs";
|
|
22
|
+
import { LostFocusEventArgs } from "./LostFocusEventArgs";
|
|
23
|
+
import { DatePickerVisualModelExport } from "./DatePickerVisualModelExport";
|
|
24
|
+
/**
|
|
25
|
+
* @hidden
|
|
26
|
+
*/
|
|
27
|
+
export declare class DatePickerView extends Base {
|
|
28
|
+
static $t: Type;
|
|
29
|
+
constructor();
|
|
30
|
+
b: DatePicker;
|
|
31
|
+
ah(): void;
|
|
32
|
+
d: DomRenderer;
|
|
33
|
+
private k;
|
|
34
|
+
private e;
|
|
35
|
+
private m;
|
|
36
|
+
private l;
|
|
37
|
+
private j;
|
|
38
|
+
private g;
|
|
39
|
+
private f;
|
|
40
|
+
private i;
|
|
41
|
+
private h;
|
|
42
|
+
get n(): DomWrapper;
|
|
43
|
+
ag(a: DomRenderer): void;
|
|
44
|
+
private aa;
|
|
45
|
+
ak(a: XInputGroup): void;
|
|
46
|
+
am(a: XLabel): void;
|
|
47
|
+
al(a: XInput): void;
|
|
48
|
+
ao(a: XSuffix, b: any): void;
|
|
49
|
+
aj(a: XIcon, b: any): void;
|
|
50
|
+
u(): any;
|
|
51
|
+
t(): any;
|
|
52
|
+
q(): any;
|
|
53
|
+
p(): any;
|
|
54
|
+
s(): any;
|
|
55
|
+
r(): any;
|
|
56
|
+
aq(a: boolean): void;
|
|
57
|
+
as(a: string): void;
|
|
58
|
+
ap(): void;
|
|
59
|
+
ae(): void;
|
|
60
|
+
ar(): void;
|
|
61
|
+
private ab;
|
|
62
|
+
y(): void;
|
|
63
|
+
an(a: Popup): void;
|
|
64
|
+
ai(a: XCalendar): void;
|
|
65
|
+
o(): any;
|
|
66
|
+
private z;
|
|
67
|
+
private ad;
|
|
68
|
+
private x;
|
|
69
|
+
private v;
|
|
70
|
+
private w;
|
|
71
|
+
private document_Click;
|
|
72
|
+
at(): Rect;
|
|
73
|
+
a(): number[];
|
|
74
|
+
private c;
|
|
75
|
+
af(): void;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @hidden
|
|
79
|
+
*/
|
|
80
|
+
export declare class DatePicker extends Base implements INotifyPropertyChanged {
|
|
81
|
+
static $t: Type;
|
|
82
|
+
private h;
|
|
83
|
+
private static readonly bj;
|
|
84
|
+
private static readonly bk;
|
|
85
|
+
private u;
|
|
86
|
+
private q;
|
|
87
|
+
private o;
|
|
88
|
+
private r;
|
|
89
|
+
private m;
|
|
90
|
+
private n;
|
|
91
|
+
private c;
|
|
92
|
+
private a9;
|
|
93
|
+
private bd;
|
|
94
|
+
private bg;
|
|
95
|
+
private ba;
|
|
96
|
+
private bf;
|
|
97
|
+
private ah;
|
|
98
|
+
private ap;
|
|
99
|
+
private ao;
|
|
100
|
+
private ay;
|
|
101
|
+
private ai;
|
|
102
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
103
|
+
constructor();
|
|
104
|
+
selectedValueChanged: (sender: any, args: SelectedValueChangedEventArgs) => void;
|
|
105
|
+
cz(a: Date, b: Date): void;
|
|
106
|
+
notifySizeChanged(): void;
|
|
107
|
+
destroy(): void;
|
|
108
|
+
provideContainer(a: DomRenderer): void;
|
|
109
|
+
setName(a: string): void;
|
|
110
|
+
private ae;
|
|
111
|
+
private get af();
|
|
112
|
+
private a0;
|
|
113
|
+
get value(): Date;
|
|
114
|
+
set value(a: Date);
|
|
115
|
+
private az;
|
|
116
|
+
get a3(): Date;
|
|
117
|
+
set a3(a: Date);
|
|
118
|
+
private bc;
|
|
119
|
+
get bv(): string;
|
|
120
|
+
set bv(a: string);
|
|
121
|
+
private de;
|
|
122
|
+
get dh(): Brush;
|
|
123
|
+
set dh(a: Brush);
|
|
124
|
+
private static ab;
|
|
125
|
+
private z;
|
|
126
|
+
get ac(): FontInfo;
|
|
127
|
+
set ac(a: FontInfo);
|
|
128
|
+
private be;
|
|
129
|
+
get b2(): string;
|
|
130
|
+
set b2(a: string);
|
|
131
|
+
private ax;
|
|
132
|
+
get a2(): Date;
|
|
133
|
+
set a2(a: Date);
|
|
134
|
+
private aw;
|
|
135
|
+
get a1(): Date;
|
|
136
|
+
set a1(a: Date);
|
|
137
|
+
private x;
|
|
138
|
+
get y(): ControlDisplayDensity;
|
|
139
|
+
set y(a: ControlDisplayDensity);
|
|
140
|
+
private v;
|
|
141
|
+
get w(): BaseControlTheme;
|
|
142
|
+
set w(a: BaseControlTheme);
|
|
143
|
+
private aa;
|
|
144
|
+
get ad(): FontInfo;
|
|
145
|
+
set ad(a: FontInfo);
|
|
146
|
+
private df;
|
|
147
|
+
get di(): Brush;
|
|
148
|
+
set di(a: Brush);
|
|
149
|
+
private dd;
|
|
150
|
+
get dg(): Brush;
|
|
151
|
+
set dg(a: Brush);
|
|
152
|
+
private al;
|
|
153
|
+
get at(): boolean;
|
|
154
|
+
set at(a: boolean);
|
|
155
|
+
private am;
|
|
156
|
+
get au(): boolean;
|
|
157
|
+
set au(a: boolean);
|
|
158
|
+
private ag;
|
|
159
|
+
get aq(): boolean;
|
|
160
|
+
set aq(a: boolean);
|
|
161
|
+
private ak;
|
|
162
|
+
get as(): boolean;
|
|
163
|
+
set as(a: boolean);
|
|
164
|
+
private i;
|
|
165
|
+
get j(): DayOfWeek;
|
|
166
|
+
set j(a: DayOfWeek);
|
|
167
|
+
private k;
|
|
168
|
+
get l(): FirstWeek;
|
|
169
|
+
set l(a: FirstWeek);
|
|
170
|
+
private an;
|
|
171
|
+
get av(): boolean;
|
|
172
|
+
set av(a: boolean);
|
|
173
|
+
private a;
|
|
174
|
+
private d;
|
|
175
|
+
get e(): DateFormats;
|
|
176
|
+
set e(a: DateFormats);
|
|
177
|
+
private bb;
|
|
178
|
+
get br(): string;
|
|
179
|
+
set br(a: string);
|
|
180
|
+
private aj;
|
|
181
|
+
get ar(): boolean;
|
|
182
|
+
set ar(a: boolean);
|
|
183
|
+
private a6;
|
|
184
|
+
get a7(): number;
|
|
185
|
+
set a7(a: number);
|
|
186
|
+
protected cy(a: string, b: any, c: any): void;
|
|
187
|
+
protected c1(a: string, b: any, c: any): void;
|
|
188
|
+
private ce;
|
|
189
|
+
private da;
|
|
190
|
+
private c7;
|
|
191
|
+
private c9;
|
|
192
|
+
ch(): void;
|
|
193
|
+
private cq;
|
|
194
|
+
private cp;
|
|
195
|
+
private co;
|
|
196
|
+
dc(a: string): void;
|
|
197
|
+
private db;
|
|
198
|
+
private c8;
|
|
199
|
+
cf(): void;
|
|
200
|
+
ci(): void;
|
|
201
|
+
private cd;
|
|
202
|
+
private cc;
|
|
203
|
+
cn(): void;
|
|
204
|
+
c0(): void;
|
|
205
|
+
cg(): void;
|
|
206
|
+
focus(a?: boolean): void;
|
|
207
|
+
cm(): void;
|
|
208
|
+
c3(): void;
|
|
209
|
+
cl(): void;
|
|
210
|
+
ct(): void;
|
|
211
|
+
cu(): void;
|
|
212
|
+
private c6;
|
|
213
|
+
private c4;
|
|
214
|
+
a8(): any;
|
|
215
|
+
bo(): string;
|
|
216
|
+
b(): DatePickerVisualModelExport;
|
|
217
|
+
gotFocus: (sender: any, args: GotFocusEventArgs) => void;
|
|
218
|
+
lostFocus: (sender: any, args: LostFocusEventArgs) => void;
|
|
219
|
+
keyDown: (sender: any, args: KeyEventArgs) => void;
|
|
220
|
+
changing: (sender: any, args: InputChangeEventArgs) => void;
|
|
221
|
+
cv(a: GotFocusEventArgs): void;
|
|
222
|
+
cx(a: LostFocusEventArgs): void;
|
|
223
|
+
cw(a: KeyEventArgs): void;
|
|
224
|
+
cs(a: InputChangeEventArgs): void;
|
|
225
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
4
|
+
import { PopupVisualModelExport } from "igniteui-angular-core";
|
|
5
|
+
import { InputGroupVisualModelExport } from "./InputGroupVisualModelExport";
|
|
6
|
+
import { CalendarVisualModelExport } from "./CalendarVisualModelExport";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class DatePickerVisualModelExport extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
e: ControlDisplayDensity;
|
|
13
|
+
d: BaseControlTheme;
|
|
14
|
+
j: string;
|
|
15
|
+
k: string;
|
|
16
|
+
l: string;
|
|
17
|
+
f: number;
|
|
18
|
+
h: string;
|
|
19
|
+
i: string;
|
|
20
|
+
c: PopupVisualModelExport;
|
|
21
|
+
b: InputGroupVisualModelExport;
|
|
22
|
+
a: CalendarVisualModelExport;
|
|
23
|
+
g(): string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { DateFormats } from "./DateFormats";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DateTimeValueFormatter extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private a;
|
|
9
|
+
private b;
|
|
10
|
+
l(): void;
|
|
11
|
+
k(a: DateFormats): void;
|
|
12
|
+
private f;
|
|
13
|
+
private e;
|
|
14
|
+
private c;
|
|
15
|
+
private d;
|
|
16
|
+
private g;
|
|
17
|
+
private h;
|
|
18
|
+
i(a: Date): string;
|
|
19
|
+
j(): string;
|
|
20
|
+
}
|
package/lib/DayInfo.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { DayOfWeek } from "./DayOfWeek";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DayInfo extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
b: number;
|
|
9
|
+
c: number;
|
|
10
|
+
d: number;
|
|
11
|
+
a: DayOfWeek;
|
|
12
|
+
constructor();
|
|
13
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* Indicates some simple date formats to be used.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum DayOfWeek {
|
|
6
|
+
/**
|
|
7
|
+
* First Day of Week is Sunday
|
|
8
|
+
*/
|
|
9
|
+
Sunday = 0,
|
|
10
|
+
/**
|
|
11
|
+
* First Day of Week is Monday
|
|
12
|
+
*/
|
|
13
|
+
Monday = 1,
|
|
14
|
+
/**
|
|
15
|
+
* First Day of Week is Tuesday
|
|
16
|
+
*/
|
|
17
|
+
Tuesday = 2,
|
|
18
|
+
/**
|
|
19
|
+
* First Day of Week is Wednesday
|
|
20
|
+
*/
|
|
21
|
+
Wednesday = 3,
|
|
22
|
+
/**
|
|
23
|
+
* First Day of Week is Thursday
|
|
24
|
+
*/
|
|
25
|
+
Thursday = 4,
|
|
26
|
+
/**
|
|
27
|
+
* First Day of Week is Friday
|
|
28
|
+
*/
|
|
29
|
+
Friday = 5,
|
|
30
|
+
/**
|
|
31
|
+
* First Day of Week is Saturday
|
|
32
|
+
*/
|
|
33
|
+
Saturday = 6
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @hidden
|
|
37
|
+
*/
|
|
38
|
+
export declare let DayOfWeek_$type: Type;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { Brush } from "igniteui-angular-core";
|
|
3
|
+
import { ElevationMode } from "igniteui-angular-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class ElevationHelper extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static c;
|
|
10
|
+
private static b;
|
|
11
|
+
private static a;
|
|
12
|
+
static g(a: number, b: string): string;
|
|
13
|
+
static f(a: number, b: string): string;
|
|
14
|
+
static d(a: number, b: string): string;
|
|
15
|
+
static e(a: number, b: Brush, c: Brush, d: Brush, e: ElevationMode): string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* Indicates some simple date formats to be used.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum FirstWeek {
|
|
6
|
+
/**
|
|
7
|
+
* First Day of Year is Start of First Week
|
|
8
|
+
*/
|
|
9
|
+
FirstDay = 0,
|
|
10
|
+
/**
|
|
11
|
+
* First Full Week in year is First Week
|
|
12
|
+
*/
|
|
13
|
+
FirstFullWeek = 1,
|
|
14
|
+
/**
|
|
15
|
+
* First Four Day Week in year is First Week
|
|
16
|
+
*/
|
|
17
|
+
FirstFourDayWeek = 2
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export declare let FirstWeek_$type: Type;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IconView } from "./IconView_combined";
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-angular-core";
|
|
2
|
+
import { DomRenderer } from "igniteui-angular-core";
|
|
3
|
+
import { List$1 } from "igniteui-angular-core";
|
|
4
|
+
import { Tuple$2 } from "igniteui-angular-core";
|
|
5
|
+
import { SVGNode } from "igniteui-angular-core";
|
|
6
|
+
import { FastIterationDictionary$2 } from "igniteui-angular-core";
|
|
7
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
8
|
+
import { IIcon } from "igniteui-angular-core";
|
|
9
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
10
|
+
import { Brush } from "igniteui-angular-core";
|
|
11
|
+
import { BrushCollection } from "igniteui-angular-core";
|
|
12
|
+
import { IconClickedEventArgs } from "./IconClickedEventArgs";
|
|
13
|
+
import { IconVisualModelExport } from "./IconVisualModelExport";
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export declare class IconView extends Base {
|
|
18
|
+
static $t: Type;
|
|
19
|
+
constructor();
|
|
20
|
+
b: XIcon;
|
|
21
|
+
ac(): void;
|
|
22
|
+
g(): boolean;
|
|
23
|
+
o: DomRenderer;
|
|
24
|
+
private e;
|
|
25
|
+
private i;
|
|
26
|
+
get r(): any;
|
|
27
|
+
get s(): any;
|
|
28
|
+
get h(): boolean;
|
|
29
|
+
j: List$1<Tuple$2<SVGNode, any>>;
|
|
30
|
+
k: List$1<Tuple$2<SVGNode, any>>;
|
|
31
|
+
l: List$1<Tuple$2<SVGNode, any>>;
|
|
32
|
+
m: List$1<Tuple$2<SVGNode, any>>;
|
|
33
|
+
n: List$1<Tuple$2<SVGNode, any>>;
|
|
34
|
+
c: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
35
|
+
d: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
36
|
+
aa(a: DomRenderer): void;
|
|
37
|
+
private u;
|
|
38
|
+
ag(a: string): void;
|
|
39
|
+
private t;
|
|
40
|
+
af(a: string): void;
|
|
41
|
+
ae(): void;
|
|
42
|
+
ai(): void;
|
|
43
|
+
private v;
|
|
44
|
+
ad(): void;
|
|
45
|
+
private w;
|
|
46
|
+
private x;
|
|
47
|
+
private f;
|
|
48
|
+
private p;
|
|
49
|
+
private q;
|
|
50
|
+
y(): void;
|
|
51
|
+
ab(): void;
|
|
52
|
+
ah(a: FontInfo): void;
|
|
53
|
+
a(): number[];
|
|
54
|
+
private z;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @hidden
|
|
58
|
+
*/
|
|
59
|
+
export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon {
|
|
60
|
+
static $t: Type;
|
|
61
|
+
constructor();
|
|
62
|
+
private _view;
|
|
63
|
+
get view(): IconView;
|
|
64
|
+
set view(a: IconView);
|
|
65
|
+
destroy(): void;
|
|
66
|
+
protected b5(a: string, b: any, c: any): void;
|
|
67
|
+
protected b7(a: string, b: any, c: any): void;
|
|
68
|
+
private cb;
|
|
69
|
+
protected get p(): boolean;
|
|
70
|
+
private ca;
|
|
71
|
+
private b9;
|
|
72
|
+
static cs: Brush;
|
|
73
|
+
static cx: Brush;
|
|
74
|
+
static cw: Brush;
|
|
75
|
+
static ct: Brush;
|
|
76
|
+
static cu: Brush;
|
|
77
|
+
static cv: Brush;
|
|
78
|
+
static af: number;
|
|
79
|
+
static ae: number;
|
|
80
|
+
private h;
|
|
81
|
+
get i(): BaseControlTheme;
|
|
82
|
+
set i(a: BaseControlTheme);
|
|
83
|
+
private cc;
|
|
84
|
+
get cp(): Brush;
|
|
85
|
+
set cp(a: Brush);
|
|
86
|
+
private cd;
|
|
87
|
+
get cq(): Brush;
|
|
88
|
+
set cq(a: Brush);
|
|
89
|
+
private ce;
|
|
90
|
+
get cr(): Brush;
|
|
91
|
+
set cr(a: Brush);
|
|
92
|
+
private t;
|
|
93
|
+
get ad(): number;
|
|
94
|
+
set ad(a: number);
|
|
95
|
+
private cf;
|
|
96
|
+
get fill(): Brush;
|
|
97
|
+
set fill(a: Brush);
|
|
98
|
+
private cn;
|
|
99
|
+
get c5(): Brush;
|
|
100
|
+
set c5(a: Brush);
|
|
101
|
+
private x;
|
|
102
|
+
get aj(): number;
|
|
103
|
+
set aj(a: number);
|
|
104
|
+
private co;
|
|
105
|
+
get c6(): Brush;
|
|
106
|
+
set c6(a: Brush);
|
|
107
|
+
private cg;
|
|
108
|
+
get cy(): Brush;
|
|
109
|
+
set cy(a: Brush);
|
|
110
|
+
private ch;
|
|
111
|
+
get cz(): Brush;
|
|
112
|
+
set cz(a: Brush);
|
|
113
|
+
private v;
|
|
114
|
+
get ah(): number;
|
|
115
|
+
set ah(a: number);
|
|
116
|
+
private ci;
|
|
117
|
+
get c0(): Brush;
|
|
118
|
+
set c0(a: Brush);
|
|
119
|
+
private a;
|
|
120
|
+
get c(): BrushCollection;
|
|
121
|
+
set c(a: BrushCollection);
|
|
122
|
+
private b;
|
|
123
|
+
get d(): BrushCollection;
|
|
124
|
+
set d(a: BrushCollection);
|
|
125
|
+
private cj;
|
|
126
|
+
get c1(): Brush;
|
|
127
|
+
set c1(a: Brush);
|
|
128
|
+
private ck;
|
|
129
|
+
get c2(): Brush;
|
|
130
|
+
set c2(a: Brush);
|
|
131
|
+
private cl;
|
|
132
|
+
get c3(): Brush;
|
|
133
|
+
set c3(a: Brush);
|
|
134
|
+
private cm;
|
|
135
|
+
get c4(): Brush;
|
|
136
|
+
set c4(a: Brush);
|
|
137
|
+
private aw;
|
|
138
|
+
get svgPath(): string;
|
|
139
|
+
set svgPath(a: string);
|
|
140
|
+
private av;
|
|
141
|
+
get svg(): string;
|
|
142
|
+
set svg(a: string);
|
|
143
|
+
b3(): void;
|
|
144
|
+
b4(): void;
|
|
145
|
+
private j;
|
|
146
|
+
get k(): FontInfo;
|
|
147
|
+
set k(a: FontInfo);
|
|
148
|
+
private static ar;
|
|
149
|
+
private au;
|
|
150
|
+
get bc(): string;
|
|
151
|
+
set bc(a: string);
|
|
152
|
+
private ap;
|
|
153
|
+
private l;
|
|
154
|
+
get o(): boolean;
|
|
155
|
+
get aq(): number;
|
|
156
|
+
set aq(a: number);
|
|
157
|
+
private at;
|
|
158
|
+
get a1(): string;
|
|
159
|
+
set a1(a: string);
|
|
160
|
+
private n;
|
|
161
|
+
get r(): boolean;
|
|
162
|
+
set r(a: boolean);
|
|
163
|
+
private m;
|
|
164
|
+
get disabled(): boolean;
|
|
165
|
+
set disabled(a: boolean);
|
|
166
|
+
private w;
|
|
167
|
+
get ai(): number;
|
|
168
|
+
set ai(a: number);
|
|
169
|
+
private z;
|
|
170
|
+
get al(): number;
|
|
171
|
+
set al(a: number);
|
|
172
|
+
private aa;
|
|
173
|
+
get am(): number;
|
|
174
|
+
set am(a: number);
|
|
175
|
+
private ab;
|
|
176
|
+
get an(): number;
|
|
177
|
+
set an(a: number);
|
|
178
|
+
private y;
|
|
179
|
+
get ak(): number;
|
|
180
|
+
set ak(a: number);
|
|
181
|
+
private ac;
|
|
182
|
+
get ao(): number;
|
|
183
|
+
set ao(a: number);
|
|
184
|
+
private u;
|
|
185
|
+
get ag(): number;
|
|
186
|
+
set ag(a: number);
|
|
187
|
+
b6(): void;
|
|
188
|
+
clicked: (sender: any, args: IconClickedEventArgs) => void;
|
|
189
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
190
|
+
onDetachedFromUI(): void;
|
|
191
|
+
onAttachedToUI(): void;
|
|
192
|
+
b1(): void;
|
|
193
|
+
protected s(): boolean;
|
|
194
|
+
as(): any;
|
|
195
|
+
a4(): string;
|
|
196
|
+
e(): IconVisualModelExport;
|
|
197
|
+
provideContainer(a: DomRenderer): void;
|
|
198
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class IconVisualModelExport extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
h: number;
|
|
9
|
+
f: number;
|
|
10
|
+
e: number;
|
|
11
|
+
i: number;
|
|
12
|
+
a: BrushAppearanceData;
|
|
13
|
+
c: BrushAppearanceData;
|
|
14
|
+
b: BrushAppearanceData;
|
|
15
|
+
d: number;
|
|
16
|
+
private _svgPath;
|
|
17
|
+
get svgPath(): string;
|
|
18
|
+
set svgPath(a: string);
|
|
19
|
+
n: string;
|
|
20
|
+
o: string;
|
|
21
|
+
p: string;
|
|
22
|
+
g: number;
|
|
23
|
+
l: string;
|
|
24
|
+
m: string;
|
|
25
|
+
j(): string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventArgs, Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class InputChangeEventArgs extends EventArgs {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private _value;
|
|
8
|
+
get value(): string;
|
|
9
|
+
set value(a: string);
|
|
10
|
+
private _isCompositionInProgress;
|
|
11
|
+
get isCompositionInProgress(): boolean;
|
|
12
|
+
set isCompositionInProgress(a: boolean);
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputGroupView } from "./InputGroupView_combined";
|