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,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { XInputGroupItem as XInputGroupItem_internal } from './XInputGroupItem';
|
|
4
|
+
import { IgcXInputGroupItemComponent as IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
5
|
+
export declare class IgcXInputGroupInputCollection extends IgCollection<IgcXInputGroupItemComponent, XInputGroupItem_internal> {
|
|
6
|
+
constructor(list?: IgcXInputGroupItemComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcXInputGroupItemComponent, XInputGroupItem_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
4
|
+
import { XInputGroupItem as XInputGroupItem_internal } from './XInputGroupItem';
|
|
5
|
+
import { IgcXInputGroupItemComponent as IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
6
|
+
export class IgcXInputGroupInputCollection extends IgCollection {
|
|
7
|
+
constructor(list) {
|
|
8
|
+
super();
|
|
9
|
+
if (!IgcXInputGroupItemComponent.$type) {
|
|
10
|
+
IgcXInputGroupItemComponent.$type = markType(IgcXInputGroupItemComponent, "IgcXInputGroupItemComponent");
|
|
11
|
+
}
|
|
12
|
+
if (list) {
|
|
13
|
+
for (let i = 0; i < list.length; i++) {
|
|
14
|
+
this.add(list[i]);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
_createInnerColl() {
|
|
19
|
+
if (!IgcXInputGroupItemComponent.$type) {
|
|
20
|
+
IgcXInputGroupItemComponent.$type = markType(IgcXInputGroupItemComponent, "IgcXInputGroupItemComponent");
|
|
21
|
+
}
|
|
22
|
+
let coll = new SyncableObservableCollection$2(IgcXInputGroupItemComponent.$type, XInputGroupItem_internal.$type, 0);
|
|
23
|
+
coll.compare = (ext, int) => {
|
|
24
|
+
let comp = ext;
|
|
25
|
+
if (comp._implementation) {
|
|
26
|
+
comp = comp._implementation;
|
|
27
|
+
}
|
|
28
|
+
if (comp.equals) {
|
|
29
|
+
return comp.equals(int);
|
|
30
|
+
}
|
|
31
|
+
return comp === int;
|
|
32
|
+
};
|
|
33
|
+
coll.createTo = (ext) => {
|
|
34
|
+
return ext._implementation;
|
|
35
|
+
};
|
|
36
|
+
coll.createFrom = (int) => {
|
|
37
|
+
let ext = int.externalObject;
|
|
38
|
+
if (!ext) {
|
|
39
|
+
ext = IgcXInputGroupItemComponent._createFromInternal(int);
|
|
40
|
+
if (ext) {
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return ext;
|
|
50
|
+
};
|
|
51
|
+
return coll;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { XInputGroupItem } from "./XInputGroupItem";
|
|
3
|
+
export declare abstract class IgcXInputGroupItemComponent extends IgcHTMLElement {
|
|
4
|
+
protected createImplementation(): XInputGroupItem;
|
|
5
|
+
protected _implementation: any;
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i(): XInputGroupItem; /**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
static _createFromInternal(internal: any): IgcXInputGroupItemComponent;
|
|
13
|
+
private onImplementationCreated;
|
|
14
|
+
constructor();
|
|
15
|
+
private _settingAttributes;
|
|
16
|
+
protected _attached: boolean;
|
|
17
|
+
private _queuedSetAttributes;
|
|
18
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
19
|
+
protected _flushQueuedAttributes(): void;
|
|
20
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
21
|
+
connectedCallback(): void;
|
|
22
|
+
disconnectedCallback(): void;
|
|
23
|
+
private static _observedAttributesIgcXInputGroupItemComponent;
|
|
24
|
+
static get observedAttributes(): string[];
|
|
25
|
+
private _updatingFromAttribute;
|
|
26
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
27
|
+
/**
|
|
28
|
+
* Gets or sets name to use for the button.
|
|
29
|
+
*/
|
|
30
|
+
get name(): string;
|
|
31
|
+
set name(v: string);
|
|
32
|
+
findByName(name: string): any;
|
|
33
|
+
protected __p: string;
|
|
34
|
+
protected _hasUserValues: Set<string>;
|
|
35
|
+
protected get hasUserValues(): Set<string>;
|
|
36
|
+
protected __m(propertyName: string): void;
|
|
37
|
+
protected _stylingContainer: any;
|
|
38
|
+
protected _stylingParent: any;
|
|
39
|
+
protected _inStyling: boolean;
|
|
40
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
41
|
+
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
4
|
+
class IgcXInputGroupItemComponent extends IgcHTMLElement {
|
|
5
|
+
createImplementation() {
|
|
6
|
+
return null;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i() {
|
|
12
|
+
return this._implementation;
|
|
13
|
+
} /**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
static _createFromInternal(internal) {
|
|
17
|
+
if (!internal) {
|
|
18
|
+
return null;
|
|
19
|
+
}
|
|
20
|
+
if (!internal.$type) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
let name = internal.$type.name;
|
|
24
|
+
let externalName = "Igc" + name + "Component";
|
|
25
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
return TypeRegistrar.create(externalName);
|
|
29
|
+
}
|
|
30
|
+
onImplementationCreated() {
|
|
31
|
+
}
|
|
32
|
+
constructor() {
|
|
33
|
+
super();
|
|
34
|
+
this._settingAttributes = false;
|
|
35
|
+
this._attached = false;
|
|
36
|
+
this._queuedSetAttributes = [];
|
|
37
|
+
this._updatingFromAttribute = false;
|
|
38
|
+
this.__p = null;
|
|
39
|
+
this._hasUserValues = new Set();
|
|
40
|
+
this._stylingContainer = null;
|
|
41
|
+
this._stylingParent = null;
|
|
42
|
+
this._inStyling = false;
|
|
43
|
+
if (this._styling) {
|
|
44
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
45
|
+
}
|
|
46
|
+
this._implementation = this.createImplementation();
|
|
47
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
48
|
+
this.onImplementationCreated();
|
|
49
|
+
if (this._initializeAdapters) {
|
|
50
|
+
this._initializeAdapters();
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
54
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
55
|
+
}
|
|
56
|
+
_flushQueuedAttributes() {
|
|
57
|
+
this._settingAttributes = true;
|
|
58
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
59
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
60
|
+
}
|
|
61
|
+
this._settingAttributes = false;
|
|
62
|
+
this._queuedSetAttributes.length = 0;
|
|
63
|
+
}
|
|
64
|
+
_a(attrName, attrValue) {
|
|
65
|
+
if (this._updatingFromAttribute) {
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
if (attrValue) {
|
|
69
|
+
attrValue = attrValue.toString();
|
|
70
|
+
}
|
|
71
|
+
this._settingAttributes = true;
|
|
72
|
+
attrName = toSpinal(attrName);
|
|
73
|
+
if (this._attached) {
|
|
74
|
+
this.setAttribute(attrName, attrValue);
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
78
|
+
}
|
|
79
|
+
this._settingAttributes = false;
|
|
80
|
+
}
|
|
81
|
+
connectedCallback() {
|
|
82
|
+
if (super["connectedCallback"]) {
|
|
83
|
+
super["connectedCallback"]();
|
|
84
|
+
}
|
|
85
|
+
if (this.i.connectedCallback) {
|
|
86
|
+
this.i.connectedCallback();
|
|
87
|
+
}
|
|
88
|
+
if (!this._attached) {
|
|
89
|
+
this._attached = true;
|
|
90
|
+
this._flushQueuedAttributes();
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
disconnectedCallback() {
|
|
94
|
+
if (super["disconnectedCallback"]) {
|
|
95
|
+
super["disconnectedCallback"]();
|
|
96
|
+
}
|
|
97
|
+
if (this.i.disconnectedCallback) {
|
|
98
|
+
this.i.disconnectedCallback();
|
|
99
|
+
}
|
|
100
|
+
if (this._attached) {
|
|
101
|
+
this._attached = false;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
static { this._observedAttributesIgcXInputGroupItemComponent = null; }
|
|
105
|
+
static get observedAttributes() {
|
|
106
|
+
if (IgcXInputGroupItemComponent._observedAttributesIgcXInputGroupItemComponent == null) {
|
|
107
|
+
let names = getAllPropertyNames(IgcXInputGroupItemComponent);
|
|
108
|
+
for (let i = 0; i < names.length; i++) {
|
|
109
|
+
names[i] = toSpinal(names[i]);
|
|
110
|
+
}
|
|
111
|
+
IgcXInputGroupItemComponent._observedAttributesIgcXInputGroupItemComponent = names;
|
|
112
|
+
}
|
|
113
|
+
return IgcXInputGroupItemComponent._observedAttributesIgcXInputGroupItemComponent;
|
|
114
|
+
}
|
|
115
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
116
|
+
if (this._settingAttributes) {
|
|
117
|
+
return;
|
|
118
|
+
}
|
|
119
|
+
let setName = fromSpinal(name);
|
|
120
|
+
this._updatingFromAttribute = true;
|
|
121
|
+
this[setName] = newValue;
|
|
122
|
+
this._updatingFromAttribute = false;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets name to use for the button.
|
|
126
|
+
*/
|
|
127
|
+
get name() {
|
|
128
|
+
return this.i.e;
|
|
129
|
+
}
|
|
130
|
+
set name(v) {
|
|
131
|
+
this.i.e = v;
|
|
132
|
+
}
|
|
133
|
+
findByName(name) {
|
|
134
|
+
if (this.findEphemera) {
|
|
135
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
136
|
+
return this.findEphemera(name);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
return null;
|
|
140
|
+
}
|
|
141
|
+
get hasUserValues() {
|
|
142
|
+
return this._hasUserValues;
|
|
143
|
+
}
|
|
144
|
+
__m(propertyName) {
|
|
145
|
+
if (!this._inStyling) {
|
|
146
|
+
this._hasUserValues.add(propertyName);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
_styling(container, component, parent) {
|
|
150
|
+
if (this._inStyling) {
|
|
151
|
+
return;
|
|
152
|
+
}
|
|
153
|
+
this._inStyling = true;
|
|
154
|
+
this._stylingContainer = container;
|
|
155
|
+
this._stylingParent = component;
|
|
156
|
+
let genericPrefix = "";
|
|
157
|
+
let typeName = this.i.$type.name;
|
|
158
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
159
|
+
typeName = typeName.substring(3);
|
|
160
|
+
}
|
|
161
|
+
genericPrefix = toSpinal("XInputGroupItemComponent");
|
|
162
|
+
let additionalPrefixes = [];
|
|
163
|
+
let prefix = toSpinal(typeName);
|
|
164
|
+
additionalPrefixes.push(prefix + "-");
|
|
165
|
+
let b = this.i.$type.baseType;
|
|
166
|
+
while (b && b.name != "Object" &&
|
|
167
|
+
b.name != "Base" &&
|
|
168
|
+
b.name != "Control" &&
|
|
169
|
+
b.Name != "DependencyObject" &&
|
|
170
|
+
b.Name != "FrameworkElement") {
|
|
171
|
+
typeName = b.name;
|
|
172
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
173
|
+
typeName = typeName.substring(3);
|
|
174
|
+
}
|
|
175
|
+
let basePrefix = toSpinal(typeName);
|
|
176
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
177
|
+
b = b.baseType;
|
|
178
|
+
}
|
|
179
|
+
if (parent) {
|
|
180
|
+
let parentTypeName = parent.i.$type.name;
|
|
181
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
182
|
+
parentTypeName = parentTypeName.substring(3);
|
|
183
|
+
}
|
|
184
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
185
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
186
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
187
|
+
}
|
|
188
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
189
|
+
if (this._otherStyling) {
|
|
190
|
+
this._otherStyling(container, component, parent);
|
|
191
|
+
}
|
|
192
|
+
this._inStyling = false;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
export { IgcXInputGroupItemComponent };
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { IgcChildContentModule } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IgcXInputModule } from './igc-x-input-module';
|
|
9
|
+
import { IgcXLabelModule } from './igc-x-label-module';
|
|
10
|
+
import { IgcXInputGroupComponent } from './igc-x-input-group-component';
|
|
11
|
+
import { XInputGroup } from './XInputGroup';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
13
|
+
export class IgcXInputGroupModule {
|
|
14
|
+
static register() {
|
|
15
|
+
IgcChildContentModule.register();
|
|
16
|
+
IgcXInputModule.register();
|
|
17
|
+
IgcXLabelModule.register();
|
|
18
|
+
IgcXInputGroupComponent.register();
|
|
19
|
+
TypeRegistrar.registerCons('IgcXInputGroupComponent', IgcXInputGroupComponent);
|
|
20
|
+
TypeRegistrar.registerCons('IgcXInputGroupComponent', IgcXInputGroupComponent);
|
|
21
|
+
TypeRegistrar.register('XInputGroup', XInputGroup.$type);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { IgcChildContentModule } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IgcXInputComponent } from './igc-x-input-component';
|
|
9
|
+
import { XInput } from './XInput';
|
|
10
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
+
export class IgcXInputModule {
|
|
12
|
+
static register() {
|
|
13
|
+
IgcChildContentModule.register();
|
|
14
|
+
IgcXInputComponent.register();
|
|
15
|
+
TypeRegistrar.registerCons('IgcXInputComponent', IgcXInputComponent);
|
|
16
|
+
TypeRegistrar.registerCons('IgcXInputComponent', IgcXInputComponent);
|
|
17
|
+
TypeRegistrar.register('XInput', XInput.$type);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { XLabel } from "./XLabel";
|
|
2
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
3
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
4
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
5
|
+
export declare class IgcXLabelComponent extends IgcXInputGroupItemComponent {
|
|
6
|
+
private _portalManager;
|
|
7
|
+
private _container;
|
|
8
|
+
private _renderer;
|
|
9
|
+
constructor();
|
|
10
|
+
private _onChildrenChanged;
|
|
11
|
+
updateStyle(): void;
|
|
12
|
+
destroy(): void;
|
|
13
|
+
private _wrapper;
|
|
14
|
+
protected createImplementation(): XLabel;
|
|
15
|
+
private _label;
|
|
16
|
+
private _disconnected;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
connectedCallback(): void;
|
|
19
|
+
afterContentInit(): void;
|
|
20
|
+
private _onDisplayChanged;
|
|
21
|
+
private _onFlexDirectionChanged;
|
|
22
|
+
private _onFlexGrowChanged;
|
|
23
|
+
private _onAlignItemsChanged;
|
|
24
|
+
private _onAlignSelfChanged;
|
|
25
|
+
/**
|
|
26
|
+
* @hidden
|
|
27
|
+
*/
|
|
28
|
+
get i(): XLabel;
|
|
29
|
+
private static _observedAttributesIgcXLabelComponent;
|
|
30
|
+
static get observedAttributes(): string[];
|
|
31
|
+
static htmlTagName: string;
|
|
32
|
+
protected static _isElementRegistered: boolean;
|
|
33
|
+
static register(): void;
|
|
34
|
+
/**
|
|
35
|
+
* Gets or sets the base built in theme to use for the label.
|
|
36
|
+
*/
|
|
37
|
+
get baseTheme(): BaseControlTheme;
|
|
38
|
+
set baseTheme(v: BaseControlTheme);
|
|
39
|
+
/**
|
|
40
|
+
* Gets or sets the display density to use for the label.
|
|
41
|
+
*/
|
|
42
|
+
get density(): ControlDisplayDensity;
|
|
43
|
+
set density(v: ControlDisplayDensity);
|
|
44
|
+
/**
|
|
45
|
+
* Gets the actual display density to use for the label.
|
|
46
|
+
*/
|
|
47
|
+
get actualDensity(): ControlDisplayDensity;
|
|
48
|
+
set actualDensity(v: ControlDisplayDensity);
|
|
49
|
+
/**
|
|
50
|
+
* Gets the actual color to use for the text color.
|
|
51
|
+
*/
|
|
52
|
+
get actualTextColor(): string;
|
|
53
|
+
set actualTextColor(v: string);
|
|
54
|
+
/**
|
|
55
|
+
* Gets the actual color to use for the text color.
|
|
56
|
+
*/
|
|
57
|
+
get actualHighlightTextColor(): string;
|
|
58
|
+
set actualHighlightTextColor(v: string);
|
|
59
|
+
/**
|
|
60
|
+
* Gets the actual color to use for the text color when highlighted and hovered.
|
|
61
|
+
*/
|
|
62
|
+
get actualHoverHighlightTextColor(): string;
|
|
63
|
+
set actualHoverHighlightTextColor(v: string);
|
|
64
|
+
/**
|
|
65
|
+
* Gets the actual hover color to use for the text.
|
|
66
|
+
*/
|
|
67
|
+
get actualHoverTextColor(): string;
|
|
68
|
+
set actualHoverTextColor(v: string);
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets the color to use for the text.
|
|
71
|
+
*/
|
|
72
|
+
get textColor(): string;
|
|
73
|
+
set textColor(v: string);
|
|
74
|
+
/**
|
|
75
|
+
* Gets or sets the color to use for the text.
|
|
76
|
+
*/
|
|
77
|
+
get highlightTextColor(): string;
|
|
78
|
+
set highlightTextColor(v: string);
|
|
79
|
+
/**
|
|
80
|
+
* Gets or sets the color to use for the text.
|
|
81
|
+
*/
|
|
82
|
+
get hoverHighlightTextColor(): string;
|
|
83
|
+
set hoverHighlightTextColor(v: string);
|
|
84
|
+
/**
|
|
85
|
+
* Gets or sets the use for the button.
|
|
86
|
+
*/
|
|
87
|
+
get textStyle(): string;
|
|
88
|
+
set textStyle(v: string);
|
|
89
|
+
/**
|
|
90
|
+
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
91
|
+
*/
|
|
92
|
+
get hoverTextColor(): string;
|
|
93
|
+
set hoverTextColor(v: string);
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the id to use for the checkbox.
|
|
96
|
+
*/
|
|
97
|
+
get id(): string;
|
|
98
|
+
set id(v: string);
|
|
99
|
+
/**
|
|
100
|
+
* Gets or sets the id to use for the checkbox.
|
|
101
|
+
*/
|
|
102
|
+
get display(): string;
|
|
103
|
+
set display(v: string);
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the id to use for the checkbox.
|
|
106
|
+
*/
|
|
107
|
+
get flexDirection(): string;
|
|
108
|
+
set flexDirection(v: string);
|
|
109
|
+
/**
|
|
110
|
+
* Gets or sets the flex-grow setting for the button.
|
|
111
|
+
*/
|
|
112
|
+
get flexGrow(): string;
|
|
113
|
+
set flexGrow(v: string);
|
|
114
|
+
/**
|
|
115
|
+
* Gets or sets the id to use for the checkbox.
|
|
116
|
+
*/
|
|
117
|
+
get alignItems(): string;
|
|
118
|
+
set alignItems(v: string);
|
|
119
|
+
/**
|
|
120
|
+
* Gets or sets the id to use for the checkbox.
|
|
121
|
+
*/
|
|
122
|
+
get alignSelf(): string;
|
|
123
|
+
set alignSelf(v: string);
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
126
|
+
*/
|
|
127
|
+
get tabIndex(): number;
|
|
128
|
+
set tabIndex(v: number);
|
|
129
|
+
/**
|
|
130
|
+
* Gets or sets the for attribute to use for the label.
|
|
131
|
+
*/
|
|
132
|
+
get for(): string;
|
|
133
|
+
set for(v: string);
|
|
134
|
+
/**
|
|
135
|
+
* Gets or sets the value of the aria-label attribute.
|
|
136
|
+
*/
|
|
137
|
+
get ariaLabel(): string;
|
|
138
|
+
set ariaLabel(v: string);
|
|
139
|
+
/**
|
|
140
|
+
* Gets or sets the text for the label.
|
|
141
|
+
*/
|
|
142
|
+
get text(): string;
|
|
143
|
+
set text(v: string);
|
|
144
|
+
/**
|
|
145
|
+
* Gets or sets whether the label is hovered.
|
|
146
|
+
*/
|
|
147
|
+
get isHover(): boolean;
|
|
148
|
+
set isHover(v: boolean);
|
|
149
|
+
/**
|
|
150
|
+
* Gets or sets the value for the label.
|
|
151
|
+
*/
|
|
152
|
+
get value(): boolean;
|
|
153
|
+
set value(v: boolean);
|
|
154
|
+
/**
|
|
155
|
+
* Gets or sets whether the checkbox is disabled.
|
|
156
|
+
*/
|
|
157
|
+
get disabled(): boolean;
|
|
158
|
+
set disabled(v: boolean);
|
|
159
|
+
onDetachedFromUI(): void;
|
|
160
|
+
onAttachedToUI(): void;
|
|
161
|
+
/**
|
|
162
|
+
* Exports visual information about the current state of the grid.
|
|
163
|
+
|
|
164
|
+
*/
|
|
165
|
+
exportVisualModel(): any;
|
|
166
|
+
/**
|
|
167
|
+
* Returns a serialized copy of the exported visual model
|
|
168
|
+
|
|
169
|
+
*/
|
|
170
|
+
exportSerializedVisualModel(): string;
|
|
171
|
+
}
|