igniteui-webcomponents-inputs 7.1.1-beta.1 → 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/{esm2015 → esm2022}/lib/ButtonClickEventArgs.js +6 -6
- package/{esm5/lib/ButtonGroupDisplayStyle.js → esm2022/lib/ButtonDisplayStyle.js} +1 -1
- package/{esm5/lib/CheckboxLabelPosition.js → esm2022/lib/ButtonGroupDisplayStyle.js} +1 -1
- package/{esm5 → esm2022}/lib/ButtonGroupOrientation.js +4 -4
- package/{esm2015 → esm2022}/lib/ButtonGroupSelectionChangedEventArgs.js +6 -6
- package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
- package/esm2022/lib/ButtonView_combined.js +3668 -0
- package/esm2022/lib/ButtonVisualModelExport.js +108 -0
- package/{esm5 → esm2022}/lib/CalendarView_combined.js +899 -1025
- package/esm2022/lib/CalendarVisualModelExport.js +98 -0
- package/{esm5/lib/ButtonGroupSelectionChangedEventArgs.js → esm2022/lib/CheckboxChangeEventArgs.js} +20 -8
- package/{esm2015 → esm2022}/lib/CheckboxLabelPosition.js +1 -1
- package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
- package/esm2022/lib/CheckboxView_combined.js +1123 -0
- package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
- package/{esm2015 → esm2022}/lib/ColorEditorGotFocusEventArgs.js +6 -6
- package/{esm2015 → esm2022}/lib/ColorEditorLostFocusEventArgs.js +6 -6
- package/{esm2015 → esm2022}/lib/ColorEditorPanelClosedEventArgs.js +6 -6
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
- package/{esm2015 → esm2022}/lib/DateFormats.js +4 -4
- package/{esm5 → esm2022}/lib/DatePickerView_combined.js +653 -779
- package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
- package/{esm5 → esm2022}/lib/DateTimeValueFormatter.js +31 -34
- package/{esm2015 → esm2022}/lib/DayInfo.js +12 -12
- package/{esm5 → esm2022}/lib/DayOfWeek.js +4 -4
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
- package/{esm5 → esm2022}/lib/ElevationHelper.js +15 -20
- package/{esm2015 → esm2022}/lib/FirstWeek.js +4 -4
- package/{esm2015 → esm2022}/lib/GotFocusEventArgs.js +6 -6
- package/{esm5/lib/ISliderTrackOwner.js → esm2022/lib/IMultiSliderTrackBarVisual.js} +1 -1
- package/{esm5/lib/IMultiSliderTrackBarVisual.js → esm2022/lib/IMultiSliderTrackRangeVisual.js} +1 -1
- package/{esm2015/lib/IMultiSliderTrackBarVisual.js → esm2022/lib/IMultiSliderTrackShadeVisual.js} +1 -1
- package/{esm2015/lib/IMultiSliderTrackRangeVisual.js → esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js} +1 -1
- package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
- package/{esm2015 → esm2022}/lib/ISliderTrackOwner.js +1 -1
- package/esm2022/lib/IconClickedEventArgs.js +24 -0
- package/{esm2015/lib/ButtonGroupDisplayStyle.js → esm2022/lib/IconViewType.js} +1 -1
- package/esm2022/lib/IconView_combined.js +1318 -0
- package/esm2022/lib/IconVisualModelExport.js +89 -0
- package/{esm5/lib/ColorEditorGotFocusEventArgs.js → esm2022/lib/InputChangeEventArgs.js} +20 -8
- package/{esm2015 → esm2022}/lib/InputGroupDisplayType.js +4 -4
- package/esm2022/lib/InputGroupView_combined.js +5638 -0
- package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
- package/{esm2015 → esm2022}/lib/InputShiftType.js +4 -4
- package/esm2022/lib/InputVisualModelExport.js +78 -0
- package/{esm2015/lib/IconViewType.js → esm2022/lib/KEYCODES.js} +1 -1
- package/{esm2015 → esm2022}/lib/LabelShiftType.js +4 -4
- package/esm2022/lib/LabelVisualModelExport.js +82 -0
- package/{esm2015 → esm2022}/lib/LostFocusEventArgs.js +6 -6
- package/{esm2015 → esm2022}/lib/MaskOptions.js +10 -10
- package/esm2022/lib/MaskParsingService.js +211 -0
- package/{esm5 → esm2022}/lib/MultiSliderBridge.js +40 -43
- package/esm2022/lib/MultiSliderCursor.js +11 -0
- package/esm2022/lib/MultiSliderHitInfo.js +20 -0
- package/{esm2015 → esm2022}/lib/MultiSliderOrientation.js +4 -4
- package/{esm5/lib/ColorEditorPanelClosedEventArgs.js → esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js} +20 -8
- package/{esm2015 → esm2022}/lib/MultiSliderThumbCollection.js +8 -8
- package/{esm2015 → esm2022}/lib/MultiSliderThumbRangePosition.js +4 -4
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
- package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
- package/{esm2015/lib/ButtonDisplayStyle.js → esm2022/lib/MultiSliderTrackShadeOrientation.js} +1 -1
- package/esm2022/lib/MultiSliderView_combined.js +1779 -0
- package/esm2022/lib/MultiSliderVisualArea.js +11 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
- package/{esm2015 → esm2022}/lib/PrefixShiftType.js +4 -4
- package/esm2022/lib/PrefixVisualModelExport.js +33 -0
- package/{esm2015 → esm2022}/lib/Replaced.js +10 -10
- package/esm2022/lib/RippleView_combined.js +392 -0
- package/esm2022/lib/RippleVisualModelExport.js +36 -0
- package/{esm5/lib/ButtonClickEventArgs.js → esm2022/lib/SelectedValueChangedEventArgs.js} +20 -8
- package/{esm2015 → esm2022}/lib/SuffixShiftType.js +4 -4
- package/esm2022/lib/SuffixVisualModelExport.js +32 -0
- package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
- package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
- package/esm2022/lib/Theme.js +46 -0
- package/esm2022/lib/ThemeResolver.js +190 -0
- package/{esm5 → esm2022}/lib/XButtonBridge.js +56 -59
- package/{esm5 → esm2022}/lib/XButtonGroupBridge.js +46 -49
- package/{esm5 → esm2022}/lib/XButtonGroupButtonCollection.js +10 -13
- package/{esm5 → esm2022}/lib/XCheckboxBridge.js +27 -30
- package/{esm5 → esm2022}/lib/XComponentBridge.js +19 -26
- package/{esm5 → esm2022}/lib/XIconBridge.js +28 -31
- package/{esm5 → esm2022}/lib/XIconButtonBridge.js +20 -23
- package/{esm5 → esm2022}/lib/XInputBridge.js +117 -120
- package/{esm5 → esm2022}/lib/XPopupBridge.js +88 -91
- 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-color-editor-component.js +547 -0
- package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
- package/esm2022/lib/igc-multi-slider-component.js +680 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
- package/esm2022/lib/igc-x-button-component.js +2395 -0
- package/esm2022/lib/igc-x-button-group-component.js +1020 -0
- package/esm2022/lib/igc-x-calendar-component.js +508 -0
- package/esm2022/lib/igc-x-checkbox-component.js +623 -0
- package/esm2022/lib/igc-x-date-picker-component.js +677 -0
- package/esm2022/lib/igc-x-icon-component.js +702 -0
- package/esm2022/lib/igc-x-input-component.js +600 -0
- package/esm2022/lib/igc-x-input-group-component.js +2353 -0
- package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
- package/esm2022/lib/igc-x-label-component.js +410 -0
- package/esm2022/lib/igc-x-prefix-component.js +183 -0
- package/esm2022/lib/igc-x-ripple-component.js +382 -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/package.json +86 -11
- package/bundles/igniteui-webcomponents-inputs.umd.js +0 -47852
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +0 -7
- package/esm2015/igniteui-webcomponents-inputs.js +0 -1
- package/esm2015/lib/ButtonGroupOrientation.js +0 -16
- package/esm2015/lib/ButtonGroupView_combined.js +0 -1343
- package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -62
- package/esm2015/lib/ButtonView_combined.js +0 -3668
- package/esm2015/lib/ButtonVisualModelExport.js +0 -108
- package/esm2015/lib/CalendarView_combined.js +0 -2803
- package/esm2015/lib/CalendarVisualModelExport.js +0 -98
- package/esm2015/lib/CheckboxChangeEventArgs.js +0 -31
- package/esm2015/lib/CheckboxListVisualModelExport.js +0 -41
- package/esm2015/lib/CheckboxView_combined.js +0 -1123
- package/esm2015/lib/CheckboxVisualModelExport.js +0 -68
- package/esm2015/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +0 -31
- package/esm2015/lib/ColorEditorVisualModelExport.js +0 -38
- package/esm2015/lib/DatePickerView_combined.js +0 -1707
- package/esm2015/lib/DatePickerVisualModelExport.js +0 -68
- package/esm2015/lib/DateTimeValueFormatter.js +0 -106
- package/esm2015/lib/DayOfWeek.js +0 -45
- package/esm2015/lib/DefaultMultiSliderTrackBarVisual.js +0 -111
- package/esm2015/lib/DefaultMultiSliderTrackRangeVisual.js +0 -206
- package/esm2015/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +0 -168
- package/esm2015/lib/DefaultMultiSliderTrackThumbVisual.js +0 -191
- package/esm2015/lib/DefaultMultiTrackShadeVisual.js +0 -170
- package/esm2015/lib/ElevationHelper.js +0 -65
- package/esm2015/lib/IMultiSliderTrackShadeVisual.js +0 -11
- package/esm2015/lib/IMultiSliderTrackThumbCalloutVisual.js +0 -11
- package/esm2015/lib/IMultiSliderTrackThumbVisual.js +0 -11
- package/esm2015/lib/IconClickedEventArgs.js +0 -24
- package/esm2015/lib/IconView_combined.js +0 -1318
- package/esm2015/lib/IconVisualModelExport.js +0 -89
- package/esm2015/lib/InputChangeEventArgs.js +0 -31
- package/esm2015/lib/InputGroupView_combined.js +0 -5638
- package/esm2015/lib/InputGroupVisualModelExport.js +0 -107
- package/esm2015/lib/InputVisualModelExport.js +0 -78
- package/esm2015/lib/KEYCODES.js +0 -11
- package/esm2015/lib/LabelVisualModelExport.js +0 -82
- package/esm2015/lib/MaskParsingService.js +0 -211
- package/esm2015/lib/MultiSliderBridge.js +0 -163
- package/esm2015/lib/MultiSliderCursor.js +0 -11
- package/esm2015/lib/MultiSliderHitInfo.js +0 -20
- package/esm2015/lib/MultiSliderResolvingToolTipValueEventArgs.js +0 -31
- package/esm2015/lib/MultiSliderThumbValueChangingEventArgs.js +0 -19
- package/esm2015/lib/MultiSliderThumb_combined.js +0 -293
- package/esm2015/lib/MultiSliderTrackShadeOrientation.js +0 -11
- package/esm2015/lib/MultiSliderView_combined.js +0 -1779
- package/esm2015/lib/MultiSliderVisualArea.js +0 -11
- package/esm2015/lib/MultiSliderYValueChangingEventArgs.js +0 -18
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +0 -2132
- package/esm2015/lib/PrefixVisualModelExport.js +0 -33
- package/esm2015/lib/RippleView_combined.js +0 -392
- package/esm2015/lib/RippleVisualModelExport.js +0 -36
- package/esm2015/lib/SelectedValueChangedEventArgs.js +0 -31
- package/esm2015/lib/SuffixVisualModelExport.js +0 -32
- package/esm2015/lib/TextBlockVisualModelExport.js +0 -62
- package/esm2015/lib/TextElementsVisualModelExport.js +0 -42
- package/esm2015/lib/Theme.js +0 -46
- package/esm2015/lib/ThemeResolver.js +0 -190
- package/esm2015/lib/XButtonBridge.js +0 -326
- package/esm2015/lib/XButtonGroupBridge.js +0 -185
- package/esm2015/lib/XButtonGroupButtonCollection.js +0 -26
- package/esm2015/lib/XCheckboxBridge.js +0 -96
- package/esm2015/lib/XComponentBridge.js +0 -51
- package/esm2015/lib/XIconBridge.js +0 -128
- package/esm2015/lib/XIconButtonBridge.js +0 -75
- package/esm2015/lib/XInputBridge.js +0 -474
- package/esm2015/lib/XPopupBridge.js +0 -323
- package/esm2015/lib/igc-color-editor-component.js +0 -550
- package/esm2015/lib/igc-color-editor-panel-component.js +0 -434
- package/esm2015/lib/igc-multi-slider-component.js +0 -683
- package/esm2015/lib/igc-multi-slider-thumb-component.js +0 -271
- package/esm2015/lib/igc-x-button-component.js +0 -2398
- package/esm2015/lib/igc-x-button-group-component.js +0 -1023
- package/esm2015/lib/igc-x-calendar-component.js +0 -511
- package/esm2015/lib/igc-x-checkbox-component.js +0 -626
- package/esm2015/lib/igc-x-date-picker-component.js +0 -680
- package/esm2015/lib/igc-x-icon-component.js +0 -705
- package/esm2015/lib/igc-x-input-component.js +0 -603
- package/esm2015/lib/igc-x-input-group-component.js +0 -2356
- package/esm2015/lib/igc-x-input-group-item-component.js +0 -198
- package/esm2015/lib/igc-x-label-component.js +0 -413
- package/esm2015/lib/igc-x-prefix-component.js +0 -186
- package/esm2015/lib/igc-x-ripple-component.js +0 -385
- package/esm2015/lib/igc-x-suffix-component.js +0 -186
- package/esm5/igniteui-webcomponents-inputs.js +0 -1
- package/esm5/lib/ButtonDisplayStyle.js +0 -11
- package/esm5/lib/ButtonGroupView.js +0 -7
- package/esm5/lib/ButtonGroupView_combined.js +0 -1713
- package/esm5/lib/ButtonGroupVisualModelExport.js +0 -65
- package/esm5/lib/ButtonView.js +0 -7
- package/esm5/lib/ButtonView_combined.js +0 -4368
- package/esm5/lib/ButtonVisualModelExport.js +0 -111
- package/esm5/lib/CalendarView.js +0 -7
- package/esm5/lib/CalendarVisualModelExport.js +0 -101
- package/esm5/lib/CheckboxChangeEventArgs.js +0 -42
- package/esm5/lib/CheckboxListVisualModelExport.js +0 -44
- package/esm5/lib/CheckboxView.js +0 -7
- package/esm5/lib/CheckboxView_combined.js +0 -1327
- package/esm5/lib/CheckboxVisualModelExport.js +0 -71
- package/esm5/lib/ColorEditor.js +0 -7
- package/esm5/lib/ColorEditorBridge.js +0 -7
- package/esm5/lib/ColorEditorLostFocusEventArgs.js +0 -19
- package/esm5/lib/ColorEditorPanel.js +0 -7
- package/esm5/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +0 -42
- package/esm5/lib/ColorEditorPanelView.js +0 -7
- package/esm5/lib/ColorEditorView.js +0 -7
- package/esm5/lib/ColorEditorVisualModelExport.js +0 -41
- package/esm5/lib/DateFormats.js +0 -25
- package/esm5/lib/DatePickerView.js +0 -7
- package/esm5/lib/DatePickerVisualModelExport.js +0 -71
- package/esm5/lib/DayInfo.js +0 -24
- package/esm5/lib/DefaultMultiSliderTrackBarVisual.js +0 -138
- package/esm5/lib/DefaultMultiSliderTrackRangeVisual.js +0 -241
- package/esm5/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +0 -211
- package/esm5/lib/DefaultMultiSliderTrackThumbVisual.js +0 -226
- package/esm5/lib/DefaultMultiTrackShadeVisual.js +0 -205
- package/esm5/lib/FirstWeek.js +0 -29
- package/esm5/lib/GotFocusEventArgs.js +0 -19
- package/esm5/lib/IMultiSliderTrackRangeVisual.js +0 -11
- package/esm5/lib/IMultiSliderTrackShadeVisual.js +0 -11
- package/esm5/lib/IMultiSliderTrackThumbCalloutVisual.js +0 -11
- package/esm5/lib/IMultiSliderTrackThumbVisual.js +0 -11
- package/esm5/lib/IconClickedEventArgs.js +0 -31
- package/esm5/lib/IconView.js +0 -7
- package/esm5/lib/IconViewType.js +0 -11
- package/esm5/lib/IconView_combined.js +0 -1590
- package/esm5/lib/IconVisualModelExport.js +0 -100
- package/esm5/lib/InputChangeEventArgs.js +0 -42
- package/esm5/lib/InputGroupDisplayType.js +0 -18
- package/esm5/lib/InputGroupView.js +0 -7
- package/esm5/lib/InputGroupView_combined.js +0 -6792
- package/esm5/lib/InputGroupVisualModelExport.js +0 -110
- package/esm5/lib/InputShiftType.js +0 -17
- package/esm5/lib/InputView.js +0 -7
- package/esm5/lib/InputVisualModelExport.js +0 -81
- package/esm5/lib/KEYCODES.js +0 -11
- package/esm5/lib/LabelShiftType.js +0 -17
- package/esm5/lib/LabelView.js +0 -7
- package/esm5/lib/LabelVisualModelExport.js +0 -85
- package/esm5/lib/LostFocusEventArgs.js +0 -19
- package/esm5/lib/MaskOptions.js +0 -22
- package/esm5/lib/MaskParsingService.js +0 -266
- package/esm5/lib/MultiSlider.js +0 -7
- package/esm5/lib/MultiSliderCursor.js +0 -11
- package/esm5/lib/MultiSliderHitInfo.js +0 -23
- package/esm5/lib/MultiSliderOrientation.js +0 -17
- package/esm5/lib/MultiSliderResolvingToolTipValueEventArgs.js +0 -42
- package/esm5/lib/MultiSliderThumb.js +0 -7
- package/esm5/lib/MultiSliderThumbCollection.js +0 -21
- package/esm5/lib/MultiSliderThumbRangePosition.js +0 -16
- package/esm5/lib/MultiSliderThumbValueChangingEventArgs.js +0 -22
- package/esm5/lib/MultiSliderThumb_combined.js +0 -350
- package/esm5/lib/MultiSliderTrackShadeOrientation.js +0 -11
- package/esm5/lib/MultiSliderTrackThumbRange.js +0 -7
- package/esm5/lib/MultiSliderView.js +0 -7
- package/esm5/lib/MultiSliderView_combined.js +0 -2002
- package/esm5/lib/MultiSliderVisualArea.js +0 -11
- package/esm5/lib/MultiSliderYValueChangingEventArgs.js +0 -21
- package/esm5/lib/NativeUIXInputsFactory.js +0 -7
- package/esm5/lib/NativeUIXInputsFactory_combined.js +0 -2327
- package/esm5/lib/PrefixShiftType.js +0 -17
- package/esm5/lib/PrefixView.js +0 -7
- package/esm5/lib/PrefixVisualModelExport.js +0 -36
- package/esm5/lib/Replaced.js +0 -22
- package/esm5/lib/RippleView.js +0 -7
- package/esm5/lib/RippleView_combined.js +0 -489
- package/esm5/lib/RippleVisualModelExport.js +0 -39
- package/esm5/lib/SelectedValueChangedEventArgs.js +0 -42
- package/esm5/lib/SuffixShiftType.js +0 -17
- package/esm5/lib/SuffixView.js +0 -7
- package/esm5/lib/SuffixVisualModelExport.js +0 -35
- package/esm5/lib/TextBlockVisualModelExport.js +0 -65
- package/esm5/lib/TextElementsVisualModelExport.js +0 -45
- package/esm5/lib/Theme.js +0 -57
- package/esm5/lib/ThemeResolver.js +0 -197
- package/esm5/lib/XButton.js +0 -7
- package/esm5/lib/XButtonGroup.js +0 -7
- package/esm5/lib/XCalendar.js +0 -7
- package/esm5/lib/XCalendarLocaleEn.js +0 -58
- package/esm5/lib/XCheckbox.js +0 -7
- package/esm5/lib/XDatePicker.js +0 -7
- package/esm5/lib/XIcon.js +0 -7
- package/esm5/lib/XInput.js +0 -7
- package/esm5/lib/XInputGroup.js +0 -7
- package/esm5/lib/XInputGroupInputCollection.js +0 -7
- package/esm5/lib/XInputGroupItem.js +0 -7
- package/esm5/lib/XLabel.js +0 -7
- package/esm5/lib/XPrefix.js +0 -7
- package/esm5/lib/XRipple.js +0 -7
- package/esm5/lib/XSuffix.js +0 -7
- package/esm5/lib/igc-button-click-event-args.js +0 -36
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -36
- package/esm5/lib/igc-checkbox-change-event-args.js +0 -57
- package/esm5/lib/igc-color-editor-component.js +0 -663
- package/esm5/lib/igc-color-editor-got-focus-event-args.js +0 -36
- package/esm5/lib/igc-color-editor-lost-focus-event-args.js +0 -36
- package/esm5/lib/igc-color-editor-module.js +0 -23
- package/esm5/lib/igc-color-editor-panel-closed-event-args.js +0 -36
- package/esm5/lib/igc-color-editor-panel-component.js +0 -521
- package/esm5/lib/igc-color-editor-panel-module.js +0 -29
- package/esm5/lib/igc-color-editor-panel-selected-value-changed-event-args.js +0 -57
- package/esm5/lib/igc-got-focus-event-args.js +0 -36
- package/esm5/lib/igc-input-change-event-args.js +0 -57
- package/esm5/lib/igc-lost-focus-event-args.js +0 -36
- package/esm5/lib/igc-multi-slider-component.js +0 -888
- package/esm5/lib/igc-multi-slider-module.js +0 -21
- package/esm5/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +0 -56
- package/esm5/lib/igc-multi-slider-thumb-collection.js +0 -58
- package/esm5/lib/igc-multi-slider-thumb-component.js +0 -300
- package/esm5/lib/igc-multi-slider-thumb-module.js +0 -20
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +0 -68
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +0 -133
- package/esm5/lib/igc-multi-slider-y-value-changing-event-args.js +0 -46
- package/esm5/lib/igc-selected-value-changed-event-args.js +0 -56
- package/esm5/lib/igc-x-button-component.js +0 -3162
- package/esm5/lib/igc-x-button-group-button-collection.js +0 -58
- package/esm5/lib/igc-x-button-group-component.js +0 -1322
- package/esm5/lib/igc-x-button-group-module.js +0 -25
- package/esm5/lib/igc-x-button-module.js +0 -25
- package/esm5/lib/igc-x-calendar-component.js +0 -625
- package/esm5/lib/igc-x-calendar-locale-en-module.js +0 -17
- package/esm5/lib/igc-x-calendar-module.js +0 -25
- package/esm5/lib/igc-x-checkbox-component.js +0 -792
- package/esm5/lib/igc-x-checkbox-module.js +0 -25
- package/esm5/lib/igc-x-date-picker-component.js +0 -834
- package/esm5/lib/igc-x-date-picker-module.js +0 -29
- package/esm5/lib/igc-x-icon-component.js +0 -898
- package/esm5/lib/igc-x-icon-module.js +0 -23
- package/esm5/lib/igc-x-input-component.js +0 -763
- package/esm5/lib/igc-x-input-group-component.js +0 -3034
- package/esm5/lib/igc-x-input-group-input-collection.js +0 -58
- package/esm5/lib/igc-x-input-group-item-component.js +0 -214
- package/esm5/lib/igc-x-input-group-module.js +0 -27
- package/esm5/lib/igc-x-input-module.js +0 -23
- package/esm5/lib/igc-x-label-component.js +0 -538
- package/esm5/lib/igc-x-label-module.js +0 -23
- package/esm5/lib/igc-x-prefix-component.js +0 -227
- package/esm5/lib/igc-x-prefix-module.js +0 -23
- package/esm5/lib/igc-x-ripple-component.js +0 -453
- package/esm5/lib/igc-x-ripple-module.js +0 -21
- package/esm5/lib/igc-x-suffix-component.js +0 -227
- package/esm5/public_api.js +0 -169
- package/fesm2015/igniteui-webcomponents-inputs.js +0 -40191
- package/fesm5/igniteui-webcomponents-inputs.js +0 -47666
- package/igniteui-webcomponents-inputs.d.ts +0 -1
- /package/{lib → esm2022/lib}/ButtonClickEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonDisplayStyle.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonGroupDisplayStyle.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonGroupOrientation.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonGroupSelectionChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonGroupView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ButtonGroupView.js +0 -0
- /package/{lib → esm2022/lib}/ButtonGroupView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonGroupVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ButtonView.js +0 -0
- /package/{lib → esm2022/lib}/ButtonView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/ButtonVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/CalendarView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/CalendarView.js +0 -0
- /package/{lib → esm2022/lib}/CalendarView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/CalendarVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/CheckboxChangeEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/CheckboxLabelPosition.d.ts +0 -0
- /package/{lib → esm2022/lib}/CheckboxListVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/CheckboxView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/CheckboxView.js +0 -0
- /package/{lib → esm2022/lib}/CheckboxView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/CheckboxVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/ColorEditor.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ColorEditor.js +0 -0
- /package/{lib → esm2022/lib}/ColorEditorBridge.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ColorEditorBridge.js +0 -0
- /package/{lib → esm2022/lib}/ColorEditorGotFocusEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ColorEditorLostFocusEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ColorEditorPanel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ColorEditorPanel.js +0 -0
- /package/{lib → esm2022/lib}/ColorEditorPanelClosedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/ColorEditorPanelView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ColorEditorPanelView.js +0 -0
- /package/{lib → esm2022/lib}/ColorEditorView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/ColorEditorView.js +0 -0
- /package/{lib → esm2022/lib}/ColorEditorVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/DateFormats.d.ts +0 -0
- /package/{lib → esm2022/lib}/DatePickerView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DatePickerView.js +0 -0
- /package/{lib → esm2022/lib}/DatePickerView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/DatePickerVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/DateTimeValueFormatter.d.ts +0 -0
- /package/{lib → esm2022/lib}/DayInfo.d.ts +0 -0
- /package/{lib → esm2022/lib}/DayOfWeek.d.ts +0 -0
- /package/{lib → esm2022/lib}/DefaultMultiSliderTrackBarVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/DefaultMultiSliderTrackRangeVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/DefaultMultiSliderTrackThumbVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/DefaultMultiTrackShadeVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/ElevationHelper.d.ts +0 -0
- /package/{lib → esm2022/lib}/FirstWeek.d.ts +0 -0
- /package/{lib → esm2022/lib}/GotFocusEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/IMultiSliderTrackBarVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/IMultiSliderTrackRangeVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/IMultiSliderTrackShadeVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/IMultiSliderTrackThumbCalloutVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/IMultiSliderTrackThumbVisual.d.ts +0 -0
- /package/{lib → esm2022/lib}/ISliderTrackOwner.d.ts +0 -0
- /package/{lib → esm2022/lib}/IconClickedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/IconView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/IconView.js +0 -0
- /package/{lib → esm2022/lib}/IconViewType.d.ts +0 -0
- /package/{lib → esm2022/lib}/IconView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/IconVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/InputChangeEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/InputGroupDisplayType.d.ts +0 -0
- /package/{lib → esm2022/lib}/InputGroupView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/InputGroupView.js +0 -0
- /package/{lib → esm2022/lib}/InputGroupView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/InputGroupVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/InputShiftType.d.ts +0 -0
- /package/{lib → esm2022/lib}/InputView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/InputView.js +0 -0
- /package/{lib → esm2022/lib}/InputVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/KEYCODES.d.ts +0 -0
- /package/{lib → esm2022/lib}/LabelShiftType.d.ts +0 -0
- /package/{lib → esm2022/lib}/LabelView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/LabelView.js +0 -0
- /package/{lib → esm2022/lib}/LabelVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/LostFocusEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/MaskOptions.d.ts +0 -0
- /package/{lib → esm2022/lib}/MaskParsingService.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSlider.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/MultiSlider.js +0 -0
- /package/{lib → esm2022/lib}/MultiSliderBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderCursor.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderHitInfo.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderOrientation.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderResolvingToolTipValueEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderThumb.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/MultiSliderThumb.js +0 -0
- /package/{lib → esm2022/lib}/MultiSliderThumbCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderThumbRangePosition.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderThumbValueChangingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderThumb_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderTrackShadeOrientation.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderTrackThumbRange.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/MultiSliderTrackThumbRange.js +0 -0
- /package/{lib → esm2022/lib}/MultiSliderView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/MultiSliderView.js +0 -0
- /package/{lib → esm2022/lib}/MultiSliderView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderVisualArea.d.ts +0 -0
- /package/{lib → esm2022/lib}/MultiSliderYValueChangingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/NativeUIXInputsFactory.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/NativeUIXInputsFactory.js +0 -0
- /package/{lib → esm2022/lib}/NativeUIXInputsFactory_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/PrefixShiftType.d.ts +0 -0
- /package/{lib → esm2022/lib}/PrefixView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/PrefixView.js +0 -0
- /package/{lib → esm2022/lib}/PrefixVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/Replaced.d.ts +0 -0
- /package/{lib → esm2022/lib}/RippleView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/RippleView.js +0 -0
- /package/{lib → esm2022/lib}/RippleView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/RippleVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/SelectedValueChangedEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/SuffixShiftType.d.ts +0 -0
- /package/{lib → esm2022/lib}/SuffixView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/SuffixView.js +0 -0
- /package/{lib → esm2022/lib}/SuffixVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/TextBlockVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/TextElementsVisualModelExport.d.ts +0 -0
- /package/{lib → esm2022/lib}/Theme.d.ts +0 -0
- /package/{lib → esm2022/lib}/ThemeResolver.d.ts +0 -0
- /package/{lib → esm2022/lib}/XButton.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XButton.js +0 -0
- /package/{lib → esm2022/lib}/XButtonBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XButtonGroup.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XButtonGroup.js +0 -0
- /package/{lib → esm2022/lib}/XButtonGroupBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XButtonGroupButtonCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/XCalendar.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XCalendar.js +0 -0
- /package/{lib → esm2022/lib}/XCalendarLocaleEn.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XCalendarLocaleEn.js +0 -0
- /package/{lib → esm2022/lib}/XCheckbox.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XCheckbox.js +0 -0
- /package/{lib → esm2022/lib}/XCheckboxBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XComponentBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XDatePicker.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XDatePicker.js +0 -0
- /package/{lib → esm2022/lib}/XIcon.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XIcon.js +0 -0
- /package/{lib → esm2022/lib}/XIconBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XIconButtonBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XInput.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XInput.js +0 -0
- /package/{lib → esm2022/lib}/XInputBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XInputGroup.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XInputGroup.js +0 -0
- /package/{lib → esm2022/lib}/XInputGroupInputCollection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XInputGroupInputCollection.js +0 -0
- /package/{lib → esm2022/lib}/XInputGroupItem.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XInputGroupItem.js +0 -0
- /package/{lib → esm2022/lib}/XLabel.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XLabel.js +0 -0
- /package/{lib → esm2022/lib}/XPopupBridge.d.ts +0 -0
- /package/{lib → esm2022/lib}/XPrefix.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XPrefix.js +0 -0
- /package/{lib → esm2022/lib}/XRipple.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XRipple.js +0 -0
- /package/{lib → esm2022/lib}/XSuffix.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/XSuffix.js +0 -0
- /package/{lib → esm2022/lib}/igc-button-click-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-button-click-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-button-group-selection-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-button-group-selection-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-checkbox-change-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-checkbox-change-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-got-focus-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-color-editor-got-focus-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-lost-focus-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-color-editor-lost-focus-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-color-editor-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-panel-closed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-color-editor-panel-closed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-panel-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-panel-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-color-editor-panel-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-color-editor-panel-selected-value-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-color-editor-panel-selected-value-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-got-focus-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-got-focus-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-input-change-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-input-change-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-lost-focus-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-lost-focus-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-thumb-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-thumb-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-thumb-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-thumb-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-thumb-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-thumb-value-changing-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-thumb-value-changing-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-track-thumb-range.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-track-thumb-range.js +0 -0
- /package/{lib → esm2022/lib}/igc-multi-slider-y-value-changing-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-multi-slider-y-value-changing-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-selected-value-changed-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-selected-value-changed-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-button-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-button-group-button-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-button-group-button-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-button-group-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-button-group-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-button-group-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-button-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-button-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-calendar-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-calendar-locale-en-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-calendar-locale-en-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-calendar-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-calendar-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-checkbox-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-checkbox-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-checkbox-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-date-picker-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-date-picker-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-date-picker-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-icon-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-icon-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-icon-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-input-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-input-group-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-input-group-input-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-input-group-input-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-input-group-item-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-input-group-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-input-group-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-input-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-input-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-label-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-label-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-label-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-prefix-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-prefix-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-prefix-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-ripple-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-x-ripple-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-x-ripple-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-x-suffix-component.d.ts +0 -0
- /package/{public_api.d.ts → esm2022/public_api.d.ts} +0 -0
- /package/{esm2015 → esm2022}/public_api.js +0 -0
|
@@ -0,0 +1,600 @@
|
|
|
1
|
+
import { XInput } from "./XInput";
|
|
2
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
|
|
3
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
4
|
+
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
5
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
6
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
8
|
+
import { IgcInputChangeEventArgs } from './igc-input-change-event-args';
|
|
9
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
10
|
+
import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
|
|
11
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
12
|
+
import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
|
|
13
|
+
let requiredStyle = `
|
|
14
|
+
|
|
15
|
+
`;
|
|
16
|
+
let pending = [];
|
|
17
|
+
let checked = new WeakMap(); // TODO why not WeakSet?
|
|
18
|
+
function ensureCss() {
|
|
19
|
+
if (!document) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
if (checked.has(document)) {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
injectCss(requiredStyle, "data-ig-input-style", () => {
|
|
26
|
+
let temp = pending;
|
|
27
|
+
pending = null;
|
|
28
|
+
temp.forEach((v, i, a) => {
|
|
29
|
+
//v.styleUpdated();
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
checked.set(document, true);
|
|
33
|
+
}
|
|
34
|
+
function injectCss(style, attributeName, onload = null) {
|
|
35
|
+
for (let i = 0; i < document.head.children.length; i++) {
|
|
36
|
+
let child = document.head.children[i];
|
|
37
|
+
if (child.tagName &&
|
|
38
|
+
child.tagName.toLowerCase() == "style" && child.hasAttribute(attributeName)) {
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
let styleEle = document.createElement("style");
|
|
43
|
+
styleEle.textContent = style;
|
|
44
|
+
styleEle.setAttribute(attributeName, 'true');
|
|
45
|
+
if (onload) {
|
|
46
|
+
const onloadResolved = () => {
|
|
47
|
+
styleEle.onload = null;
|
|
48
|
+
onload();
|
|
49
|
+
};
|
|
50
|
+
styleEle.onload = onloadResolved;
|
|
51
|
+
}
|
|
52
|
+
document.head.appendChild(styleEle);
|
|
53
|
+
}
|
|
54
|
+
class IgcXInputComponent extends IgcXInputGroupItemComponent {
|
|
55
|
+
constructor() {
|
|
56
|
+
super();
|
|
57
|
+
this._disconnected = false;
|
|
58
|
+
this._keyDown = null;
|
|
59
|
+
this._keyDown_wrapped = null;
|
|
60
|
+
this._keyUp = null;
|
|
61
|
+
this._keyUp_wrapped = null;
|
|
62
|
+
this._keyPress = null;
|
|
63
|
+
this._keyPress_wrapped = null;
|
|
64
|
+
this._change = null;
|
|
65
|
+
this._change_wrapped = null;
|
|
66
|
+
this._changing = null;
|
|
67
|
+
this._changing_wrapped = null;
|
|
68
|
+
this._compositionEnd = null;
|
|
69
|
+
this._compositionEnd_wrapped = null;
|
|
70
|
+
ensureCss();
|
|
71
|
+
if (this._styling) {
|
|
72
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
73
|
+
}
|
|
74
|
+
this._portalManager = new PortalManager("inputContent");
|
|
75
|
+
this._renderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
|
|
76
|
+
this._container = this._renderer.createElement("div");
|
|
77
|
+
this._renderer.updateRoot(this._container);
|
|
78
|
+
this._implementation = this.createImplementation();
|
|
79
|
+
this._implementation.externalObject = this;
|
|
80
|
+
//this._container.setStyleProperty("width", "100%");
|
|
81
|
+
//this._container.setStyleProperty("height", "100%");
|
|
82
|
+
var root;
|
|
83
|
+
root = this._container;
|
|
84
|
+
if (this._container.getNativeElement() != null) {
|
|
85
|
+
root = this._container.getNativeElement();
|
|
86
|
+
}
|
|
87
|
+
this._wrapper = this._renderer;
|
|
88
|
+
var input = this.i;
|
|
89
|
+
this._input = input;
|
|
90
|
+
input.provideContainer(this._renderer);
|
|
91
|
+
this._onChildrenChanged();
|
|
92
|
+
//Checkbox.notifySizeChanged();
|
|
93
|
+
let mut = new MutationObserver((list) => {
|
|
94
|
+
for (var mutation of list) {
|
|
95
|
+
if (mutation.type == 'childList') {
|
|
96
|
+
this._onChildrenChanged();
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
mut.observe(this, {
|
|
101
|
+
childList: true
|
|
102
|
+
});
|
|
103
|
+
//this._renderer.addSizeWatcher(() => {
|
|
104
|
+
// this._checkbox.notifySizeChanged();
|
|
105
|
+
//});
|
|
106
|
+
}
|
|
107
|
+
_onChildrenChanged() {
|
|
108
|
+
var children = [];
|
|
109
|
+
for (var i = 0; i < this.childNodes.length; i++) {
|
|
110
|
+
var child = this.childNodes[i];
|
|
111
|
+
if (child !== this._container.getNativeElement()) {
|
|
112
|
+
children.push(child);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
this._portalManager.onChildrenChanged(children);
|
|
116
|
+
}
|
|
117
|
+
// supports angular themes or custom properties set in CSS
|
|
118
|
+
updateStyle() {
|
|
119
|
+
this._styling(this, this);
|
|
120
|
+
}
|
|
121
|
+
destroy() {
|
|
122
|
+
this._input.destroy();
|
|
123
|
+
this._wrapper.destroy();
|
|
124
|
+
}
|
|
125
|
+
createImplementation() {
|
|
126
|
+
return new XInput();
|
|
127
|
+
}
|
|
128
|
+
disconnectedCallback() {
|
|
129
|
+
this._disconnected = true;
|
|
130
|
+
if (this.i) {
|
|
131
|
+
this.i.onDetachedFromUI();
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
connectedCallback() {
|
|
135
|
+
if (this._disconnected) {
|
|
136
|
+
this._disconnected = false;
|
|
137
|
+
if (this.i) {
|
|
138
|
+
this.i.onAttachedToUI();
|
|
139
|
+
}
|
|
140
|
+
return;
|
|
141
|
+
}
|
|
142
|
+
this.classList.add("ig-x-input");
|
|
143
|
+
this.classList.add("igc-x-input");
|
|
144
|
+
this.appendChild(this._container.getNativeElement());
|
|
145
|
+
this._attached = true;
|
|
146
|
+
this.style.display = "inline-block";
|
|
147
|
+
this.style.verticalAlign = "middle";
|
|
148
|
+
//this.style.height = this._height;
|
|
149
|
+
//this.style.width = this._width;
|
|
150
|
+
this._flushQueuedAttributes();
|
|
151
|
+
// supports themes or custom properties set in CSS
|
|
152
|
+
this._styling(this, this);
|
|
153
|
+
this.afterContentInit();
|
|
154
|
+
}
|
|
155
|
+
afterContentInit() {
|
|
156
|
+
//this.i.notifySizeChanged();
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* @hidden
|
|
160
|
+
*/
|
|
161
|
+
get i() {
|
|
162
|
+
return this._implementation;
|
|
163
|
+
}
|
|
164
|
+
static { this._observedAttributesIgcXInputComponent = null; }
|
|
165
|
+
static get observedAttributes() {
|
|
166
|
+
if (IgcXInputComponent._observedAttributesIgcXInputComponent == null) {
|
|
167
|
+
let names = getAllPropertyNames(IgcXInputComponent);
|
|
168
|
+
for (let i = 0; i < names.length; i++) {
|
|
169
|
+
names[i] = toSpinal(names[i]);
|
|
170
|
+
}
|
|
171
|
+
IgcXInputComponent._observedAttributesIgcXInputComponent = names;
|
|
172
|
+
}
|
|
173
|
+
return IgcXInputComponent._observedAttributesIgcXInputComponent;
|
|
174
|
+
}
|
|
175
|
+
static { this.htmlTagName = "igc-x-input"; }
|
|
176
|
+
static { this._isElementRegistered = false; }
|
|
177
|
+
static register() {
|
|
178
|
+
if (!IgcXInputComponent._isElementRegistered) {
|
|
179
|
+
IgcXInputComponent._isElementRegistered = true;
|
|
180
|
+
RegisterElementHelper.registerElement(IgcXInputComponent.htmlTagName, IgcXInputComponent);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Gets or sets the base built in theme to use for the button.
|
|
185
|
+
*/
|
|
186
|
+
get baseTheme() {
|
|
187
|
+
return this.i.w;
|
|
188
|
+
}
|
|
189
|
+
set baseTheme(v) {
|
|
190
|
+
this.i.w = ensureEnum(BaseControlTheme_$type, v);
|
|
191
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.w));
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Gets or sets the display density to use for the input.
|
|
195
|
+
*/
|
|
196
|
+
get density() {
|
|
197
|
+
return this.i.aa;
|
|
198
|
+
}
|
|
199
|
+
set density(v) {
|
|
200
|
+
this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
|
|
201
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.aa));
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Gets the actual display density to use for the label.
|
|
205
|
+
*/
|
|
206
|
+
get actualDensity() {
|
|
207
|
+
return this.i.z;
|
|
208
|
+
}
|
|
209
|
+
set actualDensity(v) {
|
|
210
|
+
this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
|
|
211
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.z));
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Gets/Sets the input mask for the input.
|
|
215
|
+
*/
|
|
216
|
+
get mask() {
|
|
217
|
+
return this.i.ce;
|
|
218
|
+
}
|
|
219
|
+
set mask(v) {
|
|
220
|
+
this.i.ce = v;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Gets/Sets the character representing a fillable spot in the input mask
|
|
224
|
+
*/
|
|
225
|
+
get promptChar() {
|
|
226
|
+
return this.i.ci;
|
|
227
|
+
}
|
|
228
|
+
set promptChar(v) {
|
|
229
|
+
this.i.ci = v;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* Specifies if the bound value includes the formatting symbols.
|
|
233
|
+
*/
|
|
234
|
+
get includeLiterals() {
|
|
235
|
+
return this.i.au;
|
|
236
|
+
}
|
|
237
|
+
set includeLiterals(v) {
|
|
238
|
+
this.i.au = ensureBool(v);
|
|
239
|
+
this._a("includeLiterals", this.i.au);
|
|
240
|
+
}
|
|
241
|
+
get showSpinner() {
|
|
242
|
+
return this.i.a1;
|
|
243
|
+
}
|
|
244
|
+
set showSpinner(v) {
|
|
245
|
+
this.i.a1 = ensureBool(v);
|
|
246
|
+
this._a("showSpinner", this.i.a1);
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Gets the actual color to use for the text color.
|
|
250
|
+
*/
|
|
251
|
+
get actualTextColor() {
|
|
252
|
+
return brushToString(this.i.d4);
|
|
253
|
+
}
|
|
254
|
+
set actualTextColor(v) {
|
|
255
|
+
this.i.d4 = stringToBrush(v);
|
|
256
|
+
this._a("actualTextColor", brushToString(this.i.d4));
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Gets the actual hover color to use for the text.
|
|
260
|
+
*/
|
|
261
|
+
get actualHoverTextColor() {
|
|
262
|
+
return brushToString(this.i.d3);
|
|
263
|
+
}
|
|
264
|
+
set actualHoverTextColor(v) {
|
|
265
|
+
this.i.d3 = stringToBrush(v);
|
|
266
|
+
this._a("actualHoverTextColor", brushToString(this.i.d3));
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Gets or sets the color to use for the text.
|
|
270
|
+
*/
|
|
271
|
+
get textColor() {
|
|
272
|
+
return brushToString(this.i.d8);
|
|
273
|
+
}
|
|
274
|
+
set textColor(v) {
|
|
275
|
+
this.i.d8 = stringToBrush(v);
|
|
276
|
+
this._a("textColor", brushToString(this.i.d8));
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Gets or sets the use for the button.
|
|
280
|
+
*/
|
|
281
|
+
get textStyle() {
|
|
282
|
+
if (this.i.af == null) {
|
|
283
|
+
return null;
|
|
284
|
+
}
|
|
285
|
+
return this.i.af.fontString;
|
|
286
|
+
}
|
|
287
|
+
set textStyle(v) {
|
|
288
|
+
let fi = new FontInfo();
|
|
289
|
+
fi.fontString = v;
|
|
290
|
+
this.i.af = fi;
|
|
291
|
+
this._a("textStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Gets or sets the type to use for the input.
|
|
295
|
+
*/
|
|
296
|
+
get inputType() {
|
|
297
|
+
return this.i.b8;
|
|
298
|
+
}
|
|
299
|
+
set inputType(v) {
|
|
300
|
+
this.i.b8 = v;
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* Gets or sets the placeholder to use for the input.
|
|
304
|
+
*/
|
|
305
|
+
get placeholder() {
|
|
306
|
+
return this.i.cg;
|
|
307
|
+
}
|
|
308
|
+
set placeholder(v) {
|
|
309
|
+
this.i.cg = v;
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
313
|
+
*/
|
|
314
|
+
get hoverTextColor() {
|
|
315
|
+
return brushToString(this.i.d7);
|
|
316
|
+
}
|
|
317
|
+
set hoverTextColor(v) {
|
|
318
|
+
this.i.d7 = stringToBrush(v);
|
|
319
|
+
this._a("hoverTextColor", brushToString(this.i.d7));
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Gets or sets the id to use for the checkbox.
|
|
323
|
+
*/
|
|
324
|
+
get id() {
|
|
325
|
+
return this.i.b5;
|
|
326
|
+
}
|
|
327
|
+
set id(v) {
|
|
328
|
+
this.i.b5 = v;
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
332
|
+
*/
|
|
333
|
+
get tabIndex() {
|
|
334
|
+
return this.i.be;
|
|
335
|
+
}
|
|
336
|
+
set tabIndex(v) {
|
|
337
|
+
this.i.be = +v;
|
|
338
|
+
this._a("tabIndex", this.i.be);
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* Gets or sets the for attribute to use for the input.
|
|
342
|
+
*/
|
|
343
|
+
get for() {
|
|
344
|
+
return this.i.b2;
|
|
345
|
+
}
|
|
346
|
+
set for(v) {
|
|
347
|
+
this.i.b2 = v;
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* Gets or sets the value of the aria-label attribute.
|
|
351
|
+
*/
|
|
352
|
+
get ariaLabel() {
|
|
353
|
+
return this.i.bx;
|
|
354
|
+
}
|
|
355
|
+
set ariaLabel(v) {
|
|
356
|
+
this.i.bx = v;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Gets or sets whether the input is hovered.
|
|
360
|
+
*/
|
|
361
|
+
get isHover() {
|
|
362
|
+
return this.i.aw;
|
|
363
|
+
}
|
|
364
|
+
set isHover(v) {
|
|
365
|
+
this.i.aw = ensureBool(v);
|
|
366
|
+
this._a("isHover", this.i.aw);
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Gets or sets the value for the input.
|
|
370
|
+
*/
|
|
371
|
+
get value() {
|
|
372
|
+
return this.i.cq;
|
|
373
|
+
}
|
|
374
|
+
set value(v) {
|
|
375
|
+
this.i.cq = v;
|
|
376
|
+
}
|
|
377
|
+
get hasValue() {
|
|
378
|
+
return this.i.at;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Gets or sets whether the checkbox is disabled.
|
|
382
|
+
*/
|
|
383
|
+
get disabled() {
|
|
384
|
+
return this.i.disabled;
|
|
385
|
+
}
|
|
386
|
+
set disabled(v) {
|
|
387
|
+
this.i.disabled = ensureBool(v);
|
|
388
|
+
this._a("disabled", this.i.disabled);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* Gets or sets whether the checkbox is readonly.
|
|
392
|
+
*/
|
|
393
|
+
get readonly() {
|
|
394
|
+
return this.i.readonly;
|
|
395
|
+
}
|
|
396
|
+
set readonly(v) {
|
|
397
|
+
this.i.readonly = ensureBool(v);
|
|
398
|
+
this._a("readonly", this.i.readonly);
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* Gets or sets the alignment of the text.
|
|
402
|
+
*/
|
|
403
|
+
get textAlignment() {
|
|
404
|
+
return this.i.dy;
|
|
405
|
+
}
|
|
406
|
+
set textAlignment(v) {
|
|
407
|
+
this.i.dy = ensureEnum(HorizontalAlignment_$type, v);
|
|
408
|
+
this._a("textAlignment", enumToString(HorizontalAlignment_$type, this.i.dy));
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* Returns / Sets the beginning index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
|
|
412
|
+
*/
|
|
413
|
+
get selectionStart() {
|
|
414
|
+
return this.i.selectionStart;
|
|
415
|
+
}
|
|
416
|
+
set selectionStart(v) {
|
|
417
|
+
this.i.selectionStart = +v;
|
|
418
|
+
this._a("selectionStart", this.i.selectionStart);
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* Returns / Sets the end index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
|
|
422
|
+
*/
|
|
423
|
+
get selectionEnd() {
|
|
424
|
+
return this.i.selectionEnd;
|
|
425
|
+
}
|
|
426
|
+
set selectionEnd(v) {
|
|
427
|
+
this.i.selectionEnd = +v;
|
|
428
|
+
this._a("selectionEnd", this.i.selectionEnd);
|
|
429
|
+
}
|
|
430
|
+
onDetachedFromUI() {
|
|
431
|
+
this.i.onDetachedFromUI();
|
|
432
|
+
}
|
|
433
|
+
onAttachedToUI() {
|
|
434
|
+
this.i.onAttachedToUI();
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* Exports visual information about the current state of the grid.
|
|
438
|
+
|
|
439
|
+
*/
|
|
440
|
+
exportVisualModel() {
|
|
441
|
+
let iv = this.i.bg();
|
|
442
|
+
return (iv);
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
* Returns a serialized copy of the exported visual model
|
|
446
|
+
|
|
447
|
+
*/
|
|
448
|
+
exportSerializedVisualModel() {
|
|
449
|
+
let iv = this.i.b1();
|
|
450
|
+
return (iv);
|
|
451
|
+
}
|
|
452
|
+
setSelectionRange(selectionStart, selectionEnd) {
|
|
453
|
+
this.i.dr(selectionStart, selectionEnd);
|
|
454
|
+
}
|
|
455
|
+
blur() {
|
|
456
|
+
this.i.ct();
|
|
457
|
+
}
|
|
458
|
+
select() {
|
|
459
|
+
this.i.dp();
|
|
460
|
+
}
|
|
461
|
+
get keyDown() {
|
|
462
|
+
return this._keyDown;
|
|
463
|
+
}
|
|
464
|
+
set keyDown(ev) {
|
|
465
|
+
if (this._keyDown_wrapped !== null) {
|
|
466
|
+
this.i.keyDown = delegateRemove(this.i.keyDown, this._keyDown_wrapped);
|
|
467
|
+
this._keyDown_wrapped = null;
|
|
468
|
+
this._keyDown = null;
|
|
469
|
+
}
|
|
470
|
+
this._keyDown = ev;
|
|
471
|
+
this._keyDown_wrapped = (o, e) => {
|
|
472
|
+
let outerArgs = new IgcKeyEventArgs();
|
|
473
|
+
outerArgs._provideImplementation(e);
|
|
474
|
+
if (this.beforeKeyDown) {
|
|
475
|
+
this.beforeKeyDown(this, outerArgs);
|
|
476
|
+
}
|
|
477
|
+
if (this._keyDown) {
|
|
478
|
+
this._keyDown(this, outerArgs);
|
|
479
|
+
}
|
|
480
|
+
};
|
|
481
|
+
this.i.keyDown = delegateCombine(this.i.keyDown, this._keyDown_wrapped);
|
|
482
|
+
;
|
|
483
|
+
}
|
|
484
|
+
get keyUp() {
|
|
485
|
+
return this._keyUp;
|
|
486
|
+
}
|
|
487
|
+
set keyUp(ev) {
|
|
488
|
+
if (this._keyUp_wrapped !== null) {
|
|
489
|
+
this.i.keyUp = delegateRemove(this.i.keyUp, this._keyUp_wrapped);
|
|
490
|
+
this._keyUp_wrapped = null;
|
|
491
|
+
this._keyUp = null;
|
|
492
|
+
}
|
|
493
|
+
this._keyUp = ev;
|
|
494
|
+
this._keyUp_wrapped = (o, e) => {
|
|
495
|
+
let outerArgs = new IgcKeyEventArgs();
|
|
496
|
+
outerArgs._provideImplementation(e);
|
|
497
|
+
if (this.beforeKeyUp) {
|
|
498
|
+
this.beforeKeyUp(this, outerArgs);
|
|
499
|
+
}
|
|
500
|
+
if (this._keyUp) {
|
|
501
|
+
this._keyUp(this, outerArgs);
|
|
502
|
+
}
|
|
503
|
+
};
|
|
504
|
+
this.i.keyUp = delegateCombine(this.i.keyUp, this._keyUp_wrapped);
|
|
505
|
+
;
|
|
506
|
+
}
|
|
507
|
+
get keyPress() {
|
|
508
|
+
return this._keyPress;
|
|
509
|
+
}
|
|
510
|
+
set keyPress(ev) {
|
|
511
|
+
if (this._keyPress_wrapped !== null) {
|
|
512
|
+
this.i.keyPress = delegateRemove(this.i.keyPress, this._keyPress_wrapped);
|
|
513
|
+
this._keyPress_wrapped = null;
|
|
514
|
+
this._keyPress = null;
|
|
515
|
+
}
|
|
516
|
+
this._keyPress = ev;
|
|
517
|
+
this._keyPress_wrapped = (o, e) => {
|
|
518
|
+
let outerArgs = new IgcKeyEventArgs();
|
|
519
|
+
outerArgs._provideImplementation(e);
|
|
520
|
+
if (this.beforeKeyPress) {
|
|
521
|
+
this.beforeKeyPress(this, outerArgs);
|
|
522
|
+
}
|
|
523
|
+
if (this._keyPress) {
|
|
524
|
+
this._keyPress(this, outerArgs);
|
|
525
|
+
}
|
|
526
|
+
};
|
|
527
|
+
this.i.keyPress = delegateCombine(this.i.keyPress, this._keyPress_wrapped);
|
|
528
|
+
;
|
|
529
|
+
}
|
|
530
|
+
get change() {
|
|
531
|
+
return this._change;
|
|
532
|
+
}
|
|
533
|
+
set change(ev) {
|
|
534
|
+
if (this._change_wrapped !== null) {
|
|
535
|
+
this.i.change = delegateRemove(this.i.change, this._change_wrapped);
|
|
536
|
+
this._change_wrapped = null;
|
|
537
|
+
this._change = null;
|
|
538
|
+
}
|
|
539
|
+
this._change = ev;
|
|
540
|
+
this._change_wrapped = (o, e) => {
|
|
541
|
+
let outerArgs = new IgcInputChangeEventArgs();
|
|
542
|
+
outerArgs._provideImplementation(e);
|
|
543
|
+
if (this.beforeChange) {
|
|
544
|
+
this.beforeChange(this, outerArgs);
|
|
545
|
+
}
|
|
546
|
+
if (this._change) {
|
|
547
|
+
this._change(this, outerArgs);
|
|
548
|
+
}
|
|
549
|
+
};
|
|
550
|
+
this.i.change = delegateCombine(this.i.change, this._change_wrapped);
|
|
551
|
+
;
|
|
552
|
+
}
|
|
553
|
+
get changing() {
|
|
554
|
+
return this._changing;
|
|
555
|
+
}
|
|
556
|
+
set changing(ev) {
|
|
557
|
+
if (this._changing_wrapped !== null) {
|
|
558
|
+
this.i.changing = delegateRemove(this.i.changing, this._changing_wrapped);
|
|
559
|
+
this._changing_wrapped = null;
|
|
560
|
+
this._changing = null;
|
|
561
|
+
}
|
|
562
|
+
this._changing = ev;
|
|
563
|
+
this._changing_wrapped = (o, e) => {
|
|
564
|
+
let outerArgs = new IgcInputChangeEventArgs();
|
|
565
|
+
outerArgs._provideImplementation(e);
|
|
566
|
+
if (this.beforeChanging) {
|
|
567
|
+
this.beforeChanging(this, outerArgs);
|
|
568
|
+
}
|
|
569
|
+
if (this._changing) {
|
|
570
|
+
this._changing(this, outerArgs);
|
|
571
|
+
}
|
|
572
|
+
};
|
|
573
|
+
this.i.changing = delegateCombine(this.i.changing, this._changing_wrapped);
|
|
574
|
+
;
|
|
575
|
+
}
|
|
576
|
+
get compositionEnd() {
|
|
577
|
+
return this._compositionEnd;
|
|
578
|
+
}
|
|
579
|
+
set compositionEnd(ev) {
|
|
580
|
+
if (this._compositionEnd_wrapped !== null) {
|
|
581
|
+
this.i.compositionEnd = delegateRemove(this.i.compositionEnd, this._compositionEnd_wrapped);
|
|
582
|
+
this._compositionEnd_wrapped = null;
|
|
583
|
+
this._compositionEnd = null;
|
|
584
|
+
}
|
|
585
|
+
this._compositionEnd = ev;
|
|
586
|
+
this._compositionEnd_wrapped = (o, e) => {
|
|
587
|
+
let outerArgs = new IgcInputChangeEventArgs();
|
|
588
|
+
outerArgs._provideImplementation(e);
|
|
589
|
+
if (this.beforeCompositionEnd) {
|
|
590
|
+
this.beforeCompositionEnd(this, outerArgs);
|
|
591
|
+
}
|
|
592
|
+
if (this._compositionEnd) {
|
|
593
|
+
this._compositionEnd(this, outerArgs);
|
|
594
|
+
}
|
|
595
|
+
};
|
|
596
|
+
this.i.compositionEnd = delegateCombine(this.i.compositionEnd, this._compositionEnd_wrapped);
|
|
597
|
+
;
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
export { IgcXInputComponent };
|