igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +8 -0
- package/esm2022/lib/ButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonClickEventArgs.js +14 -0
- package/esm2022/lib/ButtonDisplayStyle.d.ts +15 -0
- package/esm2022/lib/ButtonDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupOrientation.d.ts +9 -0
- package/esm2022/lib/ButtonGroupOrientation.js +16 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ButtonGroupView.d.ts +1 -0
- package/esm2022/lib/ButtonGroupView.js +7 -0
- package/esm2022/lib/ButtonGroupView_combined.d.ts +374 -0
- package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.d.ts +28 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
- package/esm2022/lib/ButtonView.d.ts +1 -0
- package/esm2022/lib/ButtonView.js +7 -0
- package/esm2022/lib/ButtonView_combined.d.ts +708 -0
- package/esm2022/lib/ButtonView_combined.js +3668 -0
- package/esm2022/lib/ButtonVisualModelExport.d.ts +47 -0
- package/esm2022/lib/ButtonVisualModelExport.js +108 -0
- package/esm2022/lib/CalendarView.d.ts +1 -0
- package/esm2022/lib/CalendarView.js +7 -0
- package/esm2022/lib/CalendarView_combined.d.ts +234 -0
- package/esm2022/lib/CalendarView_combined.js +2803 -0
- package/esm2022/lib/CalendarVisualModelExport.d.ts +33 -0
- package/esm2022/lib/CalendarVisualModelExport.js +98 -0
- package/esm2022/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/CheckboxChangeEventArgs.js +31 -0
- package/esm2022/lib/CheckboxLabelPosition.d.ts +12 -0
- package/esm2022/lib/CheckboxLabelPosition.js +11 -0
- package/esm2022/lib/CheckboxListVisualModelExport.d.ts +18 -0
- package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
- package/esm2022/lib/CheckboxView.d.ts +1 -0
- package/esm2022/lib/CheckboxView.js +7 -0
- package/esm2022/lib/CheckboxView_combined.d.ts +216 -0
- package/esm2022/lib/CheckboxView_combined.js +1123 -0
- package/esm2022/lib/CheckboxVisualModelExport.d.ts +32 -0
- package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
- package/esm2022/lib/ColorEditor.d.ts +1 -0
- package/esm2022/lib/ColorEditor.js +7 -0
- package/esm2022/lib/ColorEditorBridge.d.ts +1 -0
- package/esm2022/lib/ColorEditorBridge.js +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanel.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanel.js +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/ColorEditorPanelView.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanelView.js +7 -0
- package/esm2022/lib/ColorEditorView.d.ts +1 -0
- package/esm2022/lib/ColorEditorView.js +7 -0
- package/esm2022/lib/ColorEditorVisualModelExport.d.ts +17 -0
- package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
- package/esm2022/lib/DateFormats.d.ts +18 -0
- package/esm2022/lib/DateFormats.js +25 -0
- package/esm2022/lib/DatePickerView.d.ts +1 -0
- package/esm2022/lib/DatePickerView.js +7 -0
- package/esm2022/lib/DatePickerView_combined.d.ts +247 -0
- package/esm2022/lib/DatePickerView_combined.js +1707 -0
- package/esm2022/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
- package/esm2022/lib/DateTimeValueFormatter.d.ts +20 -0
- package/esm2022/lib/DateTimeValueFormatter.js +106 -0
- package/esm2022/lib/DayInfo.d.ts +13 -0
- package/esm2022/lib/DayInfo.js +21 -0
- package/esm2022/lib/DayOfWeek.d.ts +38 -0
- package/esm2022/lib/DayOfWeek.js +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.d.ts +34 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.d.ts +43 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +49 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.d.ts +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.d.ts +42 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
- package/esm2022/lib/ElevationHelper.d.ts +16 -0
- package/esm2022/lib/ElevationHelper.js +65 -0
- package/esm2022/lib/FirstWeek.d.ts +22 -0
- package/esm2022/lib/FirstWeek.js +29 -0
- package/esm2022/lib/GotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/GotFocusEventArgs.js +14 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.d.ts +21 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.d.ts +25 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.d.ts +24 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
- package/esm2022/lib/ISliderTrackOwner.d.ts +15 -0
- package/esm2022/lib/ISliderTrackOwner.js +11 -0
- package/esm2022/lib/IconClickedEventArgs.d.ts +10 -0
- package/esm2022/lib/IconClickedEventArgs.js +24 -0
- package/esm2022/lib/IconView.d.ts +1 -0
- package/esm2022/lib/IconView.js +7 -0
- package/esm2022/lib/IconViewType.d.ts +16 -0
- package/esm2022/lib/IconViewType.js +11 -0
- package/esm2022/lib/IconView_combined.d.ts +257 -0
- package/esm2022/lib/IconView_combined.js +1318 -0
- package/esm2022/lib/IconVisualModelExport.d.ts +32 -0
- package/esm2022/lib/IconVisualModelExport.js +89 -0
- package/esm2022/lib/InputChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/InputChangeEventArgs.js +31 -0
- package/esm2022/lib/InputGroupDisplayType.d.ts +11 -0
- package/esm2022/lib/InputGroupDisplayType.js +18 -0
- package/esm2022/lib/InputGroupView.d.ts +1 -0
- package/esm2022/lib/InputGroupView.js +7 -0
- package/esm2022/lib/InputGroupView_combined.d.ts +1213 -0
- package/esm2022/lib/InputGroupView_combined.js +5638 -0
- package/esm2022/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
- package/esm2022/lib/InputShiftType.d.ts +10 -0
- package/esm2022/lib/InputShiftType.js +17 -0
- package/esm2022/lib/InputView.d.ts +1 -0
- package/esm2022/lib/InputView.js +7 -0
- package/esm2022/lib/InputVisualModelExport.d.ts +32 -0
- package/esm2022/lib/InputVisualModelExport.js +78 -0
- package/esm2022/lib/KEYCODES.d.ts +27 -0
- package/esm2022/lib/KEYCODES.js +11 -0
- package/esm2022/lib/LabelShiftType.d.ts +10 -0
- package/esm2022/lib/LabelShiftType.js +17 -0
- package/esm2022/lib/LabelView.d.ts +1 -0
- package/esm2022/lib/LabelView.js +7 -0
- package/esm2022/lib/LabelVisualModelExport.d.ts +34 -0
- package/esm2022/lib/LabelVisualModelExport.js +82 -0
- package/esm2022/lib/LostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/LostFocusEventArgs.js +14 -0
- package/esm2022/lib/MaskOptions.d.ts +9 -0
- package/esm2022/lib/MaskOptions.js +19 -0
- package/esm2022/lib/MaskParsingService.d.ts +19 -0
- package/esm2022/lib/MaskParsingService.js +211 -0
- package/esm2022/lib/MultiSlider.d.ts +1 -0
- package/esm2022/lib/MultiSlider.js +7 -0
- package/esm2022/lib/MultiSliderBridge.d.ts +24 -0
- package/esm2022/lib/MultiSliderBridge.js +163 -0
- package/esm2022/lib/MultiSliderCursor.d.ts +15 -0
- package/esm2022/lib/MultiSliderCursor.js +11 -0
- package/esm2022/lib/MultiSliderHitInfo.d.ts +13 -0
- package/esm2022/lib/MultiSliderHitInfo.js +20 -0
- package/esm2022/lib/MultiSliderOrientation.d.ts +10 -0
- package/esm2022/lib/MultiSliderOrientation.js +17 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.d.ts +13 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js +31 -0
- package/esm2022/lib/MultiSliderThumb.d.ts +1 -0
- package/esm2022/lib/MultiSliderThumb.js +7 -0
- package/esm2022/lib/MultiSliderThumbCollection.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbCollection.js +19 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.d.ts +9 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.js +16 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
- package/esm2022/lib/MultiSliderThumb_combined.d.ts +76 -0
- package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.d.ts +14 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.js +11 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.d.ts +1 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.js +7 -0
- package/esm2022/lib/MultiSliderView.d.ts +1 -0
- package/esm2022/lib/MultiSliderView.js +7 -0
- package/esm2022/lib/MultiSliderView_combined.d.ts +298 -0
- package/esm2022/lib/MultiSliderView_combined.js +1779 -0
- package/esm2022/lib/MultiSliderVisualArea.d.ts +14 -0
- package/esm2022/lib/MultiSliderVisualArea.js +11 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.d.ts +8 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
- package/esm2022/lib/NativeUIXInputsFactory.d.ts +1 -0
- package/esm2022/lib/NativeUIXInputsFactory.js +7 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.d.ts +400 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
- package/esm2022/lib/PrefixShiftType.d.ts +10 -0
- package/esm2022/lib/PrefixShiftType.js +17 -0
- package/esm2022/lib/PrefixView.d.ts +1 -0
- package/esm2022/lib/PrefixView.js +7 -0
- package/esm2022/lib/PrefixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/PrefixVisualModelExport.js +33 -0
- package/esm2022/lib/Replaced.d.ts +9 -0
- package/esm2022/lib/Replaced.js +19 -0
- package/esm2022/lib/RippleView.d.ts +1 -0
- package/esm2022/lib/RippleView.js +7 -0
- package/esm2022/lib/RippleView_combined.d.ts +98 -0
- package/esm2022/lib/RippleView_combined.js +392 -0
- package/esm2022/lib/RippleVisualModelExport.d.ts +15 -0
- package/esm2022/lib/RippleVisualModelExport.js +36 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/SuffixShiftType.d.ts +10 -0
- package/esm2022/lib/SuffixShiftType.js +17 -0
- package/esm2022/lib/SuffixView.d.ts +1 -0
- package/esm2022/lib/SuffixView.js +7 -0
- package/esm2022/lib/SuffixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/SuffixVisualModelExport.js +32 -0
- package/esm2022/lib/TextBlockVisualModelExport.d.ts +21 -0
- package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
- package/esm2022/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
- package/esm2022/lib/Theme.d.ts +15 -0
- package/esm2022/lib/Theme.js +46 -0
- package/esm2022/lib/ThemeResolver.d.ts +59 -0
- package/esm2022/lib/ThemeResolver.js +190 -0
- package/esm2022/lib/XButton.d.ts +1 -0
- package/esm2022/lib/XButton.js +7 -0
- package/esm2022/lib/XButtonBridge.d.ts +40 -0
- package/esm2022/lib/XButtonBridge.js +326 -0
- package/esm2022/lib/XButtonGroup.d.ts +1 -0
- package/esm2022/lib/XButtonGroup.js +7 -0
- package/esm2022/lib/XButtonGroupBridge.d.ts +29 -0
- package/esm2022/lib/XButtonGroupBridge.js +185 -0
- package/esm2022/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/esm2022/lib/XButtonGroupButtonCollection.js +26 -0
- package/esm2022/lib/XCalendar.d.ts +1 -0
- package/esm2022/lib/XCalendar.js +7 -0
- package/esm2022/lib/XCalendarLocaleEn.d.ts +49 -0
- package/esm2022/lib/XCalendarLocaleEn.js +56 -0
- package/esm2022/lib/XCheckbox.d.ts +1 -0
- package/esm2022/lib/XCheckbox.js +7 -0
- package/esm2022/lib/XCheckboxBridge.d.ts +20 -0
- package/esm2022/lib/XCheckboxBridge.js +96 -0
- package/esm2022/lib/XComponentBridge.d.ts +18 -0
- package/esm2022/lib/XComponentBridge.js +51 -0
- package/esm2022/lib/XDatePicker.d.ts +1 -0
- package/esm2022/lib/XDatePicker.js +7 -0
- package/esm2022/lib/XIcon.d.ts +1 -0
- package/esm2022/lib/XIcon.js +7 -0
- package/esm2022/lib/XIconBridge.d.ts +18 -0
- package/esm2022/lib/XIconBridge.js +128 -0
- package/esm2022/lib/XIconButtonBridge.d.ts +16 -0
- package/esm2022/lib/XIconButtonBridge.js +75 -0
- package/esm2022/lib/XInput.d.ts +1 -0
- package/esm2022/lib/XInput.js +7 -0
- package/esm2022/lib/XInputBridge.d.ts +53 -0
- package/esm2022/lib/XInputBridge.js +474 -0
- package/esm2022/lib/XInputGroup.d.ts +1 -0
- package/esm2022/lib/XInputGroup.js +7 -0
- package/esm2022/lib/XInputGroupInputCollection.d.ts +1 -0
- package/esm2022/lib/XInputGroupInputCollection.js +7 -0
- package/esm2022/lib/XInputGroupItem.d.ts +1 -0
- package/esm2022/lib/XInputGroupItem.js +7 -0
- package/esm2022/lib/XLabel.d.ts +1 -0
- package/esm2022/lib/XLabel.js +7 -0
- package/esm2022/lib/XPopupBridge.d.ts +57 -0
- package/esm2022/lib/XPopupBridge.js +323 -0
- package/esm2022/lib/XPrefix.d.ts +1 -0
- package/esm2022/lib/XPrefix.js +7 -0
- package/esm2022/lib/XRipple.d.ts +1 -0
- package/esm2022/lib/XRipple.js +7 -0
- package/esm2022/lib/XSuffix.d.ts +1 -0
- package/esm2022/lib/XSuffix.js +7 -0
- package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-entrypoint.js +4 -0
- package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/igc-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.js +30 -0
- package/esm2022/lib/igc-checkbox-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-checkbox-change-event-args.js +43 -0
- package/esm2022/lib/igc-color-editor-component.d.ts +163 -0
- package/esm2022/lib/igc-color-editor-component.js +547 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-module.js +19 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-panel-component.d.ts +124 -0
- package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
- package/esm2022/lib/igc-color-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-panel-module.js +25 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.js +43 -0
- package/esm2022/lib/igc-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-input-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-input-change-event-args.js +43 -0
- package/esm2022/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-multi-slider-component.d.ts +174 -0
- package/esm2022/lib/igc-multi-slider-component.js +680 -0
- package/esm2022/lib/igc-multi-slider-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-module.js +17 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +16 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +42 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.d.ts +8 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.js +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +17 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.js +54 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.d.ts +26 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.js +103 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.d.ts +14 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.js +36 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.js +42 -0
- package/esm2022/lib/igc-x-button-component.d.ts +902 -0
- package/esm2022/lib/igc-x-button-component.js +2395 -0
- package/esm2022/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-button-group-button-collection.js +53 -0
- package/esm2022/lib/igc-x-button-group-component.d.ts +410 -0
- package/esm2022/lib/igc-x-button-group-component.js +1020 -0
- package/esm2022/lib/igc-x-button-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-group-module.js +21 -0
- package/esm2022/lib/igc-x-button-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-module.js +21 -0
- package/esm2022/lib/igc-x-calendar-component.d.ts +181 -0
- package/esm2022/lib/igc-x-calendar-component.js +508 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.js +13 -0
- package/esm2022/lib/igc-x-calendar-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-module.js +21 -0
- package/esm2022/lib/igc-x-checkbox-component.d.ts +232 -0
- package/esm2022/lib/igc-x-checkbox-component.js +623 -0
- package/esm2022/lib/igc-x-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-x-checkbox-module.js +21 -0
- package/esm2022/lib/igc-x-date-picker-component.d.ts +226 -0
- package/esm2022/lib/igc-x-date-picker-component.js +677 -0
- package/esm2022/lib/igc-x-date-picker-module.d.ts +3 -0
- package/esm2022/lib/igc-x-date-picker-module.js +25 -0
- package/esm2022/lib/igc-x-icon-component.d.ts +285 -0
- package/esm2022/lib/igc-x-icon-component.js +702 -0
- package/esm2022/lib/igc-x-icon-module.d.ts +3 -0
- package/esm2022/lib/igc-x-icon-module.js +19 -0
- package/esm2022/lib/igc-x-input-component.d.ts +194 -0
- package/esm2022/lib/igc-x-input-component.js +600 -0
- package/esm2022/lib/igc-x-input-group-component.d.ts +748 -0
- package/esm2022/lib/igc-x-input-group-component.js +2353 -0
- package/esm2022/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-input-group-input-collection.js +53 -0
- package/esm2022/lib/igc-x-input-group-item-component.d.ts +41 -0
- package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
- package/esm2022/lib/igc-x-input-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-group-module.js +23 -0
- package/esm2022/lib/igc-x-input-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-module.js +19 -0
- package/esm2022/lib/igc-x-label-component.d.ts +171 -0
- package/esm2022/lib/igc-x-label-component.js +410 -0
- package/esm2022/lib/igc-x-label-module.d.ts +3 -0
- package/esm2022/lib/igc-x-label-module.js +19 -0
- package/esm2022/lib/igc-x-prefix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-prefix-component.js +183 -0
- package/esm2022/lib/igc-x-prefix-module.d.ts +3 -0
- package/esm2022/lib/igc-x-prefix-module.js +19 -0
- package/esm2022/lib/igc-x-ripple-component.d.ts +118 -0
- package/esm2022/lib/igc-x-ripple-component.js +382 -0
- package/esm2022/lib/igc-x-ripple-module.d.ts +3 -0
- package/esm2022/lib/igc-x-ripple-module.js +17 -0
- package/esm2022/lib/igc-x-suffix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-suffix-component.js +183 -0
- package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
- package/esm2022/lib/multi-slider-entrypoint.js +4 -0
- package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-entrypoint.js +4 -0
- package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-group-entrypoint.js +4 -0
- package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-calendar-entrypoint.js +4 -0
- package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
- package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
- package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-icon-entrypoint.js +4 -0
- package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-entrypoint.js +4 -0
- package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-group-entrypoint.js +4 -0
- package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-label-entrypoint.js +4 -0
- package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-prefix-entrypoint.js +4 -0
- package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-ripple-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +169 -0
- package/esm2022/public_api.js +169 -0
- package/package.json +79 -8
- package/fesm2022/igniteui-webcomponents-inputs.mjs +0 -40140
- package/igniteui-webcomponents-inputs.d.ts +0 -9883
|
@@ -0,0 +1,211 @@
|
|
|
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 { Base, String_$type, Number_$type, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
10
|
+
import { HashSet$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { Replaced } from "./Replaced";
|
|
12
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
class MaskParsingService extends Base {
|
|
17
|
+
static { this.$t = markType(MaskParsingService, 'MaskParsingService'); }
|
|
18
|
+
static { this.g = ((() => {
|
|
19
|
+
let $ret = new List$1(String_$type, 0);
|
|
20
|
+
$ret.add('C');
|
|
21
|
+
$ret.add('&');
|
|
22
|
+
$ret.add('a');
|
|
23
|
+
$ret.add('A');
|
|
24
|
+
$ret.add('?');
|
|
25
|
+
$ret.add('L');
|
|
26
|
+
$ret.add('9');
|
|
27
|
+
$ret.add('0');
|
|
28
|
+
$ret.add('#');
|
|
29
|
+
return $ret;
|
|
30
|
+
})()); }
|
|
31
|
+
h(a, b) {
|
|
32
|
+
let c = "";
|
|
33
|
+
let d = "";
|
|
34
|
+
let e = b.a;
|
|
35
|
+
let f = this.d(e);
|
|
36
|
+
let g = new List$1(Number_$type, 1, f.keys);
|
|
37
|
+
let h = this.e(e, g);
|
|
38
|
+
let i = new List$1(String_$type, 1, f.values);
|
|
39
|
+
if (a != null) {
|
|
40
|
+
d = a.toString();
|
|
41
|
+
}
|
|
42
|
+
for (let j = 0; j < e.length; j++) {
|
|
43
|
+
c += b.b;
|
|
44
|
+
}
|
|
45
|
+
for (let k of fromEnum(f)) {
|
|
46
|
+
c = this.j(c, k.key, k.value);
|
|
47
|
+
}
|
|
48
|
+
if (d == "") {
|
|
49
|
+
return c;
|
|
50
|
+
}
|
|
51
|
+
let l = this.f(d, i);
|
|
52
|
+
for (let m = 0; m < l.count; m++) {
|
|
53
|
+
let n = l._inner[m];
|
|
54
|
+
let o = this.c(n, h._inner[m], e);
|
|
55
|
+
if (!o && n != b.b) {
|
|
56
|
+
l._inner[m] = b.b;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
if (l.count > h.count) {
|
|
60
|
+
l.v(h.count + 1, l.count);
|
|
61
|
+
}
|
|
62
|
+
let p = 0;
|
|
63
|
+
for (let q of fromEnum(l)) {
|
|
64
|
+
let r = q;
|
|
65
|
+
c = this.j(c, h._inner[p++], r);
|
|
66
|
+
}
|
|
67
|
+
return c;
|
|
68
|
+
}
|
|
69
|
+
i(a, b) {
|
|
70
|
+
let c = "";
|
|
71
|
+
let d = b.a;
|
|
72
|
+
let e = this.d(d);
|
|
73
|
+
let f = new HashSet$1(String_$type, 0);
|
|
74
|
+
for (let g of fromEnum(e.values)) {
|
|
75
|
+
f.add_1(g);
|
|
76
|
+
}
|
|
77
|
+
for (let h = 0; h < a.length; h++) {
|
|
78
|
+
let i = a.charAt(h).toString();
|
|
79
|
+
if (!f.contains(i)) {
|
|
80
|
+
if (i != b.b) {
|
|
81
|
+
c += i;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
return c;
|
|
86
|
+
}
|
|
87
|
+
a(a, b, c, d, e) {
|
|
88
|
+
let f = this.d(c.a);
|
|
89
|
+
let g = new ObservableCollection$1(String_$type, 0);
|
|
90
|
+
for (let h = 0; h < b.length; h++) {
|
|
91
|
+
g.add(b.charAt(h).toString());
|
|
92
|
+
}
|
|
93
|
+
let i = d;
|
|
94
|
+
e = Math.min(e, a.length);
|
|
95
|
+
for (let j = d; j < e || (g.count > 0 && j < a.length); j++) {
|
|
96
|
+
if (f.containsKey(j)) {
|
|
97
|
+
if (g._inner[0] == a.charAt(j).toString()) {
|
|
98
|
+
i = j + 1;
|
|
99
|
+
g.removeAt(0);
|
|
100
|
+
}
|
|
101
|
+
continue;
|
|
102
|
+
}
|
|
103
|
+
if (g._inner[0] != null && !this.c(g._inner[0].toString(), j, c.a) && g._inner[0].toString() != c.b) {
|
|
104
|
+
break;
|
|
105
|
+
}
|
|
106
|
+
let k = c.b;
|
|
107
|
+
if (g.count > 0) {
|
|
108
|
+
i = j + 1;
|
|
109
|
+
k = g._inner[0];
|
|
110
|
+
g.removeAt(0);
|
|
111
|
+
}
|
|
112
|
+
a = this.j(a, j, k);
|
|
113
|
+
}
|
|
114
|
+
let l = new Replaced();
|
|
115
|
+
l.b = a;
|
|
116
|
+
l.a = i;
|
|
117
|
+
return l;
|
|
118
|
+
}
|
|
119
|
+
j(a, b, c) {
|
|
120
|
+
if (a != null) {
|
|
121
|
+
return a.substr(0, b) + c + a.substr(b + 1);
|
|
122
|
+
}
|
|
123
|
+
return null;
|
|
124
|
+
}
|
|
125
|
+
b(a, b) {
|
|
126
|
+
return a.test(b);
|
|
127
|
+
}
|
|
128
|
+
c(a, b, c) {
|
|
129
|
+
let d;
|
|
130
|
+
let e;
|
|
131
|
+
let f = "[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]";
|
|
132
|
+
let g = "[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]";
|
|
133
|
+
let h = "[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]";
|
|
134
|
+
let i = "[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]";
|
|
135
|
+
let j = "[\\d]";
|
|
136
|
+
let k = "[\\d\\u0020]";
|
|
137
|
+
let l = "[\\d-\\+\\s]";
|
|
138
|
+
switch (c.charAt(b)) {
|
|
139
|
+
case 'C':
|
|
140
|
+
e = a != "";
|
|
141
|
+
break;
|
|
142
|
+
case '&':
|
|
143
|
+
d = new RegExp("[\\u0020]");
|
|
144
|
+
e = !this.b(d, a);
|
|
145
|
+
break;
|
|
146
|
+
case 'a':
|
|
147
|
+
d = new RegExp(g);
|
|
148
|
+
e = this.b(d, a);
|
|
149
|
+
break;
|
|
150
|
+
case 'A':
|
|
151
|
+
d = new RegExp(f);
|
|
152
|
+
e = this.b(d, a);
|
|
153
|
+
break;
|
|
154
|
+
case '?':
|
|
155
|
+
d = new RegExp(i);
|
|
156
|
+
e = this.b(d, a);
|
|
157
|
+
break;
|
|
158
|
+
case 'L':
|
|
159
|
+
d = new RegExp(h);
|
|
160
|
+
e = this.b(d, a);
|
|
161
|
+
break;
|
|
162
|
+
case '0':
|
|
163
|
+
d = new RegExp(j);
|
|
164
|
+
e = this.b(d, a);
|
|
165
|
+
break;
|
|
166
|
+
case '9':
|
|
167
|
+
d = new RegExp(k);
|
|
168
|
+
e = this.b(d, a);
|
|
169
|
+
break;
|
|
170
|
+
case '#':
|
|
171
|
+
d = new RegExp(l);
|
|
172
|
+
e = this.b(d, a);
|
|
173
|
+
break;
|
|
174
|
+
default:
|
|
175
|
+
e = false;
|
|
176
|
+
break;
|
|
177
|
+
}
|
|
178
|
+
return e;
|
|
179
|
+
}
|
|
180
|
+
d(a) {
|
|
181
|
+
let b = new Dictionary$2(Number_$type, String_$type, 0);
|
|
182
|
+
for (let c = 0; c < a.length; c++) {
|
|
183
|
+
let d = a.charAt(c);
|
|
184
|
+
if (!MaskParsingService.g.contains(d)) {
|
|
185
|
+
b.addItem(c, d.toString());
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
return b;
|
|
189
|
+
}
|
|
190
|
+
e(a, b) {
|
|
191
|
+
let c = new List$1(Number_$type, 0);
|
|
192
|
+
for (let d = 0; d < a.length; d++) {
|
|
193
|
+
if (!b.contains(d)) {
|
|
194
|
+
c.add(d);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
return c;
|
|
198
|
+
}
|
|
199
|
+
f(a, b) {
|
|
200
|
+
let c = new List$1(String_$type, 0);
|
|
201
|
+
for (let d = 0; d < a.length; d++) {
|
|
202
|
+
let e = a.charAt(d).toString();
|
|
203
|
+
if (!b.contains(e)) {
|
|
204
|
+
b.remove(e);
|
|
205
|
+
c.add(e);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
return c;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
export { MaskParsingService };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MultiSlider } from "./MultiSliderView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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 { MultiSlider } from "./MultiSliderView_combined";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class MultiSliderBridge extends XComponentBridge {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
constructor(a: any);
|
|
12
|
+
private u;
|
|
13
|
+
private w;
|
|
14
|
+
private v;
|
|
15
|
+
private x;
|
|
16
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
17
|
+
private y;
|
|
18
|
+
private aa;
|
|
19
|
+
private z;
|
|
20
|
+
private ab;
|
|
21
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
22
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
23
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
8
|
+
import { runOn, delegateCombine, enumGetBox, delegateRemove, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUISliderValueChangedEventArgs } from "igniteui-webcomponents-core";
|
|
10
|
+
import { NativeUISliderOrientation_$type } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class MultiSliderBridge extends XComponentBridge {
|
|
15
|
+
static { this.$t = markType(MultiSliderBridge, 'MultiSliderBridge', XComponentBridge.$); }
|
|
16
|
+
constructor(a) {
|
|
17
|
+
super(a);
|
|
18
|
+
this.u = null;
|
|
19
|
+
this.w = null;
|
|
20
|
+
this.v = null;
|
|
21
|
+
this.x = null;
|
|
22
|
+
}
|
|
23
|
+
addHandler(a, b, c, d) {
|
|
24
|
+
switch (c) {
|
|
25
|
+
case 0:
|
|
26
|
+
let e = a;
|
|
27
|
+
e.thumbValueChanging = delegateCombine(e.thumbValueChanging, runOn(this, this.z));
|
|
28
|
+
let f = a;
|
|
29
|
+
f.yValueChanging = delegateCombine(f.yValueChanging, runOn(this, this.ab));
|
|
30
|
+
this.v = d;
|
|
31
|
+
this.x = b;
|
|
32
|
+
break;
|
|
33
|
+
case 4:
|
|
34
|
+
let g = a;
|
|
35
|
+
g.thumbValueChanged = delegateCombine(g.thumbValueChanged, runOn(this, this.y));
|
|
36
|
+
let h = a;
|
|
37
|
+
h.yValueChanged = delegateCombine(h.yValueChanged, runOn(this, this.aa));
|
|
38
|
+
this.u = d;
|
|
39
|
+
this.w = b;
|
|
40
|
+
break;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
y(a, b) {
|
|
44
|
+
if (this.u != null) {
|
|
45
|
+
let c = new NativeUISliderValueChangedEventArgs();
|
|
46
|
+
this.u(this.w, c);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
aa(a, b) {
|
|
50
|
+
if (this.u != null) {
|
|
51
|
+
let c = new NativeUISliderValueChangedEventArgs();
|
|
52
|
+
this.u(this.w, c);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
z(a, b) {
|
|
56
|
+
if (this.v != null) {
|
|
57
|
+
let c = new NativeUISliderValueChangedEventArgs();
|
|
58
|
+
this.v(this.x, c);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
ab(a, b) {
|
|
62
|
+
if (this.v != null) {
|
|
63
|
+
let c = new NativeUISliderValueChangedEventArgs();
|
|
64
|
+
this.v(this.x, c);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
getValue(a, b) {
|
|
68
|
+
switch (b) {
|
|
69
|
+
case 12: return a.bg;
|
|
70
|
+
case 13: return a.bf;
|
|
71
|
+
case 98: return a.bv;
|
|
72
|
+
case 99: return a.bf;
|
|
73
|
+
case 14: return a.bl;
|
|
74
|
+
case 2: return a.thumbs._inner[0].s;
|
|
75
|
+
case 93: return a.b0;
|
|
76
|
+
case 94: return a.ek;
|
|
77
|
+
case 95: return a.es;
|
|
78
|
+
case 97: return a.eu;
|
|
79
|
+
case 96: return a.et;
|
|
80
|
+
case 30:
|
|
81
|
+
let c = a.e;
|
|
82
|
+
switch (c) {
|
|
83
|
+
case 0: return enumGetBox(NativeUISliderOrientation_$type, 0);
|
|
84
|
+
case 1: return enumGetBox(NativeUISliderOrientation_$type, 1);
|
|
85
|
+
case 2: return enumGetBox(NativeUISliderOrientation_$type, 2);
|
|
86
|
+
}
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
removeHandler(a, b, c, d) {
|
|
92
|
+
switch (c) {
|
|
93
|
+
case 0:
|
|
94
|
+
let e = a;
|
|
95
|
+
e.thumbValueChanging = delegateRemove(e.thumbValueChanging, runOn(this, this.z));
|
|
96
|
+
let f = a;
|
|
97
|
+
f.yValueChanging = delegateRemove(f.yValueChanging, runOn(this, this.ab));
|
|
98
|
+
this.v = null;
|
|
99
|
+
this.x = null;
|
|
100
|
+
break;
|
|
101
|
+
case 4:
|
|
102
|
+
let g = a;
|
|
103
|
+
g.thumbValueChanged = delegateRemove(g.thumbValueChanged, runOn(this, this.y));
|
|
104
|
+
let h = a;
|
|
105
|
+
h.yValueChanged = delegateRemove(h.yValueChanged, runOn(this, this.aa));
|
|
106
|
+
this.u = null;
|
|
107
|
+
this.w = null;
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
setValue(a, b, c) {
|
|
112
|
+
switch (b) {
|
|
113
|
+
case 12:
|
|
114
|
+
a.bg = c;
|
|
115
|
+
break;
|
|
116
|
+
case 13:
|
|
117
|
+
a.bf = c;
|
|
118
|
+
break;
|
|
119
|
+
case 98:
|
|
120
|
+
a.bv = c;
|
|
121
|
+
break;
|
|
122
|
+
case 99:
|
|
123
|
+
a.bu = c;
|
|
124
|
+
break;
|
|
125
|
+
case 14:
|
|
126
|
+
a.bl = c;
|
|
127
|
+
break;
|
|
128
|
+
case 2:
|
|
129
|
+
a.thumbs._inner[0].s = c;
|
|
130
|
+
break;
|
|
131
|
+
case 93:
|
|
132
|
+
a.b0 = c;
|
|
133
|
+
break;
|
|
134
|
+
case 94:
|
|
135
|
+
a.ek = c;
|
|
136
|
+
break;
|
|
137
|
+
case 95:
|
|
138
|
+
a.es = c;
|
|
139
|
+
break;
|
|
140
|
+
case 97:
|
|
141
|
+
a.eu = c;
|
|
142
|
+
break;
|
|
143
|
+
case 96:
|
|
144
|
+
a.et = c;
|
|
145
|
+
break;
|
|
146
|
+
case 30:
|
|
147
|
+
let d = EnumUtil.getEnumValue(NativeUISliderOrientation_$type, c);
|
|
148
|
+
switch (d) {
|
|
149
|
+
case 0:
|
|
150
|
+
a.e = 0;
|
|
151
|
+
break;
|
|
152
|
+
case 1:
|
|
153
|
+
a.e = 1;
|
|
154
|
+
break;
|
|
155
|
+
case 2:
|
|
156
|
+
a.e = 2;
|
|
157
|
+
break;
|
|
158
|
+
}
|
|
159
|
+
break;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
export { MultiSliderBridge };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum MultiSliderCursor {
|
|
6
|
+
Default = 0,
|
|
7
|
+
LeftRight = 1,
|
|
8
|
+
AllWay = 2,
|
|
9
|
+
UpDown = 3,
|
|
10
|
+
Move = 4
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare let MultiSliderCursor_$type: Type;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 let MultiSliderCursor_$type = markEnum('MultiSliderCursor', 'Default,0|LeftRight,1|AllWay,2|UpDown,3|Move,4');
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { MultiSliderVisualArea } from "./MultiSliderVisualArea";
|
|
3
|
+
import { MultiSliderThumb } from "./MultiSliderThumb";
|
|
4
|
+
import { MultiSliderTrackThumbRange } from "./MultiSliderTrackThumbRange";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class MultiSliderHitInfo extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
c: MultiSliderVisualArea;
|
|
11
|
+
a: MultiSliderThumb;
|
|
12
|
+
b: MultiSliderTrackThumbRange;
|
|
13
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class MultiSliderHitInfo extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.c = 0;
|
|
15
|
+
this.a = null;
|
|
16
|
+
this.b = null;
|
|
17
|
+
}
|
|
18
|
+
static { this.$t = markType(MultiSliderHitInfo, 'MultiSliderHitInfo'); }
|
|
19
|
+
}
|
|
20
|
+
export { MultiSliderHitInfo };
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
export var MultiSliderOrientation;
|
|
9
|
+
(function (MultiSliderOrientation) {
|
|
10
|
+
MultiSliderOrientation[MultiSliderOrientation["Horizontal"] = 0] = "Horizontal";
|
|
11
|
+
MultiSliderOrientation[MultiSliderOrientation["Vertical"] = 1] = "Vertical";
|
|
12
|
+
MultiSliderOrientation[MultiSliderOrientation["TwoDimensional"] = 2] = "TwoDimensional";
|
|
13
|
+
})(MultiSliderOrientation || (MultiSliderOrientation = {}));
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export let MultiSliderOrientation_$type = markEnum('MultiSliderOrientation', 'Horizontal,0|Vertical,1|TwoDimensional,2');
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class MultiSliderResolvingToolTipValueEventArgs extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private _position;
|
|
8
|
+
get position(): number;
|
|
9
|
+
set position(a: number);
|
|
10
|
+
private _value;
|
|
11
|
+
get value(): any;
|
|
12
|
+
set value(a: any);
|
|
13
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class MultiSliderResolvingToolTipValueEventArgs extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this._position = 0;
|
|
15
|
+
this._value = null;
|
|
16
|
+
}
|
|
17
|
+
static { this.$t = markType(MultiSliderResolvingToolTipValueEventArgs, 'MultiSliderResolvingToolTipValueEventArgs'); }
|
|
18
|
+
get position() {
|
|
19
|
+
return this._position;
|
|
20
|
+
}
|
|
21
|
+
set position(a) {
|
|
22
|
+
this._position = a;
|
|
23
|
+
}
|
|
24
|
+
get value() {
|
|
25
|
+
return this._value;
|
|
26
|
+
}
|
|
27
|
+
set value(a) {
|
|
28
|
+
this._value = a;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
export { MultiSliderResolvingToolTipValueEventArgs };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MultiSliderThumb } from "./MultiSliderThumb_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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 { MultiSliderThumb } from "./MultiSliderThumb_combined";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
2
|
+
import { MultiSliderThumb } from "./MultiSliderThumb";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class MultiSliderThumbCollection extends ObservableCollection$1<MultiSliderThumb> {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
8
|
+
import { MultiSliderThumb } from "./MultiSliderThumb";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
class MultiSliderThumbCollection extends ObservableCollection$1 {
|
|
14
|
+
static { this.$t = markType(MultiSliderThumbCollection, 'MultiSliderThumbCollection', ObservableCollection$1.$.specialize(MultiSliderThumb.$)); }
|
|
15
|
+
constructor() {
|
|
16
|
+
super(MultiSliderThumb.$, 0);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export { MultiSliderThumbCollection };
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
export var MultiSliderThumbRangePosition;
|
|
9
|
+
(function (MultiSliderThumbRangePosition) {
|
|
10
|
+
MultiSliderThumbRangePosition[MultiSliderThumbRangePosition["PinnedLower"] = 0] = "PinnedLower";
|
|
11
|
+
MultiSliderThumbRangePosition[MultiSliderThumbRangePosition["PinnedHigher"] = 1] = "PinnedHigher";
|
|
12
|
+
})(MultiSliderThumbRangePosition || (MultiSliderThumbRangePosition = {}));
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let MultiSliderThumbRangePosition_$type = markEnum('MultiSliderThumbRangePosition', 'PinnedLower,0|PinnedHigher,1');
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { MultiSliderThumb } from "./MultiSliderThumb";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class MultiSliderThumbValueChangingEventArgs extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
b: number;
|
|
9
|
+
a: MultiSliderThumb;
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class MultiSliderThumbValueChangingEventArgs extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.b = 0;
|
|
15
|
+
this.a = null;
|
|
16
|
+
}
|
|
17
|
+
static { this.$t = markType(MultiSliderThumbValueChangingEventArgs, 'MultiSliderThumbValueChangingEventArgs'); }
|
|
18
|
+
}
|
|
19
|
+
export { MultiSliderThumbValueChangingEventArgs };
|