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,326 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
8
|
+
import { runOn, delegateCombine, delegateRemove, typeCast, EnumUtil, enumGetBox, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
10
|
+
import { NativeUIButtonClickedEventArgs } from "igniteui-webcomponents-core";
|
|
11
|
+
import { NativeUIMouseEventArgs } from "igniteui-webcomponents-core";
|
|
12
|
+
import { NativeUIFocusEventArgs } from "igniteui-webcomponents-core";
|
|
13
|
+
import { NativeUIDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
14
|
+
import { NativeUIButtonDisplayType_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
16
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
class XButtonBridge extends XComponentBridge {
|
|
21
|
+
static { this.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$); }
|
|
22
|
+
constructor(a) {
|
|
23
|
+
super(a);
|
|
24
|
+
this.ac = null;
|
|
25
|
+
this.aa = null;
|
|
26
|
+
this.u = null;
|
|
27
|
+
this.z = null;
|
|
28
|
+
this.x = null;
|
|
29
|
+
this.ae = null;
|
|
30
|
+
this.y = null;
|
|
31
|
+
this.af = null;
|
|
32
|
+
this.v = null;
|
|
33
|
+
this.ab = null;
|
|
34
|
+
this.w = null;
|
|
35
|
+
this.ad = null;
|
|
36
|
+
}
|
|
37
|
+
addHandler(a, b, c, d) {
|
|
38
|
+
let e = a;
|
|
39
|
+
switch (c) {
|
|
40
|
+
case 1:
|
|
41
|
+
e.clicked = delegateCombine(e.clicked, runOn(this, this.ag));
|
|
42
|
+
this.u = d;
|
|
43
|
+
this.z = b;
|
|
44
|
+
break;
|
|
45
|
+
case 7:
|
|
46
|
+
e.mouseEnter = delegateCombine(e.mouseEnter, runOn(this, this.aj));
|
|
47
|
+
this.x = d;
|
|
48
|
+
this.ae = b;
|
|
49
|
+
break;
|
|
50
|
+
case 8:
|
|
51
|
+
e.mouseLeave = delegateCombine(e.mouseLeave, runOn(this, this.ak));
|
|
52
|
+
this.y = d;
|
|
53
|
+
this.af = b;
|
|
54
|
+
break;
|
|
55
|
+
case 13:
|
|
56
|
+
e.gotFocus = delegateCombine(e.gotFocus, runOn(this, this.ah));
|
|
57
|
+
this.v = d;
|
|
58
|
+
this.ab = b;
|
|
59
|
+
break;
|
|
60
|
+
case 14:
|
|
61
|
+
e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.ai));
|
|
62
|
+
this.w = d;
|
|
63
|
+
this.ad = b;
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
removeHandler(a, b, c, d) {
|
|
68
|
+
let e = a;
|
|
69
|
+
switch (c) {
|
|
70
|
+
case 1:
|
|
71
|
+
e.clicked = delegateRemove(e.clicked, runOn(this, this.ag));
|
|
72
|
+
this.u = null;
|
|
73
|
+
this.z = null;
|
|
74
|
+
break;
|
|
75
|
+
case 7:
|
|
76
|
+
e.mouseEnter = delegateRemove(e.mouseEnter, runOn(this, this.aj));
|
|
77
|
+
this.x = null;
|
|
78
|
+
this.ae = null;
|
|
79
|
+
break;
|
|
80
|
+
case 8:
|
|
81
|
+
e.mouseLeave = delegateRemove(e.mouseLeave, runOn(this, this.ak));
|
|
82
|
+
this.y = null;
|
|
83
|
+
this.af = null;
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
ag(a, b) {
|
|
88
|
+
if (this.u != null) {
|
|
89
|
+
let c = new NativeUIButtonClickedEventArgs();
|
|
90
|
+
this.u(this.z, c);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
aj(a, b) {
|
|
94
|
+
if (this.x != null) {
|
|
95
|
+
let c = new NativeUIMouseEventArgs();
|
|
96
|
+
this.x(this.ae, c);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
ak(a, b) {
|
|
100
|
+
if (this.y != null) {
|
|
101
|
+
let c = new NativeUIMouseEventArgs();
|
|
102
|
+
this.y(this.af, c);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
ah(a, b) {
|
|
106
|
+
if (this.v != null) {
|
|
107
|
+
this.v(this.ab, new NativeUIFocusEventArgs());
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
ai(a, b) {
|
|
111
|
+
if (this.w != null) {
|
|
112
|
+
this.w(this.ad, ((() => {
|
|
113
|
+
let $ret = new NativeUIFocusEventArgs();
|
|
114
|
+
$ret.b = b.b;
|
|
115
|
+
$ret.a = b.a;
|
|
116
|
+
return $ret;
|
|
117
|
+
})()));
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
setValue(a, b, c) {
|
|
121
|
+
let d = a;
|
|
122
|
+
switch (b) {
|
|
123
|
+
case 3:
|
|
124
|
+
d.clearButtonContent();
|
|
125
|
+
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
126
|
+
this.ac = c;
|
|
127
|
+
d.appendButtonContent(this.ac.ao);
|
|
128
|
+
}
|
|
129
|
+
else {
|
|
130
|
+
this.ac = c;
|
|
131
|
+
let e = d.view.l.createElement("span");
|
|
132
|
+
e.setText(this.ac == null ? null : this.ac.toString());
|
|
133
|
+
d.appendButtonContent(e);
|
|
134
|
+
}
|
|
135
|
+
break;
|
|
136
|
+
case 1:
|
|
137
|
+
switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
|
|
138
|
+
case 0:
|
|
139
|
+
d.s = 0;
|
|
140
|
+
break;
|
|
141
|
+
case 1:
|
|
142
|
+
d.s = 1;
|
|
143
|
+
break;
|
|
144
|
+
case 3:
|
|
145
|
+
d.s = 3;
|
|
146
|
+
break;
|
|
147
|
+
case 2:
|
|
148
|
+
d.s = 2;
|
|
149
|
+
break;
|
|
150
|
+
case 4:
|
|
151
|
+
d.s = 4;
|
|
152
|
+
break;
|
|
153
|
+
}
|
|
154
|
+
break;
|
|
155
|
+
case 18:
|
|
156
|
+
d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
157
|
+
break;
|
|
158
|
+
case 55:
|
|
159
|
+
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
160
|
+
this.aa = c;
|
|
161
|
+
d.appendButtonContent(this.aa.ao);
|
|
162
|
+
}
|
|
163
|
+
break;
|
|
164
|
+
case 0:
|
|
165
|
+
switch (EnumUtil.getEnumValue(NativeUIButtonDisplayType_$type, c)) {
|
|
166
|
+
case 3:
|
|
167
|
+
d.e = 3;
|
|
168
|
+
break;
|
|
169
|
+
case 1:
|
|
170
|
+
d.e = 1;
|
|
171
|
+
break;
|
|
172
|
+
case 4:
|
|
173
|
+
d.e = 4;
|
|
174
|
+
break;
|
|
175
|
+
case 2:
|
|
176
|
+
d.e = 2;
|
|
177
|
+
break;
|
|
178
|
+
case 0:
|
|
179
|
+
d.e = 0;
|
|
180
|
+
break;
|
|
181
|
+
}
|
|
182
|
+
break;
|
|
183
|
+
case 4:
|
|
184
|
+
d.ax = c;
|
|
185
|
+
break;
|
|
186
|
+
case 33:
|
|
187
|
+
d.disabled = c;
|
|
188
|
+
break;
|
|
189
|
+
case 5:
|
|
190
|
+
d.av = c;
|
|
191
|
+
break;
|
|
192
|
+
case 6:
|
|
193
|
+
d.a3 = !c;
|
|
194
|
+
break;
|
|
195
|
+
case 24:
|
|
196
|
+
d.ql = c;
|
|
197
|
+
break;
|
|
198
|
+
case 56:
|
|
199
|
+
d.bn = c.left;
|
|
200
|
+
d.bp = c.top;
|
|
201
|
+
d.bo = c.right;
|
|
202
|
+
d.bm = c.bottom;
|
|
203
|
+
break;
|
|
204
|
+
case 58:
|
|
205
|
+
d.az = c;
|
|
206
|
+
break;
|
|
207
|
+
case 57:
|
|
208
|
+
d.aw = c;
|
|
209
|
+
break;
|
|
210
|
+
case 59:
|
|
211
|
+
d.au = c;
|
|
212
|
+
break;
|
|
213
|
+
case 17:
|
|
214
|
+
d.k6 = c;
|
|
215
|
+
break;
|
|
216
|
+
case 11:
|
|
217
|
+
d.ab = c;
|
|
218
|
+
break;
|
|
219
|
+
case 89:
|
|
220
|
+
d.bz = c;
|
|
221
|
+
break;
|
|
222
|
+
case 60:
|
|
223
|
+
d.a6 = c;
|
|
224
|
+
break;
|
|
225
|
+
case 119:
|
|
226
|
+
d.n7 = c;
|
|
227
|
+
break;
|
|
228
|
+
case 23:
|
|
229
|
+
d.n6 = c;
|
|
230
|
+
break;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
getValue(a, b) {
|
|
234
|
+
let c = a;
|
|
235
|
+
switch (b) {
|
|
236
|
+
case 3: return this.ac;
|
|
237
|
+
case 55: return this.aa;
|
|
238
|
+
case 1:
|
|
239
|
+
switch (c.s) {
|
|
240
|
+
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
241
|
+
case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
|
|
242
|
+
case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
|
|
243
|
+
case 2: return enumGetBox(NativeUIDisplayDensity_$type, 2);
|
|
244
|
+
case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
|
|
245
|
+
}
|
|
246
|
+
break;
|
|
247
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.o);
|
|
248
|
+
case 0:
|
|
249
|
+
switch (c.e) {
|
|
250
|
+
case 3: return enumGetBox(NativeUIButtonDisplayType_$type, 3);
|
|
251
|
+
case 1: return enumGetBox(NativeUIButtonDisplayType_$type, 1);
|
|
252
|
+
case 4: return enumGetBox(NativeUIButtonDisplayType_$type, 4);
|
|
253
|
+
case 2: return enumGetBox(NativeUIButtonDisplayType_$type, 2);
|
|
254
|
+
case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
255
|
+
}
|
|
256
|
+
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
257
|
+
case 4: return c.ax;
|
|
258
|
+
case 33: return c.disabled;
|
|
259
|
+
case 5: return c.av;
|
|
260
|
+
case 6: return !c.a3;
|
|
261
|
+
case 24: return c.ql;
|
|
262
|
+
case 56: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
|
|
263
|
+
case 58: return c.az;
|
|
264
|
+
case 57: return c.aw;
|
|
265
|
+
case 59: return c.au;
|
|
266
|
+
case 17: return c.k6;
|
|
267
|
+
case 89: return c.bz;
|
|
268
|
+
case 60: return c.a6;
|
|
269
|
+
case 119: return c.n7;
|
|
270
|
+
case 23: return c.n6;
|
|
271
|
+
}
|
|
272
|
+
return null;
|
|
273
|
+
}
|
|
274
|
+
setHorizontalContentAlignment(a, b) {
|
|
275
|
+
switch (b) {
|
|
276
|
+
case 1:
|
|
277
|
+
this.t.lj = 1;
|
|
278
|
+
break;
|
|
279
|
+
case 0:
|
|
280
|
+
this.t.lj = 0;
|
|
281
|
+
break;
|
|
282
|
+
case 2:
|
|
283
|
+
this.t.lj = 2;
|
|
284
|
+
break;
|
|
285
|
+
case 3:
|
|
286
|
+
this.t.lj = 3;
|
|
287
|
+
break;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
getHorizontalContentAlignment(a) {
|
|
291
|
+
switch (this.t.lj) {
|
|
292
|
+
case 1: return 1;
|
|
293
|
+
case 0: return 0;
|
|
294
|
+
case 2: return 2;
|
|
295
|
+
default: return 3;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
setVerticalContentAlignment(a, b) {
|
|
299
|
+
switch (b) {
|
|
300
|
+
case 2:
|
|
301
|
+
this.t.rn = 2;
|
|
302
|
+
break;
|
|
303
|
+
case 1:
|
|
304
|
+
this.t.rn = 1;
|
|
305
|
+
break;
|
|
306
|
+
case 3:
|
|
307
|
+
this.t.rn = 3;
|
|
308
|
+
break;
|
|
309
|
+
case 0:
|
|
310
|
+
this.t.rn = 0;
|
|
311
|
+
break;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
getVerticalContentAlignment(a) {
|
|
315
|
+
switch (this.t.rn) {
|
|
316
|
+
case 2: return 2;
|
|
317
|
+
case 1: return 1;
|
|
318
|
+
case 0: return 0;
|
|
319
|
+
default: return 3;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
exportVisualData(a) {
|
|
323
|
+
return a.ec();
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
export { XButtonBridge };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XButtonGroup } from "./ButtonGroupView_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 { XButtonGroup } from "./ButtonGroupView_combined";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { INativeUIButtonGroupBridge } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIButton } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
6
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
7
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class XButtonGroupBridge extends XComponentBridge implements INativeUIButtonGroupBridge {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
private u;
|
|
14
|
+
private w;
|
|
15
|
+
constructor(a: any);
|
|
16
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
17
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
18
|
+
private x;
|
|
19
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
20
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
21
|
+
exportVisualData(a: any): any;
|
|
22
|
+
private v;
|
|
23
|
+
addButton(a: any, b: NativeUIButton): void;
|
|
24
|
+
updateButton(a: any, b: number, c: NativeUIButton): void;
|
|
25
|
+
insertButton(a: any, b: number, c: NativeUIButton): void;
|
|
26
|
+
removeButton(a: any, b: number): void;
|
|
27
|
+
getButtonAt(a: any, b: number): NativeUIButton;
|
|
28
|
+
clearSelection(a: any): void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
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 { INativeUIButtonGroupBridge_$type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { runOn, delegateCombine, delegateRemove, enumGetBox, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
10
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { NativeUIButton } from "igniteui-webcomponents-core";
|
|
12
|
+
import { NativeUIButtonGroupSelectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
13
|
+
import { NativeUIDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
14
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { NativeUIButtonGroupDisplayType_$type } from "igniteui-webcomponents-core";
|
|
16
|
+
import { NativeUIButtonDisplayType_$type } from "igniteui-webcomponents-core";
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
class XButtonGroupBridge extends XComponentBridge {
|
|
21
|
+
static { this.$t = markType(XButtonGroupBridge, 'XButtonGroupBridge', XComponentBridge.$, [INativeUIButtonGroupBridge_$type]); }
|
|
22
|
+
constructor(a) {
|
|
23
|
+
super(a);
|
|
24
|
+
this.u = null;
|
|
25
|
+
this.w = null;
|
|
26
|
+
this.v = new List$1(NativeUIButton.$, 0);
|
|
27
|
+
}
|
|
28
|
+
addHandler(a, b, c, d) {
|
|
29
|
+
let e = a;
|
|
30
|
+
switch (c) {
|
|
31
|
+
case 3:
|
|
32
|
+
e.selectionChanged = delegateCombine(e.selectionChanged, runOn(this, this.x));
|
|
33
|
+
this.u = d;
|
|
34
|
+
this.w = b;
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
removeHandler(a, b, c, d) {
|
|
39
|
+
let e = a;
|
|
40
|
+
switch (c) {
|
|
41
|
+
case 3:
|
|
42
|
+
e.selectionChanged = delegateRemove(e.selectionChanged, runOn(this, this.x));
|
|
43
|
+
this.u = null;
|
|
44
|
+
this.w = null;
|
|
45
|
+
break;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
x(a, b) {
|
|
49
|
+
if (this.u != null) {
|
|
50
|
+
let c = new NativeUIButtonGroupSelectionChangedEventArgs();
|
|
51
|
+
let d = a;
|
|
52
|
+
let e = d.d;
|
|
53
|
+
let f = null;
|
|
54
|
+
c.a = e;
|
|
55
|
+
this.u(this.w, c);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
getValue(a, b) {
|
|
59
|
+
let c = a;
|
|
60
|
+
switch (b) {
|
|
61
|
+
case 1:
|
|
62
|
+
let d = c.u;
|
|
63
|
+
let e = 1;
|
|
64
|
+
switch (d) {
|
|
65
|
+
case 0:
|
|
66
|
+
e = 0;
|
|
67
|
+
break;
|
|
68
|
+
case 1:
|
|
69
|
+
e = 1;
|
|
70
|
+
break;
|
|
71
|
+
case 2:
|
|
72
|
+
e = 2;
|
|
73
|
+
break;
|
|
74
|
+
case 3:
|
|
75
|
+
e = 3;
|
|
76
|
+
break;
|
|
77
|
+
case 4:
|
|
78
|
+
e = 4;
|
|
79
|
+
break;
|
|
80
|
+
}
|
|
81
|
+
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
82
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.q);
|
|
83
|
+
case 88: return c.d;
|
|
84
|
+
case 0:
|
|
85
|
+
switch (c.i) {
|
|
86
|
+
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
87
|
+
case 1: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 1);
|
|
88
|
+
}
|
|
89
|
+
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
90
|
+
case 33: return c.disabled;
|
|
91
|
+
case 24: return c.ht;
|
|
92
|
+
case 17: return c.a2;
|
|
93
|
+
case 120: return c.hp;
|
|
94
|
+
}
|
|
95
|
+
return null;
|
|
96
|
+
}
|
|
97
|
+
setValue(a, b, c) {
|
|
98
|
+
let d = a;
|
|
99
|
+
switch (b) {
|
|
100
|
+
case 1:
|
|
101
|
+
let e = 0;
|
|
102
|
+
switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
|
|
103
|
+
case 0:
|
|
104
|
+
e = 0;
|
|
105
|
+
break;
|
|
106
|
+
case 1:
|
|
107
|
+
e = 1;
|
|
108
|
+
break;
|
|
109
|
+
case 3:
|
|
110
|
+
e = 3;
|
|
111
|
+
break;
|
|
112
|
+
case 4:
|
|
113
|
+
e = 4;
|
|
114
|
+
break;
|
|
115
|
+
case 2:
|
|
116
|
+
e = 2;
|
|
117
|
+
break;
|
|
118
|
+
}
|
|
119
|
+
d.u = e;
|
|
120
|
+
break;
|
|
121
|
+
case 18:
|
|
122
|
+
d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
123
|
+
break;
|
|
124
|
+
case 88:
|
|
125
|
+
d.d = c;
|
|
126
|
+
break;
|
|
127
|
+
case 0:
|
|
128
|
+
switch (EnumUtil.getEnumValue(NativeUIButtonGroupDisplayType_$type, c)) {
|
|
129
|
+
case 0:
|
|
130
|
+
d.i = 0;
|
|
131
|
+
break;
|
|
132
|
+
case 1:
|
|
133
|
+
d.i = 1;
|
|
134
|
+
break;
|
|
135
|
+
}
|
|
136
|
+
break;
|
|
137
|
+
case 33:
|
|
138
|
+
d.disabled = c;
|
|
139
|
+
break;
|
|
140
|
+
case 24:
|
|
141
|
+
d.ht = c;
|
|
142
|
+
break;
|
|
143
|
+
case 17:
|
|
144
|
+
d.a2 = c.e;
|
|
145
|
+
break;
|
|
146
|
+
case 120:
|
|
147
|
+
d.hp = c;
|
|
148
|
+
break;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
exportVisualData(a) {
|
|
152
|
+
let b = a.a6();
|
|
153
|
+
let c = this.getBoundingRect(a);
|
|
154
|
+
b.m = c.left;
|
|
155
|
+
b.n = c.top;
|
|
156
|
+
b.o = c.width;
|
|
157
|
+
b.l = c.height;
|
|
158
|
+
return b;
|
|
159
|
+
}
|
|
160
|
+
addButton(a, b) {
|
|
161
|
+
this.v.add(b);
|
|
162
|
+
a.buttons.add(b.d.getMethodTarget(null));
|
|
163
|
+
a.appendContentChild(b.ao);
|
|
164
|
+
}
|
|
165
|
+
updateButton(a, b, c) {
|
|
166
|
+
this.v._inner[b] = c;
|
|
167
|
+
a.buttons._inner[b] = c.d.getMethodTarget(null);
|
|
168
|
+
}
|
|
169
|
+
insertButton(a, b, c) {
|
|
170
|
+
this.v.insert(b, c);
|
|
171
|
+
a.buttons.insert(b, c.d.getMethodTarget(null));
|
|
172
|
+
a.appendContentChild(c.ao);
|
|
173
|
+
}
|
|
174
|
+
removeButton(a, b) {
|
|
175
|
+
this.v.removeAt(b);
|
|
176
|
+
a.buttons.removeAt(b);
|
|
177
|
+
}
|
|
178
|
+
getButtonAt(a, b) {
|
|
179
|
+
return this.v._inner[b];
|
|
180
|
+
}
|
|
181
|
+
clearSelection(a) {
|
|
182
|
+
a.d = new Array(0);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
export { XButtonGroupBridge };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
2
|
+
import { XButton } from "./XButton";
|
|
3
|
+
import { EventArgs, Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class XButtonGroupButtonCollection extends ObservableCollection$1<XButton> {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor();
|
|
10
|
+
collectionResetting: (sender: any, e: EventArgs) => void;
|
|
11
|
+
protected p(): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
8
|
+
import { XButton } from "./XButton";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
class XButtonGroupButtonCollection extends ObservableCollection$1 {
|
|
14
|
+
static { this.$t = markType(XButtonGroupButtonCollection, 'XButtonGroupButtonCollection', ObservableCollection$1.$.specialize(XButton.$)); }
|
|
15
|
+
constructor() {
|
|
16
|
+
super(XButton.$, 0);
|
|
17
|
+
this.collectionResetting = null;
|
|
18
|
+
}
|
|
19
|
+
p() {
|
|
20
|
+
if (this.collectionResetting != null) {
|
|
21
|
+
this.collectionResetting(this, null);
|
|
22
|
+
}
|
|
23
|
+
super.p();
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export { XButtonGroupButtonCollection };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XCalendar } from "./CalendarView_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 { XCalendar } from "./CalendarView_combined";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export declare class XCalendarLocaleEn {
|
|
2
|
+
[key: string]: string;
|
|
3
|
+
"April_Full": string;
|
|
4
|
+
"April_Short": string;
|
|
5
|
+
"August_Full": string;
|
|
6
|
+
"August_Short": string;
|
|
7
|
+
"December_Full": string;
|
|
8
|
+
"December_Short": string;
|
|
9
|
+
"February_Full": string;
|
|
10
|
+
"February_Short": string;
|
|
11
|
+
"Friday_Full": string;
|
|
12
|
+
"Friday_Short": string;
|
|
13
|
+
"Friday_Single": string;
|
|
14
|
+
"January_Full": string;
|
|
15
|
+
"January_Short": string;
|
|
16
|
+
"July_Full": string;
|
|
17
|
+
"July_Short": string;
|
|
18
|
+
"June_Full": string;
|
|
19
|
+
"June_Short": string;
|
|
20
|
+
"March_Full": string;
|
|
21
|
+
"March_Short": string;
|
|
22
|
+
"May_Full": string;
|
|
23
|
+
"May_Short": string;
|
|
24
|
+
"Monday_Full": string;
|
|
25
|
+
"Monday_Short": string;
|
|
26
|
+
"Monday_Single": string;
|
|
27
|
+
"November_Full": string;
|
|
28
|
+
"November_Short": string;
|
|
29
|
+
"October_Full": string;
|
|
30
|
+
"October_Short": string;
|
|
31
|
+
"Saturday_Full": string;
|
|
32
|
+
"Saturday_Short": string;
|
|
33
|
+
"Saturday_Single": string;
|
|
34
|
+
"September_Full": string;
|
|
35
|
+
"September_Short": string;
|
|
36
|
+
"Sunday_Full": string;
|
|
37
|
+
"Sunday_Short": string;
|
|
38
|
+
"Sunday_Single": string;
|
|
39
|
+
"Thursday_Full": string;
|
|
40
|
+
"Thursday_Short": string;
|
|
41
|
+
"Thursday_Single": string;
|
|
42
|
+
"Today": string;
|
|
43
|
+
"Tuesday_Full": string;
|
|
44
|
+
"Tuesday_Short": string;
|
|
45
|
+
"Tuesday_Single": string;
|
|
46
|
+
"Wednesday_Full": string;
|
|
47
|
+
"Wednesday_Short": string;
|
|
48
|
+
"Wednesday_Single": string;
|
|
49
|
+
}
|