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,30 @@
|
|
|
1
|
+
import { ColorEditorPanelClosedEventArgs as ColorEditorPanelClosedEventArgs_internal } from "./ColorEditorPanelClosedEventArgs";
|
|
2
|
+
export class IgcColorEditorPanelClosedEventArgs {
|
|
3
|
+
createImplementation() {
|
|
4
|
+
return new ColorEditorPanelClosedEventArgs_internal();
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i() {
|
|
10
|
+
return this._implementation;
|
|
11
|
+
}
|
|
12
|
+
onImplementationCreated() {
|
|
13
|
+
}
|
|
14
|
+
constructor() {
|
|
15
|
+
this._implementation = this.createImplementation();
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
|
+
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
_provideImplementation(i) {
|
|
23
|
+
this._implementation = i;
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
|
+
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { ColorEditorPanel } from "./ColorEditorPanel";
|
|
2
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
4
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
5
|
+
import { IgcColorEditorPanelSelectedValueChangedEventArgs } from "./igc-color-editor-panel-selected-value-changed-event-args";
|
|
6
|
+
export declare class IgcColorEditorPanelComponent extends IgcHTMLElement {
|
|
7
|
+
private _portalManager;
|
|
8
|
+
private _container;
|
|
9
|
+
private _renderer;
|
|
10
|
+
constructor();
|
|
11
|
+
private _onChildrenChanged;
|
|
12
|
+
updateStyle(): void;
|
|
13
|
+
destroy(): void;
|
|
14
|
+
private _wrapper;
|
|
15
|
+
protected createImplementation(): ColorEditorPanel;
|
|
16
|
+
private _colorEditorPanel;
|
|
17
|
+
private _disconnected;
|
|
18
|
+
disconnectedCallback(): void;
|
|
19
|
+
connectedCallback(): void;
|
|
20
|
+
afterContentInit(): void;
|
|
21
|
+
protected _implementation: any;
|
|
22
|
+
/**
|
|
23
|
+
* @hidden
|
|
24
|
+
*/
|
|
25
|
+
get i(): ColorEditorPanel; /**
|
|
26
|
+
* @hidden
|
|
27
|
+
*/
|
|
28
|
+
static _createFromInternal(internal: any): IgcColorEditorPanelComponent;
|
|
29
|
+
private _settingAttributes;
|
|
30
|
+
protected _attached: boolean;
|
|
31
|
+
private _queuedSetAttributes;
|
|
32
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
33
|
+
protected _flushQueuedAttributes(): void;
|
|
34
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
35
|
+
private static _observedAttributesIgcColorEditorPanelComponent;
|
|
36
|
+
static get observedAttributes(): string[];
|
|
37
|
+
private _updatingFromAttribute;
|
|
38
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
39
|
+
static htmlTagName: string;
|
|
40
|
+
protected static _isElementRegistered: boolean;
|
|
41
|
+
static register(): void;
|
|
42
|
+
/**
|
|
43
|
+
* Gets or Sets the value for the color editor panel.
|
|
44
|
+
*/
|
|
45
|
+
get value(): string;
|
|
46
|
+
set value(v: string);
|
|
47
|
+
/**
|
|
48
|
+
* Gets or sets the display density to use for the ColorEditorPanel.
|
|
49
|
+
*/
|
|
50
|
+
get density(): ControlDisplayDensity;
|
|
51
|
+
set density(v: ControlDisplayDensity);
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the base built in theme to use for the ColorEditorPanel.
|
|
54
|
+
*/
|
|
55
|
+
get baseTheme(): BaseControlTheme;
|
|
56
|
+
set baseTheme(v: BaseControlTheme);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or Sets the selected color background color
|
|
59
|
+
*/
|
|
60
|
+
get backgroundColor(): string;
|
|
61
|
+
set backgroundColor(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or Sets the selected color boreder color
|
|
64
|
+
*/
|
|
65
|
+
get selectedColorBorderColor(): string;
|
|
66
|
+
set selectedColorBorderColor(v: string);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or Sets the selected color border color
|
|
69
|
+
*/
|
|
70
|
+
get selectedFocusDateBackgroundColor(): string;
|
|
71
|
+
set selectedFocusDateBackgroundColor(v: string);
|
|
72
|
+
/**
|
|
73
|
+
* Gets or Sets the focus color border color
|
|
74
|
+
*/
|
|
75
|
+
get focusColorBorderColor(): string;
|
|
76
|
+
set focusColorBorderColor(v: string);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or Sets the focus date background color
|
|
79
|
+
*/
|
|
80
|
+
get hoverBackgroundColor(): string;
|
|
81
|
+
set hoverBackgroundColor(v: string);
|
|
82
|
+
/**
|
|
83
|
+
* Gets or Sets the selected date text color
|
|
84
|
+
*/
|
|
85
|
+
get textColor(): string;
|
|
86
|
+
set textColor(v: string);
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the font to use for the combobox.
|
|
89
|
+
*/
|
|
90
|
+
get textStyle(): string;
|
|
91
|
+
set textStyle(v: string);
|
|
92
|
+
/**
|
|
93
|
+
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
94
|
+
* A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control
|
|
95
|
+
* to appear blurry.
|
|
96
|
+
*/
|
|
97
|
+
get pixelScalingRatio(): number;
|
|
98
|
+
set pixelScalingRatio(v: number);
|
|
99
|
+
get actualPixelScalingRatio(): number;
|
|
100
|
+
set actualPixelScalingRatio(v: number);
|
|
101
|
+
findByName(name: string): any;
|
|
102
|
+
protected __p: string;
|
|
103
|
+
protected _hasUserValues: Set<string>;
|
|
104
|
+
protected get hasUserValues(): Set<string>;
|
|
105
|
+
protected __m(propertyName: string): void;
|
|
106
|
+
protected _stylingContainer: any;
|
|
107
|
+
protected _stylingParent: any;
|
|
108
|
+
protected _inStyling: boolean;
|
|
109
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
110
|
+
private _valueChanged;
|
|
111
|
+
private _valueChanged_wrapped;
|
|
112
|
+
/**
|
|
113
|
+
* Called when date is selected.
|
|
114
|
+
*/
|
|
115
|
+
get valueChanged(): (s: IgcColorEditorPanelComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void;
|
|
116
|
+
set valueChanged(ev: (s: IgcColorEditorPanelComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void);
|
|
117
|
+
private _valueChanging;
|
|
118
|
+
private _valueChanging_wrapped;
|
|
119
|
+
/**
|
|
120
|
+
* Called when date is selected.
|
|
121
|
+
*/
|
|
122
|
+
get valueChanging(): (s: IgcColorEditorPanelComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void;
|
|
123
|
+
set valueChanging(ev: (s: IgcColorEditorPanelComponent, e: IgcColorEditorPanelSelectedValueChangedEventArgs) => void);
|
|
124
|
+
}
|
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
import { ColorEditorPanel } from "./ColorEditorPanel";
|
|
2
|
+
import { ensureEnum, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
4
|
+
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
5
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
6
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
7
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
11
|
+
import { IgcColorEditorPanelSelectedValueChangedEventArgs } from "./igc-color-editor-panel-selected-value-changed-event-args";
|
|
12
|
+
class IgcColorEditorPanelComponent extends IgcHTMLElement {
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
this._disconnected = false;
|
|
16
|
+
this._settingAttributes = false;
|
|
17
|
+
this._attached = false;
|
|
18
|
+
this._queuedSetAttributes = [];
|
|
19
|
+
this._updatingFromAttribute = false;
|
|
20
|
+
this.__p = null;
|
|
21
|
+
this._hasUserValues = new Set();
|
|
22
|
+
this._stylingContainer = null;
|
|
23
|
+
this._stylingParent = null;
|
|
24
|
+
this._inStyling = false;
|
|
25
|
+
this._valueChanged = null;
|
|
26
|
+
this._valueChanged_wrapped = null;
|
|
27
|
+
this._valueChanging = null;
|
|
28
|
+
this._valueChanging_wrapped = null;
|
|
29
|
+
if (this._styling) {
|
|
30
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
31
|
+
}
|
|
32
|
+
this._portalManager = new PortalManager("colorEditorPanelContent");
|
|
33
|
+
this._renderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
|
|
34
|
+
this._container = this._renderer.createElement("div");
|
|
35
|
+
this._renderer.updateRoot(this._container);
|
|
36
|
+
this._implementation = this.createImplementation();
|
|
37
|
+
this._implementation.externalObject = this;
|
|
38
|
+
//this._container.setStyleProperty("width", "100%");
|
|
39
|
+
//this._container.setStyleProperty("height", "100%");
|
|
40
|
+
var root;
|
|
41
|
+
root = this._container;
|
|
42
|
+
if (this._container.getNativeElement() != null) {
|
|
43
|
+
root = this._container.getNativeElement();
|
|
44
|
+
}
|
|
45
|
+
this._wrapper = this._renderer;
|
|
46
|
+
var colorEditorPanel = this.i;
|
|
47
|
+
this._colorEditorPanel = colorEditorPanel;
|
|
48
|
+
colorEditorPanel.provideContainer(this._renderer);
|
|
49
|
+
this._onChildrenChanged();
|
|
50
|
+
//Checkbox.notifySizeChanged();
|
|
51
|
+
let mut = new MutationObserver((list) => {
|
|
52
|
+
for (var mutation of list) {
|
|
53
|
+
if (mutation.type == 'childList') {
|
|
54
|
+
this._onChildrenChanged();
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
mut.observe(this, {
|
|
59
|
+
childList: true
|
|
60
|
+
});
|
|
61
|
+
//this._renderer.addSizeWatcher(() => {
|
|
62
|
+
// this._checkbox.notifySizeChanged();
|
|
63
|
+
//});
|
|
64
|
+
}
|
|
65
|
+
_onChildrenChanged() {
|
|
66
|
+
var children = [];
|
|
67
|
+
for (var i = 0; i < this.childNodes.length; i++) {
|
|
68
|
+
var child = this.childNodes[i];
|
|
69
|
+
if (child !== this._container.getNativeElement()) {
|
|
70
|
+
children.push(child);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
this._portalManager.onChildrenChanged(children);
|
|
74
|
+
}
|
|
75
|
+
// supports angular themes or custom properties set in CSS
|
|
76
|
+
updateStyle() {
|
|
77
|
+
this._styling(this, this);
|
|
78
|
+
}
|
|
79
|
+
destroy() {
|
|
80
|
+
this._colorEditorPanel.destroy();
|
|
81
|
+
this._wrapper.destroy();
|
|
82
|
+
}
|
|
83
|
+
createImplementation() {
|
|
84
|
+
return new ColorEditorPanel();
|
|
85
|
+
}
|
|
86
|
+
disconnectedCallback() {
|
|
87
|
+
this._disconnected = true;
|
|
88
|
+
if (this.i) {
|
|
89
|
+
this.i.onDetachedFromUI();
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
connectedCallback() {
|
|
93
|
+
if (this._disconnected) {
|
|
94
|
+
this._disconnected = false;
|
|
95
|
+
if (this.i) {
|
|
96
|
+
this.i.onAttachedToUI();
|
|
97
|
+
}
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
this.classList.add("ig-color-editor-panel");
|
|
101
|
+
this.classList.add("igc-color-editor-panel");
|
|
102
|
+
this.appendChild(this._container.getNativeElement());
|
|
103
|
+
this._attached = true;
|
|
104
|
+
this.style.display = "block";
|
|
105
|
+
//this.style.height = this._height;
|
|
106
|
+
//this.style.width = this._width;
|
|
107
|
+
this._flushQueuedAttributes();
|
|
108
|
+
// supports themes or custom properties set in CSS
|
|
109
|
+
this._styling(this, this);
|
|
110
|
+
this.afterContentInit();
|
|
111
|
+
}
|
|
112
|
+
afterContentInit() {
|
|
113
|
+
//this.i.notifySizeChanged();
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @hidden
|
|
117
|
+
*/
|
|
118
|
+
get i() {
|
|
119
|
+
return this._implementation;
|
|
120
|
+
} /**
|
|
121
|
+
* @hidden
|
|
122
|
+
*/
|
|
123
|
+
static _createFromInternal(internal) {
|
|
124
|
+
if (!internal) {
|
|
125
|
+
return null;
|
|
126
|
+
}
|
|
127
|
+
if (!internal.$type) {
|
|
128
|
+
return null;
|
|
129
|
+
}
|
|
130
|
+
let name = internal.$type.name;
|
|
131
|
+
let externalName = "Igc" + name + "Component";
|
|
132
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
133
|
+
return null;
|
|
134
|
+
}
|
|
135
|
+
return TypeRegistrar.create(externalName);
|
|
136
|
+
}
|
|
137
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
138
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
139
|
+
}
|
|
140
|
+
_flushQueuedAttributes() {
|
|
141
|
+
this._settingAttributes = true;
|
|
142
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
143
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
144
|
+
}
|
|
145
|
+
this._settingAttributes = false;
|
|
146
|
+
this._queuedSetAttributes.length = 0;
|
|
147
|
+
}
|
|
148
|
+
_a(attrName, attrValue) {
|
|
149
|
+
if (this._updatingFromAttribute) {
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
if (attrValue) {
|
|
153
|
+
attrValue = attrValue.toString();
|
|
154
|
+
}
|
|
155
|
+
this._settingAttributes = true;
|
|
156
|
+
attrName = toSpinal(attrName);
|
|
157
|
+
if (this._attached) {
|
|
158
|
+
this.setAttribute(attrName, attrValue);
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
162
|
+
}
|
|
163
|
+
this._settingAttributes = false;
|
|
164
|
+
}
|
|
165
|
+
static { this._observedAttributesIgcColorEditorPanelComponent = null; }
|
|
166
|
+
static get observedAttributes() {
|
|
167
|
+
if (IgcColorEditorPanelComponent._observedAttributesIgcColorEditorPanelComponent == null) {
|
|
168
|
+
let names = getAllPropertyNames(IgcColorEditorPanelComponent);
|
|
169
|
+
for (let i = 0; i < names.length; i++) {
|
|
170
|
+
names[i] = toSpinal(names[i]);
|
|
171
|
+
}
|
|
172
|
+
IgcColorEditorPanelComponent._observedAttributesIgcColorEditorPanelComponent = names;
|
|
173
|
+
}
|
|
174
|
+
return IgcColorEditorPanelComponent._observedAttributesIgcColorEditorPanelComponent;
|
|
175
|
+
}
|
|
176
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
177
|
+
if (this._settingAttributes) {
|
|
178
|
+
return;
|
|
179
|
+
}
|
|
180
|
+
let setName = fromSpinal(name);
|
|
181
|
+
this._updatingFromAttribute = true;
|
|
182
|
+
this[setName] = newValue;
|
|
183
|
+
this._updatingFromAttribute = false;
|
|
184
|
+
}
|
|
185
|
+
static { this.htmlTagName = "igc-color-editor-panel"; }
|
|
186
|
+
static { this._isElementRegistered = false; }
|
|
187
|
+
static register() {
|
|
188
|
+
if (!IgcColorEditorPanelComponent._isElementRegistered) {
|
|
189
|
+
IgcColorEditorPanelComponent._isElementRegistered = true;
|
|
190
|
+
RegisterElementHelper.registerElement(IgcColorEditorPanelComponent.htmlTagName, IgcColorEditorPanelComponent);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Gets or Sets the value for the color editor panel.
|
|
195
|
+
*/
|
|
196
|
+
get value() {
|
|
197
|
+
return brushToString(this.i.value);
|
|
198
|
+
}
|
|
199
|
+
set value(v) {
|
|
200
|
+
this.i.value = stringToBrush(v);
|
|
201
|
+
this._a("value", brushToString(this.i.value));
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Gets or sets the display density to use for the ColorEditorPanel.
|
|
205
|
+
*/
|
|
206
|
+
get density() {
|
|
207
|
+
return this.i.h;
|
|
208
|
+
}
|
|
209
|
+
set density(v) {
|
|
210
|
+
this.i.h = ensureEnum(ControlDisplayDensity_$type, v);
|
|
211
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.h));
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Gets or sets the base built in theme to use for the ColorEditorPanel.
|
|
215
|
+
*/
|
|
216
|
+
get baseTheme() {
|
|
217
|
+
return this.i.f;
|
|
218
|
+
}
|
|
219
|
+
set baseTheme(v) {
|
|
220
|
+
this.i.f = ensureEnum(BaseControlTheme_$type, v);
|
|
221
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.f));
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Gets or Sets the selected color background color
|
|
225
|
+
*/
|
|
226
|
+
get backgroundColor() {
|
|
227
|
+
return brushToString(this.i.by);
|
|
228
|
+
}
|
|
229
|
+
set backgroundColor(v) {
|
|
230
|
+
this.i.by = stringToBrush(v);
|
|
231
|
+
this._a("backgroundColor", brushToString(this.i.by));
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Gets or Sets the selected color boreder color
|
|
235
|
+
*/
|
|
236
|
+
get selectedColorBorderColor() {
|
|
237
|
+
return brushToString(this.i.b1);
|
|
238
|
+
}
|
|
239
|
+
set selectedColorBorderColor(v) {
|
|
240
|
+
this.i.b1 = stringToBrush(v);
|
|
241
|
+
this._a("selectedColorBorderColor", brushToString(this.i.b1));
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* Gets or Sets the selected color border color
|
|
245
|
+
*/
|
|
246
|
+
get selectedFocusDateBackgroundColor() {
|
|
247
|
+
return brushToString(this.i.b2);
|
|
248
|
+
}
|
|
249
|
+
set selectedFocusDateBackgroundColor(v) {
|
|
250
|
+
this.i.b2 = stringToBrush(v);
|
|
251
|
+
this._a("selectedFocusDateBackgroundColor", brushToString(this.i.b2));
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Gets or Sets the focus color border color
|
|
255
|
+
*/
|
|
256
|
+
get focusColorBorderColor() {
|
|
257
|
+
return brushToString(this.i.bz);
|
|
258
|
+
}
|
|
259
|
+
set focusColorBorderColor(v) {
|
|
260
|
+
this.i.bz = stringToBrush(v);
|
|
261
|
+
this._a("focusColorBorderColor", brushToString(this.i.bz));
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* Gets or Sets the focus date background color
|
|
265
|
+
*/
|
|
266
|
+
get hoverBackgroundColor() {
|
|
267
|
+
return brushToString(this.i.b0);
|
|
268
|
+
}
|
|
269
|
+
set hoverBackgroundColor(v) {
|
|
270
|
+
this.i.b0 = stringToBrush(v);
|
|
271
|
+
this._a("hoverBackgroundColor", brushToString(this.i.b0));
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Gets or Sets the selected date text color
|
|
275
|
+
*/
|
|
276
|
+
get textColor() {
|
|
277
|
+
return brushToString(this.i.b3);
|
|
278
|
+
}
|
|
279
|
+
set textColor(v) {
|
|
280
|
+
this.i.b3 = stringToBrush(v);
|
|
281
|
+
this._a("textColor", brushToString(this.i.b3));
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Gets or sets the font to use for the combobox.
|
|
285
|
+
*/
|
|
286
|
+
get textStyle() {
|
|
287
|
+
if (this.i.j == null) {
|
|
288
|
+
return null;
|
|
289
|
+
}
|
|
290
|
+
return this.i.j.fontString;
|
|
291
|
+
}
|
|
292
|
+
set textStyle(v) {
|
|
293
|
+
let fi = new FontInfo();
|
|
294
|
+
fi.fontString = v;
|
|
295
|
+
this.i.j = fi;
|
|
296
|
+
this._a("textStyle", this.i.j != null ? this.i.j.fontString : "");
|
|
297
|
+
}
|
|
298
|
+
/**
|
|
299
|
+
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
300
|
+
* A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control
|
|
301
|
+
* to appear blurry.
|
|
302
|
+
*/
|
|
303
|
+
get pixelScalingRatio() {
|
|
304
|
+
return this.i.ae;
|
|
305
|
+
}
|
|
306
|
+
set pixelScalingRatio(v) {
|
|
307
|
+
this.i.ae = +v;
|
|
308
|
+
this._a("pixelScalingRatio", this.i.ae);
|
|
309
|
+
}
|
|
310
|
+
get actualPixelScalingRatio() {
|
|
311
|
+
return this.i.ab;
|
|
312
|
+
}
|
|
313
|
+
set actualPixelScalingRatio(v) {
|
|
314
|
+
this.i.ab = +v;
|
|
315
|
+
this._a("actualPixelScalingRatio", this.i.ab);
|
|
316
|
+
}
|
|
317
|
+
findByName(name) {
|
|
318
|
+
if (this.findEphemera) {
|
|
319
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
320
|
+
return this.findEphemera(name);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
return null;
|
|
324
|
+
}
|
|
325
|
+
get hasUserValues() {
|
|
326
|
+
return this._hasUserValues;
|
|
327
|
+
}
|
|
328
|
+
__m(propertyName) {
|
|
329
|
+
if (!this._inStyling) {
|
|
330
|
+
this._hasUserValues.add(propertyName);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
_styling(container, component, parent) {
|
|
334
|
+
if (this._inStyling) {
|
|
335
|
+
return;
|
|
336
|
+
}
|
|
337
|
+
this._inStyling = true;
|
|
338
|
+
this._stylingContainer = container;
|
|
339
|
+
this._stylingParent = component;
|
|
340
|
+
let genericPrefix = "";
|
|
341
|
+
let typeName = this.i.$type.name;
|
|
342
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
343
|
+
typeName = typeName.substring(3);
|
|
344
|
+
}
|
|
345
|
+
genericPrefix = toSpinal("ColorEditorPanelComponent");
|
|
346
|
+
let additionalPrefixes = [];
|
|
347
|
+
let prefix = toSpinal(typeName);
|
|
348
|
+
additionalPrefixes.push(prefix + "-");
|
|
349
|
+
let b = this.i.$type.baseType;
|
|
350
|
+
while (b && b.name != "Object" &&
|
|
351
|
+
b.name != "Base" &&
|
|
352
|
+
b.name != "Control" &&
|
|
353
|
+
b.Name != "DependencyObject" &&
|
|
354
|
+
b.Name != "FrameworkElement") {
|
|
355
|
+
typeName = b.name;
|
|
356
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
357
|
+
typeName = typeName.substring(3);
|
|
358
|
+
}
|
|
359
|
+
let basePrefix = toSpinal(typeName);
|
|
360
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
361
|
+
b = b.baseType;
|
|
362
|
+
}
|
|
363
|
+
if (parent) {
|
|
364
|
+
let parentTypeName = parent.i.$type.name;
|
|
365
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
366
|
+
parentTypeName = parentTypeName.substring(3);
|
|
367
|
+
}
|
|
368
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
369
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
370
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
371
|
+
}
|
|
372
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
373
|
+
if (this._otherStyling) {
|
|
374
|
+
this._otherStyling(container, component, parent);
|
|
375
|
+
}
|
|
376
|
+
this._inStyling = false;
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* Called when date is selected.
|
|
380
|
+
*/
|
|
381
|
+
get valueChanged() {
|
|
382
|
+
return this._valueChanged;
|
|
383
|
+
}
|
|
384
|
+
set valueChanged(ev) {
|
|
385
|
+
if (this._valueChanged_wrapped !== null) {
|
|
386
|
+
this.i.valueChanged = delegateRemove(this.i.valueChanged, this._valueChanged_wrapped);
|
|
387
|
+
this._valueChanged_wrapped = null;
|
|
388
|
+
this._valueChanged = null;
|
|
389
|
+
}
|
|
390
|
+
this._valueChanged = ev;
|
|
391
|
+
this._valueChanged_wrapped = (o, e) => {
|
|
392
|
+
let outerArgs = new IgcColorEditorPanelSelectedValueChangedEventArgs();
|
|
393
|
+
outerArgs._provideImplementation(e);
|
|
394
|
+
if (this.beforeValueChanged) {
|
|
395
|
+
this.beforeValueChanged(this, outerArgs);
|
|
396
|
+
}
|
|
397
|
+
if (this._valueChanged) {
|
|
398
|
+
this._valueChanged(this, outerArgs);
|
|
399
|
+
}
|
|
400
|
+
};
|
|
401
|
+
this.i.valueChanged = delegateCombine(this.i.valueChanged, this._valueChanged_wrapped);
|
|
402
|
+
;
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
* Called when date is selected.
|
|
406
|
+
*/
|
|
407
|
+
get valueChanging() {
|
|
408
|
+
return this._valueChanging;
|
|
409
|
+
}
|
|
410
|
+
set valueChanging(ev) {
|
|
411
|
+
if (this._valueChanging_wrapped !== null) {
|
|
412
|
+
this.i.valueChanging = delegateRemove(this.i.valueChanging, this._valueChanging_wrapped);
|
|
413
|
+
this._valueChanging_wrapped = null;
|
|
414
|
+
this._valueChanging = null;
|
|
415
|
+
}
|
|
416
|
+
this._valueChanging = ev;
|
|
417
|
+
this._valueChanging_wrapped = (o, e) => {
|
|
418
|
+
let outerArgs = new IgcColorEditorPanelSelectedValueChangedEventArgs();
|
|
419
|
+
outerArgs._provideImplementation(e);
|
|
420
|
+
if (this.beforeValueChanging) {
|
|
421
|
+
this.beforeValueChanging(this, outerArgs);
|
|
422
|
+
}
|
|
423
|
+
if (this._valueChanging) {
|
|
424
|
+
this._valueChanging(this, outerArgs);
|
|
425
|
+
}
|
|
426
|
+
};
|
|
427
|
+
this.i.valueChanging = delegateCombine(this.i.valueChanging, this._valueChanging_wrapped);
|
|
428
|
+
;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
export { IgcColorEditorPanelComponent };
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { IgcColorEditorPanelComponent } from './igc-color-editor-panel-component';
|
|
8
|
+
import { IgcMultiSliderModule } from './igc-multi-slider-module';
|
|
9
|
+
import { IgcXButtonModule } from './igc-x-button-module';
|
|
10
|
+
import { IgcXInputGroupModule } from './igc-x-input-group-module';
|
|
11
|
+
import { IgcXInputModule } from './igc-x-input-module';
|
|
12
|
+
import { ColorEditorPanel } from './ColorEditorPanel';
|
|
13
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
14
|
+
export class IgcColorEditorPanelModule {
|
|
15
|
+
static register() {
|
|
16
|
+
IgcColorEditorPanelComponent.register();
|
|
17
|
+
TypeRegistrar.registerCons('IgcColorEditorPanelComponent', IgcColorEditorPanelComponent);
|
|
18
|
+
TypeRegistrar.registerCons('IgcColorEditorPanelComponent', IgcColorEditorPanelComponent);
|
|
19
|
+
IgcMultiSliderModule.register();
|
|
20
|
+
IgcXButtonModule.register();
|
|
21
|
+
IgcXInputGroupModule.register();
|
|
22
|
+
IgcXInputModule.register();
|
|
23
|
+
TypeRegistrar.register('ColorEditorPanel', ColorEditorPanel.$type);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ColorEditorPanelSelectedValueChangedEventArgs as ColorEditorPanelSelectedValueChangedEventArgs_internal } from "./ColorEditorPanelSelectedValueChangedEventArgs";
|
|
2
|
+
export declare class IgcColorEditorPanelSelectedValueChangedEventArgs {
|
|
3
|
+
protected createImplementation(): ColorEditorPanelSelectedValueChangedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ColorEditorPanelSelectedValueChangedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
get oldValue(): string;
|
|
13
|
+
set oldValue(v: string);
|
|
14
|
+
get newValue(): string;
|
|
15
|
+
set newValue(v: string);
|
|
16
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ColorEditorPanelSelectedValueChangedEventArgs as ColorEditorPanelSelectedValueChangedEventArgs_internal } from "./ColorEditorPanelSelectedValueChangedEventArgs";
|
|
2
|
+
import { brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
3
|
+
export class IgcColorEditorPanelSelectedValueChangedEventArgs {
|
|
4
|
+
createImplementation() {
|
|
5
|
+
return new ColorEditorPanelSelectedValueChangedEventArgs_internal();
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
get i() {
|
|
11
|
+
return this._implementation;
|
|
12
|
+
}
|
|
13
|
+
onImplementationCreated() {
|
|
14
|
+
}
|
|
15
|
+
constructor() {
|
|
16
|
+
this._implementation = this.createImplementation();
|
|
17
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
18
|
+
this.onImplementationCreated();
|
|
19
|
+
if (this._initializeAdapters) {
|
|
20
|
+
this._initializeAdapters();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
_provideImplementation(i) {
|
|
24
|
+
this._implementation = i;
|
|
25
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
26
|
+
this.onImplementationCreated();
|
|
27
|
+
if (this._initializeAdapters) {
|
|
28
|
+
this._initializeAdapters();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
get oldValue() {
|
|
32
|
+
return brushToString(this.i.oldValue);
|
|
33
|
+
}
|
|
34
|
+
set oldValue(v) {
|
|
35
|
+
this.i.oldValue = stringToBrush(v);
|
|
36
|
+
}
|
|
37
|
+
get newValue() {
|
|
38
|
+
return brushToString(this.i.newValue);
|
|
39
|
+
}
|
|
40
|
+
set newValue(v) {
|
|
41
|
+
this.i.newValue = stringToBrush(v);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GotFocusEventArgs as GotFocusEventArgs_internal } from "./GotFocusEventArgs";
|
|
2
|
+
export declare class IgcGotFocusEventArgs {
|
|
3
|
+
protected createImplementation(): GotFocusEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): GotFocusEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|