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,474 @@
|
|
|
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 { INativeUIInputBridge_$type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { typeCast, runOn, delegateCombine, delegateRemove, enumGetBox, EnumUtil, typeGetValue, markType } from "igniteui-webcomponents-core";
|
|
10
|
+
import { XInputGroup } from "./XInputGroup";
|
|
11
|
+
import { XInput } from "./XInput";
|
|
12
|
+
import { XSuffix } from "./XSuffix";
|
|
13
|
+
import { NativeUIInputChangingEventArgs } from "igniteui-webcomponents-core";
|
|
14
|
+
import { NativeUIKeyEventArgs } from "igniteui-webcomponents-core";
|
|
15
|
+
import { NativeUIMouseEventArgs } from "igniteui-webcomponents-core";
|
|
16
|
+
import { XIcon } from "./XIcon";
|
|
17
|
+
import { NativeUIClickedEventArgs } from "igniteui-webcomponents-core";
|
|
18
|
+
import { NativeUIFocusEventArgs } from "igniteui-webcomponents-core";
|
|
19
|
+
import { XLabel } from "./XLabel";
|
|
20
|
+
import { NativeUIDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
21
|
+
import { NativeUIInputDisplayType_$type } from "igniteui-webcomponents-core";
|
|
22
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
23
|
+
import { NativeUIInputType_$type } from "igniteui-webcomponents-core";
|
|
24
|
+
import { NativeUIComponentHorizontalAlignment_$type } from "igniteui-webcomponents-core";
|
|
25
|
+
/**
|
|
26
|
+
* @hidden
|
|
27
|
+
*/
|
|
28
|
+
class XInputBridge extends XComponentBridge {
|
|
29
|
+
static { this.$t = markType(XInputBridge, 'XInputBridge', XComponentBridge.$, [INativeUIInputBridge_$type]); }
|
|
30
|
+
constructor(a) {
|
|
31
|
+
super(a);
|
|
32
|
+
this.ab = null;
|
|
33
|
+
this.aa = null;
|
|
34
|
+
this.ag = null;
|
|
35
|
+
this.af = null;
|
|
36
|
+
this.x = null;
|
|
37
|
+
this.am = null;
|
|
38
|
+
this.y = null;
|
|
39
|
+
this.z = null;
|
|
40
|
+
this.ai = null;
|
|
41
|
+
this.ak = null;
|
|
42
|
+
this.ac = null;
|
|
43
|
+
this.ah = null;
|
|
44
|
+
this.ad = null;
|
|
45
|
+
this.aj = null;
|
|
46
|
+
this.ae = null;
|
|
47
|
+
this.al = null;
|
|
48
|
+
this.u = null;
|
|
49
|
+
}
|
|
50
|
+
addHandler(a, b, c, d) {
|
|
51
|
+
let e = a;
|
|
52
|
+
let f = typeCast(XInput.$, e.inputs._inner[0]);
|
|
53
|
+
switch (c) {
|
|
54
|
+
case 0:
|
|
55
|
+
f.changing = delegateCombine(f.changing, runOn(this, this.av));
|
|
56
|
+
this.ab = d;
|
|
57
|
+
this.ag = b;
|
|
58
|
+
break;
|
|
59
|
+
case 27:
|
|
60
|
+
f.compositionEnd = delegateCombine(f.compositionEnd, runOn(this, this.ap));
|
|
61
|
+
this.ac = d;
|
|
62
|
+
this.ah = b;
|
|
63
|
+
break;
|
|
64
|
+
case 28:
|
|
65
|
+
f.keyDown = delegateCombine(f.keyDown, runOn(this, this.ar));
|
|
66
|
+
this.ad = d;
|
|
67
|
+
this.aj = b;
|
|
68
|
+
break;
|
|
69
|
+
case 9:
|
|
70
|
+
f.mouseDown = delegateCombine(f.mouseDown, runOn(this, this.at));
|
|
71
|
+
this.ae = d;
|
|
72
|
+
this.al = b;
|
|
73
|
+
break;
|
|
74
|
+
case 2:
|
|
75
|
+
f.change = delegateCombine(f.change, runOn(this, this.au));
|
|
76
|
+
this.aa = d;
|
|
77
|
+
this.af = b;
|
|
78
|
+
break;
|
|
79
|
+
case 25:
|
|
80
|
+
this.ao(a);
|
|
81
|
+
let g = this.w(a);
|
|
82
|
+
let h = this.u;
|
|
83
|
+
h.clicked = delegateCombine(h.clicked, runOn(this, this.aw));
|
|
84
|
+
this.x = d;
|
|
85
|
+
this.am = b;
|
|
86
|
+
break;
|
|
87
|
+
case 13:
|
|
88
|
+
{
|
|
89
|
+
f.gotFocus = delegateCombine(f.gotFocus, runOn(this, this.aq));
|
|
90
|
+
this.y = d;
|
|
91
|
+
this.ai = b;
|
|
92
|
+
}
|
|
93
|
+
break;
|
|
94
|
+
case 14:
|
|
95
|
+
{
|
|
96
|
+
f.lostFocus = delegateCombine(f.lostFocus, runOn(this, this.as));
|
|
97
|
+
this.z = d;
|
|
98
|
+
this.ak = b;
|
|
99
|
+
}
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
at(a, b) {
|
|
104
|
+
if (this.ae != null) {
|
|
105
|
+
let c = new NativeUIMouseEventArgs();
|
|
106
|
+
c.b = b.originalSource;
|
|
107
|
+
this.ae(this.al, c);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
ar(a, b) {
|
|
111
|
+
if (this.ad != null) {
|
|
112
|
+
let c = new NativeUIKeyEventArgs();
|
|
113
|
+
c.g = b.keyCode;
|
|
114
|
+
c.b = b.ctrl;
|
|
115
|
+
c.e = b.shift;
|
|
116
|
+
c.a = b.alt;
|
|
117
|
+
c.h = b.originalEvent;
|
|
118
|
+
this.ad(this.aj, c);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
ap(a, b) {
|
|
122
|
+
if (this.ac != null) {
|
|
123
|
+
let c = new NativeUIInputChangingEventArgs();
|
|
124
|
+
c.b = b.value;
|
|
125
|
+
this.ac(this.ah, c);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
as(a, b) {
|
|
129
|
+
if (this.z != null) {
|
|
130
|
+
let c = new NativeUIFocusEventArgs();
|
|
131
|
+
this.z(this.ak, c);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
aq(a, b) {
|
|
135
|
+
if (this.y != null) {
|
|
136
|
+
let c = new NativeUIFocusEventArgs();
|
|
137
|
+
this.y(this.ai, c);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
aw(a, b) {
|
|
141
|
+
if (this.x != null) {
|
|
142
|
+
let c = new NativeUIClickedEventArgs();
|
|
143
|
+
this.x(this.am, c);
|
|
144
|
+
if (c.a) {
|
|
145
|
+
b.handled = true;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
removeHandler(a, b, c, d) {
|
|
150
|
+
let e = a;
|
|
151
|
+
let f = typeCast(XInput.$, e.inputs._inner[0]);
|
|
152
|
+
switch (c) {
|
|
153
|
+
case 0:
|
|
154
|
+
f.changing = delegateRemove(f.changing, runOn(this, this.av));
|
|
155
|
+
this.ab = null;
|
|
156
|
+
this.ag = null;
|
|
157
|
+
break;
|
|
158
|
+
case 27:
|
|
159
|
+
f.compositionEnd = delegateRemove(f.compositionEnd, runOn(this, this.ap));
|
|
160
|
+
this.ac = null;
|
|
161
|
+
this.ah = null;
|
|
162
|
+
break;
|
|
163
|
+
case 28:
|
|
164
|
+
f.keyDown = delegateRemove(f.keyDown, runOn(this, this.ar));
|
|
165
|
+
this.ad = null;
|
|
166
|
+
this.aj = null;
|
|
167
|
+
break;
|
|
168
|
+
case 9:
|
|
169
|
+
f.mouseDown = delegateRemove(f.mouseDown, runOn(this, this.at));
|
|
170
|
+
this.ae = null;
|
|
171
|
+
this.al = null;
|
|
172
|
+
break;
|
|
173
|
+
case 2:
|
|
174
|
+
f.change = delegateRemove(f.change, runOn(this, this.au));
|
|
175
|
+
this.aa = null;
|
|
176
|
+
this.af = null;
|
|
177
|
+
break;
|
|
178
|
+
case 25:
|
|
179
|
+
this.ao(a);
|
|
180
|
+
let g = this.w(a);
|
|
181
|
+
let h = this.u;
|
|
182
|
+
h.clicked = delegateRemove(h.clicked, runOn(this, this.aw));
|
|
183
|
+
this.x = null;
|
|
184
|
+
this.am = null;
|
|
185
|
+
break;
|
|
186
|
+
case 13:
|
|
187
|
+
{
|
|
188
|
+
f.gotFocus = delegateRemove(f.gotFocus, runOn(this, this.aq));
|
|
189
|
+
this.y = null;
|
|
190
|
+
this.ai = null;
|
|
191
|
+
}
|
|
192
|
+
break;
|
|
193
|
+
case 14:
|
|
194
|
+
{
|
|
195
|
+
f.lostFocus = delegateRemove(f.lostFocus, runOn(this, this.as));
|
|
196
|
+
this.z = null;
|
|
197
|
+
this.ak = null;
|
|
198
|
+
}
|
|
199
|
+
break;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
av(a, b) {
|
|
203
|
+
if (this.ab != null) {
|
|
204
|
+
let c = new NativeUIInputChangingEventArgs();
|
|
205
|
+
c.a = b.isCompositionInProgress;
|
|
206
|
+
c.b = b.value;
|
|
207
|
+
this.ab(this.ag, c);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
au(a, b) {
|
|
211
|
+
if (this.aa != null) {
|
|
212
|
+
let c = new NativeUIInputChangingEventArgs();
|
|
213
|
+
c.a = b.isCompositionInProgress;
|
|
214
|
+
c.b = b.value;
|
|
215
|
+
this.aa(this.af, c);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
v(a) {
|
|
219
|
+
for (let b = 0; b < a.inputs.count; b++) {
|
|
220
|
+
let c = a.inputs._inner[b];
|
|
221
|
+
if (typeCast(XLabel.$, c) !== null) {
|
|
222
|
+
return c;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
return null;
|
|
226
|
+
}
|
|
227
|
+
an(a) {
|
|
228
|
+
let b = this.v(a);
|
|
229
|
+
if (b == null) {
|
|
230
|
+
b = new XLabel();
|
|
231
|
+
let c = a.view.l;
|
|
232
|
+
let d = c.createElement("div");
|
|
233
|
+
let e = c.getSubRenderer(d);
|
|
234
|
+
b.provideContainer(e);
|
|
235
|
+
a.inputs.add(b);
|
|
236
|
+
a.appendContentChild(d);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
w(a) {
|
|
240
|
+
for (let b = 0; b < a.inputs.count; b++) {
|
|
241
|
+
let c = a.inputs._inner[b];
|
|
242
|
+
if (typeCast(XSuffix.$, c) !== null) {
|
|
243
|
+
return c;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
return null;
|
|
247
|
+
}
|
|
248
|
+
ao(a) {
|
|
249
|
+
let b = this.w(a);
|
|
250
|
+
if (b == null) {
|
|
251
|
+
let c = a.view.l;
|
|
252
|
+
let d = new XSuffix();
|
|
253
|
+
let e = c.createElement("div");
|
|
254
|
+
let f = c.getSubRenderer(e);
|
|
255
|
+
d.provideContainer(f);
|
|
256
|
+
this.u = new XIcon();
|
|
257
|
+
let g = c.createElement("div");
|
|
258
|
+
let h = c.getSubRenderer(g);
|
|
259
|
+
this.u.provideContainer(h);
|
|
260
|
+
d.appendContentChild(g);
|
|
261
|
+
a.inputs.add(d);
|
|
262
|
+
a.appendContentChild(e);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
getValue(a, b) {
|
|
266
|
+
let c = a;
|
|
267
|
+
let d = typeCast(XInput.$, c.inputs._inner[0]);
|
|
268
|
+
switch (b) {
|
|
269
|
+
case 104: return a.mc;
|
|
270
|
+
case 3:
|
|
271
|
+
this.an(a);
|
|
272
|
+
let e = this.v(a);
|
|
273
|
+
return e.text;
|
|
274
|
+
case 101:
|
|
275
|
+
this.ao(a);
|
|
276
|
+
return this.u.svgPath;
|
|
277
|
+
case 102:
|
|
278
|
+
this.ao(a);
|
|
279
|
+
return this.u.fill;
|
|
280
|
+
case 103:
|
|
281
|
+
this.ao(a);
|
|
282
|
+
return this.u.ea;
|
|
283
|
+
case 2: return d.cq;
|
|
284
|
+
case 1:
|
|
285
|
+
switch (c.t) {
|
|
286
|
+
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
287
|
+
case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
|
|
288
|
+
case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
|
|
289
|
+
case 2: return enumGetBox(NativeUIDisplayDensity_$type, 2);
|
|
290
|
+
case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
|
|
291
|
+
}
|
|
292
|
+
break;
|
|
293
|
+
case 0:
|
|
294
|
+
switch (c.d) {
|
|
295
|
+
case 2: return enumGetBox(NativeUIInputDisplayType_$type, 1);
|
|
296
|
+
case 1: return enumGetBox(NativeUIInputDisplayType_$type, 2);
|
|
297
|
+
case 0: return enumGetBox(NativeUIInputDisplayType_$type, 0);
|
|
298
|
+
}
|
|
299
|
+
break;
|
|
300
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.p);
|
|
301
|
+
case 19:
|
|
302
|
+
switch (d.b8) {
|
|
303
|
+
case "text": return enumGetBox(NativeUIInputType_$type, 0);
|
|
304
|
+
case "number": return enumGetBox(NativeUIInputType_$type, 1);
|
|
305
|
+
}
|
|
306
|
+
break;
|
|
307
|
+
case 20:
|
|
308
|
+
switch (d.dy) {
|
|
309
|
+
case 0: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 0);
|
|
310
|
+
case 2: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 2);
|
|
311
|
+
case 1: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 1);
|
|
312
|
+
case 3: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 3);
|
|
313
|
+
}
|
|
314
|
+
break;
|
|
315
|
+
case 21: return d.a1;
|
|
316
|
+
case 33: return d.disabled;
|
|
317
|
+
case 34: return d.d8;
|
|
318
|
+
case 106: return d.selectionStart;
|
|
319
|
+
case 107: return d.selectionEnd;
|
|
320
|
+
case 108: return c.an;
|
|
321
|
+
}
|
|
322
|
+
return null;
|
|
323
|
+
}
|
|
324
|
+
setValue(a, b, c) {
|
|
325
|
+
let d = a;
|
|
326
|
+
let e = typeCast(XInput.$, d.inputs._inner[0]);
|
|
327
|
+
switch (b) {
|
|
328
|
+
case 104:
|
|
329
|
+
a.mc = c;
|
|
330
|
+
break;
|
|
331
|
+
case 3:
|
|
332
|
+
this.an(a);
|
|
333
|
+
let f = this.v(a);
|
|
334
|
+
f.text = c;
|
|
335
|
+
break;
|
|
336
|
+
case 101:
|
|
337
|
+
this.ao(a);
|
|
338
|
+
this.u.svgPath = c;
|
|
339
|
+
break;
|
|
340
|
+
case 102:
|
|
341
|
+
this.ao(a);
|
|
342
|
+
this.u.fill = c;
|
|
343
|
+
break;
|
|
344
|
+
case 103:
|
|
345
|
+
this.ao(a);
|
|
346
|
+
this.u.ea = c;
|
|
347
|
+
break;
|
|
348
|
+
case 2:
|
|
349
|
+
e.cq = c == null ? null : c.toString();
|
|
350
|
+
break;
|
|
351
|
+
case 1:
|
|
352
|
+
switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
|
|
353
|
+
case 0:
|
|
354
|
+
d.t = 0;
|
|
355
|
+
break;
|
|
356
|
+
case 1:
|
|
357
|
+
d.t = 1;
|
|
358
|
+
break;
|
|
359
|
+
case 3:
|
|
360
|
+
d.t = 3;
|
|
361
|
+
break;
|
|
362
|
+
case 2:
|
|
363
|
+
d.t = 2;
|
|
364
|
+
break;
|
|
365
|
+
case 4:
|
|
366
|
+
d.t = 4;
|
|
367
|
+
break;
|
|
368
|
+
}
|
|
369
|
+
break;
|
|
370
|
+
case 0:
|
|
371
|
+
switch (EnumUtil.getEnumValue(NativeUIInputDisplayType_$type, c)) {
|
|
372
|
+
case 1:
|
|
373
|
+
d.d = 2;
|
|
374
|
+
break;
|
|
375
|
+
case 2:
|
|
376
|
+
d.d = 1;
|
|
377
|
+
break;
|
|
378
|
+
case 0:
|
|
379
|
+
d.d = 0;
|
|
380
|
+
break;
|
|
381
|
+
}
|
|
382
|
+
break;
|
|
383
|
+
case 18:
|
|
384
|
+
d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
385
|
+
break;
|
|
386
|
+
case 19:
|
|
387
|
+
switch (EnumUtil.getEnumValue(NativeUIInputType_$type, c)) {
|
|
388
|
+
case 0:
|
|
389
|
+
e.b8 = "text";
|
|
390
|
+
break;
|
|
391
|
+
case 1:
|
|
392
|
+
e.b8 = "number";
|
|
393
|
+
break;
|
|
394
|
+
}
|
|
395
|
+
break;
|
|
396
|
+
case 20:
|
|
397
|
+
switch (EnumUtil.getEnumValue(NativeUIComponentHorizontalAlignment_$type, c)) {
|
|
398
|
+
case 0:
|
|
399
|
+
e.dy = 0;
|
|
400
|
+
break;
|
|
401
|
+
case 2:
|
|
402
|
+
e.dy = 2;
|
|
403
|
+
break;
|
|
404
|
+
case 1:
|
|
405
|
+
e.dy = 1;
|
|
406
|
+
break;
|
|
407
|
+
case 3:
|
|
408
|
+
e.dy = 3;
|
|
409
|
+
break;
|
|
410
|
+
}
|
|
411
|
+
break;
|
|
412
|
+
case 21:
|
|
413
|
+
e.a1 = c;
|
|
414
|
+
break;
|
|
415
|
+
case 33:
|
|
416
|
+
e.disabled = c;
|
|
417
|
+
break;
|
|
418
|
+
case 34:
|
|
419
|
+
e.d8 = c;
|
|
420
|
+
break;
|
|
421
|
+
case 106:
|
|
422
|
+
e.selectionStart = typeGetValue(c);
|
|
423
|
+
break;
|
|
424
|
+
case 107:
|
|
425
|
+
e.selectionEnd = typeGetValue(c);
|
|
426
|
+
break;
|
|
427
|
+
case 108:
|
|
428
|
+
d.an = c;
|
|
429
|
+
break;
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
getTargetForProperty(a, b) {
|
|
433
|
+
switch (a) {
|
|
434
|
+
case 9:
|
|
435
|
+
case 10: return b;
|
|
436
|
+
case 2: return b;
|
|
437
|
+
case 3: return b;
|
|
438
|
+
case 4: return b;
|
|
439
|
+
}
|
|
440
|
+
return super.getTargetForProperty(a, b);
|
|
441
|
+
}
|
|
442
|
+
focus(a) {
|
|
443
|
+
let b = this.t;
|
|
444
|
+
let c = b.inputs._inner[0];
|
|
445
|
+
c.focus(true);
|
|
446
|
+
}
|
|
447
|
+
select(a) {
|
|
448
|
+
let b = a;
|
|
449
|
+
let c = b.inputs._inner[0];
|
|
450
|
+
window.setTimeout(() => c.dp(), 0);
|
|
451
|
+
}
|
|
452
|
+
resetIsExpanded(a) {
|
|
453
|
+
let b = a;
|
|
454
|
+
b.j8();
|
|
455
|
+
}
|
|
456
|
+
setSelectionRange(a, b, c) {
|
|
457
|
+
let d = a;
|
|
458
|
+
let e = d.inputs._inner[0];
|
|
459
|
+
window.setTimeout(() => e.dr(b, c), 0);
|
|
460
|
+
}
|
|
461
|
+
exportVisualData(a) {
|
|
462
|
+
if (!(typeCast(XInputGroup.$, a) !== null)) {
|
|
463
|
+
return null;
|
|
464
|
+
}
|
|
465
|
+
let b = a;
|
|
466
|
+
if (b.inputs == null || b.inputs.count == 0 || !(typeCast(XInput.$, b.inputs._inner[0]) !== null)) {
|
|
467
|
+
return null;
|
|
468
|
+
}
|
|
469
|
+
let c = b.inputs._inner[0];
|
|
470
|
+
let d = c.bg();
|
|
471
|
+
return d;
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
export { XInputBridge };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroup } from "./InputGroupView_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 { XInputGroup } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroupInputCollection } from "./InputGroupView_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 { XInputGroupInputCollection } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroupItem } from "./InputGroupView_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 { XInputGroupItem } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XLabel } from "./InputGroupView_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 { XLabel } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { INativeUIPopupBridge } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
6
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
7
|
+
import { Rect } from "igniteui-webcomponents-core";
|
|
8
|
+
import { NativeUIPopupDirection } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUIPopupAlignment } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare class XPopupBridge extends XComponentBridge implements INativeUIPopupBridge {
|
|
14
|
+
static $t: Type;
|
|
15
|
+
private ak;
|
|
16
|
+
private af;
|
|
17
|
+
private ai;
|
|
18
|
+
private aj;
|
|
19
|
+
private ag;
|
|
20
|
+
private ah;
|
|
21
|
+
private ad;
|
|
22
|
+
private ab;
|
|
23
|
+
private z;
|
|
24
|
+
private aa;
|
|
25
|
+
private x;
|
|
26
|
+
private y;
|
|
27
|
+
private ac;
|
|
28
|
+
private w;
|
|
29
|
+
constructor(a: any);
|
|
30
|
+
contains(a: any, b: any): boolean;
|
|
31
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
32
|
+
private ar;
|
|
33
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
34
|
+
private aq;
|
|
35
|
+
private al;
|
|
36
|
+
private ao;
|
|
37
|
+
private ap;
|
|
38
|
+
private am;
|
|
39
|
+
private an;
|
|
40
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
41
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
42
|
+
showRelativeToExclusionRect(a: any, b: Rect, c: NativeUIPopupDirection, d: NativeUIPopupAlignment): void;
|
|
43
|
+
showRelativeToTarget(a: any, b: NativeUIComponent, c: NativeUIPopupDirection, d: NativeUIPopupAlignment): void;
|
|
44
|
+
close(a: any): void;
|
|
45
|
+
notifyContentSizeChanged(a: any): void;
|
|
46
|
+
notifyExclusionRectChanged(a: any, b: Rect): void;
|
|
47
|
+
private v;
|
|
48
|
+
private u;
|
|
49
|
+
exportVisualData(a: any): any;
|
|
50
|
+
private ae;
|
|
51
|
+
addChild(a: any, b: NativeUIComponent): void;
|
|
52
|
+
insertChild(a: any, b: number, c: NativeUIComponent): void;
|
|
53
|
+
getChildAt(a: any, b: number): NativeUIComponent;
|
|
54
|
+
getChildrenCount(a: any): number;
|
|
55
|
+
removeChild(a: any, b: NativeUIComponent): void;
|
|
56
|
+
removeChildAt(a: any, b: number): void;
|
|
57
|
+
}
|