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,572 @@
|
|
|
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 { XCalendar } from './XCalendar';
|
|
7
|
+
import { IgxSelectedValueChangedEventArgs } from "./igx-selected-value-changed-event-args";
|
|
8
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
9
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
10
|
+
import { DayOfWeek_$type } from "./DayOfWeek";
|
|
11
|
+
import { FirstWeek_$type } from "./FirstWeek";
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
// IgxDataGridModule.register();
|
|
14
|
+
var IgxXCalendarComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
15
|
+
function IgxXCalendarComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
16
|
+
this.renderer = renderer;
|
|
17
|
+
this._elRef = _elRef;
|
|
18
|
+
this.ngZone = ngZone;
|
|
19
|
+
this.injector = injector;
|
|
20
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
21
|
+
this._dataSource = null;
|
|
22
|
+
this._wrapper = null;
|
|
23
|
+
this._root = null;
|
|
24
|
+
this._implementation = null;
|
|
25
|
+
this.__p = null;
|
|
26
|
+
this._hasUserValues = new Set();
|
|
27
|
+
this._stylingContainer = null;
|
|
28
|
+
this._stylingParent = null;
|
|
29
|
+
this._inStyling = false;
|
|
30
|
+
this._selectedValueChanged = null;
|
|
31
|
+
this._valueChange = null;
|
|
32
|
+
this._zoneRunner = null;
|
|
33
|
+
if (this._styling) {
|
|
34
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
35
|
+
}
|
|
36
|
+
this._implementation = this.createImplementation();
|
|
37
|
+
var calendar = this.i;
|
|
38
|
+
this._calendar = calendar;
|
|
39
|
+
}
|
|
40
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "height", {
|
|
41
|
+
get: function () {
|
|
42
|
+
return this._height;
|
|
43
|
+
},
|
|
44
|
+
set: function (value) {
|
|
45
|
+
this._height = value;
|
|
46
|
+
this.renderer.setStyle(this._elRef.element.nativeElement, "height", value);
|
|
47
|
+
this._calendar.notifySizeChanged();
|
|
48
|
+
},
|
|
49
|
+
enumerable: false,
|
|
50
|
+
configurable: true
|
|
51
|
+
});
|
|
52
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "width", {
|
|
53
|
+
get: function () {
|
|
54
|
+
return this._width;
|
|
55
|
+
},
|
|
56
|
+
set: function (value) {
|
|
57
|
+
this._width = value;
|
|
58
|
+
this.renderer.setStyle(this._elRef.element.nativeElement, "width", value);
|
|
59
|
+
this._calendar.notifySizeChanged();
|
|
60
|
+
},
|
|
61
|
+
enumerable: false,
|
|
62
|
+
configurable: true
|
|
63
|
+
});
|
|
64
|
+
// supports angular themes or custom properties set in CSS
|
|
65
|
+
IgxXCalendarComponent.prototype.updateStyle = function () {
|
|
66
|
+
this._styling(this._root, this);
|
|
67
|
+
};
|
|
68
|
+
IgxXCalendarComponent.prototype.ngOnDestroy = function () {
|
|
69
|
+
this._calendar.destroy();
|
|
70
|
+
this._wrapper.destroy();
|
|
71
|
+
};
|
|
72
|
+
IgxXCalendarComponent.prototype.ngAfterViewInit = function () {
|
|
73
|
+
var _this = this;
|
|
74
|
+
if (this.renderer && this._calendarContainer != null) {
|
|
75
|
+
this.container = this._calendarContainer.nativeElement;
|
|
76
|
+
this._root = this.container;
|
|
77
|
+
var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
|
|
78
|
+
this._wrapper = ren;
|
|
79
|
+
this._calendar.provideContainer(ren);
|
|
80
|
+
this._calendar.notifySizeChanged();
|
|
81
|
+
ren.addSizeWatcher(function () {
|
|
82
|
+
_this._calendar.notifySizeChanged();
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
this._styling(this._root, this);
|
|
86
|
+
this.i.notifySizeChanged();
|
|
87
|
+
this.updateStyle();
|
|
88
|
+
};
|
|
89
|
+
IgxXCalendarComponent.prototype.createImplementation = function () {
|
|
90
|
+
return new XCalendar();
|
|
91
|
+
};
|
|
92
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "i", {
|
|
93
|
+
get: function () {
|
|
94
|
+
return this._implementation;
|
|
95
|
+
},
|
|
96
|
+
enumerable: false,
|
|
97
|
+
configurable: true
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "value", {
|
|
100
|
+
/**
|
|
101
|
+
* Gets or Sets the value for the calendar.
|
|
102
|
+
*/
|
|
103
|
+
get: function () {
|
|
104
|
+
return this.i.value;
|
|
105
|
+
},
|
|
106
|
+
set: function (v) {
|
|
107
|
+
this.i.value = v;
|
|
108
|
+
},
|
|
109
|
+
enumerable: false,
|
|
110
|
+
configurable: true
|
|
111
|
+
});
|
|
112
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "today", {
|
|
113
|
+
/**
|
|
114
|
+
* Gets or Sets the property name that contains the values.
|
|
115
|
+
*/
|
|
116
|
+
get: function () {
|
|
117
|
+
return this.i.av;
|
|
118
|
+
},
|
|
119
|
+
set: function (v) {
|
|
120
|
+
this.i.av = v;
|
|
121
|
+
},
|
|
122
|
+
enumerable: false,
|
|
123
|
+
configurable: true
|
|
124
|
+
});
|
|
125
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "minDate", {
|
|
126
|
+
/**
|
|
127
|
+
* Gets or Sets the property name that contains the MinDate.
|
|
128
|
+
*/
|
|
129
|
+
get: function () {
|
|
130
|
+
return this.i.au;
|
|
131
|
+
},
|
|
132
|
+
set: function (v) {
|
|
133
|
+
this.i.au = v;
|
|
134
|
+
},
|
|
135
|
+
enumerable: false,
|
|
136
|
+
configurable: true
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "maxDate", {
|
|
139
|
+
/**
|
|
140
|
+
* Gets or Sets the property name that contains the MaxDate.
|
|
141
|
+
*/
|
|
142
|
+
get: function () {
|
|
143
|
+
return this.i.at;
|
|
144
|
+
},
|
|
145
|
+
set: function (v) {
|
|
146
|
+
this.i.at = v;
|
|
147
|
+
},
|
|
148
|
+
enumerable: false,
|
|
149
|
+
configurable: true
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "density", {
|
|
152
|
+
/**
|
|
153
|
+
* Gets or sets the display density to use for the calendar.
|
|
154
|
+
*/
|
|
155
|
+
get: function () {
|
|
156
|
+
return this.i.t;
|
|
157
|
+
},
|
|
158
|
+
set: function (v) {
|
|
159
|
+
this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
|
|
160
|
+
},
|
|
161
|
+
enumerable: false,
|
|
162
|
+
configurable: true
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "baseTheme", {
|
|
165
|
+
/**
|
|
166
|
+
* Gets or sets the base built in theme to use for the calendar.
|
|
167
|
+
*/
|
|
168
|
+
get: function () {
|
|
169
|
+
return this.i.r;
|
|
170
|
+
},
|
|
171
|
+
set: function (v) {
|
|
172
|
+
this.i.r = ensureEnum(BaseControlTheme_$type, v);
|
|
173
|
+
},
|
|
174
|
+
enumerable: false,
|
|
175
|
+
configurable: true
|
|
176
|
+
});
|
|
177
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "backgroundColor", {
|
|
178
|
+
/**
|
|
179
|
+
* Gets or Sets the selected date background color
|
|
180
|
+
*/
|
|
181
|
+
get: function () {
|
|
182
|
+
return brushToString(this.i.dg);
|
|
183
|
+
},
|
|
184
|
+
set: function (v) {
|
|
185
|
+
this.i.dg = stringToBrush(v);
|
|
186
|
+
},
|
|
187
|
+
enumerable: false,
|
|
188
|
+
configurable: true
|
|
189
|
+
});
|
|
190
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "selectedDateBackgroundColor", {
|
|
191
|
+
/**
|
|
192
|
+
* Gets or Sets the selected date background color
|
|
193
|
+
*/
|
|
194
|
+
get: function () {
|
|
195
|
+
return brushToString(this.i.dm);
|
|
196
|
+
},
|
|
197
|
+
set: function (v) {
|
|
198
|
+
this.i.dm = stringToBrush(v);
|
|
199
|
+
},
|
|
200
|
+
enumerable: false,
|
|
201
|
+
configurable: true
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "selectedFocusDateBackgroundColor", {
|
|
204
|
+
/**
|
|
205
|
+
* Gets or Sets the selected date background color
|
|
206
|
+
*/
|
|
207
|
+
get: function () {
|
|
208
|
+
return brushToString(this.i.dp);
|
|
209
|
+
},
|
|
210
|
+
set: function (v) {
|
|
211
|
+
this.i.dp = stringToBrush(v);
|
|
212
|
+
},
|
|
213
|
+
enumerable: false,
|
|
214
|
+
configurable: true
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "focusDateBackgroundColor", {
|
|
217
|
+
/**
|
|
218
|
+
* Gets or Sets the focus date background color
|
|
219
|
+
*/
|
|
220
|
+
get: function () {
|
|
221
|
+
return brushToString(this.i.dj);
|
|
222
|
+
},
|
|
223
|
+
set: function (v) {
|
|
224
|
+
this.i.dj = stringToBrush(v);
|
|
225
|
+
},
|
|
226
|
+
enumerable: false,
|
|
227
|
+
configurable: true
|
|
228
|
+
});
|
|
229
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "hoverBackgroundColor", {
|
|
230
|
+
/**
|
|
231
|
+
* Gets or Sets the focus date background color
|
|
232
|
+
*/
|
|
233
|
+
get: function () {
|
|
234
|
+
return brushToString(this.i.dl);
|
|
235
|
+
},
|
|
236
|
+
set: function (v) {
|
|
237
|
+
this.i.dl = stringToBrush(v);
|
|
238
|
+
},
|
|
239
|
+
enumerable: false,
|
|
240
|
+
configurable: true
|
|
241
|
+
});
|
|
242
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "textColor", {
|
|
243
|
+
/**
|
|
244
|
+
* Gets or Sets the selected date text color
|
|
245
|
+
*/
|
|
246
|
+
get: function () {
|
|
247
|
+
return brushToString(this.i.dq);
|
|
248
|
+
},
|
|
249
|
+
set: function (v) {
|
|
250
|
+
this.i.dq = stringToBrush(v);
|
|
251
|
+
},
|
|
252
|
+
enumerable: false,
|
|
253
|
+
configurable: true
|
|
254
|
+
});
|
|
255
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "selectedDateTextColor", {
|
|
256
|
+
/**
|
|
257
|
+
* Gets or Sets the selected date text color
|
|
258
|
+
*/
|
|
259
|
+
get: function () {
|
|
260
|
+
return brushToString(this.i.dn);
|
|
261
|
+
},
|
|
262
|
+
set: function (v) {
|
|
263
|
+
this.i.dn = stringToBrush(v);
|
|
264
|
+
},
|
|
265
|
+
enumerable: false,
|
|
266
|
+
configurable: true
|
|
267
|
+
});
|
|
268
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "focusDateTextColor", {
|
|
269
|
+
/**
|
|
270
|
+
* Gets or Sets the focus date text color
|
|
271
|
+
*/
|
|
272
|
+
get: function () {
|
|
273
|
+
return brushToString(this.i.dk);
|
|
274
|
+
},
|
|
275
|
+
set: function (v) {
|
|
276
|
+
this.i.dk = stringToBrush(v);
|
|
277
|
+
},
|
|
278
|
+
enumerable: false,
|
|
279
|
+
configurable: true
|
|
280
|
+
});
|
|
281
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "currentDateTextColor", {
|
|
282
|
+
/**
|
|
283
|
+
* Gets or Sets the current date text color
|
|
284
|
+
*/
|
|
285
|
+
get: function () {
|
|
286
|
+
return brushToString(this.i.di);
|
|
287
|
+
},
|
|
288
|
+
set: function (v) {
|
|
289
|
+
this.i.di = stringToBrush(v);
|
|
290
|
+
},
|
|
291
|
+
enumerable: false,
|
|
292
|
+
configurable: true
|
|
293
|
+
});
|
|
294
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "currentDateBorderColor", {
|
|
295
|
+
/**
|
|
296
|
+
* Gets or Sets the current date text color
|
|
297
|
+
*/
|
|
298
|
+
get: function () {
|
|
299
|
+
return brushToString(this.i.dh);
|
|
300
|
+
},
|
|
301
|
+
set: function (v) {
|
|
302
|
+
this.i.dh = stringToBrush(v);
|
|
303
|
+
},
|
|
304
|
+
enumerable: false,
|
|
305
|
+
configurable: true
|
|
306
|
+
});
|
|
307
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "showTodayButton", {
|
|
308
|
+
/**
|
|
309
|
+
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
310
|
+
*/
|
|
311
|
+
get: function () {
|
|
312
|
+
return this.i.ae;
|
|
313
|
+
},
|
|
314
|
+
set: function (v) {
|
|
315
|
+
this.i.ae = ensureBool(v);
|
|
316
|
+
},
|
|
317
|
+
enumerable: false,
|
|
318
|
+
configurable: true
|
|
319
|
+
});
|
|
320
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "textStyle", {
|
|
321
|
+
/**
|
|
322
|
+
* Gets or sets the font to use for the combobox.
|
|
323
|
+
*/
|
|
324
|
+
get: function () {
|
|
325
|
+
if (this.i.v == null) {
|
|
326
|
+
return null;
|
|
327
|
+
}
|
|
328
|
+
return this.i.v.fontString;
|
|
329
|
+
},
|
|
330
|
+
set: function (v) {
|
|
331
|
+
var fi = new FontInfo();
|
|
332
|
+
fi.fontString = v;
|
|
333
|
+
this.i.v = fi;
|
|
334
|
+
},
|
|
335
|
+
enumerable: false,
|
|
336
|
+
configurable: true
|
|
337
|
+
});
|
|
338
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "firstDayOfWeek", {
|
|
339
|
+
/**
|
|
340
|
+
* Gets or sets the FirstDayOfWeek property to detirmine first day of the week
|
|
341
|
+
*/
|
|
342
|
+
get: function () {
|
|
343
|
+
return this.i.l;
|
|
344
|
+
},
|
|
345
|
+
set: function (v) {
|
|
346
|
+
this.i.l = ensureEnum(DayOfWeek_$type, v);
|
|
347
|
+
},
|
|
348
|
+
enumerable: false,
|
|
349
|
+
configurable: true
|
|
350
|
+
});
|
|
351
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "firstWeekOfYear", {
|
|
352
|
+
/**
|
|
353
|
+
* Gets or sets the FirstWeekOfYear property to detirmine first week of the year
|
|
354
|
+
*/
|
|
355
|
+
get: function () {
|
|
356
|
+
return this.i.o;
|
|
357
|
+
},
|
|
358
|
+
set: function (v) {
|
|
359
|
+
this.i.o = ensureEnum(FirstWeek_$type, v);
|
|
360
|
+
},
|
|
361
|
+
enumerable: false,
|
|
362
|
+
configurable: true
|
|
363
|
+
});
|
|
364
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "showWeekNumbers", {
|
|
365
|
+
/**
|
|
366
|
+
* Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
|
|
367
|
+
*/
|
|
368
|
+
get: function () {
|
|
369
|
+
return this.i.af;
|
|
370
|
+
},
|
|
371
|
+
set: function (v) {
|
|
372
|
+
this.i.af = ensureBool(v);
|
|
373
|
+
},
|
|
374
|
+
enumerable: false,
|
|
375
|
+
configurable: true
|
|
376
|
+
});
|
|
377
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "hasUserValues", {
|
|
378
|
+
get: function () {
|
|
379
|
+
return this._hasUserValues;
|
|
380
|
+
},
|
|
381
|
+
enumerable: false,
|
|
382
|
+
configurable: true
|
|
383
|
+
});
|
|
384
|
+
IgxXCalendarComponent.prototype.__m = function (propertyName) {
|
|
385
|
+
if (!this._inStyling) {
|
|
386
|
+
this._hasUserValues.add(propertyName);
|
|
387
|
+
}
|
|
388
|
+
};
|
|
389
|
+
IgxXCalendarComponent.prototype._styling = function (container, component, parent) {
|
|
390
|
+
if (this._inStyling) {
|
|
391
|
+
return;
|
|
392
|
+
}
|
|
393
|
+
this._inStyling = true;
|
|
394
|
+
this._stylingContainer = container;
|
|
395
|
+
this._stylingParent = component;
|
|
396
|
+
var genericPrefix = "";
|
|
397
|
+
var typeName = this.i.$type.name;
|
|
398
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
399
|
+
typeName = typeName.substring(3);
|
|
400
|
+
}
|
|
401
|
+
genericPrefix = toSpinal("XCalendarComponent");
|
|
402
|
+
var additionalPrefixes = [];
|
|
403
|
+
var prefix = toSpinal(typeName);
|
|
404
|
+
additionalPrefixes.push(prefix + "-");
|
|
405
|
+
var b = this.i.$type.baseType;
|
|
406
|
+
while (b && b.name != "Object" &&
|
|
407
|
+
b.name != "Base" &&
|
|
408
|
+
b.name != "Control" &&
|
|
409
|
+
b.Name != "DependencyObject" &&
|
|
410
|
+
b.Name != "FrameworkElement") {
|
|
411
|
+
typeName = b.name;
|
|
412
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
413
|
+
typeName = typeName.substring(3);
|
|
414
|
+
}
|
|
415
|
+
var basePrefix = toSpinal(typeName);
|
|
416
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
417
|
+
b = b.baseType;
|
|
418
|
+
}
|
|
419
|
+
if (parent) {
|
|
420
|
+
var parentTypeName = parent.i.$type.name;
|
|
421
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
422
|
+
parentTypeName = parentTypeName.substring(3);
|
|
423
|
+
}
|
|
424
|
+
var parentPrefix = toSpinal(parentTypeName);
|
|
425
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
426
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
427
|
+
}
|
|
428
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
429
|
+
if (this._otherStyling) {
|
|
430
|
+
this._otherStyling(container, component, parent);
|
|
431
|
+
}
|
|
432
|
+
this._inStyling = false;
|
|
433
|
+
};
|
|
434
|
+
/**
|
|
435
|
+
* Exports visual information about the current state of the grid.
|
|
436
|
+
|
|
437
|
+
*/
|
|
438
|
+
IgxXCalendarComponent.prototype.exportVisualModel = function () {
|
|
439
|
+
var iv = this.i.bj();
|
|
440
|
+
return (iv);
|
|
441
|
+
};
|
|
442
|
+
/**
|
|
443
|
+
* Returns a serialized copy of the exported visual model
|
|
444
|
+
|
|
445
|
+
*/
|
|
446
|
+
IgxXCalendarComponent.prototype.exportSerializedVisualModel = function () {
|
|
447
|
+
var iv = this.i.bs();
|
|
448
|
+
return (iv);
|
|
449
|
+
};
|
|
450
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "selectedValueChanged", {
|
|
451
|
+
/**
|
|
452
|
+
* Called when date is selected.
|
|
453
|
+
*/
|
|
454
|
+
get: function () {
|
|
455
|
+
var _this = this;
|
|
456
|
+
if (this._selectedValueChanged == null) {
|
|
457
|
+
this._selectedValueChanged = new EventEmitter();
|
|
458
|
+
this.i.selectedValueChanged = delegateCombine(this.i.selectedValueChanged, function (o, e) {
|
|
459
|
+
var outerArgs = new IgxSelectedValueChangedEventArgs();
|
|
460
|
+
outerArgs._provideImplementation(e);
|
|
461
|
+
if (_this.beforeSelectedValueChanged) {
|
|
462
|
+
_this.beforeSelectedValueChanged(_this, outerArgs);
|
|
463
|
+
}
|
|
464
|
+
_this._selectedValueChanged.emit({
|
|
465
|
+
sender: _this,
|
|
466
|
+
args: outerArgs
|
|
467
|
+
});
|
|
468
|
+
});
|
|
469
|
+
}
|
|
470
|
+
return this._selectedValueChanged;
|
|
471
|
+
},
|
|
472
|
+
enumerable: false,
|
|
473
|
+
configurable: true
|
|
474
|
+
});
|
|
475
|
+
Object.defineProperty(IgxXCalendarComponent.prototype, "valueChange", {
|
|
476
|
+
get: function () {
|
|
477
|
+
var _this = this;
|
|
478
|
+
if (this._valueChange == null) {
|
|
479
|
+
this._valueChange = new EventEmitter();
|
|
480
|
+
this.i.propertyChanged = delegateCombine(this.i.propertyChanged, function (o, e) {
|
|
481
|
+
_this._runInZone(function () {
|
|
482
|
+
var iv = e;
|
|
483
|
+
var ext = _this.value;
|
|
484
|
+
if (_this.beforeValueChange) {
|
|
485
|
+
_this.beforeValueChange(_this, ext);
|
|
486
|
+
}
|
|
487
|
+
_this._valueChange.emit(ext);
|
|
488
|
+
});
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
return this._valueChange;
|
|
492
|
+
},
|
|
493
|
+
enumerable: false,
|
|
494
|
+
configurable: true
|
|
495
|
+
});
|
|
496
|
+
IgxXCalendarComponent.prototype._runInZone = function (act) {
|
|
497
|
+
if (this._zoneRunner != null) {
|
|
498
|
+
this._zoneRunner(act);
|
|
499
|
+
}
|
|
500
|
+
else {
|
|
501
|
+
act();
|
|
502
|
+
}
|
|
503
|
+
};
|
|
504
|
+
IgxXCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
505
|
+
IgxXCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXCalendarComponent, selector: "igx-x-calendar", inputs: { height: "height", width: "width", value: "value", today: "today", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", backgroundColor: "backgroundColor", selectedDateBackgroundColor: "selectedDateBackgroundColor", selectedFocusDateBackgroundColor: "selectedFocusDateBackgroundColor", focusDateBackgroundColor: "focusDateBackgroundColor", hoverBackgroundColor: "hoverBackgroundColor", textColor: "textColor", selectedDateTextColor: "selectedDateTextColor", focusDateTextColor: "focusDateTextColor", currentDateTextColor: "currentDateTextColor", currentDateBorderColor: "currentDateBorderColor", showTodayButton: "showTodayButton", textStyle: "textStyle", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers" }, outputs: { selectedValueChanged: "selectedValueChanged", valueChange: "valueChange" }, host: { classAttribute: "ig-x-calendar igx-x-calendar" }, providers: [], viewQueries: [{ propertyName: "_calendarContainer", first: true, predicate: ["calendarContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #calendarContainer>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
506
|
+
return IgxXCalendarComponent;
|
|
507
|
+
}());
|
|
508
|
+
export { IgxXCalendarComponent };
|
|
509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarComponent, decorators: [{
|
|
510
|
+
type: Component,
|
|
511
|
+
args: [{
|
|
512
|
+
selector: 'igx-x-calendar',
|
|
513
|
+
template: "<div #calendarContainer>\n </div>",
|
|
514
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
515
|
+
providers: [],
|
|
516
|
+
host: { 'class': 'ig-x-calendar igx-x-calendar' },
|
|
517
|
+
styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]
|
|
518
|
+
}]
|
|
519
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _calendarContainer: [{
|
|
520
|
+
type: ViewChild,
|
|
521
|
+
args: ["calendarContainer", { read: ElementRef, static: true }]
|
|
522
|
+
}], height: [{
|
|
523
|
+
type: Input
|
|
524
|
+
}], width: [{
|
|
525
|
+
type: Input
|
|
526
|
+
}], value: [{
|
|
527
|
+
type: Input
|
|
528
|
+
}], today: [{
|
|
529
|
+
type: Input
|
|
530
|
+
}], minDate: [{
|
|
531
|
+
type: Input
|
|
532
|
+
}], maxDate: [{
|
|
533
|
+
type: Input
|
|
534
|
+
}], density: [{
|
|
535
|
+
type: Input
|
|
536
|
+
}], baseTheme: [{
|
|
537
|
+
type: Input
|
|
538
|
+
}], backgroundColor: [{
|
|
539
|
+
type: Input
|
|
540
|
+
}], selectedDateBackgroundColor: [{
|
|
541
|
+
type: Input
|
|
542
|
+
}], selectedFocusDateBackgroundColor: [{
|
|
543
|
+
type: Input
|
|
544
|
+
}], focusDateBackgroundColor: [{
|
|
545
|
+
type: Input
|
|
546
|
+
}], hoverBackgroundColor: [{
|
|
547
|
+
type: Input
|
|
548
|
+
}], textColor: [{
|
|
549
|
+
type: Input
|
|
550
|
+
}], selectedDateTextColor: [{
|
|
551
|
+
type: Input
|
|
552
|
+
}], focusDateTextColor: [{
|
|
553
|
+
type: Input
|
|
554
|
+
}], currentDateTextColor: [{
|
|
555
|
+
type: Input
|
|
556
|
+
}], currentDateBorderColor: [{
|
|
557
|
+
type: Input
|
|
558
|
+
}], showTodayButton: [{
|
|
559
|
+
type: Input
|
|
560
|
+
}], textStyle: [{
|
|
561
|
+
type: Input
|
|
562
|
+
}], firstDayOfWeek: [{
|
|
563
|
+
type: Input
|
|
564
|
+
}], firstWeekOfYear: [{
|
|
565
|
+
type: Input
|
|
566
|
+
}], showWeekNumbers: [{
|
|
567
|
+
type: Input
|
|
568
|
+
}], selectedValueChanged: [{
|
|
569
|
+
type: Output
|
|
570
|
+
}], valueChange: [{
|
|
571
|
+
type: Output
|
|
572
|
+
}] } });
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxXButtonDynamicModule } from './igx-x-button-dynamic-module';
|
|
10
|
+
import { IgxXIconDynamicModule } from './igx-x-icon-dynamic-module';
|
|
11
|
+
import { IgxXCalendarComponent } from './igx-x-calendar-component';
|
|
12
|
+
import { XCalendar } from './XCalendar';
|
|
13
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
14
|
+
import { IgxXCalendarModule } from './igx-x-calendar-module';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
var IgxXCalendarDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
17
|
+
function IgxXCalendarDynamicModule() {
|
|
18
|
+
TypeRegistrar.registerCons('XCalendar', XCalendar);
|
|
19
|
+
TypeRegistrar.registerCons('IgxXCalendarComponent', IgxXCalendarComponent);
|
|
20
|
+
TypeRegistrar.register('XCalendar', XCalendar.$type);
|
|
21
|
+
}
|
|
22
|
+
IgxXCalendarDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
+
IgxXCalendarDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarDynamicModule, imports: [CommonModule, IgxXButtonDynamicModule,
|
|
24
|
+
IgxXIconDynamicModule,
|
|
25
|
+
IgxXCalendarModule], exports: [IgxXButtonDynamicModule,
|
|
26
|
+
IgxXIconDynamicModule,
|
|
27
|
+
IgxXCalendarModule] });
|
|
28
|
+
IgxXCalendarDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarDynamicModule, imports: [[CommonModule, IgxXButtonDynamicModule,
|
|
29
|
+
IgxXIconDynamicModule,
|
|
30
|
+
IgxXCalendarModule
|
|
31
|
+
], IgxXButtonDynamicModule,
|
|
32
|
+
IgxXIconDynamicModule,
|
|
33
|
+
IgxXCalendarModule] });
|
|
34
|
+
return IgxXCalendarDynamicModule;
|
|
35
|
+
}());
|
|
36
|
+
export { IgxXCalendarDynamicModule };
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarDynamicModule, decorators: [{
|
|
38
|
+
type: NgModule,
|
|
39
|
+
args: [{
|
|
40
|
+
declarations: [],
|
|
41
|
+
exports: [IgxXButtonDynamicModule,
|
|
42
|
+
IgxXIconDynamicModule,
|
|
43
|
+
IgxXCalendarModule
|
|
44
|
+
],
|
|
45
|
+
imports: [CommonModule, IgxXButtonDynamicModule,
|
|
46
|
+
IgxXIconDynamicModule,
|
|
47
|
+
IgxXCalendarModule
|
|
48
|
+
],
|
|
49
|
+
entryComponents: [IgxXCalendarComponent]
|
|
50
|
+
}]
|
|
51
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { Localization } from "igniteui-angular-core";
|
|
10
|
+
import { XCalendarLocaleEn } from './XCalendarLocaleEn';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
var IgxXCalendarLocaleEnModule = /** @class */ /*@__PURE__*/ (function () {
|
|
13
|
+
function IgxXCalendarLocaleEnModule() {
|
|
14
|
+
Localization.register("XCalendar-en", new XCalendarLocaleEn());
|
|
15
|
+
}
|
|
16
|
+
IgxXCalendarLocaleEnModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarLocaleEnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
+
IgxXCalendarLocaleEnModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarLocaleEnModule, imports: [CommonModule] });
|
|
18
|
+
IgxXCalendarLocaleEnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarLocaleEnModule, imports: [[CommonModule]] });
|
|
19
|
+
return IgxXCalendarLocaleEnModule;
|
|
20
|
+
}());
|
|
21
|
+
export { IgxXCalendarLocaleEnModule };
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCalendarLocaleEnModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
declarations: [],
|
|
26
|
+
imports: [CommonModule],
|
|
27
|
+
exports: [],
|
|
28
|
+
entryComponents: []
|
|
29
|
+
}]
|
|
30
|
+
}], ctorParameters: function () { return []; } });
|