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,205 +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 { __extends } from "tslib";
|
|
8
|
-
import { Base, Point_$type, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { IMultiSliderTrackShadeVisual_$type } from "./IMultiSliderTrackShadeVisual";
|
|
10
|
-
import { Path } from "igniteui-webcomponents-core";
|
|
11
|
-
import { List$1 } from "igniteui-webcomponents-core";
|
|
12
|
-
import { Brush } from "igniteui-webcomponents-core";
|
|
13
|
-
import { Color } from "igniteui-webcomponents-core";
|
|
14
|
-
import { PathGeometry } from "igniteui-webcomponents-core";
|
|
15
|
-
import { PathFigure } from "igniteui-webcomponents-core";
|
|
16
|
-
import { PolyLineSegment } from "igniteui-webcomponents-core";
|
|
17
|
-
/**
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
20
|
-
export var DefaultMultiTrackShadeVisual = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
|
-
__extends(DefaultMultiTrackShadeVisual, _super);
|
|
22
|
-
function DefaultMultiTrackShadeVisual() {
|
|
23
|
-
var _this = _super.call(this) || this;
|
|
24
|
-
_this._translateX = 0;
|
|
25
|
-
_this._translateY = 0;
|
|
26
|
-
_this.a = 0;
|
|
27
|
-
_this.c = -1;
|
|
28
|
-
_this.b = -1;
|
|
29
|
-
_this._shadeBox = null;
|
|
30
|
-
_this._shadeOutline = null;
|
|
31
|
-
_this._allPaths = null;
|
|
32
|
-
_this.shadeBox = new Path();
|
|
33
|
-
_this.shadeOutline = new Path();
|
|
34
|
-
_this.allPaths = new List$1(Path.$, 0);
|
|
35
|
-
_this.allPaths.add(_this.shadeBox);
|
|
36
|
-
_this.allPaths.add(_this.shadeOutline);
|
|
37
|
-
_this.shadeBox._fill = _this.getShadeBoxDefaultBrush();
|
|
38
|
-
_this.shadeOutline._stroke = _this.getShadeOutlineDefaultBrush();
|
|
39
|
-
_this.shadeOutline.ad = _this.getShadeOutlineDefaultStrokeThickness();
|
|
40
|
-
return _this;
|
|
41
|
-
}
|
|
42
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "translateX", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this._translateX;
|
|
45
|
-
},
|
|
46
|
-
set: function (a) {
|
|
47
|
-
this._translateX = a;
|
|
48
|
-
},
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "translateY", {
|
|
53
|
-
get: function () {
|
|
54
|
-
return this._translateY;
|
|
55
|
-
},
|
|
56
|
-
set: function (a) {
|
|
57
|
-
this._translateY = a;
|
|
58
|
-
},
|
|
59
|
-
enumerable: false,
|
|
60
|
-
configurable: true
|
|
61
|
-
});
|
|
62
|
-
DefaultMultiTrackShadeVisual.prototype.getShadeBoxDefaultBrush = function () {
|
|
63
|
-
return ((function () {
|
|
64
|
-
var $ret = new Brush();
|
|
65
|
-
$ret.color = Color.u(128, 255, 255, 255);
|
|
66
|
-
return $ret;
|
|
67
|
-
})());
|
|
68
|
-
};
|
|
69
|
-
DefaultMultiTrackShadeVisual.prototype.getShadeOutlineDefaultBrush = function () {
|
|
70
|
-
return ((function () {
|
|
71
|
-
var $ret = new Brush();
|
|
72
|
-
$ret.color = Color.u(255, 185, 185, 185);
|
|
73
|
-
return $ret;
|
|
74
|
-
})());
|
|
75
|
-
};
|
|
76
|
-
DefaultMultiTrackShadeVisual.prototype.getShadeOutlineDefaultStrokeThickness = function () {
|
|
77
|
-
return 1;
|
|
78
|
-
};
|
|
79
|
-
DefaultMultiTrackShadeVisual.prototype.d = function () {
|
|
80
|
-
var a = new PathGeometry();
|
|
81
|
-
var b = new PathFigure();
|
|
82
|
-
var c = new PolyLineSegment();
|
|
83
|
-
b._isClosed = true;
|
|
84
|
-
b._isFilled = true;
|
|
85
|
-
b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
|
|
86
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
|
|
87
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
|
|
88
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
|
|
89
|
-
b._segments.add(c);
|
|
90
|
-
a.c.add(b);
|
|
91
|
-
this.shadeBox.an = a;
|
|
92
|
-
};
|
|
93
|
-
DefaultMultiTrackShadeVisual.prototype.e = function () {
|
|
94
|
-
var a = new PathGeometry();
|
|
95
|
-
var b = new PathFigure();
|
|
96
|
-
var c = new PolyLineSegment();
|
|
97
|
-
b._isClosed = false;
|
|
98
|
-
b._isFilled = false;
|
|
99
|
-
switch (this.orientation) {
|
|
100
|
-
case 0:
|
|
101
|
-
b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
|
|
102
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
|
|
103
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
|
|
104
|
-
break;
|
|
105
|
-
case 1:
|
|
106
|
-
b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / 2 };
|
|
107
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / -2 });
|
|
108
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
|
|
109
|
-
break;
|
|
110
|
-
case 2:
|
|
111
|
-
b._startPoint = { $type: Point_$type, x: this.width / 2, y: this.height / 2 };
|
|
112
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
|
|
113
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / -2 });
|
|
114
|
-
break;
|
|
115
|
-
case 3:
|
|
116
|
-
b._startPoint = { $type: Point_$type, x: this.width / 2, y: this.height / -2 };
|
|
117
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / -2 });
|
|
118
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
|
|
119
|
-
break;
|
|
120
|
-
}
|
|
121
|
-
b._segments.add(c);
|
|
122
|
-
a.c.add(b);
|
|
123
|
-
this.shadeOutline.an = a;
|
|
124
|
-
};
|
|
125
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "orientation", {
|
|
126
|
-
get: function () {
|
|
127
|
-
return this.a;
|
|
128
|
-
},
|
|
129
|
-
set: function (a) {
|
|
130
|
-
var b = this.a;
|
|
131
|
-
this.a = a;
|
|
132
|
-
if (b != this.a) {
|
|
133
|
-
this.f();
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
enumerable: false,
|
|
137
|
-
configurable: true
|
|
138
|
-
});
|
|
139
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "width", {
|
|
140
|
-
get: function () {
|
|
141
|
-
return this.c;
|
|
142
|
-
},
|
|
143
|
-
set: function (a) {
|
|
144
|
-
var b = this.c;
|
|
145
|
-
this.c = a;
|
|
146
|
-
if (b != this.c) {
|
|
147
|
-
this.f();
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
enumerable: false,
|
|
151
|
-
configurable: true
|
|
152
|
-
});
|
|
153
|
-
DefaultMultiTrackShadeVisual.prototype.f = function () {
|
|
154
|
-
if (this.width > 0 && this.height > 0) {
|
|
155
|
-
this.d();
|
|
156
|
-
this.e();
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "height", {
|
|
160
|
-
get: function () {
|
|
161
|
-
return this.b;
|
|
162
|
-
},
|
|
163
|
-
set: function (a) {
|
|
164
|
-
var b = this.b;
|
|
165
|
-
this.b = a;
|
|
166
|
-
if (this.b != b) {
|
|
167
|
-
this.f();
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
enumerable: false,
|
|
171
|
-
configurable: true
|
|
172
|
-
});
|
|
173
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "shadeBox", {
|
|
174
|
-
get: function () {
|
|
175
|
-
return this._shadeBox;
|
|
176
|
-
},
|
|
177
|
-
set: function (a) {
|
|
178
|
-
this._shadeBox = a;
|
|
179
|
-
},
|
|
180
|
-
enumerable: false,
|
|
181
|
-
configurable: true
|
|
182
|
-
});
|
|
183
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "shadeOutline", {
|
|
184
|
-
get: function () {
|
|
185
|
-
return this._shadeOutline;
|
|
186
|
-
},
|
|
187
|
-
set: function (a) {
|
|
188
|
-
this._shadeOutline = a;
|
|
189
|
-
},
|
|
190
|
-
enumerable: false,
|
|
191
|
-
configurable: true
|
|
192
|
-
});
|
|
193
|
-
Object.defineProperty(DefaultMultiTrackShadeVisual.prototype, "allPaths", {
|
|
194
|
-
get: function () {
|
|
195
|
-
return this._allPaths;
|
|
196
|
-
},
|
|
197
|
-
set: function (a) {
|
|
198
|
-
this._allPaths = a;
|
|
199
|
-
},
|
|
200
|
-
enumerable: false,
|
|
201
|
-
configurable: true
|
|
202
|
-
});
|
|
203
|
-
DefaultMultiTrackShadeVisual.$t = markType(DefaultMultiTrackShadeVisual, 'DefaultMultiTrackShadeVisual', Base.$, [IMultiSliderTrackShadeVisual_$type]);
|
|
204
|
-
return DefaultMultiTrackShadeVisual;
|
|
205
|
-
}(Base));
|
package/esm5/lib/FirstWeek.js
DELETED
|
@@ -1,29 +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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* Indicates some simple date formats to be used.
|
|
10
|
-
*/
|
|
11
|
-
export var FirstWeek = /*@__PURE__*/ (function (FirstWeek) {
|
|
12
|
-
/**
|
|
13
|
-
* First Day of Year is Start of First Week
|
|
14
|
-
*/
|
|
15
|
-
FirstWeek[FirstWeek["FirstDay"] = 0] = "FirstDay";
|
|
16
|
-
/**
|
|
17
|
-
* First Full Week in year is First Week
|
|
18
|
-
*/
|
|
19
|
-
FirstWeek[FirstWeek["FirstFullWeek"] = 1] = "FirstFullWeek";
|
|
20
|
-
/**
|
|
21
|
-
* First Four Day Week in year is First Week
|
|
22
|
-
*/
|
|
23
|
-
FirstWeek[FirstWeek["FirstFourDayWeek"] = 2] = "FirstFourDayWeek";
|
|
24
|
-
return FirstWeek;
|
|
25
|
-
})({});
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
export var FirstWeek_$type = /*@__PURE__*/ markEnum('FirstWeek', 'FirstDay,0|FirstFullWeek,1|FirstFourDayWeek,2');
|
|
@@ -1,19 +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 { __extends } from "tslib";
|
|
8
|
-
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export var GotFocusEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
-
__extends(GotFocusEventArgs, _super);
|
|
14
|
-
function GotFocusEventArgs() {
|
|
15
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
}
|
|
17
|
-
GotFocusEventArgs.$t = markType(GotFocusEventArgs, 'GotFocusEventArgs', EventArgs.$);
|
|
18
|
-
return GotFocusEventArgs;
|
|
19
|
-
}(EventArgs));
|
|
@@ -1,11 +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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export var IMultiSliderTrackRangeVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackRangeVisual');
|
|
@@ -1,11 +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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export var IMultiSliderTrackShadeVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackShadeVisual');
|
|
@@ -1,11 +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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export var IMultiSliderTrackThumbCalloutVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackThumbCalloutVisual');
|
|
@@ -1,11 +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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export var IMultiSliderTrackThumbVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackThumbVisual');
|
|
@@ -1,31 +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 { __extends } from "tslib";
|
|
8
|
-
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export var IconClickedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
-
__extends(IconClickedEventArgs, _super);
|
|
14
|
-
function IconClickedEventArgs() {
|
|
15
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
_this._handled = false;
|
|
17
|
-
return _this;
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(IconClickedEventArgs.prototype, "handled", {
|
|
20
|
-
get: function () {
|
|
21
|
-
return this._handled;
|
|
22
|
-
},
|
|
23
|
-
set: function (a) {
|
|
24
|
-
this._handled = a;
|
|
25
|
-
},
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
IconClickedEventArgs.$t = markType(IconClickedEventArgs, 'IconClickedEventArgs', EventArgs.$);
|
|
30
|
-
return IconClickedEventArgs;
|
|
31
|
-
}(EventArgs));
|
package/esm5/lib/IconView.js
DELETED
|
@@ -1,7 +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
|
-
export { IconView } from "./IconView_combined";
|
package/esm5/lib/IconViewType.js
DELETED
|
@@ -1,11 +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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export var IconViewType_$type = /*@__PURE__*/ markEnum('IconViewType', 'SVG,0|SVGPath,1|SVGPaths,2|DataURL,3|Source,4|None,5');
|