igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +8 -0
- package/esm2022/lib/ButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonClickEventArgs.js +14 -0
- package/esm2022/lib/ButtonDisplayStyle.d.ts +15 -0
- package/esm2022/lib/ButtonDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/esm2022/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2022/lib/ButtonGroupOrientation.d.ts +9 -0
- package/esm2022/lib/ButtonGroupOrientation.js +16 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ButtonGroupView.d.ts +1 -0
- package/esm2022/lib/ButtonGroupView.js +7 -0
- package/esm2022/lib/ButtonGroupView_combined.d.ts +374 -0
- package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.d.ts +28 -0
- package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
- package/esm2022/lib/ButtonView.d.ts +1 -0
- package/esm2022/lib/ButtonView.js +7 -0
- package/esm2022/lib/ButtonView_combined.d.ts +708 -0
- package/esm2022/lib/ButtonView_combined.js +3668 -0
- package/esm2022/lib/ButtonVisualModelExport.d.ts +47 -0
- package/esm2022/lib/ButtonVisualModelExport.js +108 -0
- package/esm2022/lib/CalendarView.d.ts +1 -0
- package/esm2022/lib/CalendarView.js +7 -0
- package/esm2022/lib/CalendarView_combined.d.ts +234 -0
- package/esm2022/lib/CalendarView_combined.js +2803 -0
- package/esm2022/lib/CalendarVisualModelExport.d.ts +33 -0
- package/esm2022/lib/CalendarVisualModelExport.js +98 -0
- package/esm2022/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/CheckboxChangeEventArgs.js +31 -0
- package/esm2022/lib/CheckboxLabelPosition.d.ts +12 -0
- package/esm2022/lib/CheckboxLabelPosition.js +11 -0
- package/esm2022/lib/CheckboxListVisualModelExport.d.ts +18 -0
- package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
- package/esm2022/lib/CheckboxView.d.ts +1 -0
- package/esm2022/lib/CheckboxView.js +7 -0
- package/esm2022/lib/CheckboxView_combined.d.ts +216 -0
- package/esm2022/lib/CheckboxView_combined.js +1123 -0
- package/esm2022/lib/CheckboxVisualModelExport.d.ts +32 -0
- package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
- package/esm2022/lib/ColorEditor.d.ts +1 -0
- package/esm2022/lib/ColorEditor.js +7 -0
- package/esm2022/lib/ColorEditorBridge.d.ts +1 -0
- package/esm2022/lib/ColorEditorBridge.js +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanel.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanel.js +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.d.ts +7 -0
- package/esm2022/lib/ColorEditorPanelClosedEventArgs.js +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +14 -0
- package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/ColorEditorPanelView.d.ts +1 -0
- package/esm2022/lib/ColorEditorPanelView.js +7 -0
- package/esm2022/lib/ColorEditorView.d.ts +1 -0
- package/esm2022/lib/ColorEditorView.js +7 -0
- package/esm2022/lib/ColorEditorVisualModelExport.d.ts +17 -0
- package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
- package/esm2022/lib/DateFormats.d.ts +18 -0
- package/esm2022/lib/DateFormats.js +25 -0
- package/esm2022/lib/DatePickerView.d.ts +1 -0
- package/esm2022/lib/DatePickerView.js +7 -0
- package/esm2022/lib/DatePickerView_combined.d.ts +247 -0
- package/esm2022/lib/DatePickerView_combined.js +1707 -0
- package/esm2022/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
- package/esm2022/lib/DateTimeValueFormatter.d.ts +20 -0
- package/esm2022/lib/DateTimeValueFormatter.js +106 -0
- package/esm2022/lib/DayInfo.d.ts +13 -0
- package/esm2022/lib/DayInfo.js +21 -0
- package/esm2022/lib/DayOfWeek.d.ts +38 -0
- package/esm2022/lib/DayOfWeek.js +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.d.ts +34 -0
- package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.d.ts +43 -0
- package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +49 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.d.ts +45 -0
- package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.d.ts +42 -0
- package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
- package/esm2022/lib/ElevationHelper.d.ts +16 -0
- package/esm2022/lib/ElevationHelper.js +65 -0
- package/esm2022/lib/FirstWeek.d.ts +22 -0
- package/esm2022/lib/FirstWeek.js +29 -0
- package/esm2022/lib/GotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/GotFocusEventArgs.js +14 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.d.ts +21 -0
- package/esm2022/lib/IMultiSliderTrackBarVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.d.ts +25 -0
- package/esm2022/lib/IMultiSliderTrackRangeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.d.ts +24 -0
- package/esm2022/lib/IMultiSliderTrackShadeVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js +11 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.d.ts +27 -0
- package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
- package/esm2022/lib/ISliderTrackOwner.d.ts +15 -0
- package/esm2022/lib/ISliderTrackOwner.js +11 -0
- package/esm2022/lib/IconClickedEventArgs.d.ts +10 -0
- package/esm2022/lib/IconClickedEventArgs.js +24 -0
- package/esm2022/lib/IconView.d.ts +1 -0
- package/esm2022/lib/IconView.js +7 -0
- package/esm2022/lib/IconViewType.d.ts +16 -0
- package/esm2022/lib/IconViewType.js +11 -0
- package/esm2022/lib/IconView_combined.d.ts +257 -0
- package/esm2022/lib/IconView_combined.js +1318 -0
- package/esm2022/lib/IconVisualModelExport.d.ts +32 -0
- package/esm2022/lib/IconVisualModelExport.js +89 -0
- package/esm2022/lib/InputChangeEventArgs.d.ts +13 -0
- package/esm2022/lib/InputChangeEventArgs.js +31 -0
- package/esm2022/lib/InputGroupDisplayType.d.ts +11 -0
- package/esm2022/lib/InputGroupDisplayType.js +18 -0
- package/esm2022/lib/InputGroupView.d.ts +1 -0
- package/esm2022/lib/InputGroupView.js +7 -0
- package/esm2022/lib/InputGroupView_combined.d.ts +1213 -0
- package/esm2022/lib/InputGroupView_combined.js +5638 -0
- package/esm2022/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
- package/esm2022/lib/InputShiftType.d.ts +10 -0
- package/esm2022/lib/InputShiftType.js +17 -0
- package/esm2022/lib/InputView.d.ts +1 -0
- package/esm2022/lib/InputView.js +7 -0
- package/esm2022/lib/InputVisualModelExport.d.ts +32 -0
- package/esm2022/lib/InputVisualModelExport.js +78 -0
- package/esm2022/lib/KEYCODES.d.ts +27 -0
- package/esm2022/lib/KEYCODES.js +11 -0
- package/esm2022/lib/LabelShiftType.d.ts +10 -0
- package/esm2022/lib/LabelShiftType.js +17 -0
- package/esm2022/lib/LabelView.d.ts +1 -0
- package/esm2022/lib/LabelView.js +7 -0
- package/esm2022/lib/LabelVisualModelExport.d.ts +34 -0
- package/esm2022/lib/LabelVisualModelExport.js +82 -0
- package/esm2022/lib/LostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/LostFocusEventArgs.js +14 -0
- package/esm2022/lib/MaskOptions.d.ts +9 -0
- package/esm2022/lib/MaskOptions.js +19 -0
- package/esm2022/lib/MaskParsingService.d.ts +19 -0
- package/esm2022/lib/MaskParsingService.js +211 -0
- package/esm2022/lib/MultiSlider.d.ts +1 -0
- package/esm2022/lib/MultiSlider.js +7 -0
- package/esm2022/lib/MultiSliderBridge.d.ts +24 -0
- package/esm2022/lib/MultiSliderBridge.js +163 -0
- package/esm2022/lib/MultiSliderCursor.d.ts +15 -0
- package/esm2022/lib/MultiSliderCursor.js +11 -0
- package/esm2022/lib/MultiSliderHitInfo.d.ts +13 -0
- package/esm2022/lib/MultiSliderHitInfo.js +20 -0
- package/esm2022/lib/MultiSliderOrientation.d.ts +10 -0
- package/esm2022/lib/MultiSliderOrientation.js +17 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.d.ts +13 -0
- package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js +31 -0
- package/esm2022/lib/MultiSliderThumb.d.ts +1 -0
- package/esm2022/lib/MultiSliderThumb.js +7 -0
- package/esm2022/lib/MultiSliderThumbCollection.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbCollection.js +19 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.d.ts +9 -0
- package/esm2022/lib/MultiSliderThumbRangePosition.js +16 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.d.ts +10 -0
- package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
- package/esm2022/lib/MultiSliderThumb_combined.d.ts +76 -0
- package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.d.ts +14 -0
- package/esm2022/lib/MultiSliderTrackShadeOrientation.js +11 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.d.ts +1 -0
- package/esm2022/lib/MultiSliderTrackThumbRange.js +7 -0
- package/esm2022/lib/MultiSliderView.d.ts +1 -0
- package/esm2022/lib/MultiSliderView.js +7 -0
- package/esm2022/lib/MultiSliderView_combined.d.ts +298 -0
- package/esm2022/lib/MultiSliderView_combined.js +1779 -0
- package/esm2022/lib/MultiSliderVisualArea.d.ts +14 -0
- package/esm2022/lib/MultiSliderVisualArea.js +11 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.d.ts +8 -0
- package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
- package/esm2022/lib/NativeUIXInputsFactory.d.ts +1 -0
- package/esm2022/lib/NativeUIXInputsFactory.js +7 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.d.ts +400 -0
- package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
- package/esm2022/lib/PrefixShiftType.d.ts +10 -0
- package/esm2022/lib/PrefixShiftType.js +17 -0
- package/esm2022/lib/PrefixView.d.ts +1 -0
- package/esm2022/lib/PrefixView.js +7 -0
- package/esm2022/lib/PrefixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/PrefixVisualModelExport.js +33 -0
- package/esm2022/lib/Replaced.d.ts +9 -0
- package/esm2022/lib/Replaced.js +19 -0
- package/esm2022/lib/RippleView.d.ts +1 -0
- package/esm2022/lib/RippleView.js +7 -0
- package/esm2022/lib/RippleView_combined.d.ts +98 -0
- package/esm2022/lib/RippleView_combined.js +392 -0
- package/esm2022/lib/RippleVisualModelExport.d.ts +15 -0
- package/esm2022/lib/RippleVisualModelExport.js +36 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/SelectedValueChangedEventArgs.js +31 -0
- package/esm2022/lib/SuffixShiftType.d.ts +10 -0
- package/esm2022/lib/SuffixShiftType.js +17 -0
- package/esm2022/lib/SuffixView.d.ts +1 -0
- package/esm2022/lib/SuffixView.js +7 -0
- package/esm2022/lib/SuffixVisualModelExport.d.ts +13 -0
- package/esm2022/lib/SuffixVisualModelExport.js +32 -0
- package/esm2022/lib/TextBlockVisualModelExport.d.ts +21 -0
- package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
- package/esm2022/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
- package/esm2022/lib/Theme.d.ts +15 -0
- package/esm2022/lib/Theme.js +46 -0
- package/esm2022/lib/ThemeResolver.d.ts +59 -0
- package/esm2022/lib/ThemeResolver.js +190 -0
- package/esm2022/lib/XButton.d.ts +1 -0
- package/esm2022/lib/XButton.js +7 -0
- package/esm2022/lib/XButtonBridge.d.ts +40 -0
- package/esm2022/lib/XButtonBridge.js +326 -0
- package/esm2022/lib/XButtonGroup.d.ts +1 -0
- package/esm2022/lib/XButtonGroup.js +7 -0
- package/esm2022/lib/XButtonGroupBridge.d.ts +29 -0
- package/esm2022/lib/XButtonGroupBridge.js +185 -0
- package/esm2022/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/esm2022/lib/XButtonGroupButtonCollection.js +26 -0
- package/esm2022/lib/XCalendar.d.ts +1 -0
- package/esm2022/lib/XCalendar.js +7 -0
- package/esm2022/lib/XCalendarLocaleEn.d.ts +49 -0
- package/esm2022/lib/XCalendarLocaleEn.js +56 -0
- package/esm2022/lib/XCheckbox.d.ts +1 -0
- package/esm2022/lib/XCheckbox.js +7 -0
- package/esm2022/lib/XCheckboxBridge.d.ts +20 -0
- package/esm2022/lib/XCheckboxBridge.js +96 -0
- package/esm2022/lib/XComponentBridge.d.ts +18 -0
- package/esm2022/lib/XComponentBridge.js +51 -0
- package/esm2022/lib/XDatePicker.d.ts +1 -0
- package/esm2022/lib/XDatePicker.js +7 -0
- package/esm2022/lib/XIcon.d.ts +1 -0
- package/esm2022/lib/XIcon.js +7 -0
- package/esm2022/lib/XIconBridge.d.ts +18 -0
- package/esm2022/lib/XIconBridge.js +128 -0
- package/esm2022/lib/XIconButtonBridge.d.ts +16 -0
- package/esm2022/lib/XIconButtonBridge.js +75 -0
- package/esm2022/lib/XInput.d.ts +1 -0
- package/esm2022/lib/XInput.js +7 -0
- package/esm2022/lib/XInputBridge.d.ts +53 -0
- package/esm2022/lib/XInputBridge.js +474 -0
- package/esm2022/lib/XInputGroup.d.ts +1 -0
- package/esm2022/lib/XInputGroup.js +7 -0
- package/esm2022/lib/XInputGroupInputCollection.d.ts +1 -0
- package/esm2022/lib/XInputGroupInputCollection.js +7 -0
- package/esm2022/lib/XInputGroupItem.d.ts +1 -0
- package/esm2022/lib/XInputGroupItem.js +7 -0
- package/esm2022/lib/XLabel.d.ts +1 -0
- package/esm2022/lib/XLabel.js +7 -0
- package/esm2022/lib/XPopupBridge.d.ts +57 -0
- package/esm2022/lib/XPopupBridge.js +323 -0
- package/esm2022/lib/XPrefix.d.ts +1 -0
- package/esm2022/lib/XPrefix.js +7 -0
- package/esm2022/lib/XRipple.d.ts +1 -0
- package/esm2022/lib/XRipple.js +7 -0
- package/esm2022/lib/XSuffix.d.ts +1 -0
- package/esm2022/lib/XSuffix.js +7 -0
- package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-entrypoint.js +4 -0
- package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/igc-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-button-group-selection-changed-event-args.js +30 -0
- package/esm2022/lib/igc-checkbox-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-checkbox-change-event-args.js +43 -0
- package/esm2022/lib/igc-color-editor-component.d.ts +163 -0
- package/esm2022/lib/igc-color-editor-component.js +547 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-module.js +19 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-color-editor-panel-closed-event-args.js +30 -0
- package/esm2022/lib/igc-color-editor-panel-component.d.ts +124 -0
- package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
- package/esm2022/lib/igc-color-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-color-editor-panel-module.js +25 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.js +43 -0
- package/esm2022/lib/igc-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-input-change-event-args.d.ts +16 -0
- package/esm2022/lib/igc-input-change-event-args.js +43 -0
- package/esm2022/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-multi-slider-component.d.ts +174 -0
- package/esm2022/lib/igc-multi-slider-component.js +680 -0
- package/esm2022/lib/igc-multi-slider-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-module.js +17 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +16 -0
- package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +42 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.d.ts +8 -0
- package/esm2022/lib/igc-multi-slider-thumb-collection.js +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/esm2022/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +17 -0
- package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.js +54 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.d.ts +26 -0
- package/esm2022/lib/igc-multi-slider-track-thumb-range.js +103 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.d.ts +14 -0
- package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.js +36 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.d.ts +16 -0
- package/esm2022/lib/igc-selected-value-changed-event-args.js +42 -0
- package/esm2022/lib/igc-x-button-component.d.ts +902 -0
- package/esm2022/lib/igc-x-button-component.js +2395 -0
- package/esm2022/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-button-group-button-collection.js +53 -0
- package/esm2022/lib/igc-x-button-group-component.d.ts +410 -0
- package/esm2022/lib/igc-x-button-group-component.js +1020 -0
- package/esm2022/lib/igc-x-button-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-group-module.js +21 -0
- package/esm2022/lib/igc-x-button-module.d.ts +3 -0
- package/esm2022/lib/igc-x-button-module.js +21 -0
- package/esm2022/lib/igc-x-calendar-component.d.ts +181 -0
- package/esm2022/lib/igc-x-calendar-component.js +508 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-locale-en-module.js +13 -0
- package/esm2022/lib/igc-x-calendar-module.d.ts +3 -0
- package/esm2022/lib/igc-x-calendar-module.js +21 -0
- package/esm2022/lib/igc-x-checkbox-component.d.ts +232 -0
- package/esm2022/lib/igc-x-checkbox-component.js +623 -0
- package/esm2022/lib/igc-x-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-x-checkbox-module.js +21 -0
- package/esm2022/lib/igc-x-date-picker-component.d.ts +226 -0
- package/esm2022/lib/igc-x-date-picker-component.js +677 -0
- package/esm2022/lib/igc-x-date-picker-module.d.ts +3 -0
- package/esm2022/lib/igc-x-date-picker-module.js +25 -0
- package/esm2022/lib/igc-x-icon-component.d.ts +285 -0
- package/esm2022/lib/igc-x-icon-component.js +702 -0
- package/esm2022/lib/igc-x-icon-module.d.ts +3 -0
- package/esm2022/lib/igc-x-icon-module.js +19 -0
- package/esm2022/lib/igc-x-input-component.d.ts +194 -0
- package/esm2022/lib/igc-x-input-component.js +600 -0
- package/esm2022/lib/igc-x-input-group-component.d.ts +748 -0
- package/esm2022/lib/igc-x-input-group-component.js +2353 -0
- package/esm2022/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/esm2022/lib/igc-x-input-group-input-collection.js +53 -0
- package/esm2022/lib/igc-x-input-group-item-component.d.ts +41 -0
- package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
- package/esm2022/lib/igc-x-input-group-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-group-module.js +23 -0
- package/esm2022/lib/igc-x-input-module.d.ts +3 -0
- package/esm2022/lib/igc-x-input-module.js +19 -0
- package/esm2022/lib/igc-x-label-component.d.ts +171 -0
- package/esm2022/lib/igc-x-label-component.js +410 -0
- package/esm2022/lib/igc-x-label-module.d.ts +3 -0
- package/esm2022/lib/igc-x-label-module.js +19 -0
- package/esm2022/lib/igc-x-prefix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-prefix-component.js +183 -0
- package/esm2022/lib/igc-x-prefix-module.d.ts +3 -0
- package/esm2022/lib/igc-x-prefix-module.js +19 -0
- package/esm2022/lib/igc-x-ripple-component.d.ts +118 -0
- package/esm2022/lib/igc-x-ripple-component.js +382 -0
- package/esm2022/lib/igc-x-ripple-module.d.ts +3 -0
- package/esm2022/lib/igc-x-ripple-module.js +17 -0
- package/esm2022/lib/igc-x-suffix-component.d.ts +59 -0
- package/esm2022/lib/igc-x-suffix-component.js +183 -0
- package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
- package/esm2022/lib/multi-slider-entrypoint.js +4 -0
- package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-entrypoint.js +4 -0
- package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-button-group-entrypoint.js +4 -0
- package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-calendar-entrypoint.js +4 -0
- package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
- package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
- package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-icon-entrypoint.js +4 -0
- package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-entrypoint.js +4 -0
- package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-input-group-entrypoint.js +4 -0
- package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-label-entrypoint.js +4 -0
- package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-prefix-entrypoint.js +4 -0
- package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-ripple-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +169 -0
- package/esm2022/public_api.js +169 -0
- package/package.json +79 -8
- package/fesm2022/igniteui-webcomponents-inputs.mjs +0 -40140
- package/igniteui-webcomponents-inputs.d.ts +0 -9883
|
@@ -0,0 +1,14 @@
|
|
|
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 { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class ButtonClickEventArgs extends EventArgs {
|
|
12
|
+
static { this.$t = markType(ButtonClickEventArgs, 'ButtonClickEventArgs', EventArgs.$); }
|
|
13
|
+
}
|
|
14
|
+
export { ButtonClickEventArgs };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum ButtonDisplayStyle {
|
|
6
|
+
Raised = 0,
|
|
7
|
+
Flat = 1,
|
|
8
|
+
Outlined = 2,
|
|
9
|
+
Fab = 3,
|
|
10
|
+
Icon = 4
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare let ButtonDisplayStyle_$type: Type;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ButtonDisplayStyle_$type = markEnum('ButtonDisplayStyle', 'Raised,0|Flat,1|Outlined,2|Fab,3|Icon,4');
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ButtonGroupDisplayStyle_$type = markEnum('ButtonGroupDisplayStyle', 'Flat,0|Outlined,1');
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
export var ButtonGroupOrientation;
|
|
9
|
+
(function (ButtonGroupOrientation) {
|
|
10
|
+
ButtonGroupOrientation[ButtonGroupOrientation["Horizontal"] = 0] = "Horizontal";
|
|
11
|
+
ButtonGroupOrientation[ButtonGroupOrientation["Vertical"] = 1] = "Vertical";
|
|
12
|
+
})(ButtonGroupOrientation || (ButtonGroupOrientation = {}));
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let ButtonGroupOrientation_$type = markEnum('ButtonGroupOrientation', 'Horizontal,0|Vertical,1');
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class ButtonGroupSelectionChangedEventArgs extends EventArgs {
|
|
12
|
+
static { this.$t = markType(ButtonGroupSelectionChangedEventArgs, 'ButtonGroupSelectionChangedEventArgs', EventArgs.$); }
|
|
13
|
+
}
|
|
14
|
+
export { ButtonGroupSelectionChangedEventArgs };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ButtonGroupView } from "./ButtonGroupView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { ButtonGroupView } from "./ButtonGroupView_combined";
|
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Path } from "igniteui-webcomponents-core";
|
|
4
|
+
import { XButton } from "./XButton";
|
|
5
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
6
|
+
import { ButtonGroupOrientation } from "./ButtonGroupOrientation";
|
|
7
|
+
import { ButtonGroupDisplayStyle } from "./ButtonGroupDisplayStyle";
|
|
8
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
9
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
10
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
11
|
+
import { XButtonGroupButtonCollection } from "./XButtonGroupButtonCollection";
|
|
12
|
+
import { ThemeResolver } from "./ThemeResolver";
|
|
13
|
+
import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
|
|
14
|
+
import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
export declare class ButtonGroupView extends Base {
|
|
19
|
+
static $t: Type;
|
|
20
|
+
constructor();
|
|
21
|
+
a: XButtonGroup;
|
|
22
|
+
v(): void;
|
|
23
|
+
d(): boolean;
|
|
24
|
+
p(a: XButton): void;
|
|
25
|
+
r(a: XButton): void;
|
|
26
|
+
q(): void;
|
|
27
|
+
private g;
|
|
28
|
+
private b;
|
|
29
|
+
private f;
|
|
30
|
+
get l(): any;
|
|
31
|
+
get ab(): Path;
|
|
32
|
+
get e(): boolean;
|
|
33
|
+
t(a: DomRenderer): void;
|
|
34
|
+
private m;
|
|
35
|
+
z(a: string): void;
|
|
36
|
+
y(): void;
|
|
37
|
+
private n;
|
|
38
|
+
w(): void;
|
|
39
|
+
private c;
|
|
40
|
+
private h;
|
|
41
|
+
private i;
|
|
42
|
+
private j;
|
|
43
|
+
private k;
|
|
44
|
+
s(): void;
|
|
45
|
+
u(): void;
|
|
46
|
+
aa(a: FontInfo): void;
|
|
47
|
+
x(a: XButton): void;
|
|
48
|
+
o(a: any): void;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @hidden
|
|
52
|
+
*/
|
|
53
|
+
export declare class XButtonGroup extends Base implements INotifyPropertyChanged {
|
|
54
|
+
static $t: Type;
|
|
55
|
+
constructor();
|
|
56
|
+
private h;
|
|
57
|
+
get i(): ButtonGroupDisplayStyle;
|
|
58
|
+
set i(a: ButtonGroupDisplayStyle);
|
|
59
|
+
private o;
|
|
60
|
+
get q(): BaseControlTheme;
|
|
61
|
+
set q(a: BaseControlTheme);
|
|
62
|
+
private c5;
|
|
63
|
+
appendContentChild(a: any): void;
|
|
64
|
+
private c4;
|
|
65
|
+
private c7;
|
|
66
|
+
private s;
|
|
67
|
+
get u(): ControlDisplayDensity;
|
|
68
|
+
set u(a: ControlDisplayDensity);
|
|
69
|
+
private r;
|
|
70
|
+
get t(): ControlDisplayDensity;
|
|
71
|
+
set t(a: ControlDisplayDensity);
|
|
72
|
+
private a;
|
|
73
|
+
get d(): number[];
|
|
74
|
+
set d(a: number[]);
|
|
75
|
+
private v;
|
|
76
|
+
private df;
|
|
77
|
+
private c;
|
|
78
|
+
private b;
|
|
79
|
+
private _view;
|
|
80
|
+
get view(): ButtonGroupView;
|
|
81
|
+
set view(a: ButtonGroupView);
|
|
82
|
+
destroy(): void;
|
|
83
|
+
protected db(a: string, b: any, c: any): void;
|
|
84
|
+
protected dd(a: string, b: any, c: any): void;
|
|
85
|
+
private dm;
|
|
86
|
+
private dh;
|
|
87
|
+
private dg;
|
|
88
|
+
private ab;
|
|
89
|
+
private dl;
|
|
90
|
+
private dk;
|
|
91
|
+
private dj;
|
|
92
|
+
static p: BaseControlTheme;
|
|
93
|
+
ay: number;
|
|
94
|
+
g0: Brush;
|
|
95
|
+
g2: Brush;
|
|
96
|
+
g1: Brush;
|
|
97
|
+
g3: Brush;
|
|
98
|
+
ax: number;
|
|
99
|
+
g7: Brush;
|
|
100
|
+
g4: Brush;
|
|
101
|
+
g8: Brush;
|
|
102
|
+
hb: Brush;
|
|
103
|
+
g5: Brush;
|
|
104
|
+
g6: Brush;
|
|
105
|
+
g9: Brush;
|
|
106
|
+
ha: Brush;
|
|
107
|
+
static aw: number;
|
|
108
|
+
static go: Brush;
|
|
109
|
+
static gq: Brush;
|
|
110
|
+
static gp: Brush;
|
|
111
|
+
static gr: Brush;
|
|
112
|
+
static av: number;
|
|
113
|
+
static gv: Brush;
|
|
114
|
+
static gs: Brush;
|
|
115
|
+
static gw: Brush;
|
|
116
|
+
static gz: Brush;
|
|
117
|
+
static gt: Brush;
|
|
118
|
+
static gu: Brush;
|
|
119
|
+
static gx: Brush;
|
|
120
|
+
static gy: Brush;
|
|
121
|
+
static aq: number;
|
|
122
|
+
static fo: Brush;
|
|
123
|
+
static fq: Brush;
|
|
124
|
+
static fp: Brush;
|
|
125
|
+
static fr: Brush;
|
|
126
|
+
static ap: number;
|
|
127
|
+
static fv: Brush;
|
|
128
|
+
static fs: Brush;
|
|
129
|
+
static fw: Brush;
|
|
130
|
+
static fz: Brush;
|
|
131
|
+
static ft: Brush;
|
|
132
|
+
static fu: Brush;
|
|
133
|
+
static fx: Brush;
|
|
134
|
+
static fy: Brush;
|
|
135
|
+
as: number;
|
|
136
|
+
f0: Brush;
|
|
137
|
+
f2: Brush;
|
|
138
|
+
f1: Brush;
|
|
139
|
+
f3: Brush;
|
|
140
|
+
ar: number;
|
|
141
|
+
f7: Brush;
|
|
142
|
+
f4: Brush;
|
|
143
|
+
f8: Brush;
|
|
144
|
+
gb: Brush;
|
|
145
|
+
f5: Brush;
|
|
146
|
+
f6: Brush;
|
|
147
|
+
f9: Brush;
|
|
148
|
+
ga: Brush;
|
|
149
|
+
static au: number;
|
|
150
|
+
static gc: Brush;
|
|
151
|
+
static ge: Brush;
|
|
152
|
+
static gd: Brush;
|
|
153
|
+
static gf: Brush;
|
|
154
|
+
static at: number;
|
|
155
|
+
static gj: Brush;
|
|
156
|
+
static gg: Brush;
|
|
157
|
+
static gk: Brush;
|
|
158
|
+
static gn: Brush;
|
|
159
|
+
static gh: Brush;
|
|
160
|
+
static gi: Brush;
|
|
161
|
+
static gl: Brush;
|
|
162
|
+
static gm: Brush;
|
|
163
|
+
static ao: number;
|
|
164
|
+
static fc: Brush;
|
|
165
|
+
static fe: Brush;
|
|
166
|
+
static fd: Brush;
|
|
167
|
+
static ff: Brush;
|
|
168
|
+
static an: number;
|
|
169
|
+
static fj: Brush;
|
|
170
|
+
static fg: Brush;
|
|
171
|
+
static fk: Brush;
|
|
172
|
+
static fn: Brush;
|
|
173
|
+
static fh: Brush;
|
|
174
|
+
static fi: Brush;
|
|
175
|
+
static fl: Brush;
|
|
176
|
+
static fm: Brush;
|
|
177
|
+
private di;
|
|
178
|
+
private ae;
|
|
179
|
+
get am(): number;
|
|
180
|
+
set am(a: number);
|
|
181
|
+
private dn;
|
|
182
|
+
get e0(): Brush;
|
|
183
|
+
set e0(a: Brush);
|
|
184
|
+
private dq;
|
|
185
|
+
get e2(): Brush;
|
|
186
|
+
set e2(a: Brush);
|
|
187
|
+
private dv;
|
|
188
|
+
get e7(): Brush;
|
|
189
|
+
set e7(a: Brush);
|
|
190
|
+
private ds;
|
|
191
|
+
get e4(): Brush;
|
|
192
|
+
set e4(a: Brush);
|
|
193
|
+
private dp;
|
|
194
|
+
get e1(): Brush;
|
|
195
|
+
set e1(a: Brush);
|
|
196
|
+
private dr;
|
|
197
|
+
get e3(): Brush;
|
|
198
|
+
set e3(a: Brush);
|
|
199
|
+
private ad;
|
|
200
|
+
get al(): number;
|
|
201
|
+
set al(a: number);
|
|
202
|
+
private dw;
|
|
203
|
+
get e8(): Brush;
|
|
204
|
+
set e8(a: Brush);
|
|
205
|
+
private dz;
|
|
206
|
+
get fb(): Brush;
|
|
207
|
+
set fb(a: Brush);
|
|
208
|
+
private dt;
|
|
209
|
+
get e5(): Brush;
|
|
210
|
+
set e5(a: Brush);
|
|
211
|
+
private du;
|
|
212
|
+
get e6(): Brush;
|
|
213
|
+
set e6(a: Brush);
|
|
214
|
+
private dx;
|
|
215
|
+
get e9(): Brush;
|
|
216
|
+
set e9(a: Brush);
|
|
217
|
+
private dy;
|
|
218
|
+
get fa(): Brush;
|
|
219
|
+
set fa(a: Brush);
|
|
220
|
+
private ai;
|
|
221
|
+
get a2(): number;
|
|
222
|
+
set a2(a: number);
|
|
223
|
+
private d8;
|
|
224
|
+
get ho(): Brush;
|
|
225
|
+
set ho(a: Brush);
|
|
226
|
+
private ea;
|
|
227
|
+
get hq(): Brush;
|
|
228
|
+
set hq(a: Brush);
|
|
229
|
+
private ef;
|
|
230
|
+
get hv(): Brush;
|
|
231
|
+
set hv(a: Brush);
|
|
232
|
+
private ec;
|
|
233
|
+
get hs(): Brush;
|
|
234
|
+
set hs(a: Brush);
|
|
235
|
+
private ed;
|
|
236
|
+
get ht(): Brush;
|
|
237
|
+
set ht(a: Brush);
|
|
238
|
+
private d9;
|
|
239
|
+
get hp(): Brush;
|
|
240
|
+
set hp(a: Brush);
|
|
241
|
+
private eb;
|
|
242
|
+
get hr(): Brush;
|
|
243
|
+
set hr(a: Brush);
|
|
244
|
+
private ah;
|
|
245
|
+
get a1(): number;
|
|
246
|
+
set a1(a: number);
|
|
247
|
+
private ee;
|
|
248
|
+
get hu(): Brush;
|
|
249
|
+
set hu(a: Brush);
|
|
250
|
+
private ew;
|
|
251
|
+
get h8(): Brush;
|
|
252
|
+
set h8(a: Brush);
|
|
253
|
+
private ez;
|
|
254
|
+
get ib(): Brush;
|
|
255
|
+
set ib(a: Brush);
|
|
256
|
+
private ex;
|
|
257
|
+
get h9(): Brush;
|
|
258
|
+
set h9(a: Brush);
|
|
259
|
+
private ey;
|
|
260
|
+
get ia(): Brush;
|
|
261
|
+
set ia(a: Brush);
|
|
262
|
+
private ak;
|
|
263
|
+
get a4(): number;
|
|
264
|
+
set a4(a: number);
|
|
265
|
+
private eg;
|
|
266
|
+
get hw(): Brush;
|
|
267
|
+
set hw(a: Brush);
|
|
268
|
+
private ei;
|
|
269
|
+
get hy(): Brush;
|
|
270
|
+
set hy(a: Brush);
|
|
271
|
+
private en;
|
|
272
|
+
get h3(): Brush;
|
|
273
|
+
set h3(a: Brush);
|
|
274
|
+
private ek;
|
|
275
|
+
get h0(): Brush;
|
|
276
|
+
set h0(a: Brush);
|
|
277
|
+
private el;
|
|
278
|
+
get h1(): Brush;
|
|
279
|
+
set h1(a: Brush);
|
|
280
|
+
private eh;
|
|
281
|
+
get hx(): Brush;
|
|
282
|
+
set hx(a: Brush);
|
|
283
|
+
private ej;
|
|
284
|
+
get hz(): Brush;
|
|
285
|
+
set hz(a: Brush);
|
|
286
|
+
private aj;
|
|
287
|
+
get a3(): number;
|
|
288
|
+
set a3(a: number);
|
|
289
|
+
private em;
|
|
290
|
+
get h2(): Brush;
|
|
291
|
+
set h2(a: Brush);
|
|
292
|
+
private es;
|
|
293
|
+
get h4(): Brush;
|
|
294
|
+
set h4(a: Brush);
|
|
295
|
+
private ev;
|
|
296
|
+
get h7(): Brush;
|
|
297
|
+
set h7(a: Brush);
|
|
298
|
+
static readonly cw: string;
|
|
299
|
+
private et;
|
|
300
|
+
get h5(): Brush;
|
|
301
|
+
set h5(a: Brush);
|
|
302
|
+
private eu;
|
|
303
|
+
get h6(): Brush;
|
|
304
|
+
set h6(a: Brush);
|
|
305
|
+
private ag;
|
|
306
|
+
get a0(): number;
|
|
307
|
+
set a0(a: number);
|
|
308
|
+
private d0;
|
|
309
|
+
get hc(): Brush;
|
|
310
|
+
set hc(a: Brush);
|
|
311
|
+
private d2;
|
|
312
|
+
get he(): Brush;
|
|
313
|
+
set he(a: Brush);
|
|
314
|
+
private d7;
|
|
315
|
+
get hj(): Brush;
|
|
316
|
+
set hj(a: Brush);
|
|
317
|
+
private d4;
|
|
318
|
+
get hg(): Brush;
|
|
319
|
+
set hg(a: Brush);
|
|
320
|
+
private d5;
|
|
321
|
+
get hh(): Brush;
|
|
322
|
+
set hh(a: Brush);
|
|
323
|
+
private d1;
|
|
324
|
+
get hd(): Brush;
|
|
325
|
+
set hd(a: Brush);
|
|
326
|
+
private d3;
|
|
327
|
+
get hf(): Brush;
|
|
328
|
+
set hf(a: Brush);
|
|
329
|
+
private af;
|
|
330
|
+
get az(): number;
|
|
331
|
+
set az(a: number);
|
|
332
|
+
private d6;
|
|
333
|
+
get hi(): Brush;
|
|
334
|
+
set hi(a: Brush);
|
|
335
|
+
private eo;
|
|
336
|
+
get hk(): Brush;
|
|
337
|
+
set hk(a: Brush);
|
|
338
|
+
private er;
|
|
339
|
+
get hn(): Brush;
|
|
340
|
+
set hn(a: Brush);
|
|
341
|
+
private ep;
|
|
342
|
+
get hl(): Brush;
|
|
343
|
+
set hl(a: Brush);
|
|
344
|
+
private eq;
|
|
345
|
+
get hm(): Brush;
|
|
346
|
+
set hm(a: Brush);
|
|
347
|
+
private j;
|
|
348
|
+
get k(): ButtonGroupOrientation;
|
|
349
|
+
set k(a: ButtonGroupOrientation);
|
|
350
|
+
private static a5;
|
|
351
|
+
private a7;
|
|
352
|
+
get b6(): string;
|
|
353
|
+
set b6(a: string);
|
|
354
|
+
private x;
|
|
355
|
+
private w;
|
|
356
|
+
get disabled(): boolean;
|
|
357
|
+
set disabled(a: boolean);
|
|
358
|
+
private y;
|
|
359
|
+
get aa(): boolean;
|
|
360
|
+
set aa(a: boolean);
|
|
361
|
+
dc(): void;
|
|
362
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
363
|
+
onDetachedFromUI(): void;
|
|
364
|
+
onAttachedToUI(): void;
|
|
365
|
+
protected ac(): boolean;
|
|
366
|
+
a6(): any;
|
|
367
|
+
br(): string;
|
|
368
|
+
e(): ButtonGroupVisualModelExport;
|
|
369
|
+
provideContainer(a: DomRenderer): void;
|
|
370
|
+
private f;
|
|
371
|
+
get buttons(): XButtonGroupButtonCollection;
|
|
372
|
+
selectionChanged: (sender: any, args: ButtonGroupSelectionChangedEventArgs) => void;
|
|
373
|
+
static n: ThemeResolver;
|
|
374
|
+
}
|