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,206 @@
|
|
|
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, Point_$type, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IMultiSliderTrackRangeVisual_$type } from "./IMultiSliderTrackRangeVisual";
|
|
9
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
10
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Color } from "igniteui-webcomponents-core";
|
|
13
|
+
import { PathGeometry } from "igniteui-webcomponents-core";
|
|
14
|
+
import { PathFigure } from "igniteui-webcomponents-core";
|
|
15
|
+
import { LineSegment } from "igniteui-webcomponents-core";
|
|
16
|
+
import { PolyLineSegment } from "igniteui-webcomponents-core";
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
class DefaultMultiSliderTrackRangeVisual extends Base {
|
|
21
|
+
static { this.$t = markType(DefaultMultiSliderTrackRangeVisual, 'DefaultMultiSliderTrackRangeVisual', Base.$, [IMultiSliderTrackRangeVisual_$type]); }
|
|
22
|
+
constructor() {
|
|
23
|
+
super();
|
|
24
|
+
this._translateX = 0;
|
|
25
|
+
this._translateY = 0;
|
|
26
|
+
this.a = 0;
|
|
27
|
+
this.c = -1;
|
|
28
|
+
this.b = -1;
|
|
29
|
+
this._thumbBox = null;
|
|
30
|
+
this._thumbRidges = null;
|
|
31
|
+
this._allPaths = null;
|
|
32
|
+
this.thumbBox = new Path();
|
|
33
|
+
this.thumbRidges = new Path();
|
|
34
|
+
this.allPaths = new List$1(Path.$, 0);
|
|
35
|
+
this.allPaths.add(this.thumbBox);
|
|
36
|
+
this.allPaths.add(this.thumbRidges);
|
|
37
|
+
this.thumbBox._stroke = this.getThumbBoxDefaultStroke();
|
|
38
|
+
this.thumbBox.ad = 1;
|
|
39
|
+
this.thumbBox._fill = this.getThumbBoxDefaultBrush();
|
|
40
|
+
this.thumbRidges._stroke = this.getThumbRidgesDefaultStroke();
|
|
41
|
+
this.thumbRidges.ad = 1;
|
|
42
|
+
}
|
|
43
|
+
getThumbBoxDefaultStroke() {
|
|
44
|
+
return ((() => {
|
|
45
|
+
let $ret = new Brush();
|
|
46
|
+
$ret.color = Color.u(255, 185, 185, 185);
|
|
47
|
+
return $ret;
|
|
48
|
+
})());
|
|
49
|
+
}
|
|
50
|
+
getThumbBoxDefaultStrokeThickness() {
|
|
51
|
+
return 1;
|
|
52
|
+
}
|
|
53
|
+
getThumbBoxDefaultBrush() {
|
|
54
|
+
return ((() => {
|
|
55
|
+
let $ret = new Brush();
|
|
56
|
+
$ret.color = Color.u(255, 249, 249, 249);
|
|
57
|
+
return $ret;
|
|
58
|
+
})());
|
|
59
|
+
}
|
|
60
|
+
getThumbRidgesDefaultStroke() {
|
|
61
|
+
return ((() => {
|
|
62
|
+
let $ret = new Brush();
|
|
63
|
+
$ret.color = Color.u(255, 119, 119, 119);
|
|
64
|
+
return $ret;
|
|
65
|
+
})());
|
|
66
|
+
}
|
|
67
|
+
get translateX() {
|
|
68
|
+
return this._translateX;
|
|
69
|
+
}
|
|
70
|
+
set translateX(a) {
|
|
71
|
+
this._translateX = a;
|
|
72
|
+
}
|
|
73
|
+
get translateY() {
|
|
74
|
+
return this._translateY;
|
|
75
|
+
}
|
|
76
|
+
set translateY(a) {
|
|
77
|
+
this._translateY = a;
|
|
78
|
+
}
|
|
79
|
+
e() {
|
|
80
|
+
if (this.orientation == 0) {
|
|
81
|
+
let a = new PathGeometry();
|
|
82
|
+
let b = new PathFigure();
|
|
83
|
+
let c = new LineSegment(1);
|
|
84
|
+
b._isClosed = false;
|
|
85
|
+
b._isFilled = false;
|
|
86
|
+
b._startPoint = { $type: Point_$type, x: -3, y: (this.height / -2) * 0.5 };
|
|
87
|
+
c.c = { $type: Point_$type, x: -3, y: (this.height / 2) * 0.5 };
|
|
88
|
+
b._segments.add(c);
|
|
89
|
+
a.c.add(b);
|
|
90
|
+
let d = new PathFigure();
|
|
91
|
+
let e = new LineSegment(1);
|
|
92
|
+
d._isClosed = false;
|
|
93
|
+
d._isFilled = false;
|
|
94
|
+
d._startPoint = { $type: Point_$type, x: 0, y: (this.height / -2) * 0.5 };
|
|
95
|
+
e.c = { $type: Point_$type, x: 0, y: (this.height / 2) * 0.5 };
|
|
96
|
+
d._segments.add(e);
|
|
97
|
+
a.c.add(d);
|
|
98
|
+
let f = new PathFigure();
|
|
99
|
+
let g = new LineSegment(1);
|
|
100
|
+
f._isClosed = false;
|
|
101
|
+
f._isFilled = false;
|
|
102
|
+
f._startPoint = { $type: Point_$type, x: 3, y: (this.height / -2) * 0.5 };
|
|
103
|
+
g.c = { $type: Point_$type, x: 3, y: (this.height / 2) * 0.5 };
|
|
104
|
+
f._segments.add(g);
|
|
105
|
+
a.c.add(f);
|
|
106
|
+
this.thumbRidges.an = a;
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
let h = new PathGeometry();
|
|
110
|
+
let i = new PathFigure();
|
|
111
|
+
let j = new LineSegment(1);
|
|
112
|
+
i._isClosed = false;
|
|
113
|
+
i._isFilled = false;
|
|
114
|
+
i._startPoint = { $type: Point_$type, x: (this.width / -2) * 0.5, y: -3 };
|
|
115
|
+
j.c = { $type: Point_$type, x: (this.width / 2) * 0.5, y: -3 };
|
|
116
|
+
i._segments.add(j);
|
|
117
|
+
h.c.add(i);
|
|
118
|
+
let k = new PathFigure();
|
|
119
|
+
let l = new LineSegment(1);
|
|
120
|
+
k._isClosed = false;
|
|
121
|
+
k._isFilled = false;
|
|
122
|
+
k._startPoint = { $type: Point_$type, x: (this.width / -2) * 0.5, y: 0 };
|
|
123
|
+
l.c = { $type: Point_$type, x: (this.width / 2) * 0.5, y: 0 };
|
|
124
|
+
k._segments.add(l);
|
|
125
|
+
h.c.add(k);
|
|
126
|
+
let m = new PathFigure();
|
|
127
|
+
let n = new LineSegment(1);
|
|
128
|
+
m._isClosed = false;
|
|
129
|
+
m._isFilled = false;
|
|
130
|
+
i._startPoint = { $type: Point_$type, x: (this.width / -2) * 0.5, y: 3 };
|
|
131
|
+
j.c = { $type: Point_$type, x: (this.width / 2) * 0.5, y: 3 };
|
|
132
|
+
m._segments.add(n);
|
|
133
|
+
h.c.add(m);
|
|
134
|
+
this.thumbRidges.an = h;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
d() {
|
|
138
|
+
let a = new PathGeometry();
|
|
139
|
+
let b = new PathFigure();
|
|
140
|
+
let c = new PolyLineSegment();
|
|
141
|
+
b._isClosed = true;
|
|
142
|
+
b._isFilled = true;
|
|
143
|
+
b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
|
|
144
|
+
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
|
|
145
|
+
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
|
|
146
|
+
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
|
|
147
|
+
b._segments.add(c);
|
|
148
|
+
a.c.add(b);
|
|
149
|
+
this.thumbBox.an = a;
|
|
150
|
+
}
|
|
151
|
+
get orientation() {
|
|
152
|
+
return this.a;
|
|
153
|
+
}
|
|
154
|
+
set orientation(a) {
|
|
155
|
+
let b = this.a;
|
|
156
|
+
this.a = a;
|
|
157
|
+
if (this.a != b) {
|
|
158
|
+
this.f();
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
get width() {
|
|
162
|
+
return this.c;
|
|
163
|
+
}
|
|
164
|
+
set width(a) {
|
|
165
|
+
let b = this.c;
|
|
166
|
+
this.c = a;
|
|
167
|
+
if (b != this.c) {
|
|
168
|
+
this.f();
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
f() {
|
|
172
|
+
if (this.width > 0 && this.height > 0) {
|
|
173
|
+
this.d();
|
|
174
|
+
this.e();
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
get height() {
|
|
178
|
+
return this.b;
|
|
179
|
+
}
|
|
180
|
+
set height(a) {
|
|
181
|
+
let b = this.b;
|
|
182
|
+
this.b = a;
|
|
183
|
+
if (this.b != b) {
|
|
184
|
+
this.f();
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
get thumbBox() {
|
|
188
|
+
return this._thumbBox;
|
|
189
|
+
}
|
|
190
|
+
set thumbBox(a) {
|
|
191
|
+
this._thumbBox = a;
|
|
192
|
+
}
|
|
193
|
+
get thumbRidges() {
|
|
194
|
+
return this._thumbRidges;
|
|
195
|
+
}
|
|
196
|
+
set thumbRidges(a) {
|
|
197
|
+
this._thumbRidges = a;
|
|
198
|
+
}
|
|
199
|
+
get allPaths() {
|
|
200
|
+
return this._allPaths;
|
|
201
|
+
}
|
|
202
|
+
set allPaths(a) {
|
|
203
|
+
this._allPaths = a;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
export { DefaultMultiSliderTrackRangeVisual };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IMultiSliderTrackThumbCalloutVisual } from "./IMultiSliderTrackThumbCalloutVisual";
|
|
3
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
4
|
+
import { TextBlock } from "igniteui-webcomponents-core";
|
|
5
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class DefaultMultiSliderTrackThumbCalloutVisual extends Base implements IMultiSliderTrackThumbCalloutVisual {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private _translateX;
|
|
12
|
+
get translateX(): number;
|
|
13
|
+
set translateX(a: number);
|
|
14
|
+
private _translateY;
|
|
15
|
+
get translateY(): number;
|
|
16
|
+
set translateY(a: number);
|
|
17
|
+
private _textTranslateX;
|
|
18
|
+
get textTranslateX(): number;
|
|
19
|
+
set textTranslateX(a: number);
|
|
20
|
+
private _textTranslateY;
|
|
21
|
+
get textTranslateY(): number;
|
|
22
|
+
set textTranslateY(a: number);
|
|
23
|
+
constructor();
|
|
24
|
+
getCalloutBoxDefaultStroke(): Brush;
|
|
25
|
+
getCalloutBoxDefaultStrokeThickness(): number;
|
|
26
|
+
getCalloutBoxDefaultBrush(): Brush;
|
|
27
|
+
getCalloutTextDefaultBrush(): Brush;
|
|
28
|
+
private e;
|
|
29
|
+
private d;
|
|
30
|
+
private c;
|
|
31
|
+
get width(): number;
|
|
32
|
+
set width(a: number);
|
|
33
|
+
private f;
|
|
34
|
+
private b;
|
|
35
|
+
get height(): number;
|
|
36
|
+
set height(a: number);
|
|
37
|
+
private a;
|
|
38
|
+
get isVisible(): boolean;
|
|
39
|
+
set isVisible(a: boolean);
|
|
40
|
+
private _calloutBox;
|
|
41
|
+
get calloutBox(): Path;
|
|
42
|
+
set calloutBox(a: Path);
|
|
43
|
+
private _calloutText;
|
|
44
|
+
get calloutText(): TextBlock;
|
|
45
|
+
set calloutText(a: TextBlock);
|
|
46
|
+
private _allPaths;
|
|
47
|
+
get allPaths(): IList$1<Path>;
|
|
48
|
+
set allPaths(a: IList$1<Path>);
|
|
49
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
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, Point_$type, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IMultiSliderTrackThumbCalloutVisual_$type } from "./IMultiSliderTrackThumbCalloutVisual";
|
|
9
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
10
|
+
import { TextBlock } 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
|
+
class DefaultMultiSliderTrackThumbCalloutVisual extends Base {
|
|
21
|
+
static { this.$t = markType(DefaultMultiSliderTrackThumbCalloutVisual, 'DefaultMultiSliderTrackThumbCalloutVisual', Base.$, [IMultiSliderTrackThumbCalloutVisual_$type]); }
|
|
22
|
+
get translateX() {
|
|
23
|
+
return this._translateX;
|
|
24
|
+
}
|
|
25
|
+
set translateX(a) {
|
|
26
|
+
this._translateX = a;
|
|
27
|
+
}
|
|
28
|
+
get translateY() {
|
|
29
|
+
return this._translateY;
|
|
30
|
+
}
|
|
31
|
+
set translateY(a) {
|
|
32
|
+
this._translateY = a;
|
|
33
|
+
}
|
|
34
|
+
get textTranslateX() {
|
|
35
|
+
return this._textTranslateX;
|
|
36
|
+
}
|
|
37
|
+
set textTranslateX(a) {
|
|
38
|
+
this._textTranslateX = a;
|
|
39
|
+
}
|
|
40
|
+
get textTranslateY() {
|
|
41
|
+
return this._textTranslateY;
|
|
42
|
+
}
|
|
43
|
+
set textTranslateY(a) {
|
|
44
|
+
this._textTranslateY = a;
|
|
45
|
+
}
|
|
46
|
+
constructor() {
|
|
47
|
+
super();
|
|
48
|
+
this._translateX = 0;
|
|
49
|
+
this._translateY = 0;
|
|
50
|
+
this._textTranslateX = 0;
|
|
51
|
+
this._textTranslateY = 0;
|
|
52
|
+
this.c = -1;
|
|
53
|
+
this.b = -1;
|
|
54
|
+
this.a = false;
|
|
55
|
+
this._calloutBox = null;
|
|
56
|
+
this._calloutText = null;
|
|
57
|
+
this._allPaths = null;
|
|
58
|
+
this.calloutBox = new Path();
|
|
59
|
+
this.calloutBox._visibility = 1;
|
|
60
|
+
this.calloutText = new TextBlock();
|
|
61
|
+
this.calloutText._visibility = 1;
|
|
62
|
+
this.allPaths = new List$1(Path.$, 0);
|
|
63
|
+
this.allPaths.add(this.calloutBox);
|
|
64
|
+
this.height = 22;
|
|
65
|
+
this.width = 10;
|
|
66
|
+
this.calloutBox._stroke = this.getCalloutBoxDefaultStroke();
|
|
67
|
+
this.calloutBox.ad = this.getCalloutBoxDefaultStrokeThickness();
|
|
68
|
+
this.calloutBox._fill = this.getCalloutBoxDefaultBrush();
|
|
69
|
+
this.calloutText.ao = this.getCalloutTextDefaultBrush();
|
|
70
|
+
this.calloutText.al = "";
|
|
71
|
+
}
|
|
72
|
+
getCalloutBoxDefaultStroke() {
|
|
73
|
+
return ((() => {
|
|
74
|
+
let $ret = new Brush();
|
|
75
|
+
$ret.color = Color.u(255, 185, 185, 185);
|
|
76
|
+
return $ret;
|
|
77
|
+
})());
|
|
78
|
+
}
|
|
79
|
+
getCalloutBoxDefaultStrokeThickness() {
|
|
80
|
+
return 1;
|
|
81
|
+
}
|
|
82
|
+
getCalloutBoxDefaultBrush() {
|
|
83
|
+
return ((() => {
|
|
84
|
+
let $ret = new Brush();
|
|
85
|
+
$ret.color = Color.u(200, 255, 255, 255);
|
|
86
|
+
return $ret;
|
|
87
|
+
})());
|
|
88
|
+
}
|
|
89
|
+
getCalloutTextDefaultBrush() {
|
|
90
|
+
return ((() => {
|
|
91
|
+
let $ret = new Brush();
|
|
92
|
+
$ret.color = Color.u(255, 185, 185, 185);
|
|
93
|
+
return $ret;
|
|
94
|
+
})());
|
|
95
|
+
}
|
|
96
|
+
e() {
|
|
97
|
+
}
|
|
98
|
+
d() {
|
|
99
|
+
let a = new PathGeometry();
|
|
100
|
+
let b = new PathFigure();
|
|
101
|
+
let c = new PolyLineSegment();
|
|
102
|
+
b._isClosed = true;
|
|
103
|
+
b._isFilled = true;
|
|
104
|
+
b._startPoint = { $type: Point_$type, x: 0, y: 0 };
|
|
105
|
+
c._points.add({ $type: Point_$type, x: this.width, y: 0 });
|
|
106
|
+
c._points.add({ $type: Point_$type, x: this.width, y: this.height });
|
|
107
|
+
c._points.add({ $type: Point_$type, x: 0, y: this.height });
|
|
108
|
+
b._segments.add(c);
|
|
109
|
+
a.c.add(b);
|
|
110
|
+
this.calloutBox.an = a;
|
|
111
|
+
}
|
|
112
|
+
get width() {
|
|
113
|
+
return this.c;
|
|
114
|
+
}
|
|
115
|
+
set width(a) {
|
|
116
|
+
let b = this.c;
|
|
117
|
+
this.c = a;
|
|
118
|
+
if (b != this.c) {
|
|
119
|
+
this.f();
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
f() {
|
|
123
|
+
if (this.width > 0 && this.height > 0) {
|
|
124
|
+
this.e();
|
|
125
|
+
this.d();
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
get height() {
|
|
129
|
+
return this.b;
|
|
130
|
+
}
|
|
131
|
+
set height(a) {
|
|
132
|
+
let b = this.b;
|
|
133
|
+
this.b = a;
|
|
134
|
+
if (this.b != b) {
|
|
135
|
+
this.f();
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
get isVisible() {
|
|
139
|
+
return this.a;
|
|
140
|
+
}
|
|
141
|
+
set isVisible(a) {
|
|
142
|
+
let b = this.a;
|
|
143
|
+
this.a = a;
|
|
144
|
+
if (this.a != b) {
|
|
145
|
+
this.calloutBox._visibility = this.a ? 0 : 1;
|
|
146
|
+
this.calloutText._visibility = this.a ? 0 : 1;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
get calloutBox() {
|
|
150
|
+
return this._calloutBox;
|
|
151
|
+
}
|
|
152
|
+
set calloutBox(a) {
|
|
153
|
+
this._calloutBox = a;
|
|
154
|
+
}
|
|
155
|
+
get calloutText() {
|
|
156
|
+
return this._calloutText;
|
|
157
|
+
}
|
|
158
|
+
set calloutText(a) {
|
|
159
|
+
this._calloutText = a;
|
|
160
|
+
}
|
|
161
|
+
get allPaths() {
|
|
162
|
+
return this._allPaths;
|
|
163
|
+
}
|
|
164
|
+
set allPaths(a) {
|
|
165
|
+
this._allPaths = a;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
export { DefaultMultiSliderTrackThumbCalloutVisual };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IMultiSliderTrackThumbVisual } from "./IMultiSliderTrackThumbVisual";
|
|
3
|
+
import { MultiSliderOrientation } from "./MultiSliderOrientation";
|
|
4
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
5
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class DefaultMultiSliderTrackThumbVisual extends Base implements IMultiSliderTrackThumbVisual {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private _translateX;
|
|
12
|
+
get translateX(): number;
|
|
13
|
+
set translateX(a: number);
|
|
14
|
+
private _translateY;
|
|
15
|
+
get translateY(): number;
|
|
16
|
+
set translateY(a: number);
|
|
17
|
+
constructor();
|
|
18
|
+
getTrackThumbDefaultWidth(): number;
|
|
19
|
+
getTrackThumbDefaultHeight(): number;
|
|
20
|
+
getThumbBoxDefaultStroke(): Brush;
|
|
21
|
+
getThumbBoxDefaultStrokeThickness(): number;
|
|
22
|
+
getThumbBoxDefaultBrush(): Brush;
|
|
23
|
+
getThumbRidgesDefaultStroke(): Brush;
|
|
24
|
+
private e;
|
|
25
|
+
private d;
|
|
26
|
+
private c;
|
|
27
|
+
get width(): number;
|
|
28
|
+
set width(a: number);
|
|
29
|
+
private f;
|
|
30
|
+
private a;
|
|
31
|
+
get orientation(): MultiSliderOrientation;
|
|
32
|
+
set orientation(a: MultiSliderOrientation);
|
|
33
|
+
private b;
|
|
34
|
+
get height(): number;
|
|
35
|
+
set height(a: number);
|
|
36
|
+
private _thumbBox;
|
|
37
|
+
get thumbBox(): Path;
|
|
38
|
+
set thumbBox(a: Path);
|
|
39
|
+
private _thumbRidges;
|
|
40
|
+
get thumbRidges(): Path;
|
|
41
|
+
set thumbRidges(a: Path);
|
|
42
|
+
private _allPaths;
|
|
43
|
+
get allPaths(): IList$1<Path>;
|
|
44
|
+
set allPaths(a: IList$1<Path>);
|
|
45
|
+
}
|
|
@@ -0,0 +1,191 @@
|
|
|
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, Point_$type, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IMultiSliderTrackThumbVisual_$type } from "./IMultiSliderTrackThumbVisual";
|
|
9
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
10
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Color } from "igniteui-webcomponents-core";
|
|
13
|
+
import { PathGeometry } from "igniteui-webcomponents-core";
|
|
14
|
+
import { PathFigure } from "igniteui-webcomponents-core";
|
|
15
|
+
import { LineSegment } from "igniteui-webcomponents-core";
|
|
16
|
+
import { EllipseGeometry } from "igniteui-webcomponents-core";
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
class DefaultMultiSliderTrackThumbVisual extends Base {
|
|
21
|
+
static { this.$t = markType(DefaultMultiSliderTrackThumbVisual, 'DefaultMultiSliderTrackThumbVisual', Base.$, [IMultiSliderTrackThumbVisual_$type]); }
|
|
22
|
+
get translateX() {
|
|
23
|
+
return this._translateX;
|
|
24
|
+
}
|
|
25
|
+
set translateX(a) {
|
|
26
|
+
this._translateX = a;
|
|
27
|
+
}
|
|
28
|
+
get translateY() {
|
|
29
|
+
return this._translateY;
|
|
30
|
+
}
|
|
31
|
+
set translateY(a) {
|
|
32
|
+
this._translateY = a;
|
|
33
|
+
}
|
|
34
|
+
constructor() {
|
|
35
|
+
super();
|
|
36
|
+
this._translateX = 0;
|
|
37
|
+
this._translateY = 0;
|
|
38
|
+
this.c = -1;
|
|
39
|
+
this.a = 0;
|
|
40
|
+
this.b = -1;
|
|
41
|
+
this._thumbBox = null;
|
|
42
|
+
this._thumbRidges = null;
|
|
43
|
+
this._allPaths = null;
|
|
44
|
+
this.thumbBox = new Path();
|
|
45
|
+
this.thumbRidges = new Path();
|
|
46
|
+
this.allPaths = new List$1(Path.$, 0);
|
|
47
|
+
this.allPaths.add(this.thumbBox);
|
|
48
|
+
this.allPaths.add(this.thumbRidges);
|
|
49
|
+
this.width = this.getTrackThumbDefaultWidth();
|
|
50
|
+
this.height = this.getTrackThumbDefaultHeight();
|
|
51
|
+
this.thumbBox._stroke = this.getThumbBoxDefaultStroke();
|
|
52
|
+
this.thumbBox.ad = this.getThumbBoxDefaultStrokeThickness();
|
|
53
|
+
this.thumbBox._fill = this.getThumbBoxDefaultBrush();
|
|
54
|
+
this.thumbRidges._stroke = this.getThumbRidgesDefaultStroke();
|
|
55
|
+
this.thumbRidges.ad = 1;
|
|
56
|
+
}
|
|
57
|
+
getTrackThumbDefaultWidth() {
|
|
58
|
+
return 22;
|
|
59
|
+
}
|
|
60
|
+
getTrackThumbDefaultHeight() {
|
|
61
|
+
return 22;
|
|
62
|
+
}
|
|
63
|
+
getThumbBoxDefaultStroke() {
|
|
64
|
+
return ((() => {
|
|
65
|
+
let $ret = new Brush();
|
|
66
|
+
$ret.color = Color.u(255, 185, 185, 185);
|
|
67
|
+
return $ret;
|
|
68
|
+
})());
|
|
69
|
+
}
|
|
70
|
+
getThumbBoxDefaultStrokeThickness() {
|
|
71
|
+
return 1;
|
|
72
|
+
}
|
|
73
|
+
getThumbBoxDefaultBrush() {
|
|
74
|
+
return ((() => {
|
|
75
|
+
let $ret = new Brush();
|
|
76
|
+
$ret.color = Color.u(255, 249, 249, 249);
|
|
77
|
+
return $ret;
|
|
78
|
+
})());
|
|
79
|
+
}
|
|
80
|
+
getThumbRidgesDefaultStroke() {
|
|
81
|
+
return ((() => {
|
|
82
|
+
let $ret = new Brush();
|
|
83
|
+
$ret.color = Color.u(255, 119, 119, 119);
|
|
84
|
+
return $ret;
|
|
85
|
+
})());
|
|
86
|
+
}
|
|
87
|
+
e() {
|
|
88
|
+
if (this.orientation == 0) {
|
|
89
|
+
let a = new PathGeometry();
|
|
90
|
+
let b = new PathFigure();
|
|
91
|
+
let c = new LineSegment(1);
|
|
92
|
+
b._isClosed = false;
|
|
93
|
+
b._isFilled = false;
|
|
94
|
+
b._startPoint = { $type: Point_$type, x: -1.5, y: -4 };
|
|
95
|
+
c.c = { $type: Point_$type, x: -1.5, y: 4 };
|
|
96
|
+
b._segments.add(c);
|
|
97
|
+
a.c.add(b);
|
|
98
|
+
let d = new PathFigure();
|
|
99
|
+
let e = new LineSegment(1);
|
|
100
|
+
d._isClosed = false;
|
|
101
|
+
d._isFilled = false;
|
|
102
|
+
d._startPoint = { $type: Point_$type, x: 1.5, y: -4 };
|
|
103
|
+
e.c = { $type: Point_$type, x: 1.5, y: 4 };
|
|
104
|
+
d._segments.add(e);
|
|
105
|
+
a.c.add(d);
|
|
106
|
+
this.thumbRidges.an = a;
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
let f = new PathGeometry();
|
|
110
|
+
let g = new PathFigure();
|
|
111
|
+
let h = new LineSegment(1);
|
|
112
|
+
g._isClosed = false;
|
|
113
|
+
g._isFilled = false;
|
|
114
|
+
g._startPoint = { $type: Point_$type, x: -4, y: -1.5 };
|
|
115
|
+
h.c = { $type: Point_$type, x: 4, y: -1.5 };
|
|
116
|
+
g._segments.add(h);
|
|
117
|
+
f.c.add(g);
|
|
118
|
+
let i = new PathFigure();
|
|
119
|
+
let j = new LineSegment(1);
|
|
120
|
+
i._isClosed = false;
|
|
121
|
+
i._isFilled = false;
|
|
122
|
+
i._startPoint = { $type: Point_$type, x: -4, y: 1.5 };
|
|
123
|
+
j.c = { $type: Point_$type, x: 4, y: 1.5 };
|
|
124
|
+
i._segments.add(j);
|
|
125
|
+
f.c.add(i);
|
|
126
|
+
this.thumbRidges.an = f;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
d() {
|
|
130
|
+
let a = new EllipseGeometry();
|
|
131
|
+
a.c = Math.max(this.width / 2, this.height / 2);
|
|
132
|
+
a.d = Math.max(this.width / 2, this.height / 2);
|
|
133
|
+
a.e = { $type: Point_$type, x: 0, y: 0 };
|
|
134
|
+
this.thumbBox.an = a;
|
|
135
|
+
}
|
|
136
|
+
get width() {
|
|
137
|
+
return this.c;
|
|
138
|
+
}
|
|
139
|
+
set width(a) {
|
|
140
|
+
let b = this.c;
|
|
141
|
+
this.c = a;
|
|
142
|
+
if (b != this.c) {
|
|
143
|
+
this.f();
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
f() {
|
|
147
|
+
if (this.width > 0 && this.height > 0) {
|
|
148
|
+
this.d();
|
|
149
|
+
this.e();
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
get orientation() {
|
|
153
|
+
return this.a;
|
|
154
|
+
}
|
|
155
|
+
set orientation(a) {
|
|
156
|
+
let b = this.a;
|
|
157
|
+
this.a = a;
|
|
158
|
+
if (this.a != b) {
|
|
159
|
+
this.f();
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
get height() {
|
|
163
|
+
return this.b;
|
|
164
|
+
}
|
|
165
|
+
set height(a) {
|
|
166
|
+
let b = this.b;
|
|
167
|
+
this.b = a;
|
|
168
|
+
if (this.b != b) {
|
|
169
|
+
this.f();
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
get thumbBox() {
|
|
173
|
+
return this._thumbBox;
|
|
174
|
+
}
|
|
175
|
+
set thumbBox(a) {
|
|
176
|
+
this._thumbBox = a;
|
|
177
|
+
}
|
|
178
|
+
get thumbRidges() {
|
|
179
|
+
return this._thumbRidges;
|
|
180
|
+
}
|
|
181
|
+
set thumbRidges(a) {
|
|
182
|
+
this._thumbRidges = a;
|
|
183
|
+
}
|
|
184
|
+
get allPaths() {
|
|
185
|
+
return this._allPaths;
|
|
186
|
+
}
|
|
187
|
+
set allPaths(a) {
|
|
188
|
+
this._allPaths = a;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
export { DefaultMultiSliderTrackThumbVisual };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IMultiSliderTrackShadeVisual } from "./IMultiSliderTrackShadeVisual";
|
|
3
|
+
import { MultiSliderTrackShadeOrientation } from "./MultiSliderTrackShadeOrientation";
|
|
4
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
5
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class DefaultMultiTrackShadeVisual extends Base implements IMultiSliderTrackShadeVisual {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private _translateX;
|
|
12
|
+
get translateX(): number;
|
|
13
|
+
set translateX(a: number);
|
|
14
|
+
private _translateY;
|
|
15
|
+
get translateY(): number;
|
|
16
|
+
set translateY(a: number);
|
|
17
|
+
constructor();
|
|
18
|
+
getShadeBoxDefaultBrush(): Brush;
|
|
19
|
+
getShadeOutlineDefaultBrush(): Brush;
|
|
20
|
+
getShadeOutlineDefaultStrokeThickness(): number;
|
|
21
|
+
private d;
|
|
22
|
+
private e;
|
|
23
|
+
private a;
|
|
24
|
+
get orientation(): MultiSliderTrackShadeOrientation;
|
|
25
|
+
set orientation(a: MultiSliderTrackShadeOrientation);
|
|
26
|
+
private c;
|
|
27
|
+
get width(): number;
|
|
28
|
+
set width(a: number);
|
|
29
|
+
private f;
|
|
30
|
+
private b;
|
|
31
|
+
get height(): number;
|
|
32
|
+
set height(a: number);
|
|
33
|
+
private _shadeBox;
|
|
34
|
+
get shadeBox(): Path;
|
|
35
|
+
set shadeBox(a: Path);
|
|
36
|
+
private _shadeOutline;
|
|
37
|
+
get shadeOutline(): Path;
|
|
38
|
+
set shadeOutline(a: Path);
|
|
39
|
+
private _allPaths;
|
|
40
|
+
get allPaths(): IList$1<Path>;
|
|
41
|
+
set allPaths(a: IList$1<Path>);
|
|
42
|
+
}
|