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,183 @@
|
|
|
1
|
+
import { XSuffix } from "./XSuffix";
|
|
2
|
+
import { ensureBool, NamePatcher, toSpinal, getAllPropertyNames } from "igniteui-webcomponents-core";
|
|
3
|
+
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
4
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
5
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
6
|
+
class IgcXSuffixComponent extends IgcXInputGroupItemComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
this._disconnected = false;
|
|
10
|
+
if (this._styling) {
|
|
11
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
12
|
+
}
|
|
13
|
+
this._portalManager = new PortalManager("suffixContent");
|
|
14
|
+
this._renderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
|
|
15
|
+
this._container = this._renderer.createElement("div");
|
|
16
|
+
this._renderer.updateRoot(this._container);
|
|
17
|
+
this._implementation = this.createImplementation();
|
|
18
|
+
this._implementation.externalObject = this;
|
|
19
|
+
//this._container.setStyleProperty("width", "100%");
|
|
20
|
+
//this._container.setStyleProperty("height", "100%");
|
|
21
|
+
var root;
|
|
22
|
+
root = this._container;
|
|
23
|
+
if (this._container.getNativeElement() != null) {
|
|
24
|
+
root = this._container.getNativeElement();
|
|
25
|
+
}
|
|
26
|
+
this._wrapper = this._renderer;
|
|
27
|
+
var suffix = this.i;
|
|
28
|
+
this._suffix = suffix;
|
|
29
|
+
suffix.provideContainer(this._renderer);
|
|
30
|
+
this._onChildrenChanged();
|
|
31
|
+
//Checkbox.notifySizeChanged();
|
|
32
|
+
let mut = new MutationObserver((list) => {
|
|
33
|
+
for (var mutation of list) {
|
|
34
|
+
if (mutation.type == 'childList') {
|
|
35
|
+
this._onChildrenChanged();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
mut.observe(this, {
|
|
40
|
+
childList: true
|
|
41
|
+
});
|
|
42
|
+
//this._renderer.addSizeWatcher(() => {
|
|
43
|
+
// this._checkbox.notifySizeChanged();
|
|
44
|
+
//});
|
|
45
|
+
}
|
|
46
|
+
_onChildrenChanged() {
|
|
47
|
+
var children = [];
|
|
48
|
+
for (var i = 0; i < this.childNodes.length; i++) {
|
|
49
|
+
var child = this.childNodes[i];
|
|
50
|
+
if (child !== this._container.getNativeElement()) {
|
|
51
|
+
children.push(child);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
this._portalManager.onChildrenChanged(children);
|
|
55
|
+
}
|
|
56
|
+
// supports angular themes or custom properties set in CSS
|
|
57
|
+
updateStyle() {
|
|
58
|
+
this._styling(this, this);
|
|
59
|
+
}
|
|
60
|
+
destroy() {
|
|
61
|
+
this._suffix.destroy();
|
|
62
|
+
this._wrapper.destroy();
|
|
63
|
+
}
|
|
64
|
+
createImplementation() {
|
|
65
|
+
return new XSuffix();
|
|
66
|
+
}
|
|
67
|
+
disconnectedCallback() {
|
|
68
|
+
this._disconnected = true;
|
|
69
|
+
if (this.i) {
|
|
70
|
+
this.i.onDetachedFromUI();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
connectedCallback() {
|
|
74
|
+
if (this._disconnected) {
|
|
75
|
+
this._disconnected = false;
|
|
76
|
+
if (this.i) {
|
|
77
|
+
this.i.onAttachedToUI();
|
|
78
|
+
}
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
this.classList.add("ig-x-suffix");
|
|
82
|
+
this.classList.add("igc-x-suffix");
|
|
83
|
+
this.appendChild(this._container.getNativeElement());
|
|
84
|
+
this._attached = true;
|
|
85
|
+
this.style.display = "inline-block";
|
|
86
|
+
this.style.verticalAlign = "middle";
|
|
87
|
+
//this.style.height = this._height;
|
|
88
|
+
//this.style.width = this._width;
|
|
89
|
+
this._flushQueuedAttributes();
|
|
90
|
+
// supports themes or custom properties set in CSS
|
|
91
|
+
this._styling(this, this);
|
|
92
|
+
this.afterContentInit();
|
|
93
|
+
}
|
|
94
|
+
afterContentInit() {
|
|
95
|
+
//this.i.notifySizeChanged();
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* @hidden
|
|
99
|
+
*/
|
|
100
|
+
get i() {
|
|
101
|
+
return this._implementation;
|
|
102
|
+
}
|
|
103
|
+
static { this._observedAttributesIgcXSuffixComponent = null; }
|
|
104
|
+
static get observedAttributes() {
|
|
105
|
+
if (IgcXSuffixComponent._observedAttributesIgcXSuffixComponent == null) {
|
|
106
|
+
let names = getAllPropertyNames(IgcXSuffixComponent);
|
|
107
|
+
for (let i = 0; i < names.length; i++) {
|
|
108
|
+
names[i] = toSpinal(names[i]);
|
|
109
|
+
}
|
|
110
|
+
IgcXSuffixComponent._observedAttributesIgcXSuffixComponent = names;
|
|
111
|
+
}
|
|
112
|
+
return IgcXSuffixComponent._observedAttributesIgcXSuffixComponent;
|
|
113
|
+
}
|
|
114
|
+
static { this.htmlTagName = "igc-x-suffix"; }
|
|
115
|
+
static { this._isElementRegistered = false; }
|
|
116
|
+
static register() {
|
|
117
|
+
if (!IgcXSuffixComponent._isElementRegistered) {
|
|
118
|
+
IgcXSuffixComponent._isElementRegistered = true;
|
|
119
|
+
RegisterElementHelper.registerElement(IgcXSuffixComponent.htmlTagName, IgcXSuffixComponent);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Gets or sets the id to use for the checkbox.
|
|
124
|
+
*/
|
|
125
|
+
get id() {
|
|
126
|
+
return this.i.z;
|
|
127
|
+
}
|
|
128
|
+
set id(v) {
|
|
129
|
+
this.i.z = v;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Gets or sets the value of the aria-label attribute.
|
|
133
|
+
*/
|
|
134
|
+
get ariaLabel() {
|
|
135
|
+
return this.i.w;
|
|
136
|
+
}
|
|
137
|
+
set ariaLabel(v) {
|
|
138
|
+
this.i.w = v;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Gets or sets whether the suffix is hovered.
|
|
142
|
+
*/
|
|
143
|
+
get isHover() {
|
|
144
|
+
return this.i.q;
|
|
145
|
+
}
|
|
146
|
+
set isHover(v) {
|
|
147
|
+
this.i.q = ensureBool(v);
|
|
148
|
+
this._a("isHover", this.i.q);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Gets or sets whether the checkbox is disabled.
|
|
152
|
+
*/
|
|
153
|
+
get disabled() {
|
|
154
|
+
return this.i.disabled;
|
|
155
|
+
}
|
|
156
|
+
set disabled(v) {
|
|
157
|
+
this.i.disabled = ensureBool(v);
|
|
158
|
+
this._a("disabled", this.i.disabled);
|
|
159
|
+
}
|
|
160
|
+
onDetachedFromUI() {
|
|
161
|
+
this.i.onDetachedFromUI();
|
|
162
|
+
}
|
|
163
|
+
onAttachedToUI() {
|
|
164
|
+
this.i.onAttachedToUI();
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Exports visual information about the current state of the grid.
|
|
168
|
+
|
|
169
|
+
*/
|
|
170
|
+
exportVisualModel() {
|
|
171
|
+
let iv = this.i.t();
|
|
172
|
+
return (iv);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Returns a serialized copy of the exported visual model
|
|
176
|
+
|
|
177
|
+
*/
|
|
178
|
+
exportSerializedVisualModel() {
|
|
179
|
+
let iv = this.i.y();
|
|
180
|
+
return (iv);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
export { IgcXSuffixComponent };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../public_api';
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
export * from './lib/igc-x-calendar-module';
|
|
2
|
+
export * from './lib/igc-x-calendar-component';
|
|
3
|
+
export * from './lib/igc-x-calendar-locale-en-module';
|
|
4
|
+
export * from './lib/CalendarView';
|
|
5
|
+
export * from './lib/XCalendar';
|
|
6
|
+
export * from './lib/SelectedValueChangedEventArgs';
|
|
7
|
+
export * from './lib/igc-selected-value-changed-event-args';
|
|
8
|
+
export * from './lib/DayInfo';
|
|
9
|
+
export * from './lib/DayOfWeek';
|
|
10
|
+
export * from './lib/FirstWeek';
|
|
11
|
+
export * from './lib/CalendarVisualModelExport';
|
|
12
|
+
export * from './lib/TextElementsVisualModelExport';
|
|
13
|
+
export * from './lib/XCalendarLocaleEn';
|
|
14
|
+
export * from './lib/igc-x-date-picker-module';
|
|
15
|
+
export * from './lib/igc-x-date-picker-component';
|
|
16
|
+
export * from './lib/DateTimeValueFormatter';
|
|
17
|
+
export * from './lib/DatePickerView';
|
|
18
|
+
export * from './lib/XDatePicker';
|
|
19
|
+
export * from './lib/GotFocusEventArgs';
|
|
20
|
+
export * from './lib/igc-got-focus-event-args';
|
|
21
|
+
export * from './lib/LostFocusEventArgs';
|
|
22
|
+
export * from './lib/igc-lost-focus-event-args';
|
|
23
|
+
export * from './lib/DateFormats';
|
|
24
|
+
export * from './lib/DatePickerVisualModelExport';
|
|
25
|
+
export * from './lib/igc-color-editor-component';
|
|
26
|
+
export * from './lib/igc-color-editor-panel-component';
|
|
27
|
+
export * from './lib/igc-color-editor-module';
|
|
28
|
+
export * from './lib/igc-color-editor-panel-module';
|
|
29
|
+
export * from './lib/igc-x-checkbox-module';
|
|
30
|
+
export * from './lib/igc-x-checkbox-component';
|
|
31
|
+
export * from './lib/igc-x-ripple-component';
|
|
32
|
+
export * from './lib/igc-multi-slider-module';
|
|
33
|
+
export * from './lib/igc-x-ripple-module';
|
|
34
|
+
export * from './lib/igc-x-button-component';
|
|
35
|
+
export * from './lib/igc-x-button-module';
|
|
36
|
+
export * from './lib/igc-x-icon-component';
|
|
37
|
+
export * from './lib/igc-x-icon-module';
|
|
38
|
+
export * from './lib/igc-x-button-group-component';
|
|
39
|
+
export * from './lib/igc-x-button-group-module';
|
|
40
|
+
export * from './lib/igc-x-input-component';
|
|
41
|
+
export * from './lib/igc-x-input-module';
|
|
42
|
+
export * from './lib/igc-x-label-module';
|
|
43
|
+
export * from './lib/igc-x-label-component';
|
|
44
|
+
export * from './lib/igc-x-input-group-module';
|
|
45
|
+
export * from './lib/igc-x-input-group-component';
|
|
46
|
+
export * from './lib/igc-x-prefix-module';
|
|
47
|
+
export * from './lib/igc-x-prefix-component';
|
|
48
|
+
export * from './lib/igc-x-suffix-component';
|
|
49
|
+
export * from './lib/NativeUIXInputsFactory';
|
|
50
|
+
export * from './lib/XComponentBridge';
|
|
51
|
+
export * from './lib/MultiSliderBridge';
|
|
52
|
+
export * from './lib/XButtonBridge';
|
|
53
|
+
export * from './lib/XButtonGroupBridge';
|
|
54
|
+
export * from './lib/ColorEditorBridge';
|
|
55
|
+
export * from './lib/XCheckboxBridge';
|
|
56
|
+
export * from './lib/XIconButtonBridge';
|
|
57
|
+
export * from './lib/XInputBridge';
|
|
58
|
+
export * from './lib/XIconBridge';
|
|
59
|
+
export * from './lib/XPopupBridge';
|
|
60
|
+
export * from './lib/KEYCODES';
|
|
61
|
+
export * from './lib/MaskOptions';
|
|
62
|
+
export * from './lib/Replaced';
|
|
63
|
+
export * from './lib/MaskParsingService';
|
|
64
|
+
export * from './lib/ColorEditorPanelView';
|
|
65
|
+
export * from './lib/MultiSliderView';
|
|
66
|
+
export * from './lib/MultiSliderCursor';
|
|
67
|
+
export * from './lib/ColorEditorView';
|
|
68
|
+
export * from './lib/InputGroupView';
|
|
69
|
+
export * from './lib/ElevationHelper';
|
|
70
|
+
export * from './lib/ButtonGroupView';
|
|
71
|
+
export * from './lib/SuffixView';
|
|
72
|
+
export * from './lib/PrefixView';
|
|
73
|
+
export * from './lib/LabelView';
|
|
74
|
+
export * from './lib/InputView';
|
|
75
|
+
export * from './lib/IconView';
|
|
76
|
+
export * from './lib/ButtonView';
|
|
77
|
+
export * from './lib/RippleView';
|
|
78
|
+
export * from './lib/CheckboxView';
|
|
79
|
+
export * from './lib/ColorEditor';
|
|
80
|
+
export * from './lib/ColorEditorGotFocusEventArgs';
|
|
81
|
+
export * from './lib/igc-color-editor-got-focus-event-args';
|
|
82
|
+
export * from './lib/ColorEditorLostFocusEventArgs';
|
|
83
|
+
export * from './lib/igc-color-editor-lost-focus-event-args';
|
|
84
|
+
export * from './lib/ColorEditorPanel';
|
|
85
|
+
export * from './lib/ColorEditorPanelClosedEventArgs';
|
|
86
|
+
export * from './lib/igc-color-editor-panel-closed-event-args';
|
|
87
|
+
export * from './lib/ColorEditorPanelSelectedValueChangedEventArgs';
|
|
88
|
+
export * from './lib/igc-color-editor-panel-selected-value-changed-event-args';
|
|
89
|
+
export * from './lib/ISliderTrackOwner';
|
|
90
|
+
export * from './lib/MultiSlider';
|
|
91
|
+
export * from './lib/igc-multi-slider-component';
|
|
92
|
+
export * from './lib/MultiSliderThumbValueChangingEventArgs';
|
|
93
|
+
export * from './lib/igc-multi-slider-thumb-value-changing-event-args';
|
|
94
|
+
export * from './lib/MultiSliderYValueChangingEventArgs';
|
|
95
|
+
export * from './lib/igc-multi-slider-y-value-changing-event-args';
|
|
96
|
+
export * from './lib/MultiSliderHitInfo';
|
|
97
|
+
export * from './lib/MultiSliderResolvingToolTipValueEventArgs';
|
|
98
|
+
export * from './lib/igc-multi-slider-resolving-tool-tip-value-event-args';
|
|
99
|
+
export * from './lib/igc-multi-slider-thumb-collection';
|
|
100
|
+
export * from './lib/MultiSliderThumbCollection';
|
|
101
|
+
export * from './lib/IMultiSliderTrackBarVisual';
|
|
102
|
+
export * from './lib/DefaultMultiSliderTrackBarVisual';
|
|
103
|
+
export * from './lib/IMultiSliderTrackRangeVisual';
|
|
104
|
+
export * from './lib/DefaultMultiSliderTrackRangeVisual';
|
|
105
|
+
export * from './lib/IMultiSliderTrackShadeVisual';
|
|
106
|
+
export * from './lib/MultiSliderTrackShadeOrientation';
|
|
107
|
+
export * from './lib/DefaultMultiTrackShadeVisual';
|
|
108
|
+
export * from './lib/MultiSliderThumb';
|
|
109
|
+
export * from './lib/igc-multi-slider-thumb-component';
|
|
110
|
+
export * from './lib/igc-multi-slider-thumb-module';
|
|
111
|
+
export * from './lib/MultiSliderThumbRangePosition';
|
|
112
|
+
export * from './lib/IMultiSliderTrackThumbCalloutVisual';
|
|
113
|
+
export * from './lib/DefaultMultiSliderTrackThumbCalloutVisual';
|
|
114
|
+
export * from './lib/MultiSliderTrackThumbRange';
|
|
115
|
+
export * from './lib/igc-multi-slider-track-thumb-range';
|
|
116
|
+
export * from './lib/IMultiSliderTrackThumbVisual';
|
|
117
|
+
export * from './lib/DefaultMultiSliderTrackThumbVisual';
|
|
118
|
+
export * from './lib/MultiSliderOrientation';
|
|
119
|
+
export * from './lib/MultiSliderVisualArea';
|
|
120
|
+
export * from './lib/XSuffix';
|
|
121
|
+
export * from './lib/SuffixShiftType';
|
|
122
|
+
export * from './lib/XPrefix';
|
|
123
|
+
export * from './lib/PrefixShiftType';
|
|
124
|
+
export * from './lib/XInputGroup';
|
|
125
|
+
export * from './lib/igc-x-input-group-input-collection';
|
|
126
|
+
export * from './lib/XInputGroupInputCollection';
|
|
127
|
+
export * from './lib/InputGroupDisplayType';
|
|
128
|
+
export * from './lib/XButtonGroup';
|
|
129
|
+
export * from './lib/igc-x-button-group-button-collection';
|
|
130
|
+
export * from './lib/XButtonGroupButtonCollection';
|
|
131
|
+
export * from './lib/ButtonGroupDisplayStyle';
|
|
132
|
+
export * from './lib/ButtonGroupOrientation';
|
|
133
|
+
export * from './lib/ButtonGroupSelectionChangedEventArgs';
|
|
134
|
+
export * from './lib/igc-button-group-selection-changed-event-args';
|
|
135
|
+
export * from './lib/XLabel';
|
|
136
|
+
export * from './lib/LabelShiftType';
|
|
137
|
+
export * from './lib/XInputGroupItem';
|
|
138
|
+
export * from './lib/igc-x-input-group-item-component';
|
|
139
|
+
export * from './lib/XInput';
|
|
140
|
+
export * from './lib/InputChangeEventArgs';
|
|
141
|
+
export * from './lib/igc-input-change-event-args';
|
|
142
|
+
export * from './lib/InputShiftType';
|
|
143
|
+
export * from './lib/XIcon';
|
|
144
|
+
export * from './lib/IconClickedEventArgs';
|
|
145
|
+
export * from './lib/IconViewType';
|
|
146
|
+
export * from './lib/XButton';
|
|
147
|
+
export * from './lib/ThemeResolver';
|
|
148
|
+
export * from './lib/Theme';
|
|
149
|
+
export * from './lib/ButtonDisplayStyle';
|
|
150
|
+
export * from './lib/ButtonClickEventArgs';
|
|
151
|
+
export * from './lib/igc-button-click-event-args';
|
|
152
|
+
export * from './lib/XRipple';
|
|
153
|
+
export * from './lib/XCheckbox';
|
|
154
|
+
export * from './lib/CheckboxChangeEventArgs';
|
|
155
|
+
export * from './lib/igc-checkbox-change-event-args';
|
|
156
|
+
export * from './lib/CheckboxLabelPosition';
|
|
157
|
+
export * from './lib/CheckboxListVisualModelExport';
|
|
158
|
+
export * from './lib/ButtonGroupVisualModelExport';
|
|
159
|
+
export * from './lib/ButtonVisualModelExport';
|
|
160
|
+
export * from './lib/ColorEditorVisualModelExport';
|
|
161
|
+
export * from './lib/CheckboxVisualModelExport';
|
|
162
|
+
export * from './lib/IconVisualModelExport';
|
|
163
|
+
export * from './lib/InputGroupVisualModelExport';
|
|
164
|
+
export * from './lib/InputVisualModelExport';
|
|
165
|
+
export * from './lib/LabelVisualModelExport';
|
|
166
|
+
export * from './lib/PrefixVisualModelExport';
|
|
167
|
+
export * from './lib/RippleVisualModelExport';
|
|
168
|
+
export * from './lib/SuffixVisualModelExport';
|
|
169
|
+
export * from './lib/TextBlockVisualModelExport';
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
export * from './lib/igc-x-calendar-module';
|
|
2
|
+
export * from './lib/igc-x-calendar-component';
|
|
3
|
+
export * from './lib/igc-x-calendar-locale-en-module';
|
|
4
|
+
export * from './lib/CalendarView';
|
|
5
|
+
export * from './lib/XCalendar';
|
|
6
|
+
export * from './lib/SelectedValueChangedEventArgs';
|
|
7
|
+
export * from './lib/igc-selected-value-changed-event-args';
|
|
8
|
+
export * from './lib/DayInfo';
|
|
9
|
+
export * from './lib/DayOfWeek';
|
|
10
|
+
export * from './lib/FirstWeek';
|
|
11
|
+
export * from './lib/CalendarVisualModelExport';
|
|
12
|
+
export * from './lib/TextElementsVisualModelExport';
|
|
13
|
+
export * from './lib/XCalendarLocaleEn';
|
|
14
|
+
export * from './lib/igc-x-date-picker-module';
|
|
15
|
+
export * from './lib/igc-x-date-picker-component';
|
|
16
|
+
export * from './lib/DateTimeValueFormatter';
|
|
17
|
+
export * from './lib/DatePickerView';
|
|
18
|
+
export * from './lib/XDatePicker';
|
|
19
|
+
export * from './lib/GotFocusEventArgs';
|
|
20
|
+
export * from './lib/igc-got-focus-event-args';
|
|
21
|
+
export * from './lib/LostFocusEventArgs';
|
|
22
|
+
export * from './lib/igc-lost-focus-event-args';
|
|
23
|
+
export * from './lib/DateFormats';
|
|
24
|
+
export * from './lib/DatePickerVisualModelExport';
|
|
25
|
+
export * from './lib/igc-color-editor-component';
|
|
26
|
+
export * from './lib/igc-color-editor-panel-component';
|
|
27
|
+
export * from './lib/igc-color-editor-module';
|
|
28
|
+
export * from './lib/igc-color-editor-panel-module';
|
|
29
|
+
export * from './lib/igc-x-checkbox-module';
|
|
30
|
+
export * from './lib/igc-x-checkbox-component';
|
|
31
|
+
export * from './lib/igc-x-ripple-component';
|
|
32
|
+
export * from './lib/igc-multi-slider-module';
|
|
33
|
+
export * from './lib/igc-x-ripple-module';
|
|
34
|
+
export * from './lib/igc-x-button-component';
|
|
35
|
+
export * from './lib/igc-x-button-module';
|
|
36
|
+
export * from './lib/igc-x-icon-component';
|
|
37
|
+
export * from './lib/igc-x-icon-module';
|
|
38
|
+
export * from './lib/igc-x-button-group-component';
|
|
39
|
+
export * from './lib/igc-x-button-group-module';
|
|
40
|
+
export * from './lib/igc-x-input-component';
|
|
41
|
+
export * from './lib/igc-x-input-module';
|
|
42
|
+
export * from './lib/igc-x-label-module';
|
|
43
|
+
export * from './lib/igc-x-label-component';
|
|
44
|
+
export * from './lib/igc-x-input-group-module';
|
|
45
|
+
export * from './lib/igc-x-input-group-component';
|
|
46
|
+
export * from './lib/igc-x-prefix-module';
|
|
47
|
+
export * from './lib/igc-x-prefix-component';
|
|
48
|
+
export * from './lib/igc-x-suffix-component';
|
|
49
|
+
export * from './lib/NativeUIXInputsFactory';
|
|
50
|
+
export * from './lib/XComponentBridge';
|
|
51
|
+
export * from './lib/MultiSliderBridge';
|
|
52
|
+
export * from './lib/XButtonBridge';
|
|
53
|
+
export * from './lib/XButtonGroupBridge';
|
|
54
|
+
export * from './lib/ColorEditorBridge';
|
|
55
|
+
export * from './lib/XCheckboxBridge';
|
|
56
|
+
export * from './lib/XIconButtonBridge';
|
|
57
|
+
export * from './lib/XInputBridge';
|
|
58
|
+
export * from './lib/XIconBridge';
|
|
59
|
+
export * from './lib/XPopupBridge';
|
|
60
|
+
export * from './lib/KEYCODES';
|
|
61
|
+
export * from './lib/MaskOptions';
|
|
62
|
+
export * from './lib/Replaced';
|
|
63
|
+
export * from './lib/MaskParsingService';
|
|
64
|
+
export * from './lib/ColorEditorPanelView';
|
|
65
|
+
export * from './lib/MultiSliderView';
|
|
66
|
+
export * from './lib/MultiSliderCursor';
|
|
67
|
+
export * from './lib/ColorEditorView';
|
|
68
|
+
export * from './lib/InputGroupView';
|
|
69
|
+
export * from './lib/ElevationHelper';
|
|
70
|
+
export * from './lib/ButtonGroupView';
|
|
71
|
+
export * from './lib/SuffixView';
|
|
72
|
+
export * from './lib/PrefixView';
|
|
73
|
+
export * from './lib/LabelView';
|
|
74
|
+
export * from './lib/InputView';
|
|
75
|
+
export * from './lib/IconView';
|
|
76
|
+
export * from './lib/ButtonView';
|
|
77
|
+
export * from './lib/RippleView';
|
|
78
|
+
export * from './lib/CheckboxView';
|
|
79
|
+
export * from './lib/ColorEditor';
|
|
80
|
+
export * from './lib/ColorEditorGotFocusEventArgs';
|
|
81
|
+
export * from './lib/igc-color-editor-got-focus-event-args';
|
|
82
|
+
export * from './lib/ColorEditorLostFocusEventArgs';
|
|
83
|
+
export * from './lib/igc-color-editor-lost-focus-event-args';
|
|
84
|
+
export * from './lib/ColorEditorPanel';
|
|
85
|
+
export * from './lib/ColorEditorPanelClosedEventArgs';
|
|
86
|
+
export * from './lib/igc-color-editor-panel-closed-event-args';
|
|
87
|
+
export * from './lib/ColorEditorPanelSelectedValueChangedEventArgs';
|
|
88
|
+
export * from './lib/igc-color-editor-panel-selected-value-changed-event-args';
|
|
89
|
+
export * from './lib/ISliderTrackOwner';
|
|
90
|
+
export * from './lib/MultiSlider';
|
|
91
|
+
export * from './lib/igc-multi-slider-component';
|
|
92
|
+
export * from './lib/MultiSliderThumbValueChangingEventArgs';
|
|
93
|
+
export * from './lib/igc-multi-slider-thumb-value-changing-event-args';
|
|
94
|
+
export * from './lib/MultiSliderYValueChangingEventArgs';
|
|
95
|
+
export * from './lib/igc-multi-slider-y-value-changing-event-args';
|
|
96
|
+
export * from './lib/MultiSliderHitInfo';
|
|
97
|
+
export * from './lib/MultiSliderResolvingToolTipValueEventArgs';
|
|
98
|
+
export * from './lib/igc-multi-slider-resolving-tool-tip-value-event-args';
|
|
99
|
+
export * from './lib/igc-multi-slider-thumb-collection';
|
|
100
|
+
export * from './lib/MultiSliderThumbCollection';
|
|
101
|
+
export * from './lib/IMultiSliderTrackBarVisual';
|
|
102
|
+
export * from './lib/DefaultMultiSliderTrackBarVisual';
|
|
103
|
+
export * from './lib/IMultiSliderTrackRangeVisual';
|
|
104
|
+
export * from './lib/DefaultMultiSliderTrackRangeVisual';
|
|
105
|
+
export * from './lib/IMultiSliderTrackShadeVisual';
|
|
106
|
+
export * from './lib/MultiSliderTrackShadeOrientation';
|
|
107
|
+
export * from './lib/DefaultMultiTrackShadeVisual';
|
|
108
|
+
export * from './lib/MultiSliderThumb';
|
|
109
|
+
export * from './lib/igc-multi-slider-thumb-component';
|
|
110
|
+
export * from './lib/igc-multi-slider-thumb-module';
|
|
111
|
+
export * from './lib/MultiSliderThumbRangePosition';
|
|
112
|
+
export * from './lib/IMultiSliderTrackThumbCalloutVisual';
|
|
113
|
+
export * from './lib/DefaultMultiSliderTrackThumbCalloutVisual';
|
|
114
|
+
export * from './lib/MultiSliderTrackThumbRange';
|
|
115
|
+
export * from './lib/igc-multi-slider-track-thumb-range';
|
|
116
|
+
export * from './lib/IMultiSliderTrackThumbVisual';
|
|
117
|
+
export * from './lib/DefaultMultiSliderTrackThumbVisual';
|
|
118
|
+
export * from './lib/MultiSliderOrientation';
|
|
119
|
+
export * from './lib/MultiSliderVisualArea';
|
|
120
|
+
export * from './lib/XSuffix';
|
|
121
|
+
export * from './lib/SuffixShiftType';
|
|
122
|
+
export * from './lib/XPrefix';
|
|
123
|
+
export * from './lib/PrefixShiftType';
|
|
124
|
+
export * from './lib/XInputGroup';
|
|
125
|
+
export * from './lib/igc-x-input-group-input-collection';
|
|
126
|
+
export * from './lib/XInputGroupInputCollection';
|
|
127
|
+
export * from './lib/InputGroupDisplayType';
|
|
128
|
+
export * from './lib/XButtonGroup';
|
|
129
|
+
export * from './lib/igc-x-button-group-button-collection';
|
|
130
|
+
export * from './lib/XButtonGroupButtonCollection';
|
|
131
|
+
export * from './lib/ButtonGroupDisplayStyle';
|
|
132
|
+
export * from './lib/ButtonGroupOrientation';
|
|
133
|
+
export * from './lib/ButtonGroupSelectionChangedEventArgs';
|
|
134
|
+
export * from './lib/igc-button-group-selection-changed-event-args';
|
|
135
|
+
export * from './lib/XLabel';
|
|
136
|
+
export * from './lib/LabelShiftType';
|
|
137
|
+
export * from './lib/XInputGroupItem';
|
|
138
|
+
export * from './lib/igc-x-input-group-item-component';
|
|
139
|
+
export * from './lib/XInput';
|
|
140
|
+
export * from './lib/InputChangeEventArgs';
|
|
141
|
+
export * from './lib/igc-input-change-event-args';
|
|
142
|
+
export * from './lib/InputShiftType';
|
|
143
|
+
export * from './lib/XIcon';
|
|
144
|
+
export * from './lib/IconClickedEventArgs';
|
|
145
|
+
export * from './lib/IconViewType';
|
|
146
|
+
export * from './lib/XButton';
|
|
147
|
+
export * from './lib/ThemeResolver';
|
|
148
|
+
export * from './lib/Theme';
|
|
149
|
+
export * from './lib/ButtonDisplayStyle';
|
|
150
|
+
export * from './lib/ButtonClickEventArgs';
|
|
151
|
+
export * from './lib/igc-button-click-event-args';
|
|
152
|
+
export * from './lib/XRipple';
|
|
153
|
+
export * from './lib/XCheckbox';
|
|
154
|
+
export * from './lib/CheckboxChangeEventArgs';
|
|
155
|
+
export * from './lib/igc-checkbox-change-event-args';
|
|
156
|
+
export * from './lib/CheckboxLabelPosition';
|
|
157
|
+
export * from './lib/CheckboxListVisualModelExport';
|
|
158
|
+
export * from './lib/ButtonGroupVisualModelExport';
|
|
159
|
+
export * from './lib/ButtonVisualModelExport';
|
|
160
|
+
export * from './lib/ColorEditorVisualModelExport';
|
|
161
|
+
export * from './lib/CheckboxVisualModelExport';
|
|
162
|
+
export * from './lib/IconVisualModelExport';
|
|
163
|
+
export * from './lib/InputGroupVisualModelExport';
|
|
164
|
+
export * from './lib/InputVisualModelExport';
|
|
165
|
+
export * from './lib/LabelVisualModelExport';
|
|
166
|
+
export * from './lib/PrefixVisualModelExport';
|
|
167
|
+
export * from './lib/RippleVisualModelExport';
|
|
168
|
+
export * from './lib/SuffixVisualModelExport';
|
|
169
|
+
export * from './lib/TextBlockVisualModelExport';
|