igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.3
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/entry-points.json +8 -0
- package/esm2022/lib/ButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonClickEventArgs.js +14 -0
- package/esm2022/lib/ButtonDisplayStyle.d.ts +15 -0
- package/esm2022/lib/ButtonDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupOrientation.d.ts +9 -0
- package/esm2022/lib/ButtonGroupOrientation.js +16 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ButtonGroupView.d.ts +1 -0
- package/esm2022/lib/ButtonGroupView.js +7 -0
- package/esm2022/lib/ButtonGroupView_combined.d.ts +374 -0
- package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.d.ts +28 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
- package/esm2022/lib/ButtonView.d.ts +1 -0
- package/esm2022/lib/ButtonView.js +7 -0
- package/esm2022/lib/ButtonView_combined.d.ts +708 -0
- package/esm2022/lib/ButtonView_combined.js +3668 -0
- package/esm2022/lib/ButtonVisualModelExport.d.ts +47 -0
- package/esm2022/lib/ButtonVisualModelExport.js +108 -0
- package/esm2022/lib/CalendarView.d.ts +1 -0
- package/esm2022/lib/CalendarView.js +7 -0
- package/esm2022/lib/CalendarView_combined.d.ts +234 -0
- package/esm2022/lib/CalendarView_combined.js +2803 -0
- package/esm2022/lib/CalendarVisualModelExport.d.ts +33 -0
- package/esm2022/lib/CalendarVisualModelExport.js +98 -0
- package/esm2022/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/CheckboxChangeEventArgs.js +31 -0
- package/esm2022/lib/CheckboxLabelPosition.d.ts +12 -0
- package/esm2022/lib/CheckboxLabelPosition.js +11 -0
- package/esm2022/lib/CheckboxListVisualModelExport.d.ts +18 -0
- package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
- package/esm2022/lib/CheckboxView.d.ts +1 -0
- package/esm2022/lib/CheckboxView.js +7 -0
- package/esm2022/lib/CheckboxView_combined.d.ts +216 -0
- package/esm2022/lib/CheckboxView_combined.js +1123 -0
- package/esm2022/lib/CheckboxVisualModelExport.d.ts +32 -0
- package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
- package/esm2022/lib/ColorEditor.d.ts +1 -0
- package/esm2022/lib/ColorEditor.js +7 -0
- package/esm2022/lib/ColorEditorBridge.d.ts +1 -0
- package/esm2022/lib/ColorEditorBridge.js +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanel.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanel.js +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/ColorEditorPanelView.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanelView.js +7 -0
- package/esm2022/lib/ColorEditorView.d.ts +1 -0
- package/esm2022/lib/ColorEditorView.js +7 -0
- package/esm2022/lib/ColorEditorVisualModelExport.d.ts +17 -0
- package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
- package/esm2022/lib/DateFormats.d.ts +18 -0
- package/esm2022/lib/DateFormats.js +25 -0
- package/esm2022/lib/DatePickerView.d.ts +1 -0
- package/esm2022/lib/DatePickerView.js +7 -0
- package/esm2022/lib/DatePickerView_combined.d.ts +247 -0
- package/esm2022/lib/DatePickerView_combined.js +1707 -0
- package/esm2022/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
- package/esm2022/lib/DateTimeValueFormatter.d.ts +20 -0
- package/esm2022/lib/DateTimeValueFormatter.js +106 -0
- package/esm2022/lib/DayInfo.d.ts +13 -0
- package/esm2022/lib/DayInfo.js +21 -0
- package/esm2022/lib/DayOfWeek.d.ts +38 -0
- package/esm2022/lib/DayOfWeek.js +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.d.ts +34 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.d.ts +43 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +49 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.d.ts +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.d.ts +42 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
- package/esm2022/lib/ElevationHelper.d.ts +16 -0
- package/esm2022/lib/ElevationHelper.js +65 -0
- package/esm2022/lib/FirstWeek.d.ts +22 -0
- package/esm2022/lib/FirstWeek.js +29 -0
- package/esm2022/lib/GotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/GotFocusEventArgs.js +14 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.d.ts +21 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.d.ts +25 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.d.ts +24 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
- package/esm2022/lib/ISliderTrackOwner.d.ts +15 -0
- package/esm2022/lib/ISliderTrackOwner.js +11 -0
- package/esm2022/lib/IconClickedEventArgs.d.ts +10 -0
- package/esm2022/lib/IconClickedEventArgs.js +24 -0
- package/esm2022/lib/IconView.d.ts +1 -0
- package/esm2022/lib/IconView.js +7 -0
- package/esm2022/lib/IconViewType.d.ts +16 -0
- package/esm2022/lib/IconViewType.js +11 -0
- package/esm2022/lib/IconView_combined.d.ts +257 -0
- package/esm2022/lib/IconView_combined.js +1318 -0
- package/esm2022/lib/IconVisualModelExport.d.ts +32 -0
- package/esm2022/lib/IconVisualModelExport.js +89 -0
- package/esm2022/lib/InputChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/InputChangeEventArgs.js +31 -0
- package/esm2022/lib/InputGroupDisplayType.d.ts +11 -0
- package/esm2022/lib/InputGroupDisplayType.js +18 -0
- package/esm2022/lib/InputGroupView.d.ts +1 -0
- package/esm2022/lib/InputGroupView.js +7 -0
- package/esm2022/lib/InputGroupView_combined.d.ts +1213 -0
- package/esm2022/lib/InputGroupView_combined.js +5638 -0
- package/esm2022/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
- package/esm2022/lib/InputShiftType.d.ts +10 -0
- package/esm2022/lib/InputShiftType.js +17 -0
- package/esm2022/lib/InputView.d.ts +1 -0
- package/esm2022/lib/InputView.js +7 -0
- package/esm2022/lib/InputVisualModelExport.d.ts +32 -0
- package/esm2022/lib/InputVisualModelExport.js +78 -0
- package/esm2022/lib/KEYCODES.d.ts +27 -0
- package/esm2022/lib/KEYCODES.js +11 -0
- package/esm2022/lib/LabelShiftType.d.ts +10 -0
- package/esm2022/lib/LabelShiftType.js +17 -0
- package/esm2022/lib/LabelView.d.ts +1 -0
- package/esm2022/lib/LabelView.js +7 -0
- package/esm2022/lib/LabelVisualModelExport.d.ts +34 -0
- package/esm2022/lib/LabelVisualModelExport.js +82 -0
- package/esm2022/lib/LostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/LostFocusEventArgs.js +14 -0
- package/esm2022/lib/MaskOptions.d.ts +9 -0
- package/esm2022/lib/MaskOptions.js +19 -0
- package/esm2022/lib/MaskParsingService.d.ts +19 -0
- package/esm2022/lib/MaskParsingService.js +211 -0
- package/esm2022/lib/MultiSlider.d.ts +1 -0
- package/esm2022/lib/MultiSlider.js +7 -0
- package/esm2022/lib/MultiSliderBridge.d.ts +24 -0
- package/esm2022/lib/MultiSliderBridge.js +163 -0
- package/esm2022/lib/MultiSliderCursor.d.ts +15 -0
- package/esm2022/lib/MultiSliderCursor.js +11 -0
- package/esm2022/lib/MultiSliderHitInfo.d.ts +13 -0
- package/esm2022/lib/MultiSliderHitInfo.js +20 -0
- package/esm2022/lib/MultiSliderOrientation.d.ts +10 -0
- package/esm2022/lib/MultiSliderOrientation.js +17 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.d.ts +13 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js +31 -0
- package/esm2022/lib/MultiSliderThumb.d.ts +1 -0
- package/esm2022/lib/MultiSliderThumb.js +7 -0
- package/esm2022/lib/MultiSliderThumbCollection.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbCollection.js +19 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.d.ts +9 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.js +16 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
- package/esm2022/lib/MultiSliderThumb_combined.d.ts +76 -0
- package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.d.ts +14 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.js +11 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.d.ts +1 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.js +7 -0
- package/esm2022/lib/MultiSliderView.d.ts +1 -0
- package/esm2022/lib/MultiSliderView.js +7 -0
- package/esm2022/lib/MultiSliderView_combined.d.ts +298 -0
- package/esm2022/lib/MultiSliderView_combined.js +1779 -0
- package/esm2022/lib/MultiSliderVisualArea.d.ts +14 -0
- package/esm2022/lib/MultiSliderVisualArea.js +11 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.d.ts +8 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
- package/esm2022/lib/NativeUIXInputsFactory.d.ts +1 -0
- package/esm2022/lib/NativeUIXInputsFactory.js +7 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.d.ts +400 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
- package/esm2022/lib/PrefixShiftType.d.ts +10 -0
- package/esm2022/lib/PrefixShiftType.js +17 -0
- package/esm2022/lib/PrefixView.d.ts +1 -0
- package/esm2022/lib/PrefixView.js +7 -0
- package/esm2022/lib/PrefixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/PrefixVisualModelExport.js +33 -0
- package/esm2022/lib/Replaced.d.ts +9 -0
- package/esm2022/lib/Replaced.js +19 -0
- package/esm2022/lib/RippleView.d.ts +1 -0
- package/esm2022/lib/RippleView.js +7 -0
- package/esm2022/lib/RippleView_combined.d.ts +98 -0
- package/esm2022/lib/RippleView_combined.js +392 -0
- package/esm2022/lib/RippleVisualModelExport.d.ts +15 -0
- package/esm2022/lib/RippleVisualModelExport.js +36 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/SuffixShiftType.d.ts +10 -0
- package/esm2022/lib/SuffixShiftType.js +17 -0
- package/esm2022/lib/SuffixView.d.ts +1 -0
- package/esm2022/lib/SuffixView.js +7 -0
- package/esm2022/lib/SuffixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/SuffixVisualModelExport.js +32 -0
- package/esm2022/lib/TextBlockVisualModelExport.d.ts +21 -0
- package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
- package/esm2022/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
- package/esm2022/lib/Theme.d.ts +15 -0
- package/esm2022/lib/Theme.js +46 -0
- package/esm2022/lib/ThemeResolver.d.ts +59 -0
- package/esm2022/lib/ThemeResolver.js +190 -0
- package/esm2022/lib/XButton.d.ts +1 -0
- package/esm2022/lib/XButton.js +7 -0
- package/esm2022/lib/XButtonBridge.d.ts +40 -0
- package/esm2022/lib/XButtonBridge.js +326 -0
- package/esm2022/lib/XButtonGroup.d.ts +1 -0
- package/esm2022/lib/XButtonGroup.js +7 -0
- package/esm2022/lib/XButtonGroupBridge.d.ts +29 -0
- package/esm2022/lib/XButtonGroupBridge.js +185 -0
- package/esm2022/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/esm2022/lib/XButtonGroupButtonCollection.js +26 -0
- package/esm2022/lib/XCalendar.d.ts +1 -0
- package/esm2022/lib/XCalendar.js +7 -0
- package/esm2022/lib/XCalendarLocaleEn.d.ts +49 -0
- package/esm2022/lib/XCalendarLocaleEn.js +56 -0
- package/esm2022/lib/XCheckbox.d.ts +1 -0
- package/esm2022/lib/XCheckbox.js +7 -0
- package/esm2022/lib/XCheckboxBridge.d.ts +20 -0
- package/esm2022/lib/XCheckboxBridge.js +96 -0
- package/esm2022/lib/XComponentBridge.d.ts +18 -0
- package/esm2022/lib/XComponentBridge.js +51 -0
- package/esm2022/lib/XDatePicker.d.ts +1 -0
- package/esm2022/lib/XDatePicker.js +7 -0
- package/esm2022/lib/XIcon.d.ts +1 -0
- package/esm2022/lib/XIcon.js +7 -0
- package/esm2022/lib/XIconBridge.d.ts +18 -0
- package/esm2022/lib/XIconBridge.js +128 -0
- package/esm2022/lib/XIconButtonBridge.d.ts +16 -0
- package/esm2022/lib/XIconButtonBridge.js +75 -0
- package/esm2022/lib/XInput.d.ts +1 -0
- package/esm2022/lib/XInput.js +7 -0
- package/esm2022/lib/XInputBridge.d.ts +53 -0
- package/esm2022/lib/XInputBridge.js +474 -0
- package/esm2022/lib/XInputGroup.d.ts +1 -0
- package/esm2022/lib/XInputGroup.js +7 -0
- package/esm2022/lib/XInputGroupInputCollection.d.ts +1 -0
- package/esm2022/lib/XInputGroupInputCollection.js +7 -0
- package/esm2022/lib/XInputGroupItem.d.ts +1 -0
- package/esm2022/lib/XInputGroupItem.js +7 -0
- package/esm2022/lib/XLabel.d.ts +1 -0
- package/esm2022/lib/XLabel.js +7 -0
- package/esm2022/lib/XPopupBridge.d.ts +57 -0
- package/esm2022/lib/XPopupBridge.js +323 -0
- package/esm2022/lib/XPrefix.d.ts +1 -0
- package/esm2022/lib/XPrefix.js +7 -0
- package/esm2022/lib/XRipple.d.ts +1 -0
- package/esm2022/lib/XRipple.js +7 -0
- package/esm2022/lib/XSuffix.d.ts +1 -0
- package/esm2022/lib/XSuffix.js +7 -0
- package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-entrypoint.js +4 -0
- package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/igc-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.js +30 -0
- package/esm2022/lib/igc-checkbox-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-checkbox-change-event-args.js +43 -0
- package/esm2022/lib/igc-color-editor-component.d.ts +163 -0
- package/esm2022/lib/igc-color-editor-component.js +547 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-module.js +19 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-panel-component.d.ts +124 -0
- package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
- package/esm2022/lib/igc-color-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-panel-module.js +25 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.js +43 -0
- package/esm2022/lib/igc-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-input-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-input-change-event-args.js +43 -0
- package/esm2022/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-multi-slider-component.d.ts +174 -0
- package/esm2022/lib/igc-multi-slider-component.js +680 -0
- package/esm2022/lib/igc-multi-slider-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-module.js +17 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +16 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +42 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.d.ts +8 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.js +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +17 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.js +54 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.d.ts +26 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.js +103 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.d.ts +14 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.js +36 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.js +42 -0
- package/esm2022/lib/igc-x-button-component.d.ts +902 -0
- package/esm2022/lib/igc-x-button-component.js +2395 -0
- package/esm2022/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-button-group-button-collection.js +53 -0
- package/esm2022/lib/igc-x-button-group-component.d.ts +410 -0
- package/esm2022/lib/igc-x-button-group-component.js +1020 -0
- package/esm2022/lib/igc-x-button-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-group-module.js +21 -0
- package/esm2022/lib/igc-x-button-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-module.js +21 -0
- package/esm2022/lib/igc-x-calendar-component.d.ts +181 -0
- package/esm2022/lib/igc-x-calendar-component.js +508 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.js +13 -0
- package/esm2022/lib/igc-x-calendar-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-module.js +21 -0
- package/esm2022/lib/igc-x-checkbox-component.d.ts +232 -0
- package/esm2022/lib/igc-x-checkbox-component.js +623 -0
- package/esm2022/lib/igc-x-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-x-checkbox-module.js +21 -0
- package/esm2022/lib/igc-x-date-picker-component.d.ts +226 -0
- package/esm2022/lib/igc-x-date-picker-component.js +677 -0
- package/esm2022/lib/igc-x-date-picker-module.d.ts +3 -0
- package/esm2022/lib/igc-x-date-picker-module.js +25 -0
- package/esm2022/lib/igc-x-icon-component.d.ts +285 -0
- package/esm2022/lib/igc-x-icon-component.js +702 -0
- package/esm2022/lib/igc-x-icon-module.d.ts +3 -0
- package/esm2022/lib/igc-x-icon-module.js +19 -0
- package/esm2022/lib/igc-x-input-component.d.ts +194 -0
- package/esm2022/lib/igc-x-input-component.js +600 -0
- package/esm2022/lib/igc-x-input-group-component.d.ts +748 -0
- package/esm2022/lib/igc-x-input-group-component.js +2353 -0
- package/esm2022/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-input-group-input-collection.js +53 -0
- package/esm2022/lib/igc-x-input-group-item-component.d.ts +41 -0
- package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
- package/esm2022/lib/igc-x-input-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-group-module.js +23 -0
- package/esm2022/lib/igc-x-input-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-module.js +19 -0
- package/esm2022/lib/igc-x-label-component.d.ts +171 -0
- package/esm2022/lib/igc-x-label-component.js +410 -0
- package/esm2022/lib/igc-x-label-module.d.ts +3 -0
- package/esm2022/lib/igc-x-label-module.js +19 -0
- package/esm2022/lib/igc-x-prefix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-prefix-component.js +183 -0
- package/esm2022/lib/igc-x-prefix-module.d.ts +3 -0
- package/esm2022/lib/igc-x-prefix-module.js +19 -0
- package/esm2022/lib/igc-x-ripple-component.d.ts +118 -0
- package/esm2022/lib/igc-x-ripple-component.js +382 -0
- package/esm2022/lib/igc-x-ripple-module.d.ts +3 -0
- package/esm2022/lib/igc-x-ripple-module.js +17 -0
- package/esm2022/lib/igc-x-suffix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-suffix-component.js +183 -0
- package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
- package/esm2022/lib/multi-slider-entrypoint.js +4 -0
- package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-entrypoint.js +4 -0
- package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-group-entrypoint.js +4 -0
- package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-calendar-entrypoint.js +4 -0
- package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
- package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
- package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-icon-entrypoint.js +4 -0
- package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-entrypoint.js +4 -0
- package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-group-entrypoint.js +4 -0
- package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-label-entrypoint.js +4 -0
- package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-prefix-entrypoint.js +4 -0
- package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-ripple-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +169 -0
- package/esm2022/public_api.js +169 -0
- package/package.json +79 -8
- package/fesm2022/igniteui-webcomponents-inputs.mjs +0 -40140
- package/igniteui-webcomponents-inputs.d.ts +0 -9883
|
@@ -0,0 +1,677 @@
|
|
|
1
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
2
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
3
|
+
import { WebComponentRenderer } from "igniteui-webcomponents-core";
|
|
4
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
5
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
6
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
+
import { XDatePicker } from './XDatePicker';
|
|
8
|
+
import { IgcSelectedValueChangedEventArgs } from "./igc-selected-value-changed-event-args";
|
|
9
|
+
import { IgcGotFocusEventArgs } from "./igc-got-focus-event-args";
|
|
10
|
+
import { IgcLostFocusEventArgs } from "./igc-lost-focus-event-args";
|
|
11
|
+
import { IgcInputChangeEventArgs } from "./igc-input-change-event-args";
|
|
12
|
+
import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
|
|
13
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
14
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { DateFormats_$type } from "./DateFormats";
|
|
16
|
+
import { DayOfWeek_$type } from "./DayOfWeek";
|
|
17
|
+
import { FirstWeek_$type } from "./FirstWeek";
|
|
18
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
19
|
+
class IgcXDatePickerComponent extends IgcHTMLElement {
|
|
20
|
+
set height(value) {
|
|
21
|
+
this._height = value;
|
|
22
|
+
this.style.height = value;
|
|
23
|
+
this.i.notifySizeChanged();
|
|
24
|
+
}
|
|
25
|
+
get height() {
|
|
26
|
+
return this._height;
|
|
27
|
+
}
|
|
28
|
+
set width(value) {
|
|
29
|
+
this._width = value;
|
|
30
|
+
this.style.width = value;
|
|
31
|
+
this.i.notifySizeChanged();
|
|
32
|
+
}
|
|
33
|
+
get width() {
|
|
34
|
+
return this._width;
|
|
35
|
+
}
|
|
36
|
+
constructor() {
|
|
37
|
+
super();
|
|
38
|
+
this._disconnected = false;
|
|
39
|
+
this._settingAttributes = false;
|
|
40
|
+
this._attached = false;
|
|
41
|
+
this._queuedSetAttributes = [];
|
|
42
|
+
this._updatingFromAttribute = false;
|
|
43
|
+
this.__p = null;
|
|
44
|
+
this._hasUserValues = new Set();
|
|
45
|
+
this._stylingContainer = null;
|
|
46
|
+
this._stylingParent = null;
|
|
47
|
+
this._inStyling = false;
|
|
48
|
+
this._selectedValueChanged = null;
|
|
49
|
+
this._selectedValueChanged_wrapped = null;
|
|
50
|
+
this._gotFocus = null;
|
|
51
|
+
this._gotFocus_wrapped = null;
|
|
52
|
+
this._lostFocus = null;
|
|
53
|
+
this._lostFocus_wrapped = null;
|
|
54
|
+
this._keyDown = null;
|
|
55
|
+
this._keyDown_wrapped = null;
|
|
56
|
+
this._changing = null;
|
|
57
|
+
this._changing_wrapped = null;
|
|
58
|
+
this._valueChange = null;
|
|
59
|
+
this._valueChange_wrapped = null;
|
|
60
|
+
if (this._styling) {
|
|
61
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
62
|
+
}
|
|
63
|
+
this._renderer = new WebComponentRenderer(this, document, true, null);
|
|
64
|
+
this._implementation = this.createImplementation();
|
|
65
|
+
this._implementation.externalObject = this;
|
|
66
|
+
this._container = this._renderer.createElement("div");
|
|
67
|
+
this._renderer.updateRoot(this._container);
|
|
68
|
+
//this._renderer.rootWrapper.append(this._container);
|
|
69
|
+
//this._container.setStyleProperty("width", "100%");
|
|
70
|
+
//this._container.setStyleProperty("height", "100%");
|
|
71
|
+
var datePicker = this.i;
|
|
72
|
+
this._datePicker = datePicker;
|
|
73
|
+
this._renderer.addSizeWatcher(() => {
|
|
74
|
+
this._datePicker.notifySizeChanged();
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
// supports angular themes or custom properties set in CSS
|
|
78
|
+
updateStyle() {
|
|
79
|
+
this._styling(this, this);
|
|
80
|
+
}
|
|
81
|
+
destroy() {
|
|
82
|
+
this._datePicker.destroy();
|
|
83
|
+
}
|
|
84
|
+
createImplementation() {
|
|
85
|
+
return new XDatePicker();
|
|
86
|
+
}
|
|
87
|
+
disconnectedCallback() {
|
|
88
|
+
this._disconnected = true;
|
|
89
|
+
this._datePicker.provideContainer(null);
|
|
90
|
+
}
|
|
91
|
+
connectedCallback() {
|
|
92
|
+
if (this._disconnected) {
|
|
93
|
+
this._disconnected = false;
|
|
94
|
+
return;
|
|
95
|
+
}
|
|
96
|
+
this.classList.add("ig-x-date-picker");
|
|
97
|
+
this.classList.add("igc-x-date-picker");
|
|
98
|
+
var rootWrapper = this._renderer.rootWrapper;
|
|
99
|
+
var rootElement = rootWrapper.getNativeElement();
|
|
100
|
+
this.appendChild(rootElement);
|
|
101
|
+
this._attached = true;
|
|
102
|
+
this.style.display = "block";
|
|
103
|
+
this.style.height = this._height;
|
|
104
|
+
this.style.width = this._width;
|
|
105
|
+
let inputContainer = this._renderer.createElement("div");
|
|
106
|
+
this._container.append(inputContainer);
|
|
107
|
+
let popupContainer = this._renderer.createElement("div");
|
|
108
|
+
this._container.append(popupContainer);
|
|
109
|
+
this._datePicker.provideContainer(this._renderer);
|
|
110
|
+
this._datePicker.notifySizeChanged();
|
|
111
|
+
this._flushQueuedAttributes();
|
|
112
|
+
// supports themes or custom properties set in CSS
|
|
113
|
+
this._styling(this, this);
|
|
114
|
+
this.afterContentInit();
|
|
115
|
+
}
|
|
116
|
+
afterContentInit() {
|
|
117
|
+
this.i.notifySizeChanged();
|
|
118
|
+
}
|
|
119
|
+
attributeSynced(name, value) {
|
|
120
|
+
// an attribute was set by the component renderer.
|
|
121
|
+
if (name === 'name') {
|
|
122
|
+
this.i.setName(value);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* @hidden
|
|
127
|
+
*/
|
|
128
|
+
get i() {
|
|
129
|
+
return this._implementation;
|
|
130
|
+
} /**
|
|
131
|
+
* @hidden
|
|
132
|
+
*/
|
|
133
|
+
static _createFromInternal(internal) {
|
|
134
|
+
if (!internal) {
|
|
135
|
+
return null;
|
|
136
|
+
}
|
|
137
|
+
if (!internal.$type) {
|
|
138
|
+
return null;
|
|
139
|
+
}
|
|
140
|
+
let name = internal.$type.name;
|
|
141
|
+
let externalName = "Igc" + name + "Component";
|
|
142
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
143
|
+
return null;
|
|
144
|
+
}
|
|
145
|
+
return TypeRegistrar.create(externalName);
|
|
146
|
+
}
|
|
147
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
148
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
149
|
+
}
|
|
150
|
+
_flushQueuedAttributes() {
|
|
151
|
+
this._settingAttributes = true;
|
|
152
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
153
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
154
|
+
}
|
|
155
|
+
this._settingAttributes = false;
|
|
156
|
+
this._queuedSetAttributes.length = 0;
|
|
157
|
+
}
|
|
158
|
+
_a(attrName, attrValue) {
|
|
159
|
+
if (this._updatingFromAttribute) {
|
|
160
|
+
return;
|
|
161
|
+
}
|
|
162
|
+
if (attrValue) {
|
|
163
|
+
attrValue = attrValue.toString();
|
|
164
|
+
}
|
|
165
|
+
this._settingAttributes = true;
|
|
166
|
+
attrName = toSpinal(attrName);
|
|
167
|
+
if (this._attached) {
|
|
168
|
+
this.setAttribute(attrName, attrValue);
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
172
|
+
}
|
|
173
|
+
this._settingAttributes = false;
|
|
174
|
+
}
|
|
175
|
+
static { this._observedAttributesIgcXDatePickerComponent = null; }
|
|
176
|
+
static get observedAttributes() {
|
|
177
|
+
if (IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent == null) {
|
|
178
|
+
let names = getAllPropertyNames(IgcXDatePickerComponent);
|
|
179
|
+
for (let i = 0; i < names.length; i++) {
|
|
180
|
+
names[i] = toSpinal(names[i]);
|
|
181
|
+
}
|
|
182
|
+
IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent = names;
|
|
183
|
+
}
|
|
184
|
+
return IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent;
|
|
185
|
+
}
|
|
186
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
187
|
+
if (this._settingAttributes) {
|
|
188
|
+
return;
|
|
189
|
+
}
|
|
190
|
+
let setName = fromSpinal(name);
|
|
191
|
+
this._updatingFromAttribute = true;
|
|
192
|
+
this[setName] = newValue;
|
|
193
|
+
this._updatingFromAttribute = false;
|
|
194
|
+
}
|
|
195
|
+
static { this.htmlTagName = "igc-x-date-picker"; }
|
|
196
|
+
static { this._isElementRegistered = false; }
|
|
197
|
+
static register() {
|
|
198
|
+
if (!IgcXDatePickerComponent._isElementRegistered) {
|
|
199
|
+
IgcXDatePickerComponent._isElementRegistered = true;
|
|
200
|
+
RegisterElementHelper.registerElement(IgcXDatePickerComponent.htmlTagName, IgcXDatePickerComponent);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Gets or Sets the property name that contains the values.
|
|
205
|
+
*/
|
|
206
|
+
get value() {
|
|
207
|
+
return this.i.value;
|
|
208
|
+
}
|
|
209
|
+
set value(v) {
|
|
210
|
+
this.i.value = v;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Gets or Sets the property name that contains the values.
|
|
214
|
+
*/
|
|
215
|
+
get today() {
|
|
216
|
+
return this.i.bb;
|
|
217
|
+
}
|
|
218
|
+
set today(v) {
|
|
219
|
+
this.i.bb = v;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Gets or Sets the property name that contains the label.
|
|
223
|
+
*/
|
|
224
|
+
get label() {
|
|
225
|
+
return this.i.b4;
|
|
226
|
+
}
|
|
227
|
+
set label(v) {
|
|
228
|
+
this.i.b4 = v;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Gets or sets the color to use for the text.
|
|
232
|
+
*/
|
|
233
|
+
get labelTextColor() {
|
|
234
|
+
return brushToString(this.i.dx);
|
|
235
|
+
}
|
|
236
|
+
set labelTextColor(v) {
|
|
237
|
+
this.i.dx = stringToBrush(v);
|
|
238
|
+
this._a("labelTextColor", brushToString(this.i.dx));
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Gets or sets the font to use for the combobox.
|
|
242
|
+
*/
|
|
243
|
+
get labelTextStyle() {
|
|
244
|
+
if (this.i.ac == null) {
|
|
245
|
+
return null;
|
|
246
|
+
}
|
|
247
|
+
return this.i.ac.fontString;
|
|
248
|
+
}
|
|
249
|
+
set labelTextStyle(v) {
|
|
250
|
+
let fi = new FontInfo();
|
|
251
|
+
fi.fontString = v;
|
|
252
|
+
this.i.ac = fi;
|
|
253
|
+
this._a("labelTextStyle", this.i.ac != null ? this.i.ac.fontString : "");
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* Gets or Sets the property name that contains the placeholder.
|
|
257
|
+
*/
|
|
258
|
+
get placeholder() {
|
|
259
|
+
return this.i.cc;
|
|
260
|
+
}
|
|
261
|
+
set placeholder(v) {
|
|
262
|
+
this.i.cc = v;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Gets or Sets the property name that contains the MinDate.
|
|
266
|
+
*/
|
|
267
|
+
get minDate() {
|
|
268
|
+
return this.i.ba;
|
|
269
|
+
}
|
|
270
|
+
set minDate(v) {
|
|
271
|
+
this.i.ba = v;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Gets or Sets the property name that contains the MaxDate.
|
|
275
|
+
*/
|
|
276
|
+
get maxDate() {
|
|
277
|
+
return this.i.a9;
|
|
278
|
+
}
|
|
279
|
+
set maxDate(v) {
|
|
280
|
+
this.i.a9 = v;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Gets or sets the display density to use for the date pcicker.
|
|
284
|
+
*/
|
|
285
|
+
get density() {
|
|
286
|
+
return this.i.y;
|
|
287
|
+
}
|
|
288
|
+
set density(v) {
|
|
289
|
+
this.i.y = ensureEnum(ControlDisplayDensity_$type, v);
|
|
290
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.y));
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* Gets or sets the base built in theme to use for the date picker.
|
|
294
|
+
*/
|
|
295
|
+
get baseTheme() {
|
|
296
|
+
return this.i.w;
|
|
297
|
+
}
|
|
298
|
+
set baseTheme(v) {
|
|
299
|
+
this.i.w = ensureEnum(BaseControlTheme_$type, v);
|
|
300
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.w));
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* Gets or sets the font to use for the combobox.
|
|
304
|
+
*/
|
|
305
|
+
get textStyle() {
|
|
306
|
+
if (this.i.ad == null) {
|
|
307
|
+
return null;
|
|
308
|
+
}
|
|
309
|
+
return this.i.ad.fontString;
|
|
310
|
+
}
|
|
311
|
+
set textStyle(v) {
|
|
312
|
+
let fi = new FontInfo();
|
|
313
|
+
fi.fontString = v;
|
|
314
|
+
this.i.ad = fi;
|
|
315
|
+
this._a("textStyle", this.i.ad != null ? this.i.ad.fontString : "");
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Gets or Sets the text color
|
|
319
|
+
*/
|
|
320
|
+
get textColor() {
|
|
321
|
+
return brushToString(this.i.dy);
|
|
322
|
+
}
|
|
323
|
+
set textColor(v) {
|
|
324
|
+
this.i.dy = stringToBrush(v);
|
|
325
|
+
this._a("textColor", brushToString(this.i.dy));
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Gets or Sets the text color
|
|
329
|
+
*/
|
|
330
|
+
get iconColor() {
|
|
331
|
+
return brushToString(this.i.dw);
|
|
332
|
+
}
|
|
333
|
+
set iconColor(v) {
|
|
334
|
+
this.i.dw = stringToBrush(v);
|
|
335
|
+
this._a("iconColor", brushToString(this.i.dw));
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
339
|
+
*/
|
|
340
|
+
get showClearButton() {
|
|
341
|
+
return this.i.a0;
|
|
342
|
+
}
|
|
343
|
+
set showClearButton(v) {
|
|
344
|
+
this.i.a0 = ensureBool(v);
|
|
345
|
+
this._a("showClearButton", this.i.a0);
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
349
|
+
*/
|
|
350
|
+
get showTodayButton() {
|
|
351
|
+
return this.i.a1;
|
|
352
|
+
}
|
|
353
|
+
set showTodayButton(v) {
|
|
354
|
+
this.i.a1 = ensureBool(v);
|
|
355
|
+
this._a("showTodayButton", this.i.a1);
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
359
|
+
*/
|
|
360
|
+
get allowTextInput() {
|
|
361
|
+
return this.i.au;
|
|
362
|
+
}
|
|
363
|
+
set allowTextInput(v) {
|
|
364
|
+
this.i.au = ensureBool(v);
|
|
365
|
+
this._a("allowTextInput", this.i.au);
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
369
|
+
*/
|
|
370
|
+
get openOnFocus() {
|
|
371
|
+
return this.i.ay;
|
|
372
|
+
}
|
|
373
|
+
set openOnFocus(v) {
|
|
374
|
+
this.i.ay = ensureBool(v);
|
|
375
|
+
this._a("openOnFocus", this.i.ay);
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Gets or sets the FirstDayOfWeek property to detirmine first day of the week
|
|
379
|
+
*/
|
|
380
|
+
get firstDayOfWeek() {
|
|
381
|
+
return this.i.j;
|
|
382
|
+
}
|
|
383
|
+
set firstDayOfWeek(v) {
|
|
384
|
+
this.i.j = ensureEnum(DayOfWeek_$type, v);
|
|
385
|
+
this._a("firstDayOfWeek", enumToString(DayOfWeek_$type, this.i.j));
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Gets or sets the FirstWeekOfYear property to detirmine first week of the year
|
|
389
|
+
*/
|
|
390
|
+
get firstWeekOfYear() {
|
|
391
|
+
return this.i.l;
|
|
392
|
+
}
|
|
393
|
+
set firstWeekOfYear(v) {
|
|
394
|
+
this.i.l = ensureEnum(FirstWeek_$type, v);
|
|
395
|
+
this._a("firstWeekOfYear", enumToString(FirstWeek_$type, this.i.l));
|
|
396
|
+
}
|
|
397
|
+
/**
|
|
398
|
+
* Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
|
|
399
|
+
*/
|
|
400
|
+
get showWeekNumbers() {
|
|
401
|
+
return this.i.a2;
|
|
402
|
+
}
|
|
403
|
+
set showWeekNumbers(v) {
|
|
404
|
+
this.i.a2 = ensureBool(v);
|
|
405
|
+
this._a("showWeekNumbers", this.i.a2);
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
409
|
+
*/
|
|
410
|
+
get dateFormat() {
|
|
411
|
+
return this.i.e;
|
|
412
|
+
}
|
|
413
|
+
set dateFormat(v) {
|
|
414
|
+
this.i.e = ensureEnum(DateFormats_$type, v);
|
|
415
|
+
this._a("dateFormat", enumToString(DateFormats_$type, this.i.e));
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Gets or sets the Format property to detirmine the format of the date in the input
|
|
419
|
+
*/
|
|
420
|
+
get formatString() {
|
|
421
|
+
return this.i.bz;
|
|
422
|
+
}
|
|
423
|
+
set formatString(v) {
|
|
424
|
+
this.i.bz = v;
|
|
425
|
+
}
|
|
426
|
+
get isDisabled() {
|
|
427
|
+
return this.i.av;
|
|
428
|
+
}
|
|
429
|
+
set isDisabled(v) {
|
|
430
|
+
this.i.av = ensureBool(v);
|
|
431
|
+
this._a("isDisabled", this.i.av);
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Indicates that the calendar dropdown will position itself relative to the window instead of the document.
|
|
435
|
+
*/
|
|
436
|
+
get isFixed() {
|
|
437
|
+
return this.i.aw;
|
|
438
|
+
}
|
|
439
|
+
set isFixed(v) {
|
|
440
|
+
this.i.aw = ensureBool(v);
|
|
441
|
+
this._a("isFixed", this.i.aw);
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Indicates that the dropdown should open as a child of the date picker.
|
|
445
|
+
*/
|
|
446
|
+
get openAsChild() {
|
|
447
|
+
return this.i.ax;
|
|
448
|
+
}
|
|
449
|
+
set openAsChild(v) {
|
|
450
|
+
this.i.ax = ensureBool(v);
|
|
451
|
+
this._a("openAsChild", this.i.ax);
|
|
452
|
+
}
|
|
453
|
+
/**
|
|
454
|
+
* Indicates that the dropdown will place itself into the browser top layer.
|
|
455
|
+
*/
|
|
456
|
+
get useTopLayer() {
|
|
457
|
+
return this.i.a3;
|
|
458
|
+
}
|
|
459
|
+
set useTopLayer(v) {
|
|
460
|
+
this.i.a3 = ensureBool(v);
|
|
461
|
+
this._a("useTopLayer", this.i.a3);
|
|
462
|
+
}
|
|
463
|
+
get hasUserValues() {
|
|
464
|
+
return this._hasUserValues;
|
|
465
|
+
}
|
|
466
|
+
__m(propertyName) {
|
|
467
|
+
if (!this._inStyling) {
|
|
468
|
+
this._hasUserValues.add(propertyName);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
_styling(container, component, parent) {
|
|
472
|
+
if (this._inStyling) {
|
|
473
|
+
return;
|
|
474
|
+
}
|
|
475
|
+
this._inStyling = true;
|
|
476
|
+
this._stylingContainer = container;
|
|
477
|
+
this._stylingParent = component;
|
|
478
|
+
let genericPrefix = "";
|
|
479
|
+
let typeName = this.i.$type.name;
|
|
480
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
481
|
+
typeName = typeName.substring(3);
|
|
482
|
+
}
|
|
483
|
+
genericPrefix = toSpinal("XDatePickerComponent");
|
|
484
|
+
let additionalPrefixes = [];
|
|
485
|
+
let prefix = toSpinal(typeName);
|
|
486
|
+
additionalPrefixes.push(prefix + "-");
|
|
487
|
+
let b = this.i.$type.baseType;
|
|
488
|
+
while (b && b.name != "Object" &&
|
|
489
|
+
b.name != "Base" &&
|
|
490
|
+
b.name != "Control" &&
|
|
491
|
+
b.Name != "DependencyObject" &&
|
|
492
|
+
b.Name != "FrameworkElement") {
|
|
493
|
+
typeName = b.name;
|
|
494
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
495
|
+
typeName = typeName.substring(3);
|
|
496
|
+
}
|
|
497
|
+
let basePrefix = toSpinal(typeName);
|
|
498
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
499
|
+
b = b.baseType;
|
|
500
|
+
}
|
|
501
|
+
if (parent) {
|
|
502
|
+
let parentTypeName = parent.i.$type.name;
|
|
503
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
504
|
+
parentTypeName = parentTypeName.substring(3);
|
|
505
|
+
}
|
|
506
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
507
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
508
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
509
|
+
}
|
|
510
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
511
|
+
if (this._otherStyling) {
|
|
512
|
+
this._otherStyling(container, component, parent);
|
|
513
|
+
}
|
|
514
|
+
this._inStyling = false;
|
|
515
|
+
}
|
|
516
|
+
select() {
|
|
517
|
+
this.i.dg();
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* Exports visual information about the current state of the grid.
|
|
521
|
+
|
|
522
|
+
*/
|
|
523
|
+
exportVisualModel() {
|
|
524
|
+
let iv = this.i.bg();
|
|
525
|
+
return (iv);
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* Returns a serialized copy of the exported visual model
|
|
529
|
+
|
|
530
|
+
*/
|
|
531
|
+
exportSerializedVisualModel() {
|
|
532
|
+
let iv = this.i.bw();
|
|
533
|
+
return (iv);
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* Called when date is selected.
|
|
537
|
+
*/
|
|
538
|
+
get selectedValueChanged() {
|
|
539
|
+
return this._selectedValueChanged;
|
|
540
|
+
}
|
|
541
|
+
set selectedValueChanged(ev) {
|
|
542
|
+
if (this._selectedValueChanged_wrapped !== null) {
|
|
543
|
+
this.i.selectedValueChanged = delegateRemove(this.i.selectedValueChanged, this._selectedValueChanged_wrapped);
|
|
544
|
+
this._selectedValueChanged_wrapped = null;
|
|
545
|
+
this._selectedValueChanged = null;
|
|
546
|
+
}
|
|
547
|
+
this._selectedValueChanged = ev;
|
|
548
|
+
this._selectedValueChanged_wrapped = (o, e) => {
|
|
549
|
+
let outerArgs = new IgcSelectedValueChangedEventArgs();
|
|
550
|
+
outerArgs._provideImplementation(e);
|
|
551
|
+
if (this.beforeSelectedValueChanged) {
|
|
552
|
+
this.beforeSelectedValueChanged(this, outerArgs);
|
|
553
|
+
}
|
|
554
|
+
if (this._selectedValueChanged) {
|
|
555
|
+
this._selectedValueChanged(this, outerArgs);
|
|
556
|
+
}
|
|
557
|
+
};
|
|
558
|
+
this.i.selectedValueChanged = delegateCombine(this.i.selectedValueChanged, this._selectedValueChanged_wrapped);
|
|
559
|
+
;
|
|
560
|
+
}
|
|
561
|
+
get gotFocus() {
|
|
562
|
+
return this._gotFocus;
|
|
563
|
+
}
|
|
564
|
+
set gotFocus(ev) {
|
|
565
|
+
if (this._gotFocus_wrapped !== null) {
|
|
566
|
+
this.i.gotFocus = delegateRemove(this.i.gotFocus, this._gotFocus_wrapped);
|
|
567
|
+
this._gotFocus_wrapped = null;
|
|
568
|
+
this._gotFocus = null;
|
|
569
|
+
}
|
|
570
|
+
this._gotFocus = ev;
|
|
571
|
+
this._gotFocus_wrapped = (o, e) => {
|
|
572
|
+
let outerArgs = new IgcGotFocusEventArgs();
|
|
573
|
+
outerArgs._provideImplementation(e);
|
|
574
|
+
if (this.beforeGotFocus) {
|
|
575
|
+
this.beforeGotFocus(this, outerArgs);
|
|
576
|
+
}
|
|
577
|
+
if (this._gotFocus) {
|
|
578
|
+
this._gotFocus(this, outerArgs);
|
|
579
|
+
}
|
|
580
|
+
};
|
|
581
|
+
this.i.gotFocus = delegateCombine(this.i.gotFocus, this._gotFocus_wrapped);
|
|
582
|
+
;
|
|
583
|
+
}
|
|
584
|
+
get lostFocus() {
|
|
585
|
+
return this._lostFocus;
|
|
586
|
+
}
|
|
587
|
+
set lostFocus(ev) {
|
|
588
|
+
if (this._lostFocus_wrapped !== null) {
|
|
589
|
+
this.i.lostFocus = delegateRemove(this.i.lostFocus, this._lostFocus_wrapped);
|
|
590
|
+
this._lostFocus_wrapped = null;
|
|
591
|
+
this._lostFocus = null;
|
|
592
|
+
}
|
|
593
|
+
this._lostFocus = ev;
|
|
594
|
+
this._lostFocus_wrapped = (o, e) => {
|
|
595
|
+
let outerArgs = new IgcLostFocusEventArgs();
|
|
596
|
+
outerArgs._provideImplementation(e);
|
|
597
|
+
if (this.beforeLostFocus) {
|
|
598
|
+
this.beforeLostFocus(this, outerArgs);
|
|
599
|
+
}
|
|
600
|
+
if (this._lostFocus) {
|
|
601
|
+
this._lostFocus(this, outerArgs);
|
|
602
|
+
}
|
|
603
|
+
};
|
|
604
|
+
this.i.lostFocus = delegateCombine(this.i.lostFocus, this._lostFocus_wrapped);
|
|
605
|
+
;
|
|
606
|
+
}
|
|
607
|
+
get keyDown() {
|
|
608
|
+
return this._keyDown;
|
|
609
|
+
}
|
|
610
|
+
set keyDown(ev) {
|
|
611
|
+
if (this._keyDown_wrapped !== null) {
|
|
612
|
+
this.i.keyDown = delegateRemove(this.i.keyDown, this._keyDown_wrapped);
|
|
613
|
+
this._keyDown_wrapped = null;
|
|
614
|
+
this._keyDown = null;
|
|
615
|
+
}
|
|
616
|
+
this._keyDown = ev;
|
|
617
|
+
this._keyDown_wrapped = (o, e) => {
|
|
618
|
+
let outerArgs = new IgcKeyEventArgs();
|
|
619
|
+
outerArgs._provideImplementation(e);
|
|
620
|
+
if (this.beforeKeyDown) {
|
|
621
|
+
this.beforeKeyDown(this, outerArgs);
|
|
622
|
+
}
|
|
623
|
+
if (this._keyDown) {
|
|
624
|
+
this._keyDown(this, outerArgs);
|
|
625
|
+
}
|
|
626
|
+
};
|
|
627
|
+
this.i.keyDown = delegateCombine(this.i.keyDown, this._keyDown_wrapped);
|
|
628
|
+
;
|
|
629
|
+
}
|
|
630
|
+
get changing() {
|
|
631
|
+
return this._changing;
|
|
632
|
+
}
|
|
633
|
+
set changing(ev) {
|
|
634
|
+
if (this._changing_wrapped !== null) {
|
|
635
|
+
this.i.changing = delegateRemove(this.i.changing, this._changing_wrapped);
|
|
636
|
+
this._changing_wrapped = null;
|
|
637
|
+
this._changing = null;
|
|
638
|
+
}
|
|
639
|
+
this._changing = ev;
|
|
640
|
+
this._changing_wrapped = (o, e) => {
|
|
641
|
+
let outerArgs = new IgcInputChangeEventArgs();
|
|
642
|
+
outerArgs._provideImplementation(e);
|
|
643
|
+
if (this.beforeChanging) {
|
|
644
|
+
this.beforeChanging(this, outerArgs);
|
|
645
|
+
}
|
|
646
|
+
if (this._changing) {
|
|
647
|
+
this._changing(this, outerArgs);
|
|
648
|
+
}
|
|
649
|
+
};
|
|
650
|
+
this.i.changing = delegateCombine(this.i.changing, this._changing_wrapped);
|
|
651
|
+
;
|
|
652
|
+
}
|
|
653
|
+
get valueChange() {
|
|
654
|
+
return this._valueChange;
|
|
655
|
+
}
|
|
656
|
+
set valueChange(ev) {
|
|
657
|
+
if (this._valueChange_wrapped !== null) {
|
|
658
|
+
this.i.propertyChanged = delegateRemove(this.i.propertyChanged, this._valueChange_wrapped);
|
|
659
|
+
this._valueChange_wrapped = null;
|
|
660
|
+
this._valueChange = null;
|
|
661
|
+
}
|
|
662
|
+
this._valueChange = ev;
|
|
663
|
+
this._valueChange_wrapped = (o, e) => {
|
|
664
|
+
let ext = this.value;
|
|
665
|
+
if (e.propertyName == 'Value') {
|
|
666
|
+
if (this.beforeValueChange) {
|
|
667
|
+
this.beforeValueChange(this, ext);
|
|
668
|
+
}
|
|
669
|
+
if (this._valueChange) {
|
|
670
|
+
this._valueChange(this, ext);
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
};
|
|
674
|
+
this.i.propertyChanged = delegateCombine(this.i.propertyChanged, this._valueChange_wrapped);
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
export { IgcXDatePickerComponent };
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { IgcXCalendarModule } from './igc-x-calendar-module';
|
|
8
|
+
import { IgcXButtonModule } from './igc-x-button-module';
|
|
9
|
+
import { IgcXIconModule } from './igc-x-icon-module';
|
|
10
|
+
import { IgcXInputGroupModule } from './igc-x-input-group-module';
|
|
11
|
+
import { IgcXDatePickerComponent } from './igc-x-date-picker-component';
|
|
12
|
+
import { XDatePicker } from './XDatePicker';
|
|
13
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
14
|
+
export class IgcXDatePickerModule {
|
|
15
|
+
static register() {
|
|
16
|
+
IgcXCalendarModule.register();
|
|
17
|
+
IgcXButtonModule.register();
|
|
18
|
+
IgcXIconModule.register();
|
|
19
|
+
IgcXInputGroupModule.register();
|
|
20
|
+
IgcXDatePickerComponent.register();
|
|
21
|
+
TypeRegistrar.registerCons('IgcXDatePickerComponent', IgcXDatePickerComponent);
|
|
22
|
+
TypeRegistrar.registerCons('IgcXDatePickerComponent', IgcXDatePickerComponent);
|
|
23
|
+
TypeRegistrar.register('XDatePicker', XDatePicker.$type);
|
|
24
|
+
}
|
|
25
|
+
}
|