igniteui-angular-core 18.2.0 → 19.0.1
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/bundles/igniteui-angular-core.umd.js +12567 -12110
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/ButtonDescription.js +479 -471
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
- package/esm2015/lib/ComponentRenderer_combined.js +589 -556
- package/esm2015/lib/ComponentSizeHelpers.js +53 -0
- package/esm2015/lib/DOMExecutionContext.js +10 -4
- package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
- package/esm2015/lib/FunnelChartDescription.js +130 -114
- package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +22 -30
- package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/GridBridge.js +2 -2
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm2015/lib/{WebValidatorHandlerDescription.js → ListPanelContentRebindEventArgsDescription.js} +13 -5
- package/esm2015/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgsDescription.js +34 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/ListPanelDescription.js +54 -38
- package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +7 -1
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -12
- package/esm2015/lib/NativeUIButtonGroup.js +2 -2
- package/esm2015/lib/NativeUICheckbox.js +8 -8
- package/esm2015/lib/NativeUICheckboxList.js +14 -14
- package/esm2015/lib/NativeUICombo.js +6 -6
- package/esm2015/lib/NativeUIElementBridge.js +2 -2
- package/esm2015/lib/NativeUIGrid.js +2 -2
- package/esm2015/lib/NativeUIIcon.js +4 -4
- package/esm2015/lib/NativeUIIconButton.js +16 -16
- package/esm2015/lib/NativeUIInput.js +14 -14
- package/esm2015/lib/NativeUIPopup.js +4 -4
- package/esm2015/lib/NativeUISlider.js +14 -14
- package/esm2015/lib/ScrollbarStyle.js +5 -1
- package/esm2015/lib/ScrollerView_combined.js +12 -0
- package/esm2015/lib/ToolActionButtonDescription.js +6 -6
- package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonPairDescription.js +104 -104
- package/esm2015/lib/ToolActionButtonPairInfoDescription.js +43 -43
- package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxListDescription.js +21 -21
- package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +15 -15
- package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionComboDescription.js +11 -11
- package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm2015/lib/ToolActionDescription.js +172 -156
- package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
- package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionInfoDescription.js +74 -58
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +30 -30
- package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
- package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolPanelDescription.js +251 -235
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolbarDescription.js +165 -149
- package/esm2015/lib/ToolbarDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebAvatarDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebButtonDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCarouselDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebCheckboxBaseDescription.js +31 -23
- package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebCheckboxDescription.js +3 -3
- package/esm2015/lib/WebColumnDescription.js +146 -138
- package/esm2015/lib/WebColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebColumnGroupDescription.js +12 -12
- package/esm2015/lib/WebComboDescription.js +59 -51
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +56 -48
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDockManagerDescription.js +31 -23
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +3 -2
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/WebIconButtonDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebInputBaseDescription.js +24 -16
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebInputDescription.js +36 -36
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebLinearProgressDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
- package/esm2015/lib/WebMaskInputDescription.js +10 -10
- package/esm2015/lib/WebNavDrawerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRadioDescription.js +31 -23
- package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebRadioGroupDescription.js +12 -4
- package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebRatingDescription.js +22 -14
- package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSelectDescription.js +43 -35
- package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebSliderDescription.js +17 -9
- package/esm2015/lib/WebSliderDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescriptionMetadata.js +4 -4
- package/esm2015/lib/WebTabsDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTextareaDescription.js +45 -37
- package/esm2015/lib/WebTextareaDescriptionMetadata.js +5 -4
- package/esm2015/lib/angular-renderer.js +21 -1
- package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
- package/esm2015/lib/type.js +3 -2
- package/esm2015/public_api.js +8 -7
- package/esm5/lib/ButtonDescription.js +483 -471
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
- package/esm5/lib/ComponentRenderer_combined.js +588 -555
- package/esm5/lib/ComponentSizeHelpers.js +57 -0
- package/esm5/lib/DOMExecutionContext.js +14 -4
- package/esm5/lib/DescriptionTreeReconciler.js +48 -46
- package/esm5/lib/FunnelChartDescription.js +137 -113
- package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm5/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +23 -35
- package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/GridBridge.js +2 -2
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm5/lib/ListPanelContentRebindEventArgsDescription.js +44 -0
- package/esm5/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/ListPanelContentRecycledEventArgsDescription.js +44 -0
- package/esm5/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/ListPanelDescription.js +62 -38
- package/esm5/lib/ListPanelDescriptionMetadata_combined.js +7 -1
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +17 -7
- package/esm5/lib/NativeUIButtonGroup.js +2 -2
- package/esm5/lib/NativeUICheckbox.js +8 -8
- package/esm5/lib/NativeUICheckboxList.js +14 -14
- package/esm5/lib/NativeUICombo.js +6 -6
- package/esm5/lib/NativeUIElementBridge.js +2 -2
- package/esm5/lib/NativeUIGrid.js +2 -2
- package/esm5/lib/NativeUIIcon.js +4 -4
- package/esm5/lib/NativeUIIconButton.js +8 -8
- package/esm5/lib/NativeUIInput.js +14 -14
- package/esm5/lib/NativeUIPopup.js +4 -4
- package/esm5/lib/NativeUISlider.js +14 -14
- package/esm5/lib/ScrollbarStyle.js +5 -1
- package/esm5/lib/ScrollerView_combined.js +12 -0
- package/esm5/lib/ToolActionButtonDescription.js +6 -6
- package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm5/lib/ToolActionButtonPairDescription.js +104 -104
- package/esm5/lib/ToolActionButtonPairInfoDescription.js +43 -43
- package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxListDescription.js +21 -21
- package/esm5/lib/ToolActionCheckboxListInfoDescription.js +15 -15
- package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm5/lib/ToolActionComboDescription.js +11 -11
- package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm5/lib/ToolActionDescription.js +180 -156
- package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
- package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm5/lib/ToolActionInfoDescription.js +81 -57
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +30 -30
- package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm5/lib/ToolActionTextInputDescription.js +3 -3
- package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm5/lib/ToolPanelDescription.js +259 -235
- package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolbarDescription.js +173 -149
- package/esm5/lib/ToolbarDescriptionMetadata.js +3 -0
- package/esm5/lib/WebAvatarDescriptionMetadata.js +1 -1
- package/esm5/lib/WebButtonDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCarouselDescriptionMetadata.js +2 -2
- package/esm5/lib/WebCheckboxBaseDescription.js +35 -23
- package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
- package/esm5/lib/WebCheckboxDescription.js +3 -3
- package/esm5/lib/WebColumnDescription.js +150 -138
- package/esm5/lib/WebColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebColumnGroupDescription.js +12 -12
- package/esm5/lib/WebComboDescription.js +63 -51
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +60 -48
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDockManagerDescription.js +35 -23
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +3 -2
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/WebIconButtonDescriptionMetadata.js +1 -1
- package/esm5/lib/WebInputBaseDescription.js +28 -16
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/WebInputDescription.js +36 -36
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -1
- package/esm5/lib/WebLinearProgressDescriptionMetadata.js +1 -1
- package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
- package/esm5/lib/WebMaskInputDescription.js +10 -10
- package/esm5/lib/WebNavDrawerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRadioDescription.js +35 -23
- package/esm5/lib/WebRadioDescriptionMetadata.js +2 -1
- package/esm5/lib/WebRadioGroupDescription.js +15 -3
- package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -1
- package/esm5/lib/WebRatingDescription.js +26 -14
- package/esm5/lib/WebRatingDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSelectDescription.js +47 -35
- package/esm5/lib/WebSelectDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSliderBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/WebSliderDescription.js +21 -9
- package/esm5/lib/WebSliderDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescriptionMetadata.js +4 -4
- package/esm5/lib/WebTabsDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTextareaDescription.js +49 -37
- package/esm5/lib/WebTextareaDescriptionMetadata.js +5 -4
- package/esm5/lib/angular-renderer.js +21 -2
- package/esm5/lib/igx-component-renderer-container-component.js +5 -1
- package/esm5/lib/type.js +6 -2
- package/esm5/public_api.js +8 -7
- package/fesm2015/igniteui-angular-core.js +11407 -11058
- package/fesm5/igniteui-angular-core.js +12560 -12104
- package/lib/ButtonDescription.d.ts +177 -174
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
- package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
- package/lib/ComponentRenderer_combined.d.ts +115 -110
- package/lib/ComponentSizeHelpers.d.ts +15 -0
- package/lib/DOMExecutionContext.d.ts +3 -1
- package/lib/FunnelChartDescription.d.ts +46 -40
- package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
- package/lib/{WebGridActionButtonDescriptionMetadata.d.ts → FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/IDataLegend.d.ts +1 -0
- package/lib/ILegendSeries.d.ts +1 -0
- package/lib/{WebValidatorHandlerDescription.d.ts → ListPanelContentRebindEventArgsDescription.d.ts} +4 -1
- package/lib/{WebValidatorHandlerDescriptionMetadata.d.ts → ListPanelContentRebindEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/ListPanelContentRecycledEventArgsDescription.d.ts +14 -0
- package/lib/{WebChildGridRowDescriptionMetadata.d.ts → ListPanelContentRecycledEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/ListPanelDescription.d.ts +19 -13
- package/lib/NativeUIBuiltInProperties.d.ts +49 -48
- package/lib/NativeUIButton.d.ts +12 -10
- package/lib/NativeUIIconButton.d.ts +6 -6
- package/lib/ScrollbarStyle.d.ts +5 -1
- package/lib/ToolActionButtonDescription.d.ts +2 -2
- package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
- package/lib/ToolActionButtonPairDescription.d.ts +37 -37
- package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
- package/lib/ToolActionCheckboxDescription.d.ts +9 -9
- package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
- package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
- package/lib/ToolActionColorEditorDescription.d.ts +1 -1
- package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
- package/lib/ToolActionComboDescription.d.ts +4 -4
- package/lib/ToolActionComboInfoDescription.d.ts +4 -4
- package/lib/ToolActionDescription.d.ts +60 -54
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +11 -11
- package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
- package/lib/ToolActionIconMenuDescription.d.ts +3 -3
- package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
- package/lib/ToolActionInfoDescription.d.ts +28 -22
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +11 -11
- package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
- package/lib/ToolActionTextInputDescription.d.ts +1 -1
- package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
- package/lib/ToolPanelDescription.d.ts +91 -85
- package/lib/ToolbarDescription.d.ts +59 -53
- package/lib/WebCheckboxBaseDescription.d.ts +12 -9
- package/lib/WebCheckboxDescription.d.ts +1 -1
- package/lib/WebColumnDescription.d.ts +53 -50
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebComboDescription.d.ts +21 -18
- package/lib/WebDatePickerDescription.d.ts +20 -17
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDockManagerDescription.d.ts +11 -8
- package/lib/WebInputBaseDescription.d.ts +9 -6
- package/lib/WebInputDescription.d.ts +13 -13
- package/lib/WebMaskInputBaseDescription.d.ts +1 -1
- package/lib/WebMaskInputDescription.d.ts +4 -4
- package/lib/WebRadioDescription.d.ts +12 -9
- package/lib/WebRadioGroupDescription.d.ts +4 -1
- package/lib/WebRatingDescription.d.ts +8 -5
- package/lib/WebSelectDescription.d.ts +16 -13
- package/lib/WebSliderDescription.d.ts +6 -3
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebTextareaDescription.d.ts +16 -13
- package/lib/angular-renderer.d.ts +2 -0
- package/lib/dom.d.ts +2 -0
- package/lib/type.d.ts +2 -1
- package/package.json +4 -4
- package/public_api.d.ts +8 -7
- package/esm2015/lib/WebChildGridRowDescriptionMetadata.js +0 -48
- package/esm2015/lib/WebChildGridRowDescriptionModule.js +0 -20
- package/esm2015/lib/WebGridActionButtonDescription.js +0 -66
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -47
- package/esm2015/lib/WebValidatorHandlerDescriptionMetadata.js +0 -39
- package/esm5/lib/WebChildGridRowDescriptionMetadata.js +0 -52
- package/esm5/lib/WebChildGridRowDescriptionModule.js +0 -24
- package/esm5/lib/WebGridActionButtonDescription.js +0 -92
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -51
- package/esm5/lib/WebValidatorHandlerDescription.js +0 -31
- package/esm5/lib/WebValidatorHandlerDescriptionMetadata.js +0 -43
- package/lib/WebChildGridRowDescription.d.ts +0 -24
- package/lib/WebChildGridRowDescriptionModule.d.ts +0 -9
- package/lib/WebGridActionButtonDescription.d.ts +0 -26
|
@@ -8,4 +8,4 @@ import { markEnum } from "./type";
|
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
11
|
-
export var NativeUIBuiltInProperties_$type = markEnum('NativeUIBuiltInProperties', 'DisplayType,0|Density,1|Value,2|Label,3|DisableRipple,4|DisableHover,5|DisableFocusStyle,6|IsChecked,7|DataSource,8|SelectedValue,9|Text,10|FontInfo,11|Min,12|Max,13|Step,14|CollectionName,15|IconName,16|CornerRadius,17|BaseTheme,18|InputType,19|TextAlignment,20|ShowSpinner,21|IsShown,22|Background,23|HoverBackground,24|AnimationEnabled,25|AnimationDuration,26|Actions,27|RowHeight,28|ActualRowHeight,29|Orientation,30|IsWrapEnabled,31|IsDisabled,32|TextColor,33|DisabledTextColor,34|AnimationType,35|IsHitTestVisible,36|IsFocusable,37|BoxSizing,38|DisableHitTestDuringAnimation,39|Elevation,40|IsPointerEnabled,41|PointerBackground,42|PointerPosition,43|ViewBoxLeft,44|ViewBoxTop,45|ViewBoxWidth,46|ViewBoxHeight,47|IconWidth,48|IconHeight,49|SubmenuBackground,50|GroupHeaderBackground,51|GroupHeaderTextColor,52|SeparatorBackground,53|Content,54|ContentPadding,55|DisablePointer,56|FillAvailableSpace,57|ClickTunneling,58|
|
|
11
|
+
export var NativeUIBuiltInProperties_$type = markEnum('NativeUIBuiltInProperties', 'DisplayType,0|Density,1|Value,2|Label,3|DisableRipple,4|DisableHover,5|DisableFocusStyle,6|IsChecked,7|DataSource,8|SelectedValue,9|Text,10|FontInfo,11|Min,12|Max,13|Step,14|CollectionName,15|IconName,16|CornerRadius,17|BaseTheme,18|InputType,19|TextAlignment,20|ShowSpinner,21|IsShown,22|Background,23|HoverBackground,24|AnimationEnabled,25|AnimationDuration,26|Actions,27|RowHeight,28|ActualRowHeight,29|Orientation,30|IsWrapEnabled,31|IsDisabled,32|TextColor,33|DisabledTextColor,34|AnimationType,35|IsHitTestVisible,36|IsFocusable,37|BoxSizing,38|DisableHitTestDuringAnimation,39|Elevation,40|IsPointerEnabled,41|PointerBackground,42|PointerPosition,43|ViewBoxLeft,44|ViewBoxTop,45|ViewBoxWidth,46|ViewBoxHeight,47|IconWidth,48|IconHeight,49|SubmenuBackground,50|GroupHeaderBackground,51|GroupHeaderTextColor,52|SeparatorBackground,53|Content,54|ContentPadding,55|DisablePointer,56|FillAvailableSpace,57|ClickTunneling,58|StopPropagation,59|IsShowing,60|IsClosing,61|PointerSize,62|FillColors,63|StrokeColors,64|StrokeWidth,65|UncheckedBackgroundColor,66|CheckedBackgroundColor,67|UncheckedBorderColor,68|CheckedBorderColor,69|MenuArrowStroke,70|IconFill,71|IconStroke,72|PlaceContent,73|ItemsSource,74|SelectedMemberPath,75|DataMemberPath,76|ShowSelectAll,77|PrimaryKey,78|SearchIconColor,79|SearchTextColor,80|SubtitleTextColor,81|GroupHeaderSubtitleTextColor,82|SubtitleFontInfo,83|Target,84|SelectedIndices,85|MinWidth,86|SelectedItems,87|ValuePath,88|DisplayPath,89|YValue,90|BarBackgroundColor,91|ThumbBackgroundColor,92|ThumbOutlineColor,93|ThumbRidgesColor,94|YMin,95|YMax,96|IndexType,97|SuffixIconSVGPath,98|SuffixIconFill,99|SuffixIconOutline,100|InputBackgroundColor,101|IsOpen,102|SelectionStart,103|SelectionEnd,104|IsExpanded,105|AutomationName,106|ShowsOnHover,107');
|
|
@@ -44,7 +44,7 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44
44
|
enumerable: false,
|
|
45
45
|
configurable: true
|
|
46
46
|
});
|
|
47
|
-
Object.defineProperty(NativeUIButton.prototype, "
|
|
47
|
+
Object.defineProperty(NativeUIButton.prototype, "bz", {
|
|
48
48
|
get: function () {
|
|
49
49
|
var a = this.ag(3);
|
|
50
50
|
return a;
|
|
@@ -105,7 +105,7 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105
105
|
enumerable: false,
|
|
106
106
|
configurable: true
|
|
107
107
|
});
|
|
108
|
-
Object.defineProperty(NativeUIButton.prototype, "
|
|
108
|
+
Object.defineProperty(NativeUIButton.prototype, "b1", {
|
|
109
109
|
get: function () {
|
|
110
110
|
return this.ag(24);
|
|
111
111
|
},
|
|
@@ -115,7 +115,7 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
117
117
|
});
|
|
118
|
-
Object.defineProperty(NativeUIButton.prototype, "
|
|
118
|
+
Object.defineProperty(NativeUIButton.prototype, "b2", {
|
|
119
119
|
get: function () {
|
|
120
120
|
return this.ag(55);
|
|
121
121
|
},
|
|
@@ -155,7 +155,17 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
157
157
|
});
|
|
158
|
-
Object.defineProperty(NativeUIButton.prototype, "
|
|
158
|
+
Object.defineProperty(NativeUIButton.prototype, "bx", {
|
|
159
|
+
get: function () {
|
|
160
|
+
return this.ag(59);
|
|
161
|
+
},
|
|
162
|
+
set: function (a) {
|
|
163
|
+
this.a4(59, a);
|
|
164
|
+
},
|
|
165
|
+
enumerable: false,
|
|
166
|
+
configurable: true
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(NativeUIButton.prototype, "b0", {
|
|
159
169
|
get: function () {
|
|
160
170
|
return this.ag(17);
|
|
161
171
|
},
|
|
@@ -175,12 +185,12 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
175
185
|
enumerable: false,
|
|
176
186
|
configurable: true
|
|
177
187
|
});
|
|
178
|
-
Object.defineProperty(NativeUIButton.prototype, "
|
|
188
|
+
Object.defineProperty(NativeUIButton.prototype, "by", {
|
|
179
189
|
get: function () {
|
|
180
|
-
return this.ag(
|
|
190
|
+
return this.ag(86);
|
|
181
191
|
},
|
|
182
192
|
set: function (a) {
|
|
183
|
-
this.a4(
|
|
193
|
+
this.a4(86, a);
|
|
184
194
|
},
|
|
185
195
|
enumerable: false,
|
|
186
196
|
configurable: true
|
|
@@ -24,11 +24,11 @@ var NativeUIButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(NativeUIButtonGroup.prototype, "bk", {
|
|
26
26
|
get: function () {
|
|
27
|
-
var a = this.ag(
|
|
27
|
+
var a = this.ag(85);
|
|
28
28
|
return a;
|
|
29
29
|
},
|
|
30
30
|
set: function (a) {
|
|
31
|
-
this.a4(
|
|
31
|
+
this.a4(85, a);
|
|
32
32
|
},
|
|
33
33
|
enumerable: false,
|
|
34
34
|
configurable: true
|
|
@@ -55,40 +55,40 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(NativeUICheckbox.prototype, "br", {
|
|
57
57
|
get: function () {
|
|
58
|
-
return this.ag(
|
|
58
|
+
return this.ag(66);
|
|
59
59
|
},
|
|
60
60
|
set: function (a) {
|
|
61
|
-
this.a4(
|
|
61
|
+
this.a4(66, a);
|
|
62
62
|
},
|
|
63
63
|
enumerable: false,
|
|
64
64
|
configurable: true
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(NativeUICheckbox.prototype, "bp", {
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.ag(
|
|
68
|
+
return this.ag(67);
|
|
69
69
|
},
|
|
70
70
|
set: function (a) {
|
|
71
|
-
this.a4(
|
|
71
|
+
this.a4(67, a);
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(NativeUICheckbox.prototype, "bs", {
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.ag(
|
|
78
|
+
return this.ag(68);
|
|
79
79
|
},
|
|
80
80
|
set: function (a) {
|
|
81
|
-
this.a4(
|
|
81
|
+
this.a4(68, a);
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(NativeUICheckbox.prototype, "bq", {
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.ag(
|
|
88
|
+
return this.ag(69);
|
|
89
89
|
},
|
|
90
90
|
set: function (a) {
|
|
91
|
-
this.a4(
|
|
91
|
+
this.a4(69, a);
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -145,33 +145,33 @@ var NativeUICheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(NativeUICheckboxList.prototype, "b0", {
|
|
147
147
|
get: function () {
|
|
148
|
-
var a = this.ag(
|
|
148
|
+
var a = this.ag(76);
|
|
149
149
|
return a;
|
|
150
150
|
},
|
|
151
151
|
set: function (a) {
|
|
152
|
-
this.a4(
|
|
152
|
+
this.a4(76, a);
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
156
156
|
});
|
|
157
157
|
Object.defineProperty(NativeUICheckboxList.prototype, "b1", {
|
|
158
158
|
get: function () {
|
|
159
|
-
var a = this.ag(
|
|
159
|
+
var a = this.ag(75);
|
|
160
160
|
return a;
|
|
161
161
|
},
|
|
162
162
|
set: function (a) {
|
|
163
|
-
this.a4(
|
|
163
|
+
this.a4(75, a);
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
166
166
|
configurable: true
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(NativeUICheckboxList.prototype, "bt", {
|
|
169
169
|
get: function () {
|
|
170
|
-
var a = this.ag(
|
|
170
|
+
var a = this.ag(97);
|
|
171
171
|
return EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, a);
|
|
172
172
|
},
|
|
173
173
|
set: function (a) {
|
|
174
|
-
this.a4(
|
|
174
|
+
this.a4(97, enumGetBox(NativeUICheckboxListIndexType_$type, a));
|
|
175
175
|
},
|
|
176
176
|
enumerable: false,
|
|
177
177
|
configurable: true
|
|
@@ -189,22 +189,22 @@ var NativeUICheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
189
189
|
});
|
|
190
190
|
Object.defineProperty(NativeUICheckboxList.prototype, "by", {
|
|
191
191
|
get: function () {
|
|
192
|
-
var a = this.ag(
|
|
192
|
+
var a = this.ag(77);
|
|
193
193
|
return a;
|
|
194
194
|
},
|
|
195
195
|
set: function (a) {
|
|
196
|
-
this.a4(
|
|
196
|
+
this.a4(77, a);
|
|
197
197
|
},
|
|
198
198
|
enumerable: false,
|
|
199
199
|
configurable: true
|
|
200
200
|
});
|
|
201
201
|
Object.defineProperty(NativeUICheckboxList.prototype, "bk", {
|
|
202
202
|
get: function () {
|
|
203
|
-
var a = this.ag(
|
|
203
|
+
var a = this.ag(78);
|
|
204
204
|
return a;
|
|
205
205
|
},
|
|
206
206
|
set: function (a) {
|
|
207
|
-
this.a4(
|
|
207
|
+
this.a4(78, a);
|
|
208
208
|
},
|
|
209
209
|
enumerable: false,
|
|
210
210
|
configurable: true
|
|
@@ -233,22 +233,22 @@ var NativeUICheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(NativeUICheckboxList.prototype, "b8", {
|
|
235
235
|
get: function () {
|
|
236
|
-
var a = this.ag(
|
|
236
|
+
var a = this.ag(79);
|
|
237
237
|
return a;
|
|
238
238
|
},
|
|
239
239
|
set: function (a) {
|
|
240
|
-
this.a4(
|
|
240
|
+
this.a4(79, a);
|
|
241
241
|
},
|
|
242
242
|
enumerable: false,
|
|
243
243
|
configurable: true
|
|
244
244
|
});
|
|
245
245
|
Object.defineProperty(NativeUICheckboxList.prototype, "b9", {
|
|
246
246
|
get: function () {
|
|
247
|
-
var a = this.ag(
|
|
247
|
+
var a = this.ag(80);
|
|
248
248
|
return a;
|
|
249
249
|
},
|
|
250
250
|
set: function (a) {
|
|
251
|
-
this.a4(
|
|
251
|
+
this.a4(80, a);
|
|
252
252
|
},
|
|
253
253
|
enumerable: false,
|
|
254
254
|
configurable: true
|
|
@@ -53,33 +53,33 @@ var NativeUICombo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(NativeUICombo.prototype, "bk", {
|
|
55
55
|
get: function () {
|
|
56
|
-
var a = this.ag(
|
|
56
|
+
var a = this.ag(87);
|
|
57
57
|
return a;
|
|
58
58
|
},
|
|
59
59
|
set: function (a) {
|
|
60
|
-
this.a4(
|
|
60
|
+
this.a4(87, a);
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(NativeUICombo.prototype, "bp", {
|
|
66
66
|
get: function () {
|
|
67
|
-
var a = this.ag(
|
|
67
|
+
var a = this.ag(89);
|
|
68
68
|
return a;
|
|
69
69
|
},
|
|
70
70
|
set: function (a) {
|
|
71
|
-
this.a4(
|
|
71
|
+
this.a4(89, a);
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(NativeUICombo.prototype, "bq", {
|
|
77
77
|
get: function () {
|
|
78
|
-
var a = this.ag(
|
|
78
|
+
var a = this.ag(88);
|
|
79
79
|
return a;
|
|
80
80
|
},
|
|
81
81
|
set: function (a) {
|
|
82
|
-
this.a4(
|
|
82
|
+
this.a4(88, a);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -111,7 +111,7 @@ var NativeUIElementBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
111
111
|
};
|
|
112
112
|
NativeUIElementBridge.prototype.getValue = function (a, b) {
|
|
113
113
|
switch (b) {
|
|
114
|
-
case
|
|
114
|
+
case 106:
|
|
115
115
|
var c = a;
|
|
116
116
|
return c.getAttribute("data-automation-name");
|
|
117
117
|
}
|
|
@@ -176,7 +176,7 @@ var NativeUIElementBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176
176
|
};
|
|
177
177
|
NativeUIElementBridge.prototype.setValue = function (a, b, c) {
|
|
178
178
|
switch (b) {
|
|
179
|
-
case
|
|
179
|
+
case 106:
|
|
180
180
|
var d = a;
|
|
181
181
|
d.setAttribute("data-automation-name", c);
|
|
182
182
|
break;
|
package/esm5/lib/NativeUIGrid.js
CHANGED
|
@@ -56,11 +56,11 @@ var NativeUIGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(NativeUIGrid.prototype, "bv", {
|
|
58
58
|
get: function () {
|
|
59
|
-
var a = this.ag(
|
|
59
|
+
var a = this.ag(73);
|
|
60
60
|
return EnumUtil.getEnumValue(NativeUIPlaceContent_$type, a);
|
|
61
61
|
},
|
|
62
62
|
set: function (a) {
|
|
63
|
-
this.a4(
|
|
63
|
+
this.a4(73, enumGetBox(NativeUIPlaceContent_$type, a));
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
66
66
|
configurable: true
|
package/esm5/lib/NativeUIIcon.js
CHANGED
|
@@ -82,20 +82,20 @@ var NativeUIIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(NativeUIIcon.prototype, "bk", {
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.ag(
|
|
85
|
+
return this.ag(63);
|
|
86
86
|
},
|
|
87
87
|
set: function (a) {
|
|
88
|
-
this.a4(
|
|
88
|
+
this.a4(63, a);
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(NativeUIIcon.prototype, "bl", {
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.ag(
|
|
95
|
+
return this.ag(64);
|
|
96
96
|
},
|
|
97
97
|
set: function (a) {
|
|
98
|
-
this.a4(
|
|
98
|
+
this.a4(64, a);
|
|
99
99
|
},
|
|
100
100
|
enumerable: false,
|
|
101
101
|
configurable: true
|
|
@@ -18,7 +18,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
NativeUIIconButton.prototype.get_e = function () {
|
|
19
19
|
return 10;
|
|
20
20
|
};
|
|
21
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
21
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b9", {
|
|
22
22
|
get: function () {
|
|
23
23
|
var a = this.ag(15);
|
|
24
24
|
return a;
|
|
@@ -29,7 +29,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
enumerable: false,
|
|
30
30
|
configurable: true
|
|
31
31
|
});
|
|
32
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
32
|
+
Object.defineProperty(NativeUIIconButton.prototype, "ca", {
|
|
33
33
|
get: function () {
|
|
34
34
|
var a = this.ag(16);
|
|
35
35
|
return a;
|
|
@@ -40,7 +40,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
enumerable: false,
|
|
41
41
|
configurable: true
|
|
42
42
|
});
|
|
43
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
43
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b6", {
|
|
44
44
|
get: function () {
|
|
45
45
|
return this.ag(44);
|
|
46
46
|
},
|
|
@@ -50,7 +50,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
52
52
|
});
|
|
53
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
53
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b7", {
|
|
54
54
|
get: function () {
|
|
55
55
|
return this.ag(45);
|
|
56
56
|
},
|
|
@@ -60,7 +60,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
62
62
|
});
|
|
63
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
63
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b8", {
|
|
64
64
|
get: function () {
|
|
65
65
|
return this.ag(46);
|
|
66
66
|
},
|
|
@@ -70,7 +70,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
72
72
|
});
|
|
73
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
73
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b5", {
|
|
74
74
|
get: function () {
|
|
75
75
|
return this.ag(47);
|
|
76
76
|
},
|
|
@@ -80,7 +80,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
82
82
|
});
|
|
83
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
83
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b4", {
|
|
84
84
|
get: function () {
|
|
85
85
|
return this.ag(48);
|
|
86
86
|
},
|
|
@@ -90,7 +90,7 @@ var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
92
92
|
});
|
|
93
|
-
Object.defineProperty(NativeUIIconButton.prototype, "
|
|
93
|
+
Object.defineProperty(NativeUIIconButton.prototype, "b3", {
|
|
94
94
|
get: function () {
|
|
95
95
|
return this.ag(49);
|
|
96
96
|
},
|
|
@@ -68,11 +68,11 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(NativeUIInput.prototype, "cb", {
|
|
70
70
|
get: function () {
|
|
71
|
-
var a = this.ag(
|
|
71
|
+
var a = this.ag(101);
|
|
72
72
|
return a;
|
|
73
73
|
},
|
|
74
74
|
set: function (a) {
|
|
75
|
-
this.a4(
|
|
75
|
+
this.a4(101, a);
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -240,66 +240,66 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
240
|
});
|
|
241
241
|
Object.defineProperty(NativeUIInput.prototype, "b6", {
|
|
242
242
|
get: function () {
|
|
243
|
-
var a = this.ag(
|
|
243
|
+
var a = this.ag(98);
|
|
244
244
|
return a;
|
|
245
245
|
},
|
|
246
246
|
set: function (a) {
|
|
247
|
-
this.a4(
|
|
247
|
+
this.a4(98, a);
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
250
250
|
configurable: true
|
|
251
251
|
});
|
|
252
252
|
Object.defineProperty(NativeUIInput.prototype, "cc", {
|
|
253
253
|
get: function () {
|
|
254
|
-
var a = this.ag(
|
|
254
|
+
var a = this.ag(99);
|
|
255
255
|
return a;
|
|
256
256
|
},
|
|
257
257
|
set: function (a) {
|
|
258
|
-
this.a4(
|
|
258
|
+
this.a4(99, a);
|
|
259
259
|
},
|
|
260
260
|
enumerable: false,
|
|
261
261
|
configurable: true
|
|
262
262
|
});
|
|
263
263
|
Object.defineProperty(NativeUIInput.prototype, "cd", {
|
|
264
264
|
get: function () {
|
|
265
|
-
var a = this.ag(
|
|
265
|
+
var a = this.ag(100);
|
|
266
266
|
return a;
|
|
267
267
|
},
|
|
268
268
|
set: function (a) {
|
|
269
|
-
this.a4(
|
|
269
|
+
this.a4(100, a);
|
|
270
270
|
},
|
|
271
271
|
enumerable: false,
|
|
272
272
|
configurable: true
|
|
273
273
|
});
|
|
274
274
|
Object.defineProperty(NativeUIInput.prototype, "b4", {
|
|
275
275
|
get: function () {
|
|
276
|
-
var a = this.ag(
|
|
276
|
+
var a = this.ag(103);
|
|
277
277
|
return typeGetValue(a);
|
|
278
278
|
},
|
|
279
279
|
set: function (a) {
|
|
280
|
-
this.a4(
|
|
280
|
+
this.a4(103, a);
|
|
281
281
|
},
|
|
282
282
|
enumerable: false,
|
|
283
283
|
configurable: true
|
|
284
284
|
});
|
|
285
285
|
Object.defineProperty(NativeUIInput.prototype, "b3", {
|
|
286
286
|
get: function () {
|
|
287
|
-
var a = this.ag(
|
|
287
|
+
var a = this.ag(104);
|
|
288
288
|
return typeGetValue(a);
|
|
289
289
|
},
|
|
290
290
|
set: function (a) {
|
|
291
|
-
this.a4(
|
|
291
|
+
this.a4(104, a);
|
|
292
292
|
},
|
|
293
293
|
enumerable: false,
|
|
294
294
|
configurable: true
|
|
295
295
|
});
|
|
296
296
|
Object.defineProperty(NativeUIInput.prototype, "b1", {
|
|
297
297
|
get: function () {
|
|
298
|
-
var a = this.ag(
|
|
298
|
+
var a = this.ag(105);
|
|
299
299
|
return a;
|
|
300
300
|
},
|
|
301
301
|
set: function (a) {
|
|
302
|
-
this.a4(
|
|
302
|
+
this.a4(105, a);
|
|
303
303
|
},
|
|
304
304
|
enumerable: false,
|
|
305
305
|
configurable: true
|
|
@@ -37,14 +37,14 @@ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(NativeUIPopup.prototype, "b5", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.ag(
|
|
40
|
+
return this.ag(60);
|
|
41
41
|
},
|
|
42
42
|
enumerable: false,
|
|
43
43
|
configurable: true
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(NativeUIPopup.prototype, "b2", {
|
|
46
46
|
get: function () {
|
|
47
|
-
return this.ag(
|
|
47
|
+
return this.ag(61);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -167,10 +167,10 @@ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(NativeUIPopup.prototype, "b8", {
|
|
169
169
|
get: function () {
|
|
170
|
-
return this.ag(
|
|
170
|
+
return this.ag(62);
|
|
171
171
|
},
|
|
172
172
|
set: function (a) {
|
|
173
|
-
this.a4(
|
|
173
|
+
this.a4(62, a);
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|
|
@@ -46,66 +46,66 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(NativeUISlider.prototype, "bu", {
|
|
48
48
|
get: function () {
|
|
49
|
-
var a = this.ag(
|
|
49
|
+
var a = this.ag(95);
|
|
50
50
|
return a;
|
|
51
51
|
},
|
|
52
52
|
set: function (a) {
|
|
53
|
-
this.a4(
|
|
53
|
+
this.a4(95, a);
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(NativeUISlider.prototype, "bv", {
|
|
59
59
|
get: function () {
|
|
60
|
-
var a = this.ag(
|
|
60
|
+
var a = this.ag(90);
|
|
61
61
|
return a;
|
|
62
62
|
},
|
|
63
63
|
set: function (a) {
|
|
64
|
-
this.a4(
|
|
64
|
+
this.a4(90, a);
|
|
65
65
|
},
|
|
66
66
|
enumerable: false,
|
|
67
67
|
configurable: true
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(NativeUISlider.prototype, "bx", {
|
|
70
70
|
get: function () {
|
|
71
|
-
var a = this.ag(
|
|
71
|
+
var a = this.ag(92);
|
|
72
72
|
return a;
|
|
73
73
|
},
|
|
74
74
|
set: function (a) {
|
|
75
|
-
this.a4(
|
|
75
|
+
this.a4(92, a);
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(NativeUISlider.prototype, "bz", {
|
|
81
81
|
get: function () {
|
|
82
|
-
var a = this.ag(
|
|
82
|
+
var a = this.ag(94);
|
|
83
83
|
return a;
|
|
84
84
|
},
|
|
85
85
|
set: function (a) {
|
|
86
|
-
this.a4(
|
|
86
|
+
this.a4(94, a);
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(NativeUISlider.prototype, "by", {
|
|
92
92
|
get: function () {
|
|
93
|
-
var a = this.ag(
|
|
93
|
+
var a = this.ag(93);
|
|
94
94
|
return a;
|
|
95
95
|
},
|
|
96
96
|
set: function (a) {
|
|
97
|
-
this.a4(
|
|
97
|
+
this.a4(93, a);
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(NativeUISlider.prototype, "bw", {
|
|
103
103
|
get: function () {
|
|
104
|
-
var a = this.ag(
|
|
104
|
+
var a = this.ag(91);
|
|
105
105
|
return a;
|
|
106
106
|
},
|
|
107
107
|
set: function (a) {
|
|
108
|
-
this.a4(
|
|
108
|
+
this.a4(91, a);
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
@@ -134,11 +134,11 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(NativeUISlider.prototype, "bt", {
|
|
136
136
|
get: function () {
|
|
137
|
-
var a = this.ag(
|
|
137
|
+
var a = this.ag(96);
|
|
138
138
|
return a;
|
|
139
139
|
},
|
|
140
140
|
set: function (a) {
|
|
141
|
-
this.a4(
|
|
141
|
+
this.a4(96, a);
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
144
144
|
configurable: true
|
|
@@ -21,9 +21,13 @@ export var ScrollbarStyle = /*@__PURE__*/ (function (ScrollbarStyle) {
|
|
|
21
21
|
* The scrollbar appears as a thin line when idle. It will grow in size when scrolling or when the mouse is close by.
|
|
22
22
|
*/
|
|
23
23
|
ScrollbarStyle[ScrollbarStyle["Thin"] = 2] = "Thin";
|
|
24
|
+
/**
|
|
25
|
+
* The scrollbar is hidden.
|
|
26
|
+
*/
|
|
27
|
+
ScrollbarStyle[ScrollbarStyle["Hidden"] = 3] = "Hidden";
|
|
24
28
|
return ScrollbarStyle;
|
|
25
29
|
})({});
|
|
26
30
|
/**
|
|
27
31
|
* @hidden
|
|
28
32
|
*/
|
|
29
|
-
export var ScrollbarStyle_$type = markEnum('ScrollbarStyle', 'Default,0|Fading,1|Thin,2');
|
|
33
|
+
export var ScrollbarStyle_$type = markEnum('ScrollbarStyle', 'Default,0|Fading,1|Thin,2|Hidden,3');
|
|
@@ -413,6 +413,10 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
413
413
|
this.ad.setRawSize(this.t, this.y());
|
|
414
414
|
this.ag.setRawSize(this.z(), this.w);
|
|
415
415
|
break;
|
|
416
|
+
case 3:
|
|
417
|
+
this.ad.setStyleProperty("opacity", "0");
|
|
418
|
+
this.ag.setStyleProperty("opacity", "0");
|
|
419
|
+
break;
|
|
416
420
|
}
|
|
417
421
|
}
|
|
418
422
|
};
|
|
@@ -754,6 +758,10 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
754
758
|
return true;
|
|
755
759
|
}
|
|
756
760
|
}
|
|
761
|
+
if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
|
|
762
|
+
return false;
|
|
763
|
+
}
|
|
764
|
+
this.dp(0, this.contentHeight - this.viewportHeight - this.scrollTop);
|
|
757
765
|
return false;
|
|
758
766
|
};
|
|
759
767
|
Scroller.prototype.an = function (a, b) {
|
|
@@ -762,6 +770,10 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
762
770
|
return true;
|
|
763
771
|
}
|
|
764
772
|
}
|
|
773
|
+
if (this.scrollTop <= 0) {
|
|
774
|
+
return false;
|
|
775
|
+
}
|
|
776
|
+
this.dp(0, -this.scrollTop);
|
|
765
777
|
return false;
|
|
766
778
|
};
|
|
767
779
|
Scroller.prototype.au = function (a, b) {
|