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,118 @@
|
|
|
1
|
+
import { XRipple } from "./XRipple";
|
|
2
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
|
+
export declare class IgcXRippleComponent extends IgcHTMLElement {
|
|
4
|
+
private _height;
|
|
5
|
+
private _width;
|
|
6
|
+
set height(value: string);
|
|
7
|
+
get height(): string;
|
|
8
|
+
set width(value: string);
|
|
9
|
+
get width(): string;
|
|
10
|
+
private _top;
|
|
11
|
+
private _left;
|
|
12
|
+
set top(value: string);
|
|
13
|
+
get top(): string;
|
|
14
|
+
set left(value: string);
|
|
15
|
+
get left(): string;
|
|
16
|
+
private _position;
|
|
17
|
+
set position(value: string);
|
|
18
|
+
get position(): string;
|
|
19
|
+
private _container;
|
|
20
|
+
private _renderer;
|
|
21
|
+
constructor();
|
|
22
|
+
updateStyle(): void;
|
|
23
|
+
destroy(): void;
|
|
24
|
+
private _wrapper;
|
|
25
|
+
protected createImplementation(): XRipple;
|
|
26
|
+
private _ripple;
|
|
27
|
+
private _disconnected;
|
|
28
|
+
disconnectedCallback(): void;
|
|
29
|
+
connectedCallback(): void;
|
|
30
|
+
afterContentInit(): void;
|
|
31
|
+
protected _implementation: any;
|
|
32
|
+
/**
|
|
33
|
+
* @hidden
|
|
34
|
+
*/
|
|
35
|
+
get i(): XRipple; /**
|
|
36
|
+
* @hidden
|
|
37
|
+
*/
|
|
38
|
+
static _createFromInternal(internal: any): IgcXRippleComponent;
|
|
39
|
+
private _settingAttributes;
|
|
40
|
+
protected _attached: boolean;
|
|
41
|
+
private _queuedSetAttributes;
|
|
42
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
43
|
+
protected _flushQueuedAttributes(): void;
|
|
44
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
45
|
+
private static _observedAttributesIgcXRippleComponent;
|
|
46
|
+
static get observedAttributes(): string[];
|
|
47
|
+
private _updatingFromAttribute;
|
|
48
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
49
|
+
static htmlTagName: string;
|
|
50
|
+
protected static _isElementRegistered: boolean;
|
|
51
|
+
static register(): void;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the target element to inject ripples into.
|
|
54
|
+
*/
|
|
55
|
+
get eventSource(): any;
|
|
56
|
+
set eventSource(v: any);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
59
|
+
*/
|
|
60
|
+
get rippleColor(): string;
|
|
61
|
+
set rippleColor(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the color to use for the background when the ripple is hovered.
|
|
64
|
+
*/
|
|
65
|
+
get hoverColor(): string;
|
|
66
|
+
set hoverColor(v: string);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the actual color to use for the background when the ripple is hovered.
|
|
69
|
+
*/
|
|
70
|
+
get actualHoverColor(): string;
|
|
71
|
+
set actualHoverColor(v: string);
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the color to use for the actual background when the checkbox is unchecked.
|
|
74
|
+
*/
|
|
75
|
+
get actualRippleColor(): string;
|
|
76
|
+
set actualRippleColor(v: string);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the duration to use for the ripple animation.
|
|
79
|
+
*/
|
|
80
|
+
get rippleDuration(): number;
|
|
81
|
+
set rippleDuration(v: number);
|
|
82
|
+
/**
|
|
83
|
+
* Gets or sets if the ripple is disabled.
|
|
84
|
+
*/
|
|
85
|
+
get isDisabled(): boolean;
|
|
86
|
+
set isDisabled(v: boolean);
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets if the ripple is centered.
|
|
89
|
+
*/
|
|
90
|
+
get isCentered(): boolean;
|
|
91
|
+
set isCentered(v: boolean);
|
|
92
|
+
/**
|
|
93
|
+
* Gets or sets if the ripple is centered.
|
|
94
|
+
*/
|
|
95
|
+
get isHoverEnabled(): boolean;
|
|
96
|
+
set isHoverEnabled(v: boolean);
|
|
97
|
+
findByName(name: string): any;
|
|
98
|
+
protected __p: string;
|
|
99
|
+
protected _hasUserValues: Set<string>;
|
|
100
|
+
protected get hasUserValues(): Set<string>;
|
|
101
|
+
protected __m(propertyName: string): void;
|
|
102
|
+
protected _stylingContainer: any;
|
|
103
|
+
protected _stylingParent: any;
|
|
104
|
+
protected _inStyling: boolean;
|
|
105
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
106
|
+
onDetachedFromUI(): void;
|
|
107
|
+
onAttachedToUI(): void;
|
|
108
|
+
/**
|
|
109
|
+
* Exports visual information about the current state of the grid.
|
|
110
|
+
|
|
111
|
+
*/
|
|
112
|
+
exportVisualModel(): any;
|
|
113
|
+
/**
|
|
114
|
+
* Returns a serialized copy of the exported visual model
|
|
115
|
+
|
|
116
|
+
*/
|
|
117
|
+
exportSerializedVisualModel(): string;
|
|
118
|
+
}
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
import { XRipple } from "./XRipple";
|
|
2
|
+
import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
|
+
import { WebComponentRenderer } from "igniteui-webcomponents-core";
|
|
4
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
5
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
7
|
+
class IgcXRippleComponent extends IgcHTMLElement {
|
|
8
|
+
set height(value) {
|
|
9
|
+
this._height = value;
|
|
10
|
+
this.style.height = value;
|
|
11
|
+
}
|
|
12
|
+
get height() {
|
|
13
|
+
return this._height;
|
|
14
|
+
}
|
|
15
|
+
set width(value) {
|
|
16
|
+
this._width = value;
|
|
17
|
+
this.style.width = value;
|
|
18
|
+
}
|
|
19
|
+
get width() {
|
|
20
|
+
return this._width;
|
|
21
|
+
}
|
|
22
|
+
set top(value) {
|
|
23
|
+
this._top = value;
|
|
24
|
+
this.style.top = value;
|
|
25
|
+
}
|
|
26
|
+
get top() {
|
|
27
|
+
return this._top;
|
|
28
|
+
}
|
|
29
|
+
set left(value) {
|
|
30
|
+
this._left = value;
|
|
31
|
+
this.style.left = value;
|
|
32
|
+
}
|
|
33
|
+
get left() {
|
|
34
|
+
return this._left;
|
|
35
|
+
}
|
|
36
|
+
set position(value) {
|
|
37
|
+
this._position = value;
|
|
38
|
+
this.style.position = value;
|
|
39
|
+
}
|
|
40
|
+
get position() {
|
|
41
|
+
return this._position;
|
|
42
|
+
}
|
|
43
|
+
constructor() {
|
|
44
|
+
super();
|
|
45
|
+
this._disconnected = false;
|
|
46
|
+
this._settingAttributes = false;
|
|
47
|
+
this._attached = false;
|
|
48
|
+
this._queuedSetAttributes = [];
|
|
49
|
+
this._updatingFromAttribute = false;
|
|
50
|
+
this.__p = null;
|
|
51
|
+
this._hasUserValues = new Set();
|
|
52
|
+
this._stylingContainer = null;
|
|
53
|
+
this._stylingParent = null;
|
|
54
|
+
this._inStyling = false;
|
|
55
|
+
if (this._styling) {
|
|
56
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
57
|
+
}
|
|
58
|
+
this._renderer = new WebComponentRenderer(this, document, true, {});
|
|
59
|
+
this._implementation = this.createImplementation();
|
|
60
|
+
this._implementation.externalObject = this;
|
|
61
|
+
this._container = this._renderer.createElement("div");
|
|
62
|
+
this._renderer.updateRoot(this._container);
|
|
63
|
+
//this._renderer.rootWrapper.append(this._container);
|
|
64
|
+
this._container.setStyleProperty("display", "inline-block");
|
|
65
|
+
//this._container.setStyleProperty("width", "100%");
|
|
66
|
+
//this._container.setStyleProperty("height", "100%");
|
|
67
|
+
var root;
|
|
68
|
+
root = this._container;
|
|
69
|
+
if (this._container.getNativeElement() != null) {
|
|
70
|
+
root = this._container.getNativeElement();
|
|
71
|
+
}
|
|
72
|
+
this._wrapper = this._renderer;
|
|
73
|
+
var Ripple = this.i;
|
|
74
|
+
this._ripple = Ripple;
|
|
75
|
+
Ripple.provideContainer(this._renderer);
|
|
76
|
+
//Ripple.notifySizeChanged();
|
|
77
|
+
//let mut = new MutationObserver((list) => {
|
|
78
|
+
// for (var mutation of list) {
|
|
79
|
+
// if (mutation.type == 'childList') {
|
|
80
|
+
// this.updateContentStyleMappings();
|
|
81
|
+
// }
|
|
82
|
+
// }
|
|
83
|
+
//});
|
|
84
|
+
//mut.observe(this, {
|
|
85
|
+
// childList: true
|
|
86
|
+
//});
|
|
87
|
+
//this._renderer.addSizeWatcher(() => {
|
|
88
|
+
// this._ripple.notifySizeChanged();
|
|
89
|
+
//});
|
|
90
|
+
}
|
|
91
|
+
// supports angular themes or custom properties set in CSS
|
|
92
|
+
updateStyle() {
|
|
93
|
+
this._styling(this, this);
|
|
94
|
+
}
|
|
95
|
+
destroy() {
|
|
96
|
+
this._ripple.destroy();
|
|
97
|
+
this._wrapper.destroy();
|
|
98
|
+
}
|
|
99
|
+
createImplementation() {
|
|
100
|
+
return new XRipple();
|
|
101
|
+
}
|
|
102
|
+
disconnectedCallback() {
|
|
103
|
+
this._disconnected = true;
|
|
104
|
+
if (this.i) {
|
|
105
|
+
this.i.onDetachedFromUI();
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
connectedCallback() {
|
|
109
|
+
if (this._disconnected) {
|
|
110
|
+
this._disconnected = false;
|
|
111
|
+
if (this.i) {
|
|
112
|
+
this.i.onAttachedToUI();
|
|
113
|
+
}
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
this.classList.add("ig-x-ripple");
|
|
117
|
+
this.classList.add("igc-x-ripple");
|
|
118
|
+
this.appendChild(this._renderer.rootWrapper.getNativeElement());
|
|
119
|
+
this._attached = true;
|
|
120
|
+
this.style.display = "inline-block";
|
|
121
|
+
//this.style.height = this._height;
|
|
122
|
+
//this.style.width = this._width;
|
|
123
|
+
this._flushQueuedAttributes();
|
|
124
|
+
// supports themes or custom properties set in CSS
|
|
125
|
+
this._styling(this, this);
|
|
126
|
+
this.afterContentInit();
|
|
127
|
+
}
|
|
128
|
+
afterContentInit() {
|
|
129
|
+
//this.i.notifySizeChanged();
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* @hidden
|
|
133
|
+
*/
|
|
134
|
+
get i() {
|
|
135
|
+
return this._implementation;
|
|
136
|
+
} /**
|
|
137
|
+
* @hidden
|
|
138
|
+
*/
|
|
139
|
+
static _createFromInternal(internal) {
|
|
140
|
+
if (!internal) {
|
|
141
|
+
return null;
|
|
142
|
+
}
|
|
143
|
+
if (!internal.$type) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
let name = internal.$type.name;
|
|
147
|
+
let externalName = "Igc" + name + "Component";
|
|
148
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
149
|
+
return null;
|
|
150
|
+
}
|
|
151
|
+
return TypeRegistrar.create(externalName);
|
|
152
|
+
}
|
|
153
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
154
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
155
|
+
}
|
|
156
|
+
_flushQueuedAttributes() {
|
|
157
|
+
this._settingAttributes = true;
|
|
158
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
159
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
160
|
+
}
|
|
161
|
+
this._settingAttributes = false;
|
|
162
|
+
this._queuedSetAttributes.length = 0;
|
|
163
|
+
}
|
|
164
|
+
_a(attrName, attrValue) {
|
|
165
|
+
if (this._updatingFromAttribute) {
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
if (attrValue) {
|
|
169
|
+
attrValue = attrValue.toString();
|
|
170
|
+
}
|
|
171
|
+
this._settingAttributes = true;
|
|
172
|
+
attrName = toSpinal(attrName);
|
|
173
|
+
if (this._attached) {
|
|
174
|
+
this.setAttribute(attrName, attrValue);
|
|
175
|
+
}
|
|
176
|
+
else {
|
|
177
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
178
|
+
}
|
|
179
|
+
this._settingAttributes = false;
|
|
180
|
+
}
|
|
181
|
+
static { this._observedAttributesIgcXRippleComponent = null; }
|
|
182
|
+
static get observedAttributes() {
|
|
183
|
+
if (IgcXRippleComponent._observedAttributesIgcXRippleComponent == null) {
|
|
184
|
+
let names = getAllPropertyNames(IgcXRippleComponent);
|
|
185
|
+
for (let i = 0; i < names.length; i++) {
|
|
186
|
+
names[i] = toSpinal(names[i]);
|
|
187
|
+
}
|
|
188
|
+
IgcXRippleComponent._observedAttributesIgcXRippleComponent = names;
|
|
189
|
+
}
|
|
190
|
+
return IgcXRippleComponent._observedAttributesIgcXRippleComponent;
|
|
191
|
+
}
|
|
192
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
193
|
+
if (this._settingAttributes) {
|
|
194
|
+
return;
|
|
195
|
+
}
|
|
196
|
+
let setName = fromSpinal(name);
|
|
197
|
+
this._updatingFromAttribute = true;
|
|
198
|
+
this[setName] = newValue;
|
|
199
|
+
this._updatingFromAttribute = false;
|
|
200
|
+
}
|
|
201
|
+
static { this.htmlTagName = "igc-x-ripple"; }
|
|
202
|
+
static { this._isElementRegistered = false; }
|
|
203
|
+
static register() {
|
|
204
|
+
if (!IgcXRippleComponent._isElementRegistered) {
|
|
205
|
+
IgcXRippleComponent._isElementRegistered = true;
|
|
206
|
+
RegisterElementHelper.registerElement(IgcXRippleComponent.htmlTagName, IgcXRippleComponent);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Gets or sets the target element to inject ripples into.
|
|
211
|
+
*/
|
|
212
|
+
get eventSource() {
|
|
213
|
+
return this.i.q;
|
|
214
|
+
}
|
|
215
|
+
set eventSource(v) {
|
|
216
|
+
this.i.q = v;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
220
|
+
*/
|
|
221
|
+
get rippleColor() {
|
|
222
|
+
return brushToString(this.i.ax);
|
|
223
|
+
}
|
|
224
|
+
set rippleColor(v) {
|
|
225
|
+
this.i.ax = stringToBrush(v);
|
|
226
|
+
this._a("rippleColor", brushToString(this.i.ax));
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Gets or sets the color to use for the background when the ripple is hovered.
|
|
230
|
+
*/
|
|
231
|
+
get hoverColor() {
|
|
232
|
+
return brushToString(this.i.aw);
|
|
233
|
+
}
|
|
234
|
+
set hoverColor(v) {
|
|
235
|
+
this.i.aw = stringToBrush(v);
|
|
236
|
+
this._a("hoverColor", brushToString(this.i.aw));
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Gets or sets the actual color to use for the background when the ripple is hovered.
|
|
240
|
+
*/
|
|
241
|
+
get actualHoverColor() {
|
|
242
|
+
return brushToString(this.i.as);
|
|
243
|
+
}
|
|
244
|
+
set actualHoverColor(v) {
|
|
245
|
+
this.i.as = stringToBrush(v);
|
|
246
|
+
this._a("actualHoverColor", brushToString(this.i.as));
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Gets or sets the color to use for the actual background when the checkbox is unchecked.
|
|
250
|
+
*/
|
|
251
|
+
get actualRippleColor() {
|
|
252
|
+
return brushToString(this.i.at);
|
|
253
|
+
}
|
|
254
|
+
set actualRippleColor(v) {
|
|
255
|
+
this.i.at = stringToBrush(v);
|
|
256
|
+
this._a("actualRippleColor", brushToString(this.i.at));
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Gets or sets the duration to use for the ripple animation.
|
|
260
|
+
*/
|
|
261
|
+
get rippleDuration() {
|
|
262
|
+
return this.i.o;
|
|
263
|
+
}
|
|
264
|
+
set rippleDuration(v) {
|
|
265
|
+
this.i.o = +v;
|
|
266
|
+
this._a("rippleDuration", this.i.o);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Gets or sets if the ripple is disabled.
|
|
270
|
+
*/
|
|
271
|
+
get isDisabled() {
|
|
272
|
+
return this.i.i;
|
|
273
|
+
}
|
|
274
|
+
set isDisabled(v) {
|
|
275
|
+
this.i.i = ensureBool(v);
|
|
276
|
+
this._a("isDisabled", this.i.i);
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Gets or sets if the ripple is centered.
|
|
280
|
+
*/
|
|
281
|
+
get isCentered() {
|
|
282
|
+
return this.i.h;
|
|
283
|
+
}
|
|
284
|
+
set isCentered(v) {
|
|
285
|
+
this.i.h = ensureBool(v);
|
|
286
|
+
this._a("isCentered", this.i.h);
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* Gets or sets if the ripple is centered.
|
|
290
|
+
*/
|
|
291
|
+
get isHoverEnabled() {
|
|
292
|
+
return this.i.k;
|
|
293
|
+
}
|
|
294
|
+
set isHoverEnabled(v) {
|
|
295
|
+
this.i.k = ensureBool(v);
|
|
296
|
+
this._a("isHoverEnabled", this.i.k);
|
|
297
|
+
}
|
|
298
|
+
findByName(name) {
|
|
299
|
+
if (this.findEphemera) {
|
|
300
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
301
|
+
return this.findEphemera(name);
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
return null;
|
|
305
|
+
}
|
|
306
|
+
get hasUserValues() {
|
|
307
|
+
return this._hasUserValues;
|
|
308
|
+
}
|
|
309
|
+
__m(propertyName) {
|
|
310
|
+
if (!this._inStyling) {
|
|
311
|
+
this._hasUserValues.add(propertyName);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
_styling(container, component, parent) {
|
|
315
|
+
if (this._inStyling) {
|
|
316
|
+
return;
|
|
317
|
+
}
|
|
318
|
+
this._inStyling = true;
|
|
319
|
+
this._stylingContainer = container;
|
|
320
|
+
this._stylingParent = component;
|
|
321
|
+
let genericPrefix = "";
|
|
322
|
+
let typeName = this.i.$type.name;
|
|
323
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
324
|
+
typeName = typeName.substring(3);
|
|
325
|
+
}
|
|
326
|
+
genericPrefix = toSpinal("XRippleComponent");
|
|
327
|
+
let additionalPrefixes = [];
|
|
328
|
+
let prefix = toSpinal(typeName);
|
|
329
|
+
additionalPrefixes.push(prefix + "-");
|
|
330
|
+
let b = this.i.$type.baseType;
|
|
331
|
+
while (b && b.name != "Object" &&
|
|
332
|
+
b.name != "Base" &&
|
|
333
|
+
b.name != "Control" &&
|
|
334
|
+
b.Name != "DependencyObject" &&
|
|
335
|
+
b.Name != "FrameworkElement") {
|
|
336
|
+
typeName = b.name;
|
|
337
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
338
|
+
typeName = typeName.substring(3);
|
|
339
|
+
}
|
|
340
|
+
let basePrefix = toSpinal(typeName);
|
|
341
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
342
|
+
b = b.baseType;
|
|
343
|
+
}
|
|
344
|
+
if (parent) {
|
|
345
|
+
let parentTypeName = parent.i.$type.name;
|
|
346
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
347
|
+
parentTypeName = parentTypeName.substring(3);
|
|
348
|
+
}
|
|
349
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
350
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
351
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
352
|
+
}
|
|
353
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
354
|
+
if (this._otherStyling) {
|
|
355
|
+
this._otherStyling(container, component, parent);
|
|
356
|
+
}
|
|
357
|
+
this._inStyling = false;
|
|
358
|
+
}
|
|
359
|
+
onDetachedFromUI() {
|
|
360
|
+
this.i.onDetachedFromUI();
|
|
361
|
+
}
|
|
362
|
+
onAttachedToUI() {
|
|
363
|
+
this.i.onAttachedToUI();
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* Exports visual information about the current state of the grid.
|
|
367
|
+
|
|
368
|
+
*/
|
|
369
|
+
exportVisualModel() {
|
|
370
|
+
let iv = this.i.r();
|
|
371
|
+
return (iv);
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* Returns a serialized copy of the exported visual model
|
|
375
|
+
|
|
376
|
+
*/
|
|
377
|
+
exportSerializedVisualModel() {
|
|
378
|
+
let iv = this.i.v();
|
|
379
|
+
return (iv);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
export { IgcXRippleComponent };
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { IgcXRippleComponent } from './igc-x-ripple-component';
|
|
8
|
+
import { XRipple } from './XRipple';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcXRippleModule {
|
|
11
|
+
static register() {
|
|
12
|
+
IgcXRippleComponent.register();
|
|
13
|
+
TypeRegistrar.registerCons('IgcXRippleComponent', IgcXRippleComponent);
|
|
14
|
+
TypeRegistrar.registerCons('IgcXRippleComponent', IgcXRippleComponent);
|
|
15
|
+
TypeRegistrar.register('XRipple', XRipple.$type);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { XSuffix } from "./XSuffix";
|
|
2
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
3
|
+
export declare class IgcXSuffixComponent extends IgcXInputGroupItemComponent {
|
|
4
|
+
private _portalManager;
|
|
5
|
+
private _container;
|
|
6
|
+
private _renderer;
|
|
7
|
+
constructor();
|
|
8
|
+
private _onChildrenChanged;
|
|
9
|
+
updateStyle(): void;
|
|
10
|
+
destroy(): void;
|
|
11
|
+
private _wrapper;
|
|
12
|
+
protected createImplementation(): XSuffix;
|
|
13
|
+
private _suffix;
|
|
14
|
+
private _disconnected;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
connectedCallback(): void;
|
|
17
|
+
afterContentInit(): void;
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
get i(): XSuffix;
|
|
22
|
+
private static _observedAttributesIgcXSuffixComponent;
|
|
23
|
+
static get observedAttributes(): string[];
|
|
24
|
+
static htmlTagName: string;
|
|
25
|
+
protected static _isElementRegistered: boolean;
|
|
26
|
+
static register(): void;
|
|
27
|
+
/**
|
|
28
|
+
* Gets or sets the id to use for the checkbox.
|
|
29
|
+
*/
|
|
30
|
+
get id(): string;
|
|
31
|
+
set id(v: string);
|
|
32
|
+
/**
|
|
33
|
+
* Gets or sets the value of the aria-label attribute.
|
|
34
|
+
*/
|
|
35
|
+
get ariaLabel(): string;
|
|
36
|
+
set ariaLabel(v: string);
|
|
37
|
+
/**
|
|
38
|
+
* Gets or sets whether the suffix is hovered.
|
|
39
|
+
*/
|
|
40
|
+
get isHover(): boolean;
|
|
41
|
+
set isHover(v: boolean);
|
|
42
|
+
/**
|
|
43
|
+
* Gets or sets whether the checkbox is disabled.
|
|
44
|
+
*/
|
|
45
|
+
get disabled(): boolean;
|
|
46
|
+
set disabled(v: boolean);
|
|
47
|
+
onDetachedFromUI(): void;
|
|
48
|
+
onAttachedToUI(): void;
|
|
49
|
+
/**
|
|
50
|
+
* Exports visual information about the current state of the grid.
|
|
51
|
+
|
|
52
|
+
*/
|
|
53
|
+
exportVisualModel(): any;
|
|
54
|
+
/**
|
|
55
|
+
* Returns a serialized copy of the exported visual model
|
|
56
|
+
|
|
57
|
+
*/
|
|
58
|
+
exportSerializedVisualModel(): string;
|
|
59
|
+
}
|