igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +8 -0
- package/esm2022/lib/ButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonClickEventArgs.js +14 -0
- package/esm2022/lib/ButtonDisplayStyle.d.ts +15 -0
- package/esm2022/lib/ButtonDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupOrientation.d.ts +9 -0
- package/esm2022/lib/ButtonGroupOrientation.js +16 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ButtonGroupView.d.ts +1 -0
- package/esm2022/lib/ButtonGroupView.js +7 -0
- package/esm2022/lib/ButtonGroupView_combined.d.ts +374 -0
- package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.d.ts +28 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
- package/esm2022/lib/ButtonView.d.ts +1 -0
- package/esm2022/lib/ButtonView.js +7 -0
- package/esm2022/lib/ButtonView_combined.d.ts +708 -0
- package/esm2022/lib/ButtonView_combined.js +3668 -0
- package/esm2022/lib/ButtonVisualModelExport.d.ts +47 -0
- package/esm2022/lib/ButtonVisualModelExport.js +108 -0
- package/esm2022/lib/CalendarView.d.ts +1 -0
- package/esm2022/lib/CalendarView.js +7 -0
- package/esm2022/lib/CalendarView_combined.d.ts +234 -0
- package/esm2022/lib/CalendarView_combined.js +2803 -0
- package/esm2022/lib/CalendarVisualModelExport.d.ts +33 -0
- package/esm2022/lib/CalendarVisualModelExport.js +98 -0
- package/esm2022/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/CheckboxChangeEventArgs.js +31 -0
- package/esm2022/lib/CheckboxLabelPosition.d.ts +12 -0
- package/esm2022/lib/CheckboxLabelPosition.js +11 -0
- package/esm2022/lib/CheckboxListVisualModelExport.d.ts +18 -0
- package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
- package/esm2022/lib/CheckboxView.d.ts +1 -0
- package/esm2022/lib/CheckboxView.js +7 -0
- package/esm2022/lib/CheckboxView_combined.d.ts +216 -0
- package/esm2022/lib/CheckboxView_combined.js +1123 -0
- package/esm2022/lib/CheckboxVisualModelExport.d.ts +32 -0
- package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
- package/esm2022/lib/ColorEditor.d.ts +1 -0
- package/esm2022/lib/ColorEditor.js +7 -0
- package/esm2022/lib/ColorEditorBridge.d.ts +1 -0
- package/esm2022/lib/ColorEditorBridge.js +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanel.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanel.js +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/ColorEditorPanelView.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanelView.js +7 -0
- package/esm2022/lib/ColorEditorView.d.ts +1 -0
- package/esm2022/lib/ColorEditorView.js +7 -0
- package/esm2022/lib/ColorEditorVisualModelExport.d.ts +17 -0
- package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
- package/esm2022/lib/DateFormats.d.ts +18 -0
- package/esm2022/lib/DateFormats.js +25 -0
- package/esm2022/lib/DatePickerView.d.ts +1 -0
- package/esm2022/lib/DatePickerView.js +7 -0
- package/esm2022/lib/DatePickerView_combined.d.ts +247 -0
- package/esm2022/lib/DatePickerView_combined.js +1707 -0
- package/esm2022/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
- package/esm2022/lib/DateTimeValueFormatter.d.ts +20 -0
- package/esm2022/lib/DateTimeValueFormatter.js +106 -0
- package/esm2022/lib/DayInfo.d.ts +13 -0
- package/esm2022/lib/DayInfo.js +21 -0
- package/esm2022/lib/DayOfWeek.d.ts +38 -0
- package/esm2022/lib/DayOfWeek.js +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.d.ts +34 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.d.ts +43 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +49 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.d.ts +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.d.ts +42 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
- package/esm2022/lib/ElevationHelper.d.ts +16 -0
- package/esm2022/lib/ElevationHelper.js +65 -0
- package/esm2022/lib/FirstWeek.d.ts +22 -0
- package/esm2022/lib/FirstWeek.js +29 -0
- package/esm2022/lib/GotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/GotFocusEventArgs.js +14 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.d.ts +21 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.d.ts +25 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.d.ts +24 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
- package/esm2022/lib/ISliderTrackOwner.d.ts +15 -0
- package/esm2022/lib/ISliderTrackOwner.js +11 -0
- package/esm2022/lib/IconClickedEventArgs.d.ts +10 -0
- package/esm2022/lib/IconClickedEventArgs.js +24 -0
- package/esm2022/lib/IconView.d.ts +1 -0
- package/esm2022/lib/IconView.js +7 -0
- package/esm2022/lib/IconViewType.d.ts +16 -0
- package/esm2022/lib/IconViewType.js +11 -0
- package/esm2022/lib/IconView_combined.d.ts +257 -0
- package/esm2022/lib/IconView_combined.js +1318 -0
- package/esm2022/lib/IconVisualModelExport.d.ts +32 -0
- package/esm2022/lib/IconVisualModelExport.js +89 -0
- package/esm2022/lib/InputChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/InputChangeEventArgs.js +31 -0
- package/esm2022/lib/InputGroupDisplayType.d.ts +11 -0
- package/esm2022/lib/InputGroupDisplayType.js +18 -0
- package/esm2022/lib/InputGroupView.d.ts +1 -0
- package/esm2022/lib/InputGroupView.js +7 -0
- package/esm2022/lib/InputGroupView_combined.d.ts +1213 -0
- package/esm2022/lib/InputGroupView_combined.js +5638 -0
- package/esm2022/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
- package/esm2022/lib/InputShiftType.d.ts +10 -0
- package/esm2022/lib/InputShiftType.js +17 -0
- package/esm2022/lib/InputView.d.ts +1 -0
- package/esm2022/lib/InputView.js +7 -0
- package/esm2022/lib/InputVisualModelExport.d.ts +32 -0
- package/esm2022/lib/InputVisualModelExport.js +78 -0
- package/esm2022/lib/KEYCODES.d.ts +27 -0
- package/esm2022/lib/KEYCODES.js +11 -0
- package/esm2022/lib/LabelShiftType.d.ts +10 -0
- package/esm2022/lib/LabelShiftType.js +17 -0
- package/esm2022/lib/LabelView.d.ts +1 -0
- package/esm2022/lib/LabelView.js +7 -0
- package/esm2022/lib/LabelVisualModelExport.d.ts +34 -0
- package/esm2022/lib/LabelVisualModelExport.js +82 -0
- package/esm2022/lib/LostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/LostFocusEventArgs.js +14 -0
- package/esm2022/lib/MaskOptions.d.ts +9 -0
- package/esm2022/lib/MaskOptions.js +19 -0
- package/esm2022/lib/MaskParsingService.d.ts +19 -0
- package/esm2022/lib/MaskParsingService.js +211 -0
- package/esm2022/lib/MultiSlider.d.ts +1 -0
- package/esm2022/lib/MultiSlider.js +7 -0
- package/esm2022/lib/MultiSliderBridge.d.ts +24 -0
- package/esm2022/lib/MultiSliderBridge.js +163 -0
- package/esm2022/lib/MultiSliderCursor.d.ts +15 -0
- package/esm2022/lib/MultiSliderCursor.js +11 -0
- package/esm2022/lib/MultiSliderHitInfo.d.ts +13 -0
- package/esm2022/lib/MultiSliderHitInfo.js +20 -0
- package/esm2022/lib/MultiSliderOrientation.d.ts +10 -0
- package/esm2022/lib/MultiSliderOrientation.js +17 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.d.ts +13 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js +31 -0
- package/esm2022/lib/MultiSliderThumb.d.ts +1 -0
- package/esm2022/lib/MultiSliderThumb.js +7 -0
- package/esm2022/lib/MultiSliderThumbCollection.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbCollection.js +19 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.d.ts +9 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.js +16 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
- package/esm2022/lib/MultiSliderThumb_combined.d.ts +76 -0
- package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.d.ts +14 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.js +11 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.d.ts +1 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.js +7 -0
- package/esm2022/lib/MultiSliderView.d.ts +1 -0
- package/esm2022/lib/MultiSliderView.js +7 -0
- package/esm2022/lib/MultiSliderView_combined.d.ts +298 -0
- package/esm2022/lib/MultiSliderView_combined.js +1779 -0
- package/esm2022/lib/MultiSliderVisualArea.d.ts +14 -0
- package/esm2022/lib/MultiSliderVisualArea.js +11 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.d.ts +8 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
- package/esm2022/lib/NativeUIXInputsFactory.d.ts +1 -0
- package/esm2022/lib/NativeUIXInputsFactory.js +7 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.d.ts +400 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
- package/esm2022/lib/PrefixShiftType.d.ts +10 -0
- package/esm2022/lib/PrefixShiftType.js +17 -0
- package/esm2022/lib/PrefixView.d.ts +1 -0
- package/esm2022/lib/PrefixView.js +7 -0
- package/esm2022/lib/PrefixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/PrefixVisualModelExport.js +33 -0
- package/esm2022/lib/Replaced.d.ts +9 -0
- package/esm2022/lib/Replaced.js +19 -0
- package/esm2022/lib/RippleView.d.ts +1 -0
- package/esm2022/lib/RippleView.js +7 -0
- package/esm2022/lib/RippleView_combined.d.ts +98 -0
- package/esm2022/lib/RippleView_combined.js +392 -0
- package/esm2022/lib/RippleVisualModelExport.d.ts +15 -0
- package/esm2022/lib/RippleVisualModelExport.js +36 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/SuffixShiftType.d.ts +10 -0
- package/esm2022/lib/SuffixShiftType.js +17 -0
- package/esm2022/lib/SuffixView.d.ts +1 -0
- package/esm2022/lib/SuffixView.js +7 -0
- package/esm2022/lib/SuffixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/SuffixVisualModelExport.js +32 -0
- package/esm2022/lib/TextBlockVisualModelExport.d.ts +21 -0
- package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
- package/esm2022/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
- package/esm2022/lib/Theme.d.ts +15 -0
- package/esm2022/lib/Theme.js +46 -0
- package/esm2022/lib/ThemeResolver.d.ts +59 -0
- package/esm2022/lib/ThemeResolver.js +190 -0
- package/esm2022/lib/XButton.d.ts +1 -0
- package/esm2022/lib/XButton.js +7 -0
- package/esm2022/lib/XButtonBridge.d.ts +40 -0
- package/esm2022/lib/XButtonBridge.js +326 -0
- package/esm2022/lib/XButtonGroup.d.ts +1 -0
- package/esm2022/lib/XButtonGroup.js +7 -0
- package/esm2022/lib/XButtonGroupBridge.d.ts +29 -0
- package/esm2022/lib/XButtonGroupBridge.js +185 -0
- package/esm2022/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/esm2022/lib/XButtonGroupButtonCollection.js +26 -0
- package/esm2022/lib/XCalendar.d.ts +1 -0
- package/esm2022/lib/XCalendar.js +7 -0
- package/esm2022/lib/XCalendarLocaleEn.d.ts +49 -0
- package/esm2022/lib/XCalendarLocaleEn.js +56 -0
- package/esm2022/lib/XCheckbox.d.ts +1 -0
- package/esm2022/lib/XCheckbox.js +7 -0
- package/esm2022/lib/XCheckboxBridge.d.ts +20 -0
- package/esm2022/lib/XCheckboxBridge.js +96 -0
- package/esm2022/lib/XComponentBridge.d.ts +18 -0
- package/esm2022/lib/XComponentBridge.js +51 -0
- package/esm2022/lib/XDatePicker.d.ts +1 -0
- package/esm2022/lib/XDatePicker.js +7 -0
- package/esm2022/lib/XIcon.d.ts +1 -0
- package/esm2022/lib/XIcon.js +7 -0
- package/esm2022/lib/XIconBridge.d.ts +18 -0
- package/esm2022/lib/XIconBridge.js +128 -0
- package/esm2022/lib/XIconButtonBridge.d.ts +16 -0
- package/esm2022/lib/XIconButtonBridge.js +75 -0
- package/esm2022/lib/XInput.d.ts +1 -0
- package/esm2022/lib/XInput.js +7 -0
- package/esm2022/lib/XInputBridge.d.ts +53 -0
- package/esm2022/lib/XInputBridge.js +474 -0
- package/esm2022/lib/XInputGroup.d.ts +1 -0
- package/esm2022/lib/XInputGroup.js +7 -0
- package/esm2022/lib/XInputGroupInputCollection.d.ts +1 -0
- package/esm2022/lib/XInputGroupInputCollection.js +7 -0
- package/esm2022/lib/XInputGroupItem.d.ts +1 -0
- package/esm2022/lib/XInputGroupItem.js +7 -0
- package/esm2022/lib/XLabel.d.ts +1 -0
- package/esm2022/lib/XLabel.js +7 -0
- package/esm2022/lib/XPopupBridge.d.ts +57 -0
- package/esm2022/lib/XPopupBridge.js +323 -0
- package/esm2022/lib/XPrefix.d.ts +1 -0
- package/esm2022/lib/XPrefix.js +7 -0
- package/esm2022/lib/XRipple.d.ts +1 -0
- package/esm2022/lib/XRipple.js +7 -0
- package/esm2022/lib/XSuffix.d.ts +1 -0
- package/esm2022/lib/XSuffix.js +7 -0
- package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-entrypoint.js +4 -0
- package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/igc-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.js +30 -0
- package/esm2022/lib/igc-checkbox-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-checkbox-change-event-args.js +43 -0
- package/esm2022/lib/igc-color-editor-component.d.ts +163 -0
- package/esm2022/lib/igc-color-editor-component.js +547 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-module.js +19 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-panel-component.d.ts +124 -0
- package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
- package/esm2022/lib/igc-color-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-panel-module.js +25 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.js +43 -0
- package/esm2022/lib/igc-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-input-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-input-change-event-args.js +43 -0
- package/esm2022/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-multi-slider-component.d.ts +174 -0
- package/esm2022/lib/igc-multi-slider-component.js +680 -0
- package/esm2022/lib/igc-multi-slider-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-module.js +17 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +16 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +42 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.d.ts +8 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.js +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +17 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.js +54 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.d.ts +26 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.js +103 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.d.ts +14 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.js +36 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.js +42 -0
- package/esm2022/lib/igc-x-button-component.d.ts +902 -0
- package/esm2022/lib/igc-x-button-component.js +2395 -0
- package/esm2022/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-button-group-button-collection.js +53 -0
- package/esm2022/lib/igc-x-button-group-component.d.ts +410 -0
- package/esm2022/lib/igc-x-button-group-component.js +1020 -0
- package/esm2022/lib/igc-x-button-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-group-module.js +21 -0
- package/esm2022/lib/igc-x-button-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-module.js +21 -0
- package/esm2022/lib/igc-x-calendar-component.d.ts +181 -0
- package/esm2022/lib/igc-x-calendar-component.js +508 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.js +13 -0
- package/esm2022/lib/igc-x-calendar-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-module.js +21 -0
- package/esm2022/lib/igc-x-checkbox-component.d.ts +232 -0
- package/esm2022/lib/igc-x-checkbox-component.js +623 -0
- package/esm2022/lib/igc-x-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-x-checkbox-module.js +21 -0
- package/esm2022/lib/igc-x-date-picker-component.d.ts +226 -0
- package/esm2022/lib/igc-x-date-picker-component.js +677 -0
- package/esm2022/lib/igc-x-date-picker-module.d.ts +3 -0
- package/esm2022/lib/igc-x-date-picker-module.js +25 -0
- package/esm2022/lib/igc-x-icon-component.d.ts +285 -0
- package/esm2022/lib/igc-x-icon-component.js +702 -0
- package/esm2022/lib/igc-x-icon-module.d.ts +3 -0
- package/esm2022/lib/igc-x-icon-module.js +19 -0
- package/esm2022/lib/igc-x-input-component.d.ts +194 -0
- package/esm2022/lib/igc-x-input-component.js +600 -0
- package/esm2022/lib/igc-x-input-group-component.d.ts +748 -0
- package/esm2022/lib/igc-x-input-group-component.js +2353 -0
- package/esm2022/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-input-group-input-collection.js +53 -0
- package/esm2022/lib/igc-x-input-group-item-component.d.ts +41 -0
- package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
- package/esm2022/lib/igc-x-input-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-group-module.js +23 -0
- package/esm2022/lib/igc-x-input-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-module.js +19 -0
- package/esm2022/lib/igc-x-label-component.d.ts +171 -0
- package/esm2022/lib/igc-x-label-component.js +410 -0
- package/esm2022/lib/igc-x-label-module.d.ts +3 -0
- package/esm2022/lib/igc-x-label-module.js +19 -0
- package/esm2022/lib/igc-x-prefix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-prefix-component.js +183 -0
- package/esm2022/lib/igc-x-prefix-module.d.ts +3 -0
- package/esm2022/lib/igc-x-prefix-module.js +19 -0
- package/esm2022/lib/igc-x-ripple-component.d.ts +118 -0
- package/esm2022/lib/igc-x-ripple-component.js +382 -0
- package/esm2022/lib/igc-x-ripple-module.d.ts +3 -0
- package/esm2022/lib/igc-x-ripple-module.js +17 -0
- package/esm2022/lib/igc-x-suffix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-suffix-component.js +183 -0
- package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
- package/esm2022/lib/multi-slider-entrypoint.js +4 -0
- package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-entrypoint.js +4 -0
- package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-group-entrypoint.js +4 -0
- package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-calendar-entrypoint.js +4 -0
- package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
- package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
- package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-icon-entrypoint.js +4 -0
- package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-entrypoint.js +4 -0
- package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-group-entrypoint.js +4 -0
- package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-label-entrypoint.js +4 -0
- package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-prefix-entrypoint.js +4 -0
- package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-ripple-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +169 -0
- package/esm2022/public_api.js +169 -0
- package/package.json +79 -8
- package/fesm2022/igniteui-webcomponents-inputs.mjs +0 -40140
- package/igniteui-webcomponents-inputs.d.ts +0 -9883
|
@@ -0,0 +1,323 @@
|
|
|
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 { INativeUIPopupBridge_$type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
10
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
11
|
+
import { runOn, delegateCombine, delegateRemove, enumGetBox, typeGetValue, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
12
|
+
import { NativeUIPopupOpenedEventArgs } from "igniteui-webcomponents-core";
|
|
13
|
+
import { NativeUIPopupClosedEventArgs } from "igniteui-webcomponents-core";
|
|
14
|
+
import { NativeUIMouseEventArgs } from "igniteui-webcomponents-core";
|
|
15
|
+
import { NativeUIFocusEventArgs } from "igniteui-webcomponents-core";
|
|
16
|
+
import { NativeUIPopupMeasuringContentEventArgs } from "igniteui-webcomponents-core";
|
|
17
|
+
import { NativeUIPopupAnimationType_$type } from "igniteui-webcomponents-core";
|
|
18
|
+
import { NativeUIPopupPointerPosition_$type } from "igniteui-webcomponents-core";
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
class XPopupBridge extends XComponentBridge {
|
|
23
|
+
static { this.$t = markType(XPopupBridge, 'XPopupBridge', XComponentBridge.$, [INativeUIPopupBridge_$type]); }
|
|
24
|
+
constructor(a) {
|
|
25
|
+
super(a);
|
|
26
|
+
this.ak = null;
|
|
27
|
+
this.af = null;
|
|
28
|
+
this.ai = null;
|
|
29
|
+
this.aj = null;
|
|
30
|
+
this.ag = null;
|
|
31
|
+
this.ah = null;
|
|
32
|
+
this.ad = null;
|
|
33
|
+
this.ab = null;
|
|
34
|
+
this.z = null;
|
|
35
|
+
this.aa = null;
|
|
36
|
+
this.x = null;
|
|
37
|
+
this.y = null;
|
|
38
|
+
this.ac = null;
|
|
39
|
+
this.w = null;
|
|
40
|
+
this.ae = null;
|
|
41
|
+
this.ae = new List$1(NativeUIComponent.$, 0);
|
|
42
|
+
}
|
|
43
|
+
contains(a, b) {
|
|
44
|
+
let c = this.t;
|
|
45
|
+
return c.contains(b);
|
|
46
|
+
}
|
|
47
|
+
addHandler(a, b, c, d) {
|
|
48
|
+
let e = a;
|
|
49
|
+
switch (c) {
|
|
50
|
+
case 5:
|
|
51
|
+
e.onPopup = delegateCombine(e.onPopup, runOn(this, this.aq));
|
|
52
|
+
this.ad = d;
|
|
53
|
+
this.ak = b;
|
|
54
|
+
break;
|
|
55
|
+
case 6:
|
|
56
|
+
e.onClosed = delegateCombine(e.onClosed, runOn(this, this.al));
|
|
57
|
+
this.ab = d;
|
|
58
|
+
this.af = b;
|
|
59
|
+
break;
|
|
60
|
+
case 7:
|
|
61
|
+
e.popupMouseEnter = delegateCombine(e.popupMouseEnter, runOn(this, this.ao));
|
|
62
|
+
this.z = d;
|
|
63
|
+
this.ai = b;
|
|
64
|
+
break;
|
|
65
|
+
case 8:
|
|
66
|
+
e.popupMouseLeave = delegateCombine(e.popupMouseLeave, runOn(this, this.ap));
|
|
67
|
+
this.aa = d;
|
|
68
|
+
this.aj = b;
|
|
69
|
+
break;
|
|
70
|
+
case 13:
|
|
71
|
+
e.popupGotFocus = delegateCombine(e.popupGotFocus, runOn(this, this.am));
|
|
72
|
+
this.x = d;
|
|
73
|
+
this.ag = b;
|
|
74
|
+
break;
|
|
75
|
+
case 14:
|
|
76
|
+
e.popupLostFocus = delegateCombine(e.popupLostFocus, runOn(this, this.an));
|
|
77
|
+
this.y = d;
|
|
78
|
+
this.ah = b;
|
|
79
|
+
break;
|
|
80
|
+
case 29:
|
|
81
|
+
e.measuringContentSize = delegateCombine(e.measuringContentSize, runOn(this, this.ar));
|
|
82
|
+
this.ac = d;
|
|
83
|
+
this.w = b;
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
ar(a, b) {
|
|
88
|
+
if (this.ac != null) {
|
|
89
|
+
this.ac(this.w, new NativeUIPopupMeasuringContentEventArgs());
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
removeHandler(a, b, c, d) {
|
|
93
|
+
let e = a;
|
|
94
|
+
switch (c) {
|
|
95
|
+
case 5:
|
|
96
|
+
e.onPopup = delegateRemove(e.onPopup, runOn(this, this.aq));
|
|
97
|
+
this.ad = null;
|
|
98
|
+
this.ak = null;
|
|
99
|
+
break;
|
|
100
|
+
case 6:
|
|
101
|
+
e.onClosed = delegateRemove(e.onClosed, runOn(this, this.al));
|
|
102
|
+
this.ab = null;
|
|
103
|
+
this.af = null;
|
|
104
|
+
break;
|
|
105
|
+
case 7:
|
|
106
|
+
e.popupMouseEnter = delegateRemove(e.popupMouseEnter, runOn(this, this.ao));
|
|
107
|
+
this.z = null;
|
|
108
|
+
this.ai = null;
|
|
109
|
+
break;
|
|
110
|
+
case 8:
|
|
111
|
+
e.popupMouseLeave = delegateRemove(e.popupMouseLeave, runOn(this, this.ap));
|
|
112
|
+
this.aa = null;
|
|
113
|
+
this.aj = null;
|
|
114
|
+
break;
|
|
115
|
+
case 13:
|
|
116
|
+
e.popupGotFocus = delegateRemove(e.popupGotFocus, runOn(this, this.am));
|
|
117
|
+
this.x = null;
|
|
118
|
+
this.ag = null;
|
|
119
|
+
break;
|
|
120
|
+
case 14:
|
|
121
|
+
e.popupLostFocus = delegateRemove(e.popupLostFocus, runOn(this, this.an));
|
|
122
|
+
this.y = null;
|
|
123
|
+
this.ah = null;
|
|
124
|
+
break;
|
|
125
|
+
case 29:
|
|
126
|
+
e.measuringContentSize = delegateRemove(e.measuringContentSize, runOn(this, this.ar));
|
|
127
|
+
this.ac = null;
|
|
128
|
+
this.w = null;
|
|
129
|
+
break;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
aq(a, b) {
|
|
133
|
+
if (this.ad != null) {
|
|
134
|
+
this.ad(this.ak, new NativeUIPopupOpenedEventArgs());
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
al(a, b) {
|
|
138
|
+
if (this.ab != null) {
|
|
139
|
+
this.ab(this.af, new NativeUIPopupClosedEventArgs());
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
ao(a, b) {
|
|
143
|
+
if (this.z != null) {
|
|
144
|
+
this.z(this.ai, new NativeUIMouseEventArgs());
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
ap(a, b) {
|
|
148
|
+
if (this.aa != null) {
|
|
149
|
+
this.aa(this.aj, new NativeUIMouseEventArgs());
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
am(a, b) {
|
|
153
|
+
if (this.x != null) {
|
|
154
|
+
this.x(this.ag, new NativeUIFocusEventArgs());
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
an(a, b) {
|
|
158
|
+
if (this.y != null) {
|
|
159
|
+
this.y(this.ah, ((() => {
|
|
160
|
+
let $ret = new NativeUIFocusEventArgs();
|
|
161
|
+
$ret.b = b.b;
|
|
162
|
+
$ret.a = b.a;
|
|
163
|
+
return $ret;
|
|
164
|
+
})()));
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
getValue(a, b) {
|
|
168
|
+
let c = a;
|
|
169
|
+
switch (b) {
|
|
170
|
+
case 22: return c.ax;
|
|
171
|
+
case 61: return c.av;
|
|
172
|
+
case 62: return c.aq;
|
|
173
|
+
case 25: return c.am;
|
|
174
|
+
case 26: return c.a9;
|
|
175
|
+
case 17: return c.a1;
|
|
176
|
+
case 23: return c.c0;
|
|
177
|
+
case 36: switch (c.p) {
|
|
178
|
+
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
179
|
+
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
180
|
+
}
|
|
181
|
+
case 37: return c.at;
|
|
182
|
+
case 38: return c.as;
|
|
183
|
+
case 41: return c.bb;
|
|
184
|
+
case 42: return c.au;
|
|
185
|
+
case 44: switch (c.v) {
|
|
186
|
+
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
187
|
+
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
188
|
+
}
|
|
189
|
+
case 43: return c.c4;
|
|
190
|
+
case 40: return c.ao;
|
|
191
|
+
case 63: return c.a4;
|
|
192
|
+
case 111: return c.ay;
|
|
193
|
+
}
|
|
194
|
+
return super.getValue(a, b);
|
|
195
|
+
}
|
|
196
|
+
setValue(a, b, c) {
|
|
197
|
+
let d = a;
|
|
198
|
+
switch (b) {
|
|
199
|
+
case 25:
|
|
200
|
+
d.am = c;
|
|
201
|
+
break;
|
|
202
|
+
case 26:
|
|
203
|
+
d.a9 = typeGetValue(c);
|
|
204
|
+
break;
|
|
205
|
+
case 17:
|
|
206
|
+
d.a1 = c;
|
|
207
|
+
break;
|
|
208
|
+
case 23:
|
|
209
|
+
d.c0 = c;
|
|
210
|
+
break;
|
|
211
|
+
case 36:
|
|
212
|
+
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
213
|
+
case 1:
|
|
214
|
+
d.p = 1;
|
|
215
|
+
break;
|
|
216
|
+
default:
|
|
217
|
+
d.p = 0;
|
|
218
|
+
break;
|
|
219
|
+
}
|
|
220
|
+
break;
|
|
221
|
+
case 37:
|
|
222
|
+
d.at = c;
|
|
223
|
+
break;
|
|
224
|
+
case 38:
|
|
225
|
+
d.as = c;
|
|
226
|
+
break;
|
|
227
|
+
case 41:
|
|
228
|
+
d.bb = typeGetValue(c);
|
|
229
|
+
break;
|
|
230
|
+
case 42:
|
|
231
|
+
d.au = c;
|
|
232
|
+
break;
|
|
233
|
+
case 43:
|
|
234
|
+
d.c4 = c;
|
|
235
|
+
break;
|
|
236
|
+
case 44:
|
|
237
|
+
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
238
|
+
case 1:
|
|
239
|
+
d.v = 1;
|
|
240
|
+
break;
|
|
241
|
+
case 2:
|
|
242
|
+
d.v = 2;
|
|
243
|
+
break;
|
|
244
|
+
}
|
|
245
|
+
break;
|
|
246
|
+
case 40:
|
|
247
|
+
d.ao = c;
|
|
248
|
+
break;
|
|
249
|
+
case 63:
|
|
250
|
+
d.a4 = c;
|
|
251
|
+
break;
|
|
252
|
+
case 111:
|
|
253
|
+
d.ay = c;
|
|
254
|
+
break;
|
|
255
|
+
}
|
|
256
|
+
super.setValue(a, b, c);
|
|
257
|
+
}
|
|
258
|
+
showRelativeToExclusionRect(a, b, c, d) {
|
|
259
|
+
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
260
|
+
}
|
|
261
|
+
showRelativeToTarget(a, b, c, d) {
|
|
262
|
+
let e = b.ao.getNativeElement();
|
|
263
|
+
a.cr(e, this.v(c), this.u(d));
|
|
264
|
+
}
|
|
265
|
+
close(a) {
|
|
266
|
+
a.b6();
|
|
267
|
+
}
|
|
268
|
+
notifyContentSizeChanged(a) {
|
|
269
|
+
a.b9();
|
|
270
|
+
}
|
|
271
|
+
notifyExclusionRectChanged(a, b) {
|
|
272
|
+
a.ca(b);
|
|
273
|
+
}
|
|
274
|
+
v(a) {
|
|
275
|
+
switch (a) {
|
|
276
|
+
case 0: return 0;
|
|
277
|
+
case 1: return 1;
|
|
278
|
+
case 2: return 2;
|
|
279
|
+
case 3: return 3;
|
|
280
|
+
case 4: return 4;
|
|
281
|
+
default: return 0;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
u(a) {
|
|
285
|
+
switch (a) {
|
|
286
|
+
case 0: return 0;
|
|
287
|
+
case 2: return 2;
|
|
288
|
+
case 1: return 1;
|
|
289
|
+
case 3: return 3;
|
|
290
|
+
default: return 0;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
exportVisualData(a) {
|
|
294
|
+
return a.bi();
|
|
295
|
+
}
|
|
296
|
+
addChild(a, b) {
|
|
297
|
+
this.ae.add(b);
|
|
298
|
+
let c = a;
|
|
299
|
+
c.appendPopupContent(b.ao);
|
|
300
|
+
}
|
|
301
|
+
insertChild(a, b, c) {
|
|
302
|
+
this.ae.add(c);
|
|
303
|
+
let d = a;
|
|
304
|
+
d.appendPopupContent(c.ao);
|
|
305
|
+
}
|
|
306
|
+
getChildAt(a, b) {
|
|
307
|
+
return this.ae._inner[b];
|
|
308
|
+
}
|
|
309
|
+
getChildrenCount(a) {
|
|
310
|
+
return this.ae.count;
|
|
311
|
+
}
|
|
312
|
+
removeChild(a, b) {
|
|
313
|
+
let c = a;
|
|
314
|
+
c.removePopupContent(b.ao);
|
|
315
|
+
this.ae.remove(b);
|
|
316
|
+
}
|
|
317
|
+
removeChildAt(a, b) {
|
|
318
|
+
let c = a;
|
|
319
|
+
c.removePopupContent(this.ae._inner[b].ao);
|
|
320
|
+
this.ae.removeAt(b);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export { XPopupBridge };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XPrefix } 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 { XPrefix } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XRipple } from "./RippleView_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 { XRipple } from "./RippleView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XSuffix } 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 { XSuffix } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ButtonClickEventArgs as ButtonClickEventArgs_internal } from "./ButtonClickEventArgs";
|
|
2
|
+
export declare class IgcButtonClickEventArgs {
|
|
3
|
+
protected createImplementation(): ButtonClickEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ButtonClickEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ButtonClickEventArgs as ButtonClickEventArgs_internal } from "./ButtonClickEventArgs";
|
|
2
|
+
export class IgcButtonClickEventArgs {
|
|
3
|
+
createImplementation() {
|
|
4
|
+
return new ButtonClickEventArgs_internal();
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i() {
|
|
10
|
+
return this._implementation;
|
|
11
|
+
}
|
|
12
|
+
onImplementationCreated() {
|
|
13
|
+
}
|
|
14
|
+
constructor() {
|
|
15
|
+
this._implementation = this.createImplementation();
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
|
+
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
_provideImplementation(i) {
|
|
23
|
+
this._implementation = i;
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
|
+
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ButtonGroupSelectionChangedEventArgs as ButtonGroupSelectionChangedEventArgs_internal } from "./ButtonGroupSelectionChangedEventArgs";
|
|
2
|
+
export declare class IgcButtonGroupSelectionChangedEventArgs {
|
|
3
|
+
protected createImplementation(): ButtonGroupSelectionChangedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ButtonGroupSelectionChangedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ButtonGroupSelectionChangedEventArgs as ButtonGroupSelectionChangedEventArgs_internal } from "./ButtonGroupSelectionChangedEventArgs";
|
|
2
|
+
export class IgcButtonGroupSelectionChangedEventArgs {
|
|
3
|
+
createImplementation() {
|
|
4
|
+
return new ButtonGroupSelectionChangedEventArgs_internal();
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i() {
|
|
10
|
+
return this._implementation;
|
|
11
|
+
}
|
|
12
|
+
onImplementationCreated() {
|
|
13
|
+
}
|
|
14
|
+
constructor() {
|
|
15
|
+
this._implementation = this.createImplementation();
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
|
+
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
_provideImplementation(i) {
|
|
23
|
+
this._implementation = i;
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
|
+
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CheckboxChangeEventArgs as CheckboxChangeEventArgs_internal } from "./CheckboxChangeEventArgs";
|
|
2
|
+
export declare class IgcCheckboxChangeEventArgs {
|
|
3
|
+
protected createImplementation(): CheckboxChangeEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): CheckboxChangeEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
get isChecked(): boolean;
|
|
13
|
+
set isChecked(v: boolean);
|
|
14
|
+
get isIndeterminate(): boolean;
|
|
15
|
+
set isIndeterminate(v: boolean);
|
|
16
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { CheckboxChangeEventArgs as CheckboxChangeEventArgs_internal } from "./CheckboxChangeEventArgs";
|
|
2
|
+
import { ensureBool } from "igniteui-webcomponents-core";
|
|
3
|
+
export class IgcCheckboxChangeEventArgs {
|
|
4
|
+
createImplementation() {
|
|
5
|
+
return new CheckboxChangeEventArgs_internal();
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
get i() {
|
|
11
|
+
return this._implementation;
|
|
12
|
+
}
|
|
13
|
+
onImplementationCreated() {
|
|
14
|
+
}
|
|
15
|
+
constructor() {
|
|
16
|
+
this._implementation = this.createImplementation();
|
|
17
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
18
|
+
this.onImplementationCreated();
|
|
19
|
+
if (this._initializeAdapters) {
|
|
20
|
+
this._initializeAdapters();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
_provideImplementation(i) {
|
|
24
|
+
this._implementation = i;
|
|
25
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
26
|
+
this.onImplementationCreated();
|
|
27
|
+
if (this._initializeAdapters) {
|
|
28
|
+
this._initializeAdapters();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
get isChecked() {
|
|
32
|
+
return this.i.isChecked;
|
|
33
|
+
}
|
|
34
|
+
set isChecked(v) {
|
|
35
|
+
this.i.isChecked = ensureBool(v);
|
|
36
|
+
}
|
|
37
|
+
get isIndeterminate() {
|
|
38
|
+
return this.i.isIndeterminate;
|
|
39
|
+
}
|
|
40
|
+
set isIndeterminate(v) {
|
|
41
|
+
this.i.isIndeterminate = ensureBool(v);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { ColorEditor } from "./ColorEditor";
|
|
2
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
4
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
5
|
+
import { IgcColorEditorPanelSelectedValueChangedEventArgs } from "./igc-color-editor-panel-selected-value-changed-event-args";
|
|
6
|
+
import { IgcColorEditorLostFocusEventArgs } from "./igc-color-editor-lost-focus-event-args";
|
|
7
|
+
import { IgcColorEditorGotFocusEventArgs } from "./igc-color-editor-got-focus-event-args";
|
|
8
|
+
export declare class IgcColorEditorComponent extends IgcHTMLElement {
|
|
9
|
+
private _portalManager;
|
|
10
|
+
private _container;
|
|
11
|
+
private _renderer;
|
|
12
|
+
constructor();
|
|
13
|
+
private _onChildrenChanged;
|
|
14
|
+
updateStyle(): void;
|
|
15
|
+
destroy(): void;
|
|
16
|
+
private _wrapper;
|
|
17
|
+
protected createImplementation(): ColorEditor;
|
|
18
|
+
private _colorEditor;
|
|
19
|
+
private _disconnected;
|
|
20
|
+
disconnectedCallback(): void;
|
|
21
|
+
connectedCallback(): void;
|
|
22
|
+
afterContentInit(): void;
|
|
23
|
+
protected _implementation: any;
|
|
24
|
+
/**
|
|
25
|
+
* @hidden
|
|
26
|
+
*/
|
|
27
|
+
get i(): ColorEditor; /**
|
|
28
|
+
* @hidden
|
|
29
|
+
*/
|
|
30
|
+
static _createFromInternal(internal: any): IgcColorEditorComponent;
|
|
31
|
+
private _settingAttributes;
|
|
32
|
+
protected _attached: boolean;
|
|
33
|
+
private _queuedSetAttributes;
|
|
34
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
35
|
+
protected _flushQueuedAttributes(): void;
|
|
36
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
37
|
+
private static _observedAttributesIgcColorEditorComponent;
|
|
38
|
+
static get observedAttributes(): string[];
|
|
39
|
+
private _updatingFromAttribute;
|
|
40
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
41
|
+
static htmlTagName: string;
|
|
42
|
+
protected static _isElementRegistered: boolean;
|
|
43
|
+
static register(): void;
|
|
44
|
+
/**
|
|
45
|
+
* Gets or Sets color value of the editor.
|
|
46
|
+
*/
|
|
47
|
+
get value(): string;
|
|
48
|
+
set value(v: string);
|
|
49
|
+
/**
|
|
50
|
+
* Gets or Sets the property name that contains the label.
|
|
51
|
+
*/
|
|
52
|
+
get label(): string;
|
|
53
|
+
set label(v: string);
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets the color to use for the text.
|
|
56
|
+
*/
|
|
57
|
+
get labelTextColor(): string;
|
|
58
|
+
set labelTextColor(v: string);
|
|
59
|
+
/**
|
|
60
|
+
* Gets or sets the font to use for the input.
|
|
61
|
+
*/
|
|
62
|
+
get labelTextStyle(): string;
|
|
63
|
+
set labelTextStyle(v: string);
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the display density to use for the date pcicker.
|
|
66
|
+
*/
|
|
67
|
+
get density(): ControlDisplayDensity;
|
|
68
|
+
set density(v: ControlDisplayDensity);
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets the base built in theme to use for the date picker.
|
|
71
|
+
*/
|
|
72
|
+
get baseTheme(): BaseControlTheme;
|
|
73
|
+
set baseTheme(v: BaseControlTheme);
|
|
74
|
+
/**
|
|
75
|
+
* Gets or sets the font to use for the combobox.
|
|
76
|
+
*/
|
|
77
|
+
get textStyle(): string;
|
|
78
|
+
set textStyle(v: string);
|
|
79
|
+
/**
|
|
80
|
+
* Gets or Sets the text color
|
|
81
|
+
*/
|
|
82
|
+
get textColor(): string;
|
|
83
|
+
set textColor(v: string);
|
|
84
|
+
/**
|
|
85
|
+
* Gets or Sets the text color
|
|
86
|
+
*/
|
|
87
|
+
get iconColor(): string;
|
|
88
|
+
set iconColor(v: string);
|
|
89
|
+
/**
|
|
90
|
+
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
91
|
+
*/
|
|
92
|
+
get showClearButton(): boolean;
|
|
93
|
+
set showClearButton(v: boolean);
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
96
|
+
*/
|
|
97
|
+
get allowTextInput(): boolean;
|
|
98
|
+
set allowTextInput(v: boolean);
|
|
99
|
+
/**
|
|
100
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
101
|
+
*/
|
|
102
|
+
get openOnFocus(): boolean;
|
|
103
|
+
set openOnFocus(v: boolean);
|
|
104
|
+
get isDisabled(): boolean;
|
|
105
|
+
set isDisabled(v: boolean);
|
|
106
|
+
/**
|
|
107
|
+
* Indicates that the editor dropdown will position itself relative to the window instead of the document.
|
|
108
|
+
*/
|
|
109
|
+
get isFixed(): boolean;
|
|
110
|
+
set isFixed(v: boolean);
|
|
111
|
+
/**
|
|
112
|
+
* Indicates that the dropdown should open as a child of the color editor.
|
|
113
|
+
*/
|
|
114
|
+
get openAsChild(): boolean;
|
|
115
|
+
set openAsChild(v: boolean);
|
|
116
|
+
/**
|
|
117
|
+
* Indicates that the dropdown will place itself into the browser top layer.
|
|
118
|
+
*/
|
|
119
|
+
get useTopLayer(): boolean;
|
|
120
|
+
set useTopLayer(v: boolean);
|
|
121
|
+
findByName(name: string): any;
|
|
122
|
+
protected __p: string;
|
|
123
|
+
protected _hasUserValues: Set<string>;
|
|
124
|
+
protected get hasUserValues(): Set<string>;
|
|
125
|
+
protected __m(propertyName: string): void;
|
|
126
|
+
protected _stylingContainer: any;
|
|
127
|
+
protected _stylingParent: any;
|
|
128
|
+
protected _inStyling: boolean;
|
|
129
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
130
|
+
select(): void;
|
|
131
|
+
/**
|
|
132
|
+
* Exports visual information about the current state of the color editor.
|
|
133
|
+
|
|
134
|
+
*/
|
|
135
|
+
exportVisualModel(): any;
|
|
136
|
+
/**
|
|
137
|
+
* Returns a serialized copy of the exported visual model
|
|
138
|
+
|
|
139
|
+
*/
|
|
140
|
+
exportSerializedVisualModel(): string;
|
|
141
|
+
private _valueChanged;
|
|
142
|
+
private _valueChanged_wrapped;
|
|
143
|
+
/**
|
|
144
|
+
* Called when color is selected.
|
|
145
|
+
*/
|
|
146
|
+
get valueChanged(): (s: IgcColorEditorComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void;
|
|
147
|
+
set valueChanged(ev: (s: IgcColorEditorComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void);
|
|
148
|
+
private _valueChanging;
|
|
149
|
+
private _valueChanging_wrapped;
|
|
150
|
+
/**
|
|
151
|
+
* Called when color is selected.
|
|
152
|
+
*/
|
|
153
|
+
get valueChanging(): (s: IgcColorEditorComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void;
|
|
154
|
+
set valueChanging(ev: (s: IgcColorEditorComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void);
|
|
155
|
+
private _gotFocus;
|
|
156
|
+
private _gotFocus_wrapped;
|
|
157
|
+
get gotFocus(): (s: IgcColorEditorComponent, e: IgcColorEditorGotFocusEventArgs) => void;
|
|
158
|
+
set gotFocus(ev: (s: IgcColorEditorComponent, e: IgcColorEditorGotFocusEventArgs) => void);
|
|
159
|
+
private _lostFocus;
|
|
160
|
+
private _lostFocus_wrapped;
|
|
161
|
+
get lostFocus(): (s: IgcColorEditorComponent, e: IgcColorEditorLostFocusEventArgs) => void;
|
|
162
|
+
set lostFocus(ev: (s: IgcColorEditorComponent, e: IgcColorEditorLostFocusEventArgs) => void);
|
|
163
|
+
}
|