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,56 @@
|
|
|
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 class XCalendarLocaleEn {
|
|
8
|
+
constructor() {
|
|
9
|
+
this["April_Full"] = "April";
|
|
10
|
+
this["April_Short"] = "Apr";
|
|
11
|
+
this["August_Full"] = "August";
|
|
12
|
+
this["August_Short"] = "Aug";
|
|
13
|
+
this["December_Full"] = "December";
|
|
14
|
+
this["December_Short"] = "Dec";
|
|
15
|
+
this["February_Full"] = "February";
|
|
16
|
+
this["February_Short"] = "Feb";
|
|
17
|
+
this["Friday_Full"] = "Friday";
|
|
18
|
+
this["Friday_Short"] = "Fri";
|
|
19
|
+
this["Friday_Single"] = "F";
|
|
20
|
+
this["January_Full"] = "January";
|
|
21
|
+
this["January_Short"] = "Jan";
|
|
22
|
+
this["July_Full"] = "July";
|
|
23
|
+
this["July_Short"] = "Jul";
|
|
24
|
+
this["June_Full"] = "June";
|
|
25
|
+
this["June_Short"] = "Jun";
|
|
26
|
+
this["March_Full"] = "March";
|
|
27
|
+
this["March_Short"] = "Mar";
|
|
28
|
+
this["May_Full"] = "May";
|
|
29
|
+
this["May_Short"] = "May";
|
|
30
|
+
this["Monday_Full"] = "Monday";
|
|
31
|
+
this["Monday_Short"] = "Mon";
|
|
32
|
+
this["Monday_Single"] = "M";
|
|
33
|
+
this["November_Full"] = "November";
|
|
34
|
+
this["November_Short"] = "Nov";
|
|
35
|
+
this["October_Full"] = "October";
|
|
36
|
+
this["October_Short"] = "Oct";
|
|
37
|
+
this["Saturday_Full"] = "Saturday";
|
|
38
|
+
this["Saturday_Short"] = "Sat";
|
|
39
|
+
this["Saturday_Single"] = "S";
|
|
40
|
+
this["September_Full"] = "September";
|
|
41
|
+
this["September_Short"] = "Sep";
|
|
42
|
+
this["Sunday_Full"] = "Sunday";
|
|
43
|
+
this["Sunday_Short"] = "Sun";
|
|
44
|
+
this["Sunday_Single"] = "S";
|
|
45
|
+
this["Thursday_Full"] = "Thursday";
|
|
46
|
+
this["Thursday_Short"] = "Thu";
|
|
47
|
+
this["Thursday_Single"] = "T";
|
|
48
|
+
this["Today"] = "Today";
|
|
49
|
+
this["Tuesday_Full"] = "Tuesday";
|
|
50
|
+
this["Tuesday_Short"] = "Tue";
|
|
51
|
+
this["Tuesday_Single"] = "T";
|
|
52
|
+
this["Wednesday_Full"] = "Wednesday";
|
|
53
|
+
this["Wednesday_Short"] = "Wed";
|
|
54
|
+
this["Wednesday_Single"] = "W";
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XCheckbox } from "./CheckboxView_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 { XCheckbox } from "./CheckboxView_combined";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class XCheckboxBridge extends XComponentBridge {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private u;
|
|
12
|
+
private v;
|
|
13
|
+
constructor(a: any);
|
|
14
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
15
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
16
|
+
private w;
|
|
17
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
18
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
19
|
+
exportVisualData(a: any): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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, enumGetBox, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUICheckboxChangeEventArgs } from "igniteui-webcomponents-core";
|
|
10
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class XCheckboxBridge extends XComponentBridge {
|
|
15
|
+
static { this.$t = markType(XCheckboxBridge, 'XCheckboxBridge', XComponentBridge.$); }
|
|
16
|
+
constructor(a) {
|
|
17
|
+
super(a);
|
|
18
|
+
this.u = null;
|
|
19
|
+
this.v = null;
|
|
20
|
+
}
|
|
21
|
+
addHandler(a, b, c, d) {
|
|
22
|
+
let e = a;
|
|
23
|
+
switch (c) {
|
|
24
|
+
case 2:
|
|
25
|
+
let f = a;
|
|
26
|
+
e.change = delegateCombine(e.change, runOn(this, this.w));
|
|
27
|
+
this.u = d;
|
|
28
|
+
this.v = b;
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
removeHandler(a, b, c, d) {
|
|
33
|
+
let e = a;
|
|
34
|
+
switch (c) {
|
|
35
|
+
case 2:
|
|
36
|
+
e.change = delegateRemove(e.change, runOn(this, this.w));
|
|
37
|
+
this.u = null;
|
|
38
|
+
this.v = null;
|
|
39
|
+
break;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
w(a, b) {
|
|
43
|
+
if (this.u != null) {
|
|
44
|
+
let c = new NativeUICheckboxChangeEventArgs();
|
|
45
|
+
this.u(this.v, c);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
getValue(a, b) {
|
|
49
|
+
let c = a;
|
|
50
|
+
switch (b) {
|
|
51
|
+
case 4: return c.y;
|
|
52
|
+
case 7: return c.checked;
|
|
53
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
54
|
+
case 17: return c.ar;
|
|
55
|
+
case 67: return c.dl;
|
|
56
|
+
case 69: return c.dm;
|
|
57
|
+
case 68: return c.dd;
|
|
58
|
+
case 70: return c.de;
|
|
59
|
+
}
|
|
60
|
+
return null;
|
|
61
|
+
}
|
|
62
|
+
setValue(a, b, c) {
|
|
63
|
+
let d = a;
|
|
64
|
+
switch (b) {
|
|
65
|
+
case 4:
|
|
66
|
+
d.y = c;
|
|
67
|
+
return;
|
|
68
|
+
case 7:
|
|
69
|
+
d.checked = c;
|
|
70
|
+
return;
|
|
71
|
+
case 18:
|
|
72
|
+
d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
73
|
+
break;
|
|
74
|
+
case 17:
|
|
75
|
+
d.ar = c;
|
|
76
|
+
break;
|
|
77
|
+
case 67:
|
|
78
|
+
d.dl = c;
|
|
79
|
+
break;
|
|
80
|
+
case 69:
|
|
81
|
+
d.dm = c;
|
|
82
|
+
break;
|
|
83
|
+
case 68:
|
|
84
|
+
d.dd = c;
|
|
85
|
+
break;
|
|
86
|
+
case 70:
|
|
87
|
+
d.de = c;
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exportVisualData(a) {
|
|
92
|
+
let b = a.a3();
|
|
93
|
+
return b;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
export { XCheckboxBridge };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NativeUIElementBridge } from "igniteui-webcomponents-core";
|
|
2
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { UIElementPropertyId } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class XComponentBridge extends NativeUIElementBridge {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
private s;
|
|
12
|
+
get t(): any;
|
|
13
|
+
constructor(a: any);
|
|
14
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
15
|
+
getMethodTarget(a: any): any;
|
|
16
|
+
getTargetForBuildInEvent(a: any, b: NativeUIBuiltInEvents): any;
|
|
17
|
+
getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { NativeUIElementBridge } from "igniteui-webcomponents-core";
|
|
8
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
class XComponentBridge extends NativeUIElementBridge {
|
|
13
|
+
static { this.$t = markType(XComponentBridge, 'XComponentBridge', NativeUIElementBridge.$); }
|
|
14
|
+
get t() {
|
|
15
|
+
return this.s;
|
|
16
|
+
}
|
|
17
|
+
constructor(a) {
|
|
18
|
+
super();
|
|
19
|
+
this.s = null;
|
|
20
|
+
this.s = a;
|
|
21
|
+
}
|
|
22
|
+
getTargetForProperty(a, b) {
|
|
23
|
+
switch (a) {
|
|
24
|
+
case 14:
|
|
25
|
+
case 9:
|
|
26
|
+
case 10:
|
|
27
|
+
case 13:
|
|
28
|
+
case 16:
|
|
29
|
+
case 15:
|
|
30
|
+
case 17:
|
|
31
|
+
case 7:
|
|
32
|
+
case 21:
|
|
33
|
+
case 1: return b;
|
|
34
|
+
}
|
|
35
|
+
return this.s != null ? this.s : b;
|
|
36
|
+
}
|
|
37
|
+
getMethodTarget(a) {
|
|
38
|
+
return this.s != null ? this.s : a;
|
|
39
|
+
}
|
|
40
|
+
getTargetForBuildInEvent(a, b) {
|
|
41
|
+
return this.s != null ? this.s : a;
|
|
42
|
+
}
|
|
43
|
+
getTargetForBuildInProperty(a, b) {
|
|
44
|
+
switch (b) {
|
|
45
|
+
case 109:
|
|
46
|
+
case 122: return a;
|
|
47
|
+
}
|
|
48
|
+
return this.s != null ? this.s : a;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
export { XComponentBridge };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XDatePicker } from "./DatePickerView_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 { XDatePicker } from "./DatePickerView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XIcon } from "./IconView_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 { XIcon } from "./IconView_combined";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
4
|
+
import { UIElementPropertyId } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class XIconBridge extends XComponentBridge {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private u;
|
|
11
|
+
private v;
|
|
12
|
+
constructor(a: any);
|
|
13
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
14
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
15
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
16
|
+
private w;
|
|
17
|
+
exportVisualData(a: any): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
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 { enumGetBox, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
|
+
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
11
|
+
import { stringStartsWith } from "igniteui-webcomponents-core";
|
|
12
|
+
import { trimStart } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
class XIconBridge extends XComponentBridge {
|
|
17
|
+
static { this.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$); }
|
|
18
|
+
constructor(a) {
|
|
19
|
+
super(a);
|
|
20
|
+
this.u = "default";
|
|
21
|
+
this.v = null;
|
|
22
|
+
}
|
|
23
|
+
getValue(a, b) {
|
|
24
|
+
let c = a;
|
|
25
|
+
switch (b) {
|
|
26
|
+
case 16: return this.v;
|
|
27
|
+
case 15: return this.u;
|
|
28
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
29
|
+
case 45: return c.a6;
|
|
30
|
+
case 46: return c.a7;
|
|
31
|
+
case 47: return c.a8;
|
|
32
|
+
case 48: return c.a5;
|
|
33
|
+
case 49: return c.a9;
|
|
34
|
+
case 50: return c.a1;
|
|
35
|
+
case 64: return c.e;
|
|
36
|
+
case 65: return c.f;
|
|
37
|
+
case 66: return c.a4;
|
|
38
|
+
}
|
|
39
|
+
return super.getValue(a, b);
|
|
40
|
+
}
|
|
41
|
+
setValue(a, b, c) {
|
|
42
|
+
super.setValue(a, b, c);
|
|
43
|
+
let d = a;
|
|
44
|
+
switch (b) {
|
|
45
|
+
case 15:
|
|
46
|
+
{
|
|
47
|
+
this.u = c;
|
|
48
|
+
this.w(d);
|
|
49
|
+
}
|
|
50
|
+
break;
|
|
51
|
+
case 16:
|
|
52
|
+
{
|
|
53
|
+
this.v = c;
|
|
54
|
+
this.w(d);
|
|
55
|
+
}
|
|
56
|
+
break;
|
|
57
|
+
case 45:
|
|
58
|
+
d.a6 = c;
|
|
59
|
+
break;
|
|
60
|
+
case 46:
|
|
61
|
+
d.a7 = c;
|
|
62
|
+
break;
|
|
63
|
+
case 47:
|
|
64
|
+
d.a8 = c;
|
|
65
|
+
break;
|
|
66
|
+
case 48:
|
|
67
|
+
d.a5 = c;
|
|
68
|
+
break;
|
|
69
|
+
case 49:
|
|
70
|
+
d.a9 = c;
|
|
71
|
+
break;
|
|
72
|
+
case 50:
|
|
73
|
+
d.a1 = c;
|
|
74
|
+
break;
|
|
75
|
+
case 64:
|
|
76
|
+
d.e = c;
|
|
77
|
+
break;
|
|
78
|
+
case 65:
|
|
79
|
+
d.f = c;
|
|
80
|
+
break;
|
|
81
|
+
case 66:
|
|
82
|
+
d.a4 = c;
|
|
83
|
+
break;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
getTargetForProperty(a, b) {
|
|
87
|
+
switch (a) {
|
|
88
|
+
case 24: return b;
|
|
89
|
+
}
|
|
90
|
+
return super.getTargetForProperty(a, b);
|
|
91
|
+
}
|
|
92
|
+
w(a) {
|
|
93
|
+
a.svg = null;
|
|
94
|
+
a.svgPath = null;
|
|
95
|
+
a.b = null;
|
|
96
|
+
a.b2 = null;
|
|
97
|
+
a.bj = null;
|
|
98
|
+
let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
99
|
+
if (b != null) {
|
|
100
|
+
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
101
|
+
a.svg = b;
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
a.svgPath = b;
|
|
105
|
+
}
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
let c = SvgIconRegistry.instance.getSvgPathsString(this.u, this.v);
|
|
109
|
+
if (c != null) {
|
|
110
|
+
a.b = c;
|
|
111
|
+
return;
|
|
112
|
+
}
|
|
113
|
+
let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
114
|
+
if (d != null) {
|
|
115
|
+
a.b2 = d;
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
119
|
+
if (e != null) {
|
|
120
|
+
a.bj = e;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
exportVisualData(a) {
|
|
124
|
+
let b = a.bi();
|
|
125
|
+
return b;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
export { XIconBridge };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { XButtonBridge } from "./XButtonBridge";
|
|
2
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
4
|
+
import { UIElementPropertyId } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class XIconButtonBridge extends XButtonBridge {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private al;
|
|
11
|
+
constructor(a: any, b: any);
|
|
12
|
+
getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
|
|
13
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
14
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
15
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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 { XButtonBridge } from "./XButtonBridge";
|
|
8
|
+
import { enumGetBox, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { XIconBridge } from "./XIconBridge";
|
|
10
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class XIconButtonBridge extends XButtonBridge {
|
|
15
|
+
static { this.$t = markType(XIconButtonBridge, 'XIconButtonBridge', XButtonBridge.$); }
|
|
16
|
+
constructor(a, b) {
|
|
17
|
+
super(a);
|
|
18
|
+
this.al = null;
|
|
19
|
+
this.al = new XIconBridge(b);
|
|
20
|
+
}
|
|
21
|
+
getTargetForBuildInProperty(a, b) {
|
|
22
|
+
switch (b) {
|
|
23
|
+
case 15:
|
|
24
|
+
case 16:
|
|
25
|
+
case 45:
|
|
26
|
+
case 46:
|
|
27
|
+
case 47:
|
|
28
|
+
case 48:
|
|
29
|
+
case 49:
|
|
30
|
+
case 50: return this.al.t;
|
|
31
|
+
}
|
|
32
|
+
return super.getTargetForBuildInProperty(a, b);
|
|
33
|
+
}
|
|
34
|
+
getTargetForProperty(a, b) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 16:
|
|
37
|
+
case 15:
|
|
38
|
+
case 17: return this.al.t.view.v;
|
|
39
|
+
}
|
|
40
|
+
return super.getTargetForProperty(a, b);
|
|
41
|
+
}
|
|
42
|
+
getValue(a, b) {
|
|
43
|
+
switch (b) {
|
|
44
|
+
case 16:
|
|
45
|
+
case 15:
|
|
46
|
+
case 45:
|
|
47
|
+
case 46:
|
|
48
|
+
case 47:
|
|
49
|
+
case 48:
|
|
50
|
+
case 49:
|
|
51
|
+
case 50: return this.al.getValue(a, b);
|
|
52
|
+
case 18: return enumGetBox(BaseControlTheme_$type, a.o);
|
|
53
|
+
}
|
|
54
|
+
return super.getValue(a, b);
|
|
55
|
+
}
|
|
56
|
+
setValue(a, b, c) {
|
|
57
|
+
super.setValue(a, b, c);
|
|
58
|
+
switch (b) {
|
|
59
|
+
case 16:
|
|
60
|
+
case 15:
|
|
61
|
+
case 45:
|
|
62
|
+
case 46:
|
|
63
|
+
case 47:
|
|
64
|
+
case 48:
|
|
65
|
+
case 49:
|
|
66
|
+
case 50:
|
|
67
|
+
this.al.setValue(a, b, c);
|
|
68
|
+
break;
|
|
69
|
+
case 18:
|
|
70
|
+
a.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
71
|
+
break;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
export { XIconButtonBridge };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInput } 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 { XInput } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
2
|
+
import { INativeUIInputBridge } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
6
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
7
|
+
import { UIElementPropertyId } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class XInputBridge extends XComponentBridge implements INativeUIInputBridge {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
private ab;
|
|
14
|
+
private aa;
|
|
15
|
+
private ag;
|
|
16
|
+
private af;
|
|
17
|
+
private x;
|
|
18
|
+
private am;
|
|
19
|
+
private y;
|
|
20
|
+
private z;
|
|
21
|
+
private ai;
|
|
22
|
+
private ak;
|
|
23
|
+
private ac;
|
|
24
|
+
private ah;
|
|
25
|
+
private ad;
|
|
26
|
+
private aj;
|
|
27
|
+
private ae;
|
|
28
|
+
private al;
|
|
29
|
+
constructor(a: any);
|
|
30
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
31
|
+
private at;
|
|
32
|
+
private ar;
|
|
33
|
+
private ap;
|
|
34
|
+
private as;
|
|
35
|
+
private aq;
|
|
36
|
+
private aw;
|
|
37
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
38
|
+
private av;
|
|
39
|
+
private au;
|
|
40
|
+
private v;
|
|
41
|
+
private an;
|
|
42
|
+
private w;
|
|
43
|
+
private u;
|
|
44
|
+
private ao;
|
|
45
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
46
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
47
|
+
getTargetForProperty(a: UIElementPropertyId, b: any): any;
|
|
48
|
+
focus(a: any): void;
|
|
49
|
+
select(a: any): void;
|
|
50
|
+
resetIsExpanded(a: any): void;
|
|
51
|
+
setSelectionRange(a: any, b: number, c: number): void;
|
|
52
|
+
exportVisualData(a: any): any;
|
|
53
|
+
}
|