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