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,71 +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, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { StringBuilder } from "igniteui-webcomponents-core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export var CheckboxVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
-
__extends(CheckboxVisualModelExport, _super);
|
|
15
|
-
function CheckboxVisualModelExport() {
|
|
16
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
-
_this.r = 0;
|
|
18
|
-
_this.t = 0;
|
|
19
|
-
_this.u = 0;
|
|
20
|
-
_this.q = 0;
|
|
21
|
-
_this.f = 0;
|
|
22
|
-
_this.d = null;
|
|
23
|
-
_this.c = null;
|
|
24
|
-
_this.e = null;
|
|
25
|
-
_this.b = null;
|
|
26
|
-
_this.o = 0;
|
|
27
|
-
_this.l = 0;
|
|
28
|
-
_this.p = 0;
|
|
29
|
-
_this.s = 0;
|
|
30
|
-
_this.n = 0;
|
|
31
|
-
_this.m = 0;
|
|
32
|
-
_this.a = null;
|
|
33
|
-
_this.v = null;
|
|
34
|
-
_this.j = false;
|
|
35
|
-
_this.g = false;
|
|
36
|
-
_this.h = false;
|
|
37
|
-
_this.k = false;
|
|
38
|
-
_this.i = false;
|
|
39
|
-
return _this;
|
|
40
|
-
}
|
|
41
|
-
CheckboxVisualModelExport.prototype.w = function () {
|
|
42
|
-
var a = new StringBuilder(0);
|
|
43
|
-
a.l("{");
|
|
44
|
-
a.l("left : " + this.r + ", ");
|
|
45
|
-
a.l("top : " + this.t + ", ");
|
|
46
|
-
a.l("height : " + this.q + ", ");
|
|
47
|
-
a.l("width : " + this.u + ", ");
|
|
48
|
-
a.l("baseTheme : " + this.f + ", ");
|
|
49
|
-
a.l("actualUncheckedBackgroundColor : " + this.d.serialize() + ", ");
|
|
50
|
-
a.l("actualTickColor : " + this.c + ", ");
|
|
51
|
-
a.l("actualUncheckedBorderColor : " + this.e.serialize() + ", ");
|
|
52
|
-
a.l("actualCheckedBorderColor : " + this.b.serialize() + ", ");
|
|
53
|
-
a.l("borderWidth : " + this.o + ", ");
|
|
54
|
-
a.l("actualBorderWidth : " + this.l + ", ");
|
|
55
|
-
a.l("tickStrokeWidth : " + this.s + ", ");
|
|
56
|
-
a.l("actualTickStrokeWidth : " + this.n + ", ");
|
|
57
|
-
a.l("actualCheckedBackgroundColor : " + this.a.serialize() + ", ");
|
|
58
|
-
if (this.v != null) {
|
|
59
|
-
a.l("value : \"" + this.v.toString() + "\", ");
|
|
60
|
-
}
|
|
61
|
-
a.l("isFocused : " + this.j + ", ");
|
|
62
|
-
a.l("disableRipple : " + this.g + ", ");
|
|
63
|
-
a.l("isChecked : " + this.h + ", ");
|
|
64
|
-
a.l("isIndeterminate : " + this.k + ", ");
|
|
65
|
-
a.l("isDisabled : " + this.i + ", ");
|
|
66
|
-
a.l("}");
|
|
67
|
-
return a.toString();
|
|
68
|
-
};
|
|
69
|
-
CheckboxVisualModelExport.$t = markType(CheckboxVisualModelExport, 'CheckboxVisualModelExport');
|
|
70
|
-
return CheckboxVisualModelExport;
|
|
71
|
-
}(Base));
|
package/esm5/lib/ColorEditor.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 { ColorEditor } from "./NativeUIXInputsFactory_combined";
|
|
@@ -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 { ColorEditorBridge } from "./NativeUIXInputsFactory_combined";
|
|
@@ -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 ColorEditorLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
-
__extends(ColorEditorLostFocusEventArgs, _super);
|
|
14
|
-
function ColorEditorLostFocusEventArgs() {
|
|
15
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
}
|
|
17
|
-
ColorEditorLostFocusEventArgs.$t = markType(ColorEditorLostFocusEventArgs, 'ColorEditorLostFocusEventArgs', EventArgs.$);
|
|
18
|
-
return ColorEditorLostFocusEventArgs;
|
|
19
|
-
}(EventArgs));
|
|
@@ -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 { ColorEditorPanel } from "./NativeUIXInputsFactory_combined";
|
|
@@ -1,42 +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 ColorEditorPanelSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
-
__extends(ColorEditorPanelSelectedValueChangedEventArgs, _super);
|
|
14
|
-
function ColorEditorPanelSelectedValueChangedEventArgs() {
|
|
15
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
_this._oldValue = null;
|
|
17
|
-
_this._newValue = null;
|
|
18
|
-
return _this;
|
|
19
|
-
}
|
|
20
|
-
Object.defineProperty(ColorEditorPanelSelectedValueChangedEventArgs.prototype, "oldValue", {
|
|
21
|
-
get: function () {
|
|
22
|
-
return this._oldValue;
|
|
23
|
-
},
|
|
24
|
-
set: function (a) {
|
|
25
|
-
this._oldValue = a;
|
|
26
|
-
},
|
|
27
|
-
enumerable: false,
|
|
28
|
-
configurable: true
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(ColorEditorPanelSelectedValueChangedEventArgs.prototype, "newValue", {
|
|
31
|
-
get: function () {
|
|
32
|
-
return this._newValue;
|
|
33
|
-
},
|
|
34
|
-
set: function (a) {
|
|
35
|
-
this._newValue = a;
|
|
36
|
-
},
|
|
37
|
-
enumerable: false,
|
|
38
|
-
configurable: true
|
|
39
|
-
});
|
|
40
|
-
ColorEditorPanelSelectedValueChangedEventArgs.$t = markType(ColorEditorPanelSelectedValueChangedEventArgs, 'ColorEditorPanelSelectedValueChangedEventArgs', EventArgs.$);
|
|
41
|
-
return ColorEditorPanelSelectedValueChangedEventArgs;
|
|
42
|
-
}(EventArgs));
|
|
@@ -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 { ColorEditorPanelView } from "./NativeUIXInputsFactory_combined";
|
|
@@ -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 { ColorEditorView } from "./NativeUIXInputsFactory_combined";
|
|
@@ -1,41 +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, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { StringBuilder } from "igniteui-webcomponents-core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export var ColorEditorVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
-
__extends(ColorEditorVisualModelExport, _super);
|
|
15
|
-
function ColorEditorVisualModelExport() {
|
|
16
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
-
_this.e = 0;
|
|
18
|
-
_this.f = 0;
|
|
19
|
-
_this.g = 0;
|
|
20
|
-
_this.d = 0;
|
|
21
|
-
_this.b = 0;
|
|
22
|
-
_this.a = null;
|
|
23
|
-
_this.c = false;
|
|
24
|
-
return _this;
|
|
25
|
-
}
|
|
26
|
-
ColorEditorVisualModelExport.prototype.h = function () {
|
|
27
|
-
var a = new StringBuilder(0);
|
|
28
|
-
a.l("{");
|
|
29
|
-
a.l("left : " + this.e + ", ");
|
|
30
|
-
a.l("top : " + this.f + ", ");
|
|
31
|
-
a.l("height : " + this.d + ", ");
|
|
32
|
-
a.l("width : " + this.g + ", ");
|
|
33
|
-
a.l("baseTheme : " + this.b + ", ");
|
|
34
|
-
a.l("value : " + this.a.serialize() + ", ");
|
|
35
|
-
a.l("isDisabled : " + this.c + ", ");
|
|
36
|
-
a.l("}");
|
|
37
|
-
return a.toString();
|
|
38
|
-
};
|
|
39
|
-
ColorEditorVisualModelExport.$t = markType(ColorEditorVisualModelExport, 'ColorEditorVisualModelExport');
|
|
40
|
-
return ColorEditorVisualModelExport;
|
|
41
|
-
}(Base));
|
package/esm5/lib/DateFormats.js
DELETED
|
@@ -1,25 +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 DateFormats = /*@__PURE__*/ (function (DateFormats) {
|
|
12
|
-
/**
|
|
13
|
-
* A standard short date format is used.
|
|
14
|
-
*/
|
|
15
|
-
DateFormats[DateFormats["DateShort"] = 0] = "DateShort";
|
|
16
|
-
/**
|
|
17
|
-
* A standard long date format is used.
|
|
18
|
-
*/
|
|
19
|
-
DateFormats[DateFormats["DateLong"] = 1] = "DateLong";
|
|
20
|
-
return DateFormats;
|
|
21
|
-
})({});
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export var DateFormats_$type = /*@__PURE__*/ markEnum('DateFormats', 'DateShort,0|DateLong,1');
|
|
@@ -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 { DatePickerView } from "./DatePickerView_combined";
|
|
@@ -1,71 +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, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
import { StringBuilder } from "igniteui-webcomponents-core";
|
|
10
|
-
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
11
|
-
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export var DatePickerVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
-
__extends(DatePickerVisualModelExport, _super);
|
|
17
|
-
function DatePickerVisualModelExport() {
|
|
18
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
_this.e = 0;
|
|
20
|
-
_this.d = 0;
|
|
21
|
-
_this.j = null;
|
|
22
|
-
_this.k = null;
|
|
23
|
-
_this.l = null;
|
|
24
|
-
_this.f = 0;
|
|
25
|
-
_this.h = null;
|
|
26
|
-
_this.i = null;
|
|
27
|
-
_this.c = null;
|
|
28
|
-
_this.b = null;
|
|
29
|
-
_this.a = null;
|
|
30
|
-
return _this;
|
|
31
|
-
}
|
|
32
|
-
DatePickerVisualModelExport.prototype.g = function () {
|
|
33
|
-
var a = new StringBuilder(0);
|
|
34
|
-
a.l("{");
|
|
35
|
-
a.l("density : " + this.e + ", ");
|
|
36
|
-
a.l("baseTheme : " + this.d + ", ");
|
|
37
|
-
if (!stringIsNullOrEmpty(this.j)) {
|
|
38
|
-
a.l("textStyleFontStyle : \"" + this.j + "\", ");
|
|
39
|
-
}
|
|
40
|
-
if (!stringIsNullOrEmpty(this.k)) {
|
|
41
|
-
a.l("textStyleFontVariant : \"" + this.k + "\", ");
|
|
42
|
-
}
|
|
43
|
-
if (!stringIsNullOrEmpty(this.l)) {
|
|
44
|
-
a.l("textStyleFontWeight : \"" + this.l + "\", ");
|
|
45
|
-
}
|
|
46
|
-
if (!stringIsNullOrEmpty(this.h)) {
|
|
47
|
-
a.l("textStyleFontFamily : \"" + this.h + "\", ");
|
|
48
|
-
}
|
|
49
|
-
if (!stringIsNullOrEmpty(this.i)) {
|
|
50
|
-
a.l("textStyleFontStretch : \"" + this.i + "\", ");
|
|
51
|
-
}
|
|
52
|
-
if (!isNaN_(this.f)) {
|
|
53
|
-
a.l("textStyleFontSize : " + this.f + ", ");
|
|
54
|
-
}
|
|
55
|
-
var b = "popupModel";
|
|
56
|
-
a.l(b + ": " + this.c.f() + ", ");
|
|
57
|
-
var c = "inputGroupModel";
|
|
58
|
-
a.l(c + ": " + this.b.y() + ", ");
|
|
59
|
-
var d = "calendarModel";
|
|
60
|
-
if (this.c.d) {
|
|
61
|
-
a.l(d + ": " + this.a.o() + ", ");
|
|
62
|
-
}
|
|
63
|
-
else {
|
|
64
|
-
a.l(d + ":{}, ");
|
|
65
|
-
}
|
|
66
|
-
a.l("}");
|
|
67
|
-
return a.toString();
|
|
68
|
-
};
|
|
69
|
-
DatePickerVisualModelExport.$t = markType(DatePickerVisualModelExport, 'DatePickerVisualModelExport');
|
|
70
|
-
return DatePickerVisualModelExport;
|
|
71
|
-
}(Base));
|
package/esm5/lib/DayInfo.js
DELETED
|
@@ -1,24 +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, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export var DayInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
-
__extends(DayInfo, _super);
|
|
14
|
-
function DayInfo() {
|
|
15
|
-
var _this = _super.call(this) || this;
|
|
16
|
-
_this.b = 0;
|
|
17
|
-
_this.c = 0;
|
|
18
|
-
_this.d = 0;
|
|
19
|
-
_this.a = 0;
|
|
20
|
-
return _this;
|
|
21
|
-
}
|
|
22
|
-
DayInfo.$t = markType(DayInfo, 'DayInfo');
|
|
23
|
-
return DayInfo;
|
|
24
|
-
}(Base));
|
|
@@ -1,138 +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 { IMultiSliderTrackBarVisual_$type } from "./IMultiSliderTrackBarVisual";
|
|
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 DefaultMultiSliderTrackBarVisual = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
|
-
__extends(DefaultMultiSliderTrackBarVisual, _super);
|
|
22
|
-
function DefaultMultiSliderTrackBarVisual() {
|
|
23
|
-
var _this = _super.call(this) || this;
|
|
24
|
-
_this._translateX = 0;
|
|
25
|
-
_this._translateY = 0;
|
|
26
|
-
_this.b = -1;
|
|
27
|
-
_this.a = -1;
|
|
28
|
-
_this._barBox = null;
|
|
29
|
-
_this._allPaths = null;
|
|
30
|
-
_this.barBox = new Path();
|
|
31
|
-
_this.allPaths = new List$1(Path.$, 0);
|
|
32
|
-
_this.allPaths.add(_this.barBox);
|
|
33
|
-
_this.barBox._fill = _this.getBarBoxDefaultBrush();
|
|
34
|
-
return _this;
|
|
35
|
-
}
|
|
36
|
-
Object.defineProperty(DefaultMultiSliderTrackBarVisual.prototype, "translateX", {
|
|
37
|
-
get: function () {
|
|
38
|
-
return this._translateX;
|
|
39
|
-
},
|
|
40
|
-
set: function (a) {
|
|
41
|
-
this._translateX = a;
|
|
42
|
-
},
|
|
43
|
-
enumerable: false,
|
|
44
|
-
configurable: true
|
|
45
|
-
});
|
|
46
|
-
Object.defineProperty(DefaultMultiSliderTrackBarVisual.prototype, "translateY", {
|
|
47
|
-
get: function () {
|
|
48
|
-
return this._translateY;
|
|
49
|
-
},
|
|
50
|
-
set: function (a) {
|
|
51
|
-
this._translateY = a;
|
|
52
|
-
},
|
|
53
|
-
enumerable: false,
|
|
54
|
-
configurable: true
|
|
55
|
-
});
|
|
56
|
-
DefaultMultiSliderTrackBarVisual.prototype.getBarBoxDefaultBrush = function () {
|
|
57
|
-
return ((function () {
|
|
58
|
-
var $ret = new Brush();
|
|
59
|
-
$ret.color = Color.u(255, 218, 218, 218);
|
|
60
|
-
return $ret;
|
|
61
|
-
})());
|
|
62
|
-
};
|
|
63
|
-
DefaultMultiSliderTrackBarVisual.prototype.getBarBoxDefaultOutline = function () {
|
|
64
|
-
return null;
|
|
65
|
-
};
|
|
66
|
-
DefaultMultiSliderTrackBarVisual.prototype.getBarBoxDefaultStrokeThickness = function () {
|
|
67
|
-
return 0;
|
|
68
|
-
};
|
|
69
|
-
DefaultMultiSliderTrackBarVisual.prototype.c = function () {
|
|
70
|
-
var a = new PathGeometry();
|
|
71
|
-
var b = new PathFigure();
|
|
72
|
-
var c = new PolyLineSegment();
|
|
73
|
-
b._isClosed = true;
|
|
74
|
-
b._isFilled = true;
|
|
75
|
-
b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
|
|
76
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
|
|
77
|
-
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
|
|
78
|
-
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
|
|
79
|
-
b._segments.add(c);
|
|
80
|
-
a.c.add(b);
|
|
81
|
-
this.barBox.an = a;
|
|
82
|
-
};
|
|
83
|
-
Object.defineProperty(DefaultMultiSliderTrackBarVisual.prototype, "width", {
|
|
84
|
-
get: function () {
|
|
85
|
-
return this.b;
|
|
86
|
-
},
|
|
87
|
-
set: function (a) {
|
|
88
|
-
var b = this.b;
|
|
89
|
-
this.b = a;
|
|
90
|
-
if (b != this.b) {
|
|
91
|
-
this.d();
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
enumerable: false,
|
|
95
|
-
configurable: true
|
|
96
|
-
});
|
|
97
|
-
DefaultMultiSliderTrackBarVisual.prototype.d = function () {
|
|
98
|
-
if (this.width > 0 && this.height > 0) {
|
|
99
|
-
this.c();
|
|
100
|
-
}
|
|
101
|
-
};
|
|
102
|
-
Object.defineProperty(DefaultMultiSliderTrackBarVisual.prototype, "height", {
|
|
103
|
-
get: function () {
|
|
104
|
-
return this.a;
|
|
105
|
-
},
|
|
106
|
-
set: function (a) {
|
|
107
|
-
var b = this.a;
|
|
108
|
-
this.a = a;
|
|
109
|
-
if (this.a != b) {
|
|
110
|
-
this.d();
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
enumerable: false,
|
|
114
|
-
configurable: true
|
|
115
|
-
});
|
|
116
|
-
Object.defineProperty(DefaultMultiSliderTrackBarVisual.prototype, "barBox", {
|
|
117
|
-
get: function () {
|
|
118
|
-
return this._barBox;
|
|
119
|
-
},
|
|
120
|
-
set: function (a) {
|
|
121
|
-
this._barBox = a;
|
|
122
|
-
},
|
|
123
|
-
enumerable: false,
|
|
124
|
-
configurable: true
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperty(DefaultMultiSliderTrackBarVisual.prototype, "allPaths", {
|
|
127
|
-
get: function () {
|
|
128
|
-
return this._allPaths;
|
|
129
|
-
},
|
|
130
|
-
set: function (a) {
|
|
131
|
-
this._allPaths = a;
|
|
132
|
-
},
|
|
133
|
-
enumerable: false,
|
|
134
|
-
configurable: true
|
|
135
|
-
});
|
|
136
|
-
DefaultMultiSliderTrackBarVisual.$t = markType(DefaultMultiSliderTrackBarVisual, 'DefaultMultiSliderTrackBarVisual', Base.$, [IMultiSliderTrackBarVisual_$type]);
|
|
137
|
-
return DefaultMultiSliderTrackBarVisual;
|
|
138
|
-
}(Base));
|