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,24 @@
|
|
|
1
|
+
import { ButtonGroupSelectionChangedEventArgs as ButtonGroupSelectionChangedEventArgs_internal } from "./ButtonGroupSelectionChangedEventArgs";
|
|
2
|
+
export class IgxButtonGroupSelectionChangedEventArgs {
|
|
3
|
+
constructor() {
|
|
4
|
+
this._implementation = this.createImplementation();
|
|
5
|
+
this._implementation.externalObject = this;
|
|
6
|
+
this.onImplementationCreated();
|
|
7
|
+
}
|
|
8
|
+
createImplementation() {
|
|
9
|
+
return new ButtonGroupSelectionChangedEventArgs_internal();
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
get i() {
|
|
15
|
+
return this._implementation;
|
|
16
|
+
}
|
|
17
|
+
onImplementationCreated() {
|
|
18
|
+
}
|
|
19
|
+
_provideImplementation(i) {
|
|
20
|
+
this._implementation = i;
|
|
21
|
+
this._implementation.externalObject = this;
|
|
22
|
+
this.onImplementationCreated();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { CheckboxChangeEventArgs as CheckboxChangeEventArgs_internal } from "./CheckboxChangeEventArgs";
|
|
2
|
+
import { ensureBool } from "igniteui-angular-core";
|
|
3
|
+
export class IgxCheckboxChangeEventArgs {
|
|
4
|
+
constructor() {
|
|
5
|
+
this._implementation = this.createImplementation();
|
|
6
|
+
this._implementation.externalObject = this;
|
|
7
|
+
this.onImplementationCreated();
|
|
8
|
+
}
|
|
9
|
+
createImplementation() {
|
|
10
|
+
return new CheckboxChangeEventArgs_internal();
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
get i() {
|
|
16
|
+
return this._implementation;
|
|
17
|
+
}
|
|
18
|
+
onImplementationCreated() {
|
|
19
|
+
}
|
|
20
|
+
_provideImplementation(i) {
|
|
21
|
+
this._implementation = i;
|
|
22
|
+
this._implementation.externalObject = this;
|
|
23
|
+
this.onImplementationCreated();
|
|
24
|
+
}
|
|
25
|
+
get isChecked() {
|
|
26
|
+
return this.i.isChecked;
|
|
27
|
+
}
|
|
28
|
+
set isChecked(v) {
|
|
29
|
+
this.i.isChecked = ensureBool(v);
|
|
30
|
+
}
|
|
31
|
+
get isIndeterminate() {
|
|
32
|
+
return this.i.isIndeterminate;
|
|
33
|
+
}
|
|
34
|
+
set isIndeterminate(v) {
|
|
35
|
+
this.i.isIndeterminate = ensureBool(v);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,596 @@
|
|
|
1
|
+
import { Output, EventEmitter, Component, ViewChild, ElementRef, Input, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
+
import { AngularRenderer } from "igniteui-angular-core";
|
|
3
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal } from "igniteui-angular-core";
|
|
4
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
5
|
+
import { delegateCombine } from "igniteui-angular-core";
|
|
6
|
+
import { DatePicker } from './DatePicker';
|
|
7
|
+
import { IgxSelectedValueChangedEventArgs } from "./igx-selected-value-changed-event-args";
|
|
8
|
+
import { IgxGotFocusEventArgs } from "./igx-got-focus-event-args";
|
|
9
|
+
import { IgxLostFocusEventArgs } from "./igx-lost-focus-event-args";
|
|
10
|
+
import { IgxInputChangeEventArgs } from "./igx-input-change-event-args";
|
|
11
|
+
import { IgxKeyEventArgs } from "igniteui-angular-core";
|
|
12
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
13
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
14
|
+
import { DateFormats_$type } from "./DateFormats";
|
|
15
|
+
import { DayOfWeek_$type } from "./DayOfWeek";
|
|
16
|
+
import { FirstWeek_$type } from "./FirstWeek";
|
|
17
|
+
import * as i0 from "@angular/core";
|
|
18
|
+
// IgxDataGridModule.register();
|
|
19
|
+
export let IgxDatePickerComponent = /*@__PURE__*/ (() => {
|
|
20
|
+
class IgxDatePickerComponent {
|
|
21
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
22
|
+
this.renderer = renderer;
|
|
23
|
+
this._elRef = _elRef;
|
|
24
|
+
this.ngZone = ngZone;
|
|
25
|
+
this.injector = injector;
|
|
26
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
27
|
+
this._dataSource = null;
|
|
28
|
+
this._wrapper = null;
|
|
29
|
+
this._root = null;
|
|
30
|
+
this._implementation = null;
|
|
31
|
+
this.__p = null;
|
|
32
|
+
this._hasUserValues = new Set();
|
|
33
|
+
this._stylingContainer = null;
|
|
34
|
+
this._stylingParent = null;
|
|
35
|
+
this._inStyling = false;
|
|
36
|
+
this._selectedValueChanged = null;
|
|
37
|
+
this._gotFocus = null;
|
|
38
|
+
this._lostFocus = null;
|
|
39
|
+
this._keyDown = null;
|
|
40
|
+
this._changing = null;
|
|
41
|
+
this._valueChange = null;
|
|
42
|
+
this._zoneRunner = null;
|
|
43
|
+
if (this._styling) {
|
|
44
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
45
|
+
}
|
|
46
|
+
this._implementation = this.createImplementation();
|
|
47
|
+
var datePicker = this.i;
|
|
48
|
+
this._datePicker = datePicker;
|
|
49
|
+
}
|
|
50
|
+
set height(value) {
|
|
51
|
+
this._height = value;
|
|
52
|
+
this.renderer.setStyle(this._elRef.element.nativeElement, "height", value);
|
|
53
|
+
this._datePicker.notifySizeChanged();
|
|
54
|
+
}
|
|
55
|
+
get height() {
|
|
56
|
+
return this._height;
|
|
57
|
+
}
|
|
58
|
+
set width(value) {
|
|
59
|
+
this._width = value;
|
|
60
|
+
this.renderer.setStyle(this._elRef.element.nativeElement, "width", value);
|
|
61
|
+
this._datePicker.notifySizeChanged();
|
|
62
|
+
}
|
|
63
|
+
get width() {
|
|
64
|
+
return this._width;
|
|
65
|
+
}
|
|
66
|
+
// supports angular themes or custom properties set in CSS
|
|
67
|
+
updateStyle() {
|
|
68
|
+
this._styling(this._root, this);
|
|
69
|
+
}
|
|
70
|
+
ngOnDestroy() {
|
|
71
|
+
this._datePicker.destroy();
|
|
72
|
+
this._wrapper.destroy();
|
|
73
|
+
}
|
|
74
|
+
ngAfterViewInit() {
|
|
75
|
+
if (this.renderer && this._datePickerContainer != null) {
|
|
76
|
+
this.container = this._datePickerContainer.nativeElement;
|
|
77
|
+
this._root = this.container;
|
|
78
|
+
var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
|
|
79
|
+
this._wrapper = ren;
|
|
80
|
+
this._datePicker.provideContainer(ren);
|
|
81
|
+
this._datePicker.notifySizeChanged();
|
|
82
|
+
ren.addSizeWatcher(() => {
|
|
83
|
+
this._datePicker.notifySizeChanged();
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
this._styling(this._root, this);
|
|
87
|
+
this.i.notifySizeChanged();
|
|
88
|
+
this.updateStyle();
|
|
89
|
+
}
|
|
90
|
+
createImplementation() {
|
|
91
|
+
return new DatePicker();
|
|
92
|
+
}
|
|
93
|
+
get i() {
|
|
94
|
+
return this._implementation;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Gets or Sets the property name that contains the values.
|
|
98
|
+
*/
|
|
99
|
+
get value() {
|
|
100
|
+
return this.i.value;
|
|
101
|
+
}
|
|
102
|
+
set value(v) {
|
|
103
|
+
this.i.value = v;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Gets or Sets the property name that contains the values.
|
|
107
|
+
*/
|
|
108
|
+
get today() {
|
|
109
|
+
return this.i.a3;
|
|
110
|
+
}
|
|
111
|
+
set today(v) {
|
|
112
|
+
this.i.a3 = v;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Gets or Sets the property name that contains the label.
|
|
116
|
+
*/
|
|
117
|
+
get label() {
|
|
118
|
+
return this.i.bv;
|
|
119
|
+
}
|
|
120
|
+
set label(v) {
|
|
121
|
+
this.i.bv = v;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Gets or sets the color to use for the text.
|
|
125
|
+
*/
|
|
126
|
+
get labelTextColor() {
|
|
127
|
+
return brushToString(this.i.dh);
|
|
128
|
+
}
|
|
129
|
+
set labelTextColor(v) {
|
|
130
|
+
this.i.dh = stringToBrush(v);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Gets or sets the font to use for the combobox.
|
|
134
|
+
*/
|
|
135
|
+
get labelTextStyle() {
|
|
136
|
+
if (this.i.ac == null) {
|
|
137
|
+
return null;
|
|
138
|
+
}
|
|
139
|
+
return this.i.ac.fontString;
|
|
140
|
+
}
|
|
141
|
+
set labelTextStyle(v) {
|
|
142
|
+
let fi = new FontInfo();
|
|
143
|
+
fi.fontString = v;
|
|
144
|
+
this.i.ac = fi;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Gets or Sets the property name that contains the placeholder.
|
|
148
|
+
*/
|
|
149
|
+
get placeholder() {
|
|
150
|
+
return this.i.b2;
|
|
151
|
+
}
|
|
152
|
+
set placeholder(v) {
|
|
153
|
+
this.i.b2 = v;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Gets or Sets the property name that contains the MinDate.
|
|
157
|
+
*/
|
|
158
|
+
get minDate() {
|
|
159
|
+
return this.i.a2;
|
|
160
|
+
}
|
|
161
|
+
set minDate(v) {
|
|
162
|
+
this.i.a2 = v;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Gets or Sets the property name that contains the MaxDate.
|
|
166
|
+
*/
|
|
167
|
+
get maxDate() {
|
|
168
|
+
return this.i.a1;
|
|
169
|
+
}
|
|
170
|
+
set maxDate(v) {
|
|
171
|
+
this.i.a1 = v;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Gets or sets the display density to use for the date pcicker.
|
|
175
|
+
*/
|
|
176
|
+
get density() {
|
|
177
|
+
return this.i.y;
|
|
178
|
+
}
|
|
179
|
+
set density(v) {
|
|
180
|
+
this.i.y = ensureEnum(ControlDisplayDensity_$type, v);
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Gets or sets the base built in theme to use for the date picker.
|
|
184
|
+
*/
|
|
185
|
+
get baseTheme() {
|
|
186
|
+
return this.i.w;
|
|
187
|
+
}
|
|
188
|
+
set baseTheme(v) {
|
|
189
|
+
this.i.w = ensureEnum(BaseControlTheme_$type, v);
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Gets or sets the font to use for the combobox.
|
|
193
|
+
*/
|
|
194
|
+
get textStyle() {
|
|
195
|
+
if (this.i.ad == null) {
|
|
196
|
+
return null;
|
|
197
|
+
}
|
|
198
|
+
return this.i.ad.fontString;
|
|
199
|
+
}
|
|
200
|
+
set textStyle(v) {
|
|
201
|
+
let fi = new FontInfo();
|
|
202
|
+
fi.fontString = v;
|
|
203
|
+
this.i.ad = fi;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Gets or Sets the text color
|
|
207
|
+
*/
|
|
208
|
+
get textColor() {
|
|
209
|
+
return brushToString(this.i.di);
|
|
210
|
+
}
|
|
211
|
+
set textColor(v) {
|
|
212
|
+
this.i.di = stringToBrush(v);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Gets or Sets the text color
|
|
216
|
+
*/
|
|
217
|
+
get iconColor() {
|
|
218
|
+
return brushToString(this.i.dg);
|
|
219
|
+
}
|
|
220
|
+
set iconColor(v) {
|
|
221
|
+
this.i.dg = stringToBrush(v);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
225
|
+
*/
|
|
226
|
+
get showClearButton() {
|
|
227
|
+
return this.i.at;
|
|
228
|
+
}
|
|
229
|
+
set showClearButton(v) {
|
|
230
|
+
this.i.at = ensureBool(v);
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
234
|
+
*/
|
|
235
|
+
get showTodayButton() {
|
|
236
|
+
return this.i.au;
|
|
237
|
+
}
|
|
238
|
+
set showTodayButton(v) {
|
|
239
|
+
this.i.au = ensureBool(v);
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
243
|
+
*/
|
|
244
|
+
get allowTextInput() {
|
|
245
|
+
return this.i.aq;
|
|
246
|
+
}
|
|
247
|
+
set allowTextInput(v) {
|
|
248
|
+
this.i.aq = ensureBool(v);
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
252
|
+
*/
|
|
253
|
+
get openOnFocus() {
|
|
254
|
+
return this.i.as;
|
|
255
|
+
}
|
|
256
|
+
set openOnFocus(v) {
|
|
257
|
+
this.i.as = ensureBool(v);
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* Gets or sets the FirstDayOfWeek property to detirmine first day of the week
|
|
261
|
+
*/
|
|
262
|
+
get firstDayOfWeek() {
|
|
263
|
+
return this.i.j;
|
|
264
|
+
}
|
|
265
|
+
set firstDayOfWeek(v) {
|
|
266
|
+
this.i.j = ensureEnum(DayOfWeek_$type, v);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Gets or sets the FirstWeekOfYear property to detirmine first week of the year
|
|
270
|
+
*/
|
|
271
|
+
get firstWeekOfYear() {
|
|
272
|
+
return this.i.l;
|
|
273
|
+
}
|
|
274
|
+
set firstWeekOfYear(v) {
|
|
275
|
+
this.i.l = ensureEnum(FirstWeek_$type, v);
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
|
|
279
|
+
*/
|
|
280
|
+
get showWeekNumbers() {
|
|
281
|
+
return this.i.av;
|
|
282
|
+
}
|
|
283
|
+
set showWeekNumbers(v) {
|
|
284
|
+
this.i.av = ensureBool(v);
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
288
|
+
*/
|
|
289
|
+
get dateFormat() {
|
|
290
|
+
return this.i.e;
|
|
291
|
+
}
|
|
292
|
+
set dateFormat(v) {
|
|
293
|
+
this.i.e = ensureEnum(DateFormats_$type, v);
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Gets or sets the Format property to detirmine the format of the date in the input
|
|
297
|
+
*/
|
|
298
|
+
get formatString() {
|
|
299
|
+
return this.i.br;
|
|
300
|
+
}
|
|
301
|
+
set formatString(v) {
|
|
302
|
+
this.i.br = v;
|
|
303
|
+
}
|
|
304
|
+
get isDisabled() {
|
|
305
|
+
return this.i.ar;
|
|
306
|
+
}
|
|
307
|
+
set isDisabled(v) {
|
|
308
|
+
this.i.ar = ensureBool(v);
|
|
309
|
+
}
|
|
310
|
+
get hasUserValues() {
|
|
311
|
+
return this._hasUserValues;
|
|
312
|
+
}
|
|
313
|
+
__m(propertyName) {
|
|
314
|
+
if (!this._inStyling) {
|
|
315
|
+
this._hasUserValues.add(propertyName);
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
_styling(container, component, parent) {
|
|
319
|
+
if (this._inStyling) {
|
|
320
|
+
return;
|
|
321
|
+
}
|
|
322
|
+
this._inStyling = true;
|
|
323
|
+
this._stylingContainer = container;
|
|
324
|
+
this._stylingParent = component;
|
|
325
|
+
let genericPrefix = "";
|
|
326
|
+
let typeName = this.i.$type.name;
|
|
327
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
328
|
+
typeName = typeName.substring(3);
|
|
329
|
+
}
|
|
330
|
+
genericPrefix = toSpinal("DatePickerComponent");
|
|
331
|
+
let additionalPrefixes = [];
|
|
332
|
+
let prefix = toSpinal(typeName);
|
|
333
|
+
additionalPrefixes.push(prefix + "-");
|
|
334
|
+
let b = this.i.$type.baseType;
|
|
335
|
+
while (b && b.name != "Object" &&
|
|
336
|
+
b.name != "Base" &&
|
|
337
|
+
b.name != "Control" &&
|
|
338
|
+
b.Name != "DependencyObject" &&
|
|
339
|
+
b.Name != "FrameworkElement") {
|
|
340
|
+
typeName = b.name;
|
|
341
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
342
|
+
typeName = typeName.substring(3);
|
|
343
|
+
}
|
|
344
|
+
let basePrefix = toSpinal(typeName);
|
|
345
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
346
|
+
b = b.baseType;
|
|
347
|
+
}
|
|
348
|
+
if (parent) {
|
|
349
|
+
let parentTypeName = parent.i.$type.name;
|
|
350
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
351
|
+
parentTypeName = parentTypeName.substring(3);
|
|
352
|
+
}
|
|
353
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
354
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
355
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
356
|
+
}
|
|
357
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
358
|
+
if (this._otherStyling) {
|
|
359
|
+
this._otherStyling(container, component, parent);
|
|
360
|
+
}
|
|
361
|
+
this._inStyling = false;
|
|
362
|
+
}
|
|
363
|
+
select() {
|
|
364
|
+
this.i.c3();
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* Exports visual information about the current state of the grid.
|
|
368
|
+
|
|
369
|
+
*/
|
|
370
|
+
exportVisualModel() {
|
|
371
|
+
let iv = this.i.a8();
|
|
372
|
+
return (iv);
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
* Returns a serialized copy of the exported visual model
|
|
376
|
+
|
|
377
|
+
*/
|
|
378
|
+
exportSerializedVisualModel() {
|
|
379
|
+
let iv = this.i.bo();
|
|
380
|
+
return (iv);
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Called when date is selected.
|
|
384
|
+
*/
|
|
385
|
+
get selectedValueChanged() {
|
|
386
|
+
if (this._selectedValueChanged == null) {
|
|
387
|
+
this._selectedValueChanged = new EventEmitter();
|
|
388
|
+
this.i.selectedValueChanged = delegateCombine(this.i.selectedValueChanged, (o, e) => {
|
|
389
|
+
let outerArgs = new IgxSelectedValueChangedEventArgs();
|
|
390
|
+
outerArgs._provideImplementation(e);
|
|
391
|
+
if (this.beforeSelectedValueChanged) {
|
|
392
|
+
this.beforeSelectedValueChanged(this, outerArgs);
|
|
393
|
+
}
|
|
394
|
+
this._selectedValueChanged.emit({
|
|
395
|
+
sender: this,
|
|
396
|
+
args: outerArgs
|
|
397
|
+
});
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
return this._selectedValueChanged;
|
|
401
|
+
}
|
|
402
|
+
get gotFocus() {
|
|
403
|
+
if (this._gotFocus == null) {
|
|
404
|
+
this._gotFocus = new EventEmitter();
|
|
405
|
+
this.i.gotFocus = delegateCombine(this.i.gotFocus, (o, e) => {
|
|
406
|
+
this._runInZone(() => {
|
|
407
|
+
let outerArgs = new IgxGotFocusEventArgs();
|
|
408
|
+
outerArgs._provideImplementation(e);
|
|
409
|
+
if (this.beforeGotFocus) {
|
|
410
|
+
this.beforeGotFocus(this, outerArgs);
|
|
411
|
+
}
|
|
412
|
+
this._gotFocus.emit({
|
|
413
|
+
sender: this,
|
|
414
|
+
args: outerArgs
|
|
415
|
+
});
|
|
416
|
+
});
|
|
417
|
+
});
|
|
418
|
+
}
|
|
419
|
+
return this._gotFocus;
|
|
420
|
+
}
|
|
421
|
+
get lostFocus() {
|
|
422
|
+
if (this._lostFocus == null) {
|
|
423
|
+
this._lostFocus = new EventEmitter();
|
|
424
|
+
this.i.lostFocus = delegateCombine(this.i.lostFocus, (o, e) => {
|
|
425
|
+
this._runInZone(() => {
|
|
426
|
+
let outerArgs = new IgxLostFocusEventArgs();
|
|
427
|
+
outerArgs._provideImplementation(e);
|
|
428
|
+
if (this.beforeLostFocus) {
|
|
429
|
+
this.beforeLostFocus(this, outerArgs);
|
|
430
|
+
}
|
|
431
|
+
this._lostFocus.emit({
|
|
432
|
+
sender: this,
|
|
433
|
+
args: outerArgs
|
|
434
|
+
});
|
|
435
|
+
});
|
|
436
|
+
});
|
|
437
|
+
}
|
|
438
|
+
return this._lostFocus;
|
|
439
|
+
}
|
|
440
|
+
get keyDown() {
|
|
441
|
+
if (this._keyDown == null) {
|
|
442
|
+
this._keyDown = new EventEmitter();
|
|
443
|
+
this.i.keyDown = delegateCombine(this.i.keyDown, (o, e) => {
|
|
444
|
+
this._runInZone(() => {
|
|
445
|
+
let outerArgs = new IgxKeyEventArgs();
|
|
446
|
+
outerArgs._provideImplementation(e);
|
|
447
|
+
if (this.beforeKeyDown) {
|
|
448
|
+
this.beforeKeyDown(this, outerArgs);
|
|
449
|
+
}
|
|
450
|
+
this._keyDown.emit({
|
|
451
|
+
sender: this,
|
|
452
|
+
args: outerArgs
|
|
453
|
+
});
|
|
454
|
+
});
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
return this._keyDown;
|
|
458
|
+
}
|
|
459
|
+
get changing() {
|
|
460
|
+
if (this._changing == null) {
|
|
461
|
+
this._changing = new EventEmitter();
|
|
462
|
+
this.i.changing = delegateCombine(this.i.changing, (o, e) => {
|
|
463
|
+
this._runInZone(() => {
|
|
464
|
+
let outerArgs = new IgxInputChangeEventArgs();
|
|
465
|
+
outerArgs._provideImplementation(e);
|
|
466
|
+
if (this.beforeChanging) {
|
|
467
|
+
this.beforeChanging(this, outerArgs);
|
|
468
|
+
}
|
|
469
|
+
this._changing.emit({
|
|
470
|
+
sender: this,
|
|
471
|
+
args: outerArgs
|
|
472
|
+
});
|
|
473
|
+
});
|
|
474
|
+
});
|
|
475
|
+
}
|
|
476
|
+
return this._changing;
|
|
477
|
+
}
|
|
478
|
+
get valueChange() {
|
|
479
|
+
if (this._valueChange == null) {
|
|
480
|
+
this._valueChange = new EventEmitter();
|
|
481
|
+
this.i.propertyChanged = delegateCombine(this.i.propertyChanged, (o, e) => {
|
|
482
|
+
this._runInZone(() => {
|
|
483
|
+
let iv = e;
|
|
484
|
+
let ext = this.value;
|
|
485
|
+
if (this.beforeValueChange) {
|
|
486
|
+
this.beforeValueChange(this, ext);
|
|
487
|
+
}
|
|
488
|
+
this._valueChange.emit(ext);
|
|
489
|
+
});
|
|
490
|
+
});
|
|
491
|
+
}
|
|
492
|
+
return this._valueChange;
|
|
493
|
+
}
|
|
494
|
+
_runInZone(act) {
|
|
495
|
+
if (this._zoneRunner != null) {
|
|
496
|
+
this._zoneRunner(act);
|
|
497
|
+
}
|
|
498
|
+
else {
|
|
499
|
+
act();
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
IgxDatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDatePickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
504
|
+
IgxDatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDatePickerComponent, selector: "igx-date-picker", inputs: { height: "height", width: "width", value: "value", today: "today", label: "label", labelTextColor: "labelTextColor", labelTextStyle: "labelTextStyle", placeholder: "placeholder", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", textStyle: "textStyle", textColor: "textColor", iconColor: "iconColor", showClearButton: "showClearButton", showTodayButton: "showTodayButton", allowTextInput: "allowTextInput", openOnFocus: "openOnFocus", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers", dateFormat: "dateFormat", formatString: "formatString", isDisabled: "isDisabled" }, outputs: { selectedValueChanged: "selectedValueChanged", gotFocus: "gotFocus", lostFocus: "lostFocus", keyDown: "keyDown", changing: "changing", valueChange: "valueChange" }, host: { classAttribute: "ig-date-picker igx-date-picker" }, providers: [], viewQueries: [{ propertyName: "_datePickerContainer", first: true, predicate: ["datePickerContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #datePickerContainer>
|
|
505
|
+
<div #inputcontainer>
|
|
506
|
+
</div>
|
|
507
|
+
<div #popupContainer>
|
|
508
|
+
</div>
|
|
509
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
510
|
+
return IgxDatePickerComponent;
|
|
511
|
+
})();
|
|
512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDatePickerComponent, decorators: [{
|
|
513
|
+
type: Component,
|
|
514
|
+
args: [{
|
|
515
|
+
selector: 'igx-date-picker',
|
|
516
|
+
template: `<div #datePickerContainer>
|
|
517
|
+
<div #inputcontainer>
|
|
518
|
+
</div>
|
|
519
|
+
<div #popupContainer>
|
|
520
|
+
</div>
|
|
521
|
+
</div>`,
|
|
522
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
523
|
+
providers: [],
|
|
524
|
+
host: { 'class': 'ig-date-picker igx-date-picker' },
|
|
525
|
+
styles: [`
|
|
526
|
+
:host {
|
|
527
|
+
display: block;
|
|
528
|
+
}
|
|
529
|
+
`]
|
|
530
|
+
}]
|
|
531
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _datePickerContainer: [{
|
|
532
|
+
type: ViewChild,
|
|
533
|
+
args: ["datePickerContainer", { read: ElementRef, static: true }]
|
|
534
|
+
}], height: [{
|
|
535
|
+
type: Input
|
|
536
|
+
}], width: [{
|
|
537
|
+
type: Input
|
|
538
|
+
}], value: [{
|
|
539
|
+
type: Input
|
|
540
|
+
}], today: [{
|
|
541
|
+
type: Input
|
|
542
|
+
}], label: [{
|
|
543
|
+
type: Input
|
|
544
|
+
}], labelTextColor: [{
|
|
545
|
+
type: Input
|
|
546
|
+
}], labelTextStyle: [{
|
|
547
|
+
type: Input
|
|
548
|
+
}], placeholder: [{
|
|
549
|
+
type: Input
|
|
550
|
+
}], minDate: [{
|
|
551
|
+
type: Input
|
|
552
|
+
}], maxDate: [{
|
|
553
|
+
type: Input
|
|
554
|
+
}], density: [{
|
|
555
|
+
type: Input
|
|
556
|
+
}], baseTheme: [{
|
|
557
|
+
type: Input
|
|
558
|
+
}], textStyle: [{
|
|
559
|
+
type: Input
|
|
560
|
+
}], textColor: [{
|
|
561
|
+
type: Input
|
|
562
|
+
}], iconColor: [{
|
|
563
|
+
type: Input
|
|
564
|
+
}], showClearButton: [{
|
|
565
|
+
type: Input
|
|
566
|
+
}], showTodayButton: [{
|
|
567
|
+
type: Input
|
|
568
|
+
}], allowTextInput: [{
|
|
569
|
+
type: Input
|
|
570
|
+
}], openOnFocus: [{
|
|
571
|
+
type: Input
|
|
572
|
+
}], firstDayOfWeek: [{
|
|
573
|
+
type: Input
|
|
574
|
+
}], firstWeekOfYear: [{
|
|
575
|
+
type: Input
|
|
576
|
+
}], showWeekNumbers: [{
|
|
577
|
+
type: Input
|
|
578
|
+
}], dateFormat: [{
|
|
579
|
+
type: Input
|
|
580
|
+
}], formatString: [{
|
|
581
|
+
type: Input
|
|
582
|
+
}], isDisabled: [{
|
|
583
|
+
type: Input
|
|
584
|
+
}], selectedValueChanged: [{
|
|
585
|
+
type: Output
|
|
586
|
+
}], gotFocus: [{
|
|
587
|
+
type: Output
|
|
588
|
+
}], lostFocus: [{
|
|
589
|
+
type: Output
|
|
590
|
+
}], keyDown: [{
|
|
591
|
+
type: Output
|
|
592
|
+
}], changing: [{
|
|
593
|
+
type: Output
|
|
594
|
+
}], valueChange: [{
|
|
595
|
+
type: Output
|
|
596
|
+
}] } });
|