igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +8 -0
- package/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,24 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
4
|
+
import { PopupVisualModelExport } from "igniteui-webcomponents-core";
|
|
5
|
+
import { InputGroupVisualModelExport } from "./InputGroupVisualModelExport";
|
|
6
|
+
import { CalendarVisualModelExport } from "./CalendarVisualModelExport";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class DatePickerVisualModelExport extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
e: ControlDisplayDensity;
|
|
13
|
+
d: BaseControlTheme;
|
|
14
|
+
j: string;
|
|
15
|
+
k: string;
|
|
16
|
+
l: string;
|
|
17
|
+
f: number;
|
|
18
|
+
h: string;
|
|
19
|
+
i: string;
|
|
20
|
+
c: PopupVisualModelExport;
|
|
21
|
+
b: InputGroupVisualModelExport;
|
|
22
|
+
a: CalendarVisualModelExport;
|
|
23
|
+
g(): string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
import { StringBuilder } from "igniteui-webcomponents-core";
|
|
9
|
+
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
10
|
+
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class DatePickerVisualModelExport extends Base {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.e = 0;
|
|
18
|
+
this.d = 0;
|
|
19
|
+
this.j = null;
|
|
20
|
+
this.k = null;
|
|
21
|
+
this.l = null;
|
|
22
|
+
this.f = 0;
|
|
23
|
+
this.h = null;
|
|
24
|
+
this.i = null;
|
|
25
|
+
this.c = null;
|
|
26
|
+
this.b = null;
|
|
27
|
+
this.a = null;
|
|
28
|
+
}
|
|
29
|
+
static { this.$t = markType(DatePickerVisualModelExport, 'DatePickerVisualModelExport'); }
|
|
30
|
+
g() {
|
|
31
|
+
let a = new StringBuilder(0);
|
|
32
|
+
a.m("{");
|
|
33
|
+
a.m("density : " + this.e + ", ");
|
|
34
|
+
a.m("baseTheme : " + this.d + ", ");
|
|
35
|
+
if (!stringIsNullOrEmpty(this.j)) {
|
|
36
|
+
a.m("textStyleFontStyle : \"" + this.j + "\", ");
|
|
37
|
+
}
|
|
38
|
+
if (!stringIsNullOrEmpty(this.k)) {
|
|
39
|
+
a.m("textStyleFontVariant : \"" + this.k + "\", ");
|
|
40
|
+
}
|
|
41
|
+
if (!stringIsNullOrEmpty(this.l)) {
|
|
42
|
+
a.m("textStyleFontWeight : \"" + this.l + "\", ");
|
|
43
|
+
}
|
|
44
|
+
if (!stringIsNullOrEmpty(this.h)) {
|
|
45
|
+
a.m("textStyleFontFamily : \"" + this.h + "\", ");
|
|
46
|
+
}
|
|
47
|
+
if (!stringIsNullOrEmpty(this.i)) {
|
|
48
|
+
a.m("textStyleFontStretch : \"" + this.i + "\", ");
|
|
49
|
+
}
|
|
50
|
+
if (!isNaN_(this.f)) {
|
|
51
|
+
a.m("textStyleFontSize : " + this.f + ", ");
|
|
52
|
+
}
|
|
53
|
+
let b = "popupModel";
|
|
54
|
+
a.m(b + ": " + this.c.f() + ", ");
|
|
55
|
+
let c = "inputGroupModel";
|
|
56
|
+
a.m(c + ": " + this.b.y() + ", ");
|
|
57
|
+
let d = "calendarModel";
|
|
58
|
+
if (this.c.d) {
|
|
59
|
+
a.m(d + ": " + this.a.o() + ", ");
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
a.m(d + ":{}, ");
|
|
63
|
+
}
|
|
64
|
+
a.m("}");
|
|
65
|
+
return a.toString();
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export { DatePickerVisualModelExport };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DateFormats } from "./DateFormats";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DateTimeValueFormatter extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private a;
|
|
9
|
+
private b;
|
|
10
|
+
l(): void;
|
|
11
|
+
k(a: DateFormats): void;
|
|
12
|
+
private f;
|
|
13
|
+
private e;
|
|
14
|
+
private c;
|
|
15
|
+
private d;
|
|
16
|
+
private g;
|
|
17
|
+
private h;
|
|
18
|
+
i(a: Date): string;
|
|
19
|
+
j(): string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
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
|
+
import { dateMinValue } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
class DateTimeValueFormatter extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.a = 0;
|
|
16
|
+
this.b = false;
|
|
17
|
+
this.f = null;
|
|
18
|
+
this.e = null;
|
|
19
|
+
this.c = null;
|
|
20
|
+
this.d = null;
|
|
21
|
+
this.g = null;
|
|
22
|
+
this.h = null;
|
|
23
|
+
}
|
|
24
|
+
static { this.$t = markType(DateTimeValueFormatter, 'DateTimeValueFormatter'); }
|
|
25
|
+
l() {
|
|
26
|
+
this.b = true;
|
|
27
|
+
}
|
|
28
|
+
k(a) {
|
|
29
|
+
this.a = a;
|
|
30
|
+
this.b = false;
|
|
31
|
+
}
|
|
32
|
+
i(a) {
|
|
33
|
+
if (+a == +(dateMinValue())) {
|
|
34
|
+
return "";
|
|
35
|
+
}
|
|
36
|
+
let b = (Intl && Intl.DateTimeFormat);
|
|
37
|
+
if (b) {
|
|
38
|
+
let format_ = null;
|
|
39
|
+
switch (this.a) {
|
|
40
|
+
case 1:
|
|
41
|
+
if (this.c == null) {
|
|
42
|
+
this.c = (new Intl.DateTimeFormat([], { weekday: 'long', month: 'long', day: 'numeric', year: 'numeric' }));
|
|
43
|
+
}
|
|
44
|
+
format_ = this.c;
|
|
45
|
+
break;
|
|
46
|
+
case 0:
|
|
47
|
+
if (this.d == null) {
|
|
48
|
+
this.d = (new Intl.DateTimeFormat([], { month: 'numeric', day: 'numeric', year: 'numeric' }));
|
|
49
|
+
}
|
|
50
|
+
format_ = this.d;
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
let date_ = a;
|
|
54
|
+
return (format_.format(date_));
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
let date_ = a;
|
|
58
|
+
switch (this.a) {
|
|
59
|
+
case 1: return (date_.toLocaleDateString());
|
|
60
|
+
case 0: return (date_.toLocaleDateString());
|
|
61
|
+
}
|
|
62
|
+
return a.toString();
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
j() {
|
|
66
|
+
let a = (Intl && Intl.DateTimeFormat);
|
|
67
|
+
if (a) {
|
|
68
|
+
let format_ = null;
|
|
69
|
+
switch (this.a) {
|
|
70
|
+
case 1:
|
|
71
|
+
if (this.c == null) {
|
|
72
|
+
this.c = (new Intl.DateTimeFormat([], { weekday: 'long', month: 'long', day: 'numeric', year: 'numeric' }));
|
|
73
|
+
}
|
|
74
|
+
format_ = this.c;
|
|
75
|
+
break;
|
|
76
|
+
case 0:
|
|
77
|
+
if (this.d == null) {
|
|
78
|
+
this.d = (new Intl.DateTimeFormat([], { month: 'numeric', day: 'numeric', year: 'numeric' }));
|
|
79
|
+
}
|
|
80
|
+
format_ = this.d;
|
|
81
|
+
break;
|
|
82
|
+
}
|
|
83
|
+
let b = (format_.formatToParts(new Date()));
|
|
84
|
+
let c = "";
|
|
85
|
+
for (let d = 0; d < b.length; d++) {
|
|
86
|
+
switch ((b[d].type)) {
|
|
87
|
+
case "day":
|
|
88
|
+
c += "d";
|
|
89
|
+
break;
|
|
90
|
+
case "month":
|
|
91
|
+
c += "m";
|
|
92
|
+
break;
|
|
93
|
+
case "year":
|
|
94
|
+
c += "yyyy";
|
|
95
|
+
break;
|
|
96
|
+
default:
|
|
97
|
+
c += (b[d].value);
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
return c;
|
|
102
|
+
}
|
|
103
|
+
return "m/d/yyyy";
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export { DateTimeValueFormatter };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DayOfWeek } from "./DayOfWeek";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DayInfo extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
b: number;
|
|
9
|
+
c: number;
|
|
10
|
+
d: number;
|
|
11
|
+
a: DayOfWeek;
|
|
12
|
+
constructor();
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 DayInfo extends Base {
|
|
12
|
+
static { this.$t = markType(DayInfo, 'DayInfo'); }
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
this.b = 0;
|
|
16
|
+
this.c = 0;
|
|
17
|
+
this.d = 0;
|
|
18
|
+
this.a = 0;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export { DayInfo };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Indicates some simple date formats to be used.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum DayOfWeek {
|
|
6
|
+
/**
|
|
7
|
+
* First Day of Week is Sunday
|
|
8
|
+
*/
|
|
9
|
+
Sunday = 0,
|
|
10
|
+
/**
|
|
11
|
+
* First Day of Week is Monday
|
|
12
|
+
*/
|
|
13
|
+
Monday = 1,
|
|
14
|
+
/**
|
|
15
|
+
* First Day of Week is Tuesday
|
|
16
|
+
*/
|
|
17
|
+
Tuesday = 2,
|
|
18
|
+
/**
|
|
19
|
+
* First Day of Week is Wednesday
|
|
20
|
+
*/
|
|
21
|
+
Wednesday = 3,
|
|
22
|
+
/**
|
|
23
|
+
* First Day of Week is Thursday
|
|
24
|
+
*/
|
|
25
|
+
Thursday = 4,
|
|
26
|
+
/**
|
|
27
|
+
* First Day of Week is Friday
|
|
28
|
+
*/
|
|
29
|
+
Friday = 5,
|
|
30
|
+
/**
|
|
31
|
+
* First Day of Week is Saturday
|
|
32
|
+
*/
|
|
33
|
+
Saturday = 6
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @hidden
|
|
37
|
+
*/
|
|
38
|
+
export declare let DayOfWeek_$type: Type;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* Indicates some simple date formats to be used.
|
|
10
|
+
*/
|
|
11
|
+
export var DayOfWeek;
|
|
12
|
+
(function (DayOfWeek) {
|
|
13
|
+
/**
|
|
14
|
+
* First Day of Week is Sunday
|
|
15
|
+
*/
|
|
16
|
+
DayOfWeek[DayOfWeek["Sunday"] = 0] = "Sunday";
|
|
17
|
+
/**
|
|
18
|
+
* First Day of Week is Monday
|
|
19
|
+
*/
|
|
20
|
+
DayOfWeek[DayOfWeek["Monday"] = 1] = "Monday";
|
|
21
|
+
/**
|
|
22
|
+
* First Day of Week is Tuesday
|
|
23
|
+
*/
|
|
24
|
+
DayOfWeek[DayOfWeek["Tuesday"] = 2] = "Tuesday";
|
|
25
|
+
/**
|
|
26
|
+
* First Day of Week is Wednesday
|
|
27
|
+
*/
|
|
28
|
+
DayOfWeek[DayOfWeek["Wednesday"] = 3] = "Wednesday";
|
|
29
|
+
/**
|
|
30
|
+
* First Day of Week is Thursday
|
|
31
|
+
*/
|
|
32
|
+
DayOfWeek[DayOfWeek["Thursday"] = 4] = "Thursday";
|
|
33
|
+
/**
|
|
34
|
+
* First Day of Week is Friday
|
|
35
|
+
*/
|
|
36
|
+
DayOfWeek[DayOfWeek["Friday"] = 5] = "Friday";
|
|
37
|
+
/**
|
|
38
|
+
* First Day of Week is Saturday
|
|
39
|
+
*/
|
|
40
|
+
DayOfWeek[DayOfWeek["Saturday"] = 6] = "Saturday";
|
|
41
|
+
})(DayOfWeek || (DayOfWeek = {}));
|
|
42
|
+
/**
|
|
43
|
+
* @hidden
|
|
44
|
+
*/
|
|
45
|
+
export let DayOfWeek_$type = markEnum('DayOfWeek', 'Sunday,0|Monday,1|Tuesday,2|Wednesday,3|Thursday,4|Friday,5|Saturday,6');
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IMultiSliderTrackBarVisual } from "./IMultiSliderTrackBarVisual";
|
|
3
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class DefaultMultiSliderTrackBarVisual extends Base implements IMultiSliderTrackBarVisual {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private _translateX;
|
|
11
|
+
get translateX(): number;
|
|
12
|
+
set translateX(a: number);
|
|
13
|
+
private _translateY;
|
|
14
|
+
get translateY(): number;
|
|
15
|
+
set translateY(a: number);
|
|
16
|
+
constructor();
|
|
17
|
+
getBarBoxDefaultBrush(): Brush;
|
|
18
|
+
getBarBoxDefaultOutline(): Brush;
|
|
19
|
+
getBarBoxDefaultStrokeThickness(): number;
|
|
20
|
+
private c;
|
|
21
|
+
private b;
|
|
22
|
+
get width(): number;
|
|
23
|
+
set width(a: number);
|
|
24
|
+
private d;
|
|
25
|
+
private a;
|
|
26
|
+
get height(): number;
|
|
27
|
+
set height(a: number);
|
|
28
|
+
private _barBox;
|
|
29
|
+
get barBox(): Path;
|
|
30
|
+
set barBox(a: Path);
|
|
31
|
+
private _allPaths;
|
|
32
|
+
get allPaths(): IList$1<Path>;
|
|
33
|
+
set allPaths(a: IList$1<Path>);
|
|
34
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
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 { IMultiSliderTrackBarVisual_$type } from "./IMultiSliderTrackBarVisual";
|
|
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 { PolyLineSegment } from "igniteui-webcomponents-core";
|
|
16
|
+
/**
|
|
17
|
+
* @hidden
|
|
18
|
+
*/
|
|
19
|
+
class DefaultMultiSliderTrackBarVisual extends Base {
|
|
20
|
+
static { this.$t = markType(DefaultMultiSliderTrackBarVisual, 'DefaultMultiSliderTrackBarVisual', Base.$, [IMultiSliderTrackBarVisual_$type]); }
|
|
21
|
+
get translateX() {
|
|
22
|
+
return this._translateX;
|
|
23
|
+
}
|
|
24
|
+
set translateX(a) {
|
|
25
|
+
this._translateX = a;
|
|
26
|
+
}
|
|
27
|
+
get translateY() {
|
|
28
|
+
return this._translateY;
|
|
29
|
+
}
|
|
30
|
+
set translateY(a) {
|
|
31
|
+
this._translateY = a;
|
|
32
|
+
}
|
|
33
|
+
constructor() {
|
|
34
|
+
super();
|
|
35
|
+
this._translateX = 0;
|
|
36
|
+
this._translateY = 0;
|
|
37
|
+
this.b = -1;
|
|
38
|
+
this.a = -1;
|
|
39
|
+
this._barBox = null;
|
|
40
|
+
this._allPaths = null;
|
|
41
|
+
this.barBox = new Path();
|
|
42
|
+
this.allPaths = new List$1(Path.$, 0);
|
|
43
|
+
this.allPaths.add(this.barBox);
|
|
44
|
+
this.barBox._fill = this.getBarBoxDefaultBrush();
|
|
45
|
+
}
|
|
46
|
+
getBarBoxDefaultBrush() {
|
|
47
|
+
return ((() => {
|
|
48
|
+
let $ret = new Brush();
|
|
49
|
+
$ret.color = Color.u(255, 218, 218, 218);
|
|
50
|
+
return $ret;
|
|
51
|
+
})());
|
|
52
|
+
}
|
|
53
|
+
getBarBoxDefaultOutline() {
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
getBarBoxDefaultStrokeThickness() {
|
|
57
|
+
return 0;
|
|
58
|
+
}
|
|
59
|
+
c() {
|
|
60
|
+
let a = new PathGeometry();
|
|
61
|
+
let b = new PathFigure();
|
|
62
|
+
let c = new PolyLineSegment();
|
|
63
|
+
b._isClosed = true;
|
|
64
|
+
b._isFilled = true;
|
|
65
|
+
b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
|
|
66
|
+
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
|
|
67
|
+
c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
|
|
68
|
+
c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
|
|
69
|
+
b._segments.add(c);
|
|
70
|
+
a.c.add(b);
|
|
71
|
+
this.barBox.an = a;
|
|
72
|
+
}
|
|
73
|
+
get width() {
|
|
74
|
+
return this.b;
|
|
75
|
+
}
|
|
76
|
+
set width(a) {
|
|
77
|
+
let b = this.b;
|
|
78
|
+
this.b = a;
|
|
79
|
+
if (b != this.b) {
|
|
80
|
+
this.d();
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
d() {
|
|
84
|
+
if (this.width > 0 && this.height > 0) {
|
|
85
|
+
this.c();
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
get height() {
|
|
89
|
+
return this.a;
|
|
90
|
+
}
|
|
91
|
+
set height(a) {
|
|
92
|
+
let b = this.a;
|
|
93
|
+
this.a = a;
|
|
94
|
+
if (this.a != b) {
|
|
95
|
+
this.d();
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
get barBox() {
|
|
99
|
+
return this._barBox;
|
|
100
|
+
}
|
|
101
|
+
set barBox(a) {
|
|
102
|
+
this._barBox = a;
|
|
103
|
+
}
|
|
104
|
+
get allPaths() {
|
|
105
|
+
return this._allPaths;
|
|
106
|
+
}
|
|
107
|
+
set allPaths(a) {
|
|
108
|
+
this._allPaths = a;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
export { DefaultMultiSliderTrackBarVisual };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IMultiSliderTrackRangeVisual } from "./IMultiSliderTrackRangeVisual";
|
|
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 DefaultMultiSliderTrackRangeVisual extends Base implements IMultiSliderTrackRangeVisual {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
constructor();
|
|
12
|
+
getThumbBoxDefaultStroke(): Brush;
|
|
13
|
+
getThumbBoxDefaultStrokeThickness(): number;
|
|
14
|
+
getThumbBoxDefaultBrush(): Brush;
|
|
15
|
+
getThumbRidgesDefaultStroke(): Brush;
|
|
16
|
+
private _translateX;
|
|
17
|
+
get translateX(): number;
|
|
18
|
+
set translateX(a: number);
|
|
19
|
+
private _translateY;
|
|
20
|
+
get translateY(): number;
|
|
21
|
+
set translateY(a: number);
|
|
22
|
+
private e;
|
|
23
|
+
private d;
|
|
24
|
+
private a;
|
|
25
|
+
get orientation(): MultiSliderOrientation;
|
|
26
|
+
set orientation(a: MultiSliderOrientation);
|
|
27
|
+
private c;
|
|
28
|
+
get width(): number;
|
|
29
|
+
set width(a: number);
|
|
30
|
+
private f;
|
|
31
|
+
private b;
|
|
32
|
+
get height(): number;
|
|
33
|
+
set height(a: number);
|
|
34
|
+
private _thumbBox;
|
|
35
|
+
get thumbBox(): Path;
|
|
36
|
+
set thumbBox(a: Path);
|
|
37
|
+
private _thumbRidges;
|
|
38
|
+
get thumbRidges(): Path;
|
|
39
|
+
set thumbRidges(a: Path);
|
|
40
|
+
private _allPaths;
|
|
41
|
+
get allPaths(): IList$1<Path>;
|
|
42
|
+
set allPaths(a: IList$1<Path>);
|
|
43
|
+
}
|