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
|
@@ -1,26 +0,0 @@
|
|
|
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 { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
8
|
-
import { XButton } from "./XButton";
|
|
9
|
-
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
-
let XButtonGroupButtonCollection = /*@__PURE__*/ (() => {
|
|
11
|
-
class XButtonGroupButtonCollection extends ObservableCollection$1 {
|
|
12
|
-
constructor() {
|
|
13
|
-
super(XButton.$, 0);
|
|
14
|
-
this.collectionResetting = null;
|
|
15
|
-
}
|
|
16
|
-
p() {
|
|
17
|
-
if (this.collectionResetting != null) {
|
|
18
|
-
this.collectionResetting(this, null);
|
|
19
|
-
}
|
|
20
|
-
super.p();
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
XButtonGroupButtonCollection.$t = /*@__PURE__*/ markType(XButtonGroupButtonCollection, 'XButtonGroupButtonCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(XButton.$));
|
|
24
|
-
return XButtonGroupButtonCollection;
|
|
25
|
-
})();
|
|
26
|
-
export { XButtonGroupButtonCollection };
|
|
@@ -1,96 +0,0 @@
|
|
|
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 { XComponentBridge } from "./XComponentBridge";
|
|
8
|
-
import { runOn, delegateCombine, delegateRemove, enumGetBox, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { NativeUICheckboxChangeEventArgs } from "igniteui-webcomponents-core";
|
|
10
|
-
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
11
|
-
let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
12
|
-
class XCheckboxBridge extends XComponentBridge {
|
|
13
|
-
constructor(a) {
|
|
14
|
-
super(a);
|
|
15
|
-
this.u = null;
|
|
16
|
-
this.v = null;
|
|
17
|
-
}
|
|
18
|
-
addHandler(a, b, c, d) {
|
|
19
|
-
let e = a;
|
|
20
|
-
switch (c) {
|
|
21
|
-
case 2:
|
|
22
|
-
let f = a;
|
|
23
|
-
e.change = delegateCombine(e.change, runOn(this, this.w));
|
|
24
|
-
this.u = d;
|
|
25
|
-
this.v = b;
|
|
26
|
-
break;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
removeHandler(a, b, c, d) {
|
|
30
|
-
let e = a;
|
|
31
|
-
switch (c) {
|
|
32
|
-
case 2:
|
|
33
|
-
e.change = delegateRemove(e.change, runOn(this, this.w));
|
|
34
|
-
this.u = null;
|
|
35
|
-
this.v = null;
|
|
36
|
-
break;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
w(a, b) {
|
|
40
|
-
if (this.u != null) {
|
|
41
|
-
let c = new NativeUICheckboxChangeEventArgs();
|
|
42
|
-
this.u(this.v, c);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
getValue(a, b) {
|
|
46
|
-
let c = a;
|
|
47
|
-
switch (b) {
|
|
48
|
-
case 4: return c.y;
|
|
49
|
-
case 7: return c.checked;
|
|
50
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
51
|
-
case 17: return c.ar;
|
|
52
|
-
case 67: return c.dl;
|
|
53
|
-
case 69: return c.dm;
|
|
54
|
-
case 68: return c.dd;
|
|
55
|
-
case 70: return c.de;
|
|
56
|
-
}
|
|
57
|
-
return null;
|
|
58
|
-
}
|
|
59
|
-
setValue(a, b, c) {
|
|
60
|
-
let d = a;
|
|
61
|
-
switch (b) {
|
|
62
|
-
case 4:
|
|
63
|
-
d.y = c;
|
|
64
|
-
return;
|
|
65
|
-
case 7:
|
|
66
|
-
d.checked = c;
|
|
67
|
-
return;
|
|
68
|
-
case 18:
|
|
69
|
-
d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
70
|
-
break;
|
|
71
|
-
case 17:
|
|
72
|
-
d.ar = c;
|
|
73
|
-
break;
|
|
74
|
-
case 67:
|
|
75
|
-
d.dl = c;
|
|
76
|
-
break;
|
|
77
|
-
case 69:
|
|
78
|
-
d.dm = c;
|
|
79
|
-
break;
|
|
80
|
-
case 68:
|
|
81
|
-
d.dd = c;
|
|
82
|
-
break;
|
|
83
|
-
case 70:
|
|
84
|
-
d.de = c;
|
|
85
|
-
break;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
exportVisualData(a) {
|
|
89
|
-
let b = a.a3();
|
|
90
|
-
return b;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
XCheckboxBridge.$t = /*@__PURE__*/ markType(XCheckboxBridge, 'XCheckboxBridge', XComponentBridge.$);
|
|
94
|
-
return XCheckboxBridge;
|
|
95
|
-
})();
|
|
96
|
-
export { XCheckboxBridge };
|
|
@@ -1,51 +0,0 @@
|
|
|
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 { NativeUIElementBridge } from "igniteui-webcomponents-core";
|
|
8
|
-
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
let XComponentBridge = /*@__PURE__*/ (() => {
|
|
10
|
-
class XComponentBridge extends NativeUIElementBridge {
|
|
11
|
-
get t() {
|
|
12
|
-
return this.s;
|
|
13
|
-
}
|
|
14
|
-
constructor(a) {
|
|
15
|
-
super();
|
|
16
|
-
this.s = null;
|
|
17
|
-
this.s = a;
|
|
18
|
-
}
|
|
19
|
-
getTargetForProperty(a, b) {
|
|
20
|
-
switch (a) {
|
|
21
|
-
case 14:
|
|
22
|
-
case 9:
|
|
23
|
-
case 10:
|
|
24
|
-
case 13:
|
|
25
|
-
case 16:
|
|
26
|
-
case 15:
|
|
27
|
-
case 17:
|
|
28
|
-
case 7:
|
|
29
|
-
case 21:
|
|
30
|
-
case 1: return b;
|
|
31
|
-
}
|
|
32
|
-
return this.s != null ? this.s : b;
|
|
33
|
-
}
|
|
34
|
-
getMethodTarget(a) {
|
|
35
|
-
return this.s != null ? this.s : a;
|
|
36
|
-
}
|
|
37
|
-
getTargetForBuildInEvent(a, b) {
|
|
38
|
-
return this.s != null ? this.s : a;
|
|
39
|
-
}
|
|
40
|
-
getTargetForBuildInProperty(a, b) {
|
|
41
|
-
switch (b) {
|
|
42
|
-
case 109:
|
|
43
|
-
case 122: return a;
|
|
44
|
-
}
|
|
45
|
-
return this.s != null ? this.s : a;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
XComponentBridge.$t = /*@__PURE__*/ markType(XComponentBridge, 'XComponentBridge', NativeUIElementBridge.$);
|
|
49
|
-
return XComponentBridge;
|
|
50
|
-
})();
|
|
51
|
-
export { XComponentBridge };
|
|
@@ -1,128 +0,0 @@
|
|
|
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 { XComponentBridge } from "./XComponentBridge";
|
|
8
|
-
import { enumGetBox, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
|
-
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
11
|
-
import { stringStartsWith } from "igniteui-webcomponents-core";
|
|
12
|
-
import { trimStart } from "igniteui-webcomponents-core";
|
|
13
|
-
let XIconBridge = /*@__PURE__*/ (() => {
|
|
14
|
-
class XIconBridge extends XComponentBridge {
|
|
15
|
-
constructor(a) {
|
|
16
|
-
super(a);
|
|
17
|
-
this.u = "default";
|
|
18
|
-
this.v = null;
|
|
19
|
-
}
|
|
20
|
-
getValue(a, b) {
|
|
21
|
-
let c = a;
|
|
22
|
-
switch (b) {
|
|
23
|
-
case 16: return this.v;
|
|
24
|
-
case 15: return this.u;
|
|
25
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
26
|
-
case 45: return c.a6;
|
|
27
|
-
case 46: return c.a7;
|
|
28
|
-
case 47: return c.a8;
|
|
29
|
-
case 48: return c.a5;
|
|
30
|
-
case 49: return c.a9;
|
|
31
|
-
case 50: return c.a1;
|
|
32
|
-
case 64: return c.e;
|
|
33
|
-
case 65: return c.f;
|
|
34
|
-
case 66: return c.a4;
|
|
35
|
-
}
|
|
36
|
-
return super.getValue(a, b);
|
|
37
|
-
}
|
|
38
|
-
setValue(a, b, c) {
|
|
39
|
-
super.setValue(a, b, c);
|
|
40
|
-
let d = a;
|
|
41
|
-
switch (b) {
|
|
42
|
-
case 15:
|
|
43
|
-
{
|
|
44
|
-
this.u = c;
|
|
45
|
-
this.w(d);
|
|
46
|
-
}
|
|
47
|
-
break;
|
|
48
|
-
case 16:
|
|
49
|
-
{
|
|
50
|
-
this.v = c;
|
|
51
|
-
this.w(d);
|
|
52
|
-
}
|
|
53
|
-
break;
|
|
54
|
-
case 45:
|
|
55
|
-
d.a6 = c;
|
|
56
|
-
break;
|
|
57
|
-
case 46:
|
|
58
|
-
d.a7 = c;
|
|
59
|
-
break;
|
|
60
|
-
case 47:
|
|
61
|
-
d.a8 = c;
|
|
62
|
-
break;
|
|
63
|
-
case 48:
|
|
64
|
-
d.a5 = c;
|
|
65
|
-
break;
|
|
66
|
-
case 49:
|
|
67
|
-
d.a9 = c;
|
|
68
|
-
break;
|
|
69
|
-
case 50:
|
|
70
|
-
d.a1 = c;
|
|
71
|
-
break;
|
|
72
|
-
case 64:
|
|
73
|
-
d.e = c;
|
|
74
|
-
break;
|
|
75
|
-
case 65:
|
|
76
|
-
d.f = c;
|
|
77
|
-
break;
|
|
78
|
-
case 66:
|
|
79
|
-
d.a4 = c;
|
|
80
|
-
break;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
getTargetForProperty(a, b) {
|
|
84
|
-
switch (a) {
|
|
85
|
-
case 24: return b;
|
|
86
|
-
}
|
|
87
|
-
return super.getTargetForProperty(a, b);
|
|
88
|
-
}
|
|
89
|
-
w(a) {
|
|
90
|
-
a.svg = null;
|
|
91
|
-
a.svgPath = null;
|
|
92
|
-
a.b = null;
|
|
93
|
-
a.b2 = null;
|
|
94
|
-
a.bj = null;
|
|
95
|
-
let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
96
|
-
if (b != null) {
|
|
97
|
-
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
98
|
-
a.svg = b;
|
|
99
|
-
}
|
|
100
|
-
else {
|
|
101
|
-
a.svgPath = b;
|
|
102
|
-
}
|
|
103
|
-
return;
|
|
104
|
-
}
|
|
105
|
-
let c = SvgIconRegistry.instance.getSvgPathsString(this.u, this.v);
|
|
106
|
-
if (c != null) {
|
|
107
|
-
a.b = c;
|
|
108
|
-
return;
|
|
109
|
-
}
|
|
110
|
-
let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
111
|
-
if (d != null) {
|
|
112
|
-
a.b2 = d;
|
|
113
|
-
return;
|
|
114
|
-
}
|
|
115
|
-
let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
116
|
-
if (e != null) {
|
|
117
|
-
a.bj = e;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
exportVisualData(a) {
|
|
121
|
-
let b = a.bi();
|
|
122
|
-
return b;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
XIconBridge.$t = /*@__PURE__*/ markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
126
|
-
return XIconBridge;
|
|
127
|
-
})();
|
|
128
|
-
export { XIconBridge };
|
|
@@ -1,75 +0,0 @@
|
|
|
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 { XButtonBridge } from "./XButtonBridge";
|
|
8
|
-
import { enumGetBox, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { XIconBridge } from "./XIconBridge";
|
|
10
|
-
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
11
|
-
let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
12
|
-
class XIconButtonBridge extends XButtonBridge {
|
|
13
|
-
constructor(a, b) {
|
|
14
|
-
super(a);
|
|
15
|
-
this.al = null;
|
|
16
|
-
this.al = new XIconBridge(b);
|
|
17
|
-
}
|
|
18
|
-
getTargetForBuildInProperty(a, b) {
|
|
19
|
-
switch (b) {
|
|
20
|
-
case 15:
|
|
21
|
-
case 16:
|
|
22
|
-
case 45:
|
|
23
|
-
case 46:
|
|
24
|
-
case 47:
|
|
25
|
-
case 48:
|
|
26
|
-
case 49:
|
|
27
|
-
case 50: return this.al.t;
|
|
28
|
-
}
|
|
29
|
-
return super.getTargetForBuildInProperty(a, b);
|
|
30
|
-
}
|
|
31
|
-
getTargetForProperty(a, b) {
|
|
32
|
-
switch (a) {
|
|
33
|
-
case 16:
|
|
34
|
-
case 15:
|
|
35
|
-
case 17: return this.al.t.view.v;
|
|
36
|
-
}
|
|
37
|
-
return super.getTargetForProperty(a, b);
|
|
38
|
-
}
|
|
39
|
-
getValue(a, b) {
|
|
40
|
-
switch (b) {
|
|
41
|
-
case 16:
|
|
42
|
-
case 15:
|
|
43
|
-
case 45:
|
|
44
|
-
case 46:
|
|
45
|
-
case 47:
|
|
46
|
-
case 48:
|
|
47
|
-
case 49:
|
|
48
|
-
case 50: return this.al.getValue(a, b);
|
|
49
|
-
case 18: return enumGetBox(BaseControlTheme_$type, a.o);
|
|
50
|
-
}
|
|
51
|
-
return super.getValue(a, b);
|
|
52
|
-
}
|
|
53
|
-
setValue(a, b, c) {
|
|
54
|
-
super.setValue(a, b, c);
|
|
55
|
-
switch (b) {
|
|
56
|
-
case 16:
|
|
57
|
-
case 15:
|
|
58
|
-
case 45:
|
|
59
|
-
case 46:
|
|
60
|
-
case 47:
|
|
61
|
-
case 48:
|
|
62
|
-
case 49:
|
|
63
|
-
case 50:
|
|
64
|
-
this.al.setValue(a, b, c);
|
|
65
|
-
break;
|
|
66
|
-
case 18:
|
|
67
|
-
a.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
68
|
-
break;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
XIconButtonBridge.$t = /*@__PURE__*/ markType(XIconButtonBridge, 'XIconButtonBridge', XButtonBridge.$);
|
|
73
|
-
return XIconButtonBridge;
|
|
74
|
-
})();
|
|
75
|
-
export { XIconButtonBridge };
|