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
|
@@ -16,91 +16,93 @@ export let ToolPanelDescription = /*@__PURE__*/ (() => {
|
|
|
16
16
|
this.h = null;
|
|
17
17
|
this.j = false;
|
|
18
18
|
this.k = false;
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.z = 0;
|
|
22
|
-
this.ca = null;
|
|
19
|
+
this.bg = 0;
|
|
20
|
+
this.l = false;
|
|
23
21
|
this.cb = null;
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.bl = null;
|
|
33
|
-
this.cu = null;
|
|
34
|
-
this.b0 = null;
|
|
22
|
+
this.ab = 0;
|
|
23
|
+
this.cc = null;
|
|
24
|
+
this.cd = null;
|
|
25
|
+
this.cy = null;
|
|
26
|
+
this.am = 0;
|
|
27
|
+
this.cz = null;
|
|
28
|
+
this.c0 = null;
|
|
29
|
+
this.ca = null;
|
|
35
30
|
this.ch = null;
|
|
36
31
|
this.bq = null;
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.br = null;
|
|
41
|
-
this.cm = null;
|
|
42
|
-
this.bv = null;
|
|
43
|
-
this.cz = null;
|
|
32
|
+
this.b9 = null;
|
|
33
|
+
this.bn = null;
|
|
34
|
+
this.cx = null;
|
|
44
35
|
this.b2 = null;
|
|
36
|
+
this.cj = null;
|
|
37
|
+
this.bs = null;
|
|
38
|
+
this.cw = null;
|
|
45
39
|
this.b1 = null;
|
|
46
|
-
this.cy = null;
|
|
47
|
-
this.cg = null;
|
|
48
|
-
this.bp = null;
|
|
49
40
|
this.ck = null;
|
|
50
41
|
this.bt = null;
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
42
|
+
this.co = null;
|
|
43
|
+
this.bx = null;
|
|
44
|
+
this.c2 = null;
|
|
54
45
|
this.b4 = null;
|
|
55
|
-
this.c0 = null;
|
|
56
46
|
this.b3 = null;
|
|
57
|
-
this.
|
|
47
|
+
this.c1 = null;
|
|
48
|
+
this.ci = null;
|
|
49
|
+
this.br = null;
|
|
50
|
+
this.cm = null;
|
|
51
|
+
this.bv = null;
|
|
52
|
+
this.cl = null;
|
|
53
|
+
this.bu = null;
|
|
54
|
+
this.c4 = null;
|
|
55
|
+
this.b6 = null;
|
|
56
|
+
this.c3 = null;
|
|
57
|
+
this.b5 = null;
|
|
58
|
+
this.an = 0;
|
|
59
|
+
this.z = 0;
|
|
60
|
+
this.ao = 0;
|
|
61
|
+
this.aa = 0;
|
|
62
|
+
this.cp = null;
|
|
63
|
+
this.by = null;
|
|
64
|
+
this.cq = null;
|
|
65
|
+
this.bz = null;
|
|
66
|
+
this.aj = 0;
|
|
67
|
+
this.w = 0;
|
|
68
|
+
this.ak = 0;
|
|
58
69
|
this.x = 0;
|
|
59
|
-
this.
|
|
70
|
+
this.al = 0;
|
|
60
71
|
this.y = 0;
|
|
61
|
-
this.cn = null;
|
|
62
|
-
this.bw = null;
|
|
63
|
-
this.co = null;
|
|
64
|
-
this.bx = null;
|
|
65
|
-
this.ah = 0;
|
|
66
|
-
this.u = 0;
|
|
67
72
|
this.ai = 0;
|
|
68
73
|
this.v = 0;
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
74
|
+
this.af = 0;
|
|
75
|
+
this.s = 0;
|
|
71
76
|
this.ag = 0;
|
|
72
77
|
this.t = 0;
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
78
|
+
this.ah = 0;
|
|
79
|
+
this.u = 0;
|
|
75
80
|
this.ae = 0;
|
|
76
81
|
this.r = 0;
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
82
|
+
this.cu = null;
|
|
83
|
+
this.bi = 0;
|
|
84
|
+
this.ad = 0;
|
|
85
|
+
this.q = 0;
|
|
79
86
|
this.ac = 0;
|
|
80
87
|
this.p = 0;
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
83
|
-
this.ab = 0;
|
|
84
|
-
this.o = 0;
|
|
85
|
-
this.aa = 0;
|
|
86
|
-
this.n = 0;
|
|
87
|
-
this.cl = null;
|
|
88
|
-
this.bu = null;
|
|
89
|
-
this.cp = null;
|
|
90
|
-
this.by = null;
|
|
91
|
-
this.c2 = null;
|
|
92
|
-
this.b5 = null;
|
|
93
|
-
this.cc = null;
|
|
94
|
-
this.bm = null;
|
|
95
|
-
this.c3 = null;
|
|
96
|
-
this.b6 = null;
|
|
97
|
-
this.cd = null;
|
|
98
|
-
this.bn = null;
|
|
99
|
-
this.bf = 0;
|
|
100
|
-
this.bd = 0;
|
|
101
|
-
this.cq = null;
|
|
102
|
-
this.ce = null;
|
|
88
|
+
this.cn = null;
|
|
89
|
+
this.bw = null;
|
|
103
90
|
this.cr = null;
|
|
91
|
+
this.b0 = null;
|
|
92
|
+
this.c5 = null;
|
|
93
|
+
this.b7 = null;
|
|
94
|
+
this.ce = null;
|
|
95
|
+
this.bo = null;
|
|
96
|
+
this.c6 = null;
|
|
97
|
+
this.b8 = null;
|
|
98
|
+
this.cf = null;
|
|
99
|
+
this.bp = null;
|
|
100
|
+
this.bh = 0;
|
|
101
|
+
this.bf = 0;
|
|
102
|
+
this.cv = null;
|
|
103
|
+
this.cs = null;
|
|
104
|
+
this.cg = null;
|
|
105
|
+
this.ct = null;
|
|
104
106
|
}
|
|
105
107
|
get_type() {
|
|
106
108
|
return "ToolPanel";
|
|
@@ -130,598 +132,612 @@ export let ToolPanelDescription = /*@__PURE__*/ (() => {
|
|
|
130
132
|
this.g("ShowTooltipOnHover");
|
|
131
133
|
}
|
|
132
134
|
get dropdownClickBuffer() {
|
|
133
|
-
return this.
|
|
135
|
+
return this.bg;
|
|
134
136
|
}
|
|
135
137
|
set dropdownClickBuffer(a) {
|
|
136
|
-
this.
|
|
138
|
+
this.bg = a;
|
|
137
139
|
this.g("DropdownClickBuffer");
|
|
138
140
|
}
|
|
141
|
+
get stopPropagation() {
|
|
142
|
+
return this.l;
|
|
143
|
+
}
|
|
144
|
+
set stopPropagation(a) {
|
|
145
|
+
this.l = a;
|
|
146
|
+
this.g("StopPropagation");
|
|
147
|
+
}
|
|
139
148
|
get cellFontFamily() {
|
|
140
|
-
return this.
|
|
149
|
+
return this.cb;
|
|
141
150
|
}
|
|
142
151
|
set cellFontFamily(a) {
|
|
143
|
-
this.
|
|
152
|
+
this.cb = a;
|
|
144
153
|
this.g("CellFontFamily");
|
|
145
154
|
}
|
|
146
155
|
get cellFontSize() {
|
|
147
|
-
return this.
|
|
156
|
+
return this.ab;
|
|
148
157
|
}
|
|
149
158
|
set cellFontSize(a) {
|
|
150
|
-
this.
|
|
159
|
+
this.ab = a;
|
|
151
160
|
this.g("CellFontSize");
|
|
152
161
|
}
|
|
153
162
|
get cellFontStyle() {
|
|
154
|
-
return this.
|
|
163
|
+
return this.cc;
|
|
155
164
|
}
|
|
156
165
|
set cellFontStyle(a) {
|
|
157
|
-
this.
|
|
166
|
+
this.cc = a;
|
|
158
167
|
this.g("CellFontStyle");
|
|
159
168
|
}
|
|
160
169
|
get cellFontWeight() {
|
|
161
|
-
return this.
|
|
170
|
+
return this.cd;
|
|
162
171
|
}
|
|
163
172
|
set cellFontWeight(a) {
|
|
164
|
-
this.
|
|
173
|
+
this.cd = a;
|
|
165
174
|
this.g("CellFontWeight");
|
|
166
175
|
}
|
|
167
176
|
get subtitleFontFamily() {
|
|
168
|
-
return this.
|
|
177
|
+
return this.cy;
|
|
169
178
|
}
|
|
170
179
|
set subtitleFontFamily(a) {
|
|
171
|
-
this.
|
|
180
|
+
this.cy = a;
|
|
172
181
|
this.g("SubtitleFontFamily");
|
|
173
182
|
}
|
|
174
183
|
get subtitleFontSize() {
|
|
175
|
-
return this.
|
|
184
|
+
return this.am;
|
|
176
185
|
}
|
|
177
186
|
set subtitleFontSize(a) {
|
|
178
|
-
this.
|
|
187
|
+
this.am = a;
|
|
179
188
|
this.g("SubtitleFontSize");
|
|
180
189
|
}
|
|
181
190
|
get subtitleFontStyle() {
|
|
182
|
-
return this.
|
|
191
|
+
return this.cz;
|
|
183
192
|
}
|
|
184
193
|
set subtitleFontStyle(a) {
|
|
185
|
-
this.
|
|
194
|
+
this.cz = a;
|
|
186
195
|
this.g("SubtitleFontStyle");
|
|
187
196
|
}
|
|
188
197
|
get subtitleFontWeight() {
|
|
189
|
-
return this.
|
|
198
|
+
return this.c0;
|
|
190
199
|
}
|
|
191
200
|
set subtitleFontWeight(a) {
|
|
192
|
-
this.
|
|
201
|
+
this.c0 = a;
|
|
193
202
|
this.g("SubtitleFontWeight");
|
|
194
203
|
}
|
|
195
204
|
get baseTheme() {
|
|
196
|
-
return this.
|
|
205
|
+
return this.ca;
|
|
197
206
|
}
|
|
198
207
|
set baseTheme(a) {
|
|
199
|
-
this.
|
|
208
|
+
this.ca = a;
|
|
200
209
|
this.g("BaseTheme");
|
|
201
210
|
}
|
|
202
211
|
get density() {
|
|
203
|
-
return this.
|
|
212
|
+
return this.ch;
|
|
204
213
|
}
|
|
205
214
|
set density(a) {
|
|
206
|
-
this.
|
|
215
|
+
this.ch = a;
|
|
207
216
|
this.g("Density");
|
|
208
217
|
}
|
|
209
218
|
get actualDensity() {
|
|
210
|
-
return this.
|
|
219
|
+
return this.bq;
|
|
211
220
|
}
|
|
212
221
|
set actualDensity(a) {
|
|
213
|
-
this.
|
|
222
|
+
this.bq = a;
|
|
214
223
|
this.g("ActualDensity");
|
|
215
224
|
}
|
|
216
225
|
get backgroundColor() {
|
|
217
|
-
return this.
|
|
226
|
+
return this.b9;
|
|
218
227
|
}
|
|
219
228
|
set backgroundColor(a) {
|
|
220
|
-
this.
|
|
229
|
+
this.b9 = a;
|
|
221
230
|
this.g("BackgroundColor");
|
|
222
231
|
}
|
|
223
232
|
get actualBackgroundColor() {
|
|
224
|
-
return this.
|
|
233
|
+
return this.bn;
|
|
225
234
|
}
|
|
226
235
|
set actualBackgroundColor(a) {
|
|
227
|
-
this.
|
|
236
|
+
this.bn = a;
|
|
228
237
|
this.g("ActualBackgroundColor");
|
|
229
238
|
}
|
|
230
239
|
get submenuBackgroundColor() {
|
|
231
|
-
return this.
|
|
240
|
+
return this.cx;
|
|
232
241
|
}
|
|
233
242
|
set submenuBackgroundColor(a) {
|
|
234
|
-
this.
|
|
243
|
+
this.cx = a;
|
|
235
244
|
this.g("SubmenuBackgroundColor");
|
|
236
245
|
}
|
|
237
246
|
get actualSubmenuBackgroundColor() {
|
|
238
|
-
return this.
|
|
247
|
+
return this.b2;
|
|
239
248
|
}
|
|
240
249
|
set actualSubmenuBackgroundColor(a) {
|
|
241
|
-
this.
|
|
250
|
+
this.b2 = a;
|
|
242
251
|
this.g("ActualSubmenuBackgroundColor");
|
|
243
252
|
}
|
|
244
253
|
get groupHeaderBackgroundColor() {
|
|
245
|
-
return this.
|
|
254
|
+
return this.cj;
|
|
246
255
|
}
|
|
247
256
|
set groupHeaderBackgroundColor(a) {
|
|
248
|
-
this.
|
|
257
|
+
this.cj = a;
|
|
249
258
|
this.g("GroupHeaderBackgroundColor");
|
|
250
259
|
}
|
|
251
260
|
get actualGroupHeaderBackgroundColor() {
|
|
252
|
-
return this.
|
|
261
|
+
return this.bs;
|
|
253
262
|
}
|
|
254
263
|
set actualGroupHeaderBackgroundColor(a) {
|
|
255
|
-
this.
|
|
264
|
+
this.bs = a;
|
|
256
265
|
this.g("ActualGroupHeaderBackgroundColor");
|
|
257
266
|
}
|
|
258
267
|
get separatorBackgroundColor() {
|
|
259
|
-
return this.
|
|
268
|
+
return this.cw;
|
|
260
269
|
}
|
|
261
270
|
set separatorBackgroundColor(a) {
|
|
262
|
-
this.
|
|
271
|
+
this.cw = a;
|
|
263
272
|
this.g("SeparatorBackgroundColor");
|
|
264
273
|
}
|
|
265
274
|
get actualSeparatorBackgroundColor() {
|
|
266
|
-
return this.
|
|
275
|
+
return this.b1;
|
|
267
276
|
}
|
|
268
277
|
set actualSeparatorBackgroundColor(a) {
|
|
269
|
-
this.
|
|
278
|
+
this.b1 = a;
|
|
270
279
|
this.g("ActualSeparatorBackgroundColor");
|
|
271
280
|
}
|
|
272
281
|
get groupHeaderSeparatorBackgroundColor() {
|
|
273
|
-
return this.
|
|
282
|
+
return this.ck;
|
|
274
283
|
}
|
|
275
284
|
set groupHeaderSeparatorBackgroundColor(a) {
|
|
276
|
-
this.
|
|
285
|
+
this.ck = a;
|
|
277
286
|
this.g("GroupHeaderSeparatorBackgroundColor");
|
|
278
287
|
}
|
|
279
288
|
get actualGroupHeaderSeparatorBackgroundColor() {
|
|
280
|
-
return this.
|
|
289
|
+
return this.bt;
|
|
281
290
|
}
|
|
282
291
|
set actualGroupHeaderSeparatorBackgroundColor(a) {
|
|
283
|
-
this.
|
|
292
|
+
this.bt = a;
|
|
284
293
|
this.g("ActualGroupHeaderSeparatorBackgroundColor");
|
|
285
294
|
}
|
|
286
295
|
get hoverBackgroundColor() {
|
|
287
|
-
return this.
|
|
296
|
+
return this.co;
|
|
288
297
|
}
|
|
289
298
|
set hoverBackgroundColor(a) {
|
|
290
|
-
this.
|
|
299
|
+
this.co = a;
|
|
291
300
|
this.g("HoverBackgroundColor");
|
|
292
301
|
}
|
|
293
302
|
get actualHoverBackgroundColor() {
|
|
294
|
-
return this.
|
|
303
|
+
return this.bx;
|
|
295
304
|
}
|
|
296
305
|
set actualHoverBackgroundColor(a) {
|
|
297
|
-
this.
|
|
306
|
+
this.bx = a;
|
|
298
307
|
this.g("ActualHoverBackgroundColor");
|
|
299
308
|
}
|
|
300
309
|
get textColor() {
|
|
301
|
-
return this.
|
|
310
|
+
return this.c2;
|
|
302
311
|
}
|
|
303
312
|
set textColor(a) {
|
|
304
|
-
this.
|
|
313
|
+
this.c2 = a;
|
|
305
314
|
this.g("TextColor");
|
|
306
315
|
}
|
|
307
316
|
get actualTextColor() {
|
|
308
|
-
return this.
|
|
317
|
+
return this.b4;
|
|
309
318
|
}
|
|
310
319
|
set actualTextColor(a) {
|
|
311
|
-
this.
|
|
320
|
+
this.b4 = a;
|
|
312
321
|
this.g("ActualTextColor");
|
|
313
322
|
}
|
|
314
323
|
get actualSubtitleTextColor() {
|
|
315
|
-
return this.
|
|
324
|
+
return this.b3;
|
|
316
325
|
}
|
|
317
326
|
set actualSubtitleTextColor(a) {
|
|
318
|
-
this.
|
|
327
|
+
this.b3 = a;
|
|
319
328
|
this.g("ActualSubtitleTextColor");
|
|
320
329
|
}
|
|
321
330
|
get subtitleTextColor() {
|
|
322
|
-
return this.
|
|
331
|
+
return this.c1;
|
|
323
332
|
}
|
|
324
333
|
set subtitleTextColor(a) {
|
|
325
|
-
this.
|
|
334
|
+
this.c1 = a;
|
|
326
335
|
this.g("SubtitleTextColor");
|
|
327
336
|
}
|
|
328
337
|
get disabledTextColor() {
|
|
329
|
-
return this.
|
|
338
|
+
return this.ci;
|
|
330
339
|
}
|
|
331
340
|
set disabledTextColor(a) {
|
|
332
|
-
this.
|
|
341
|
+
this.ci = a;
|
|
333
342
|
this.g("DisabledTextColor");
|
|
334
343
|
}
|
|
335
344
|
get actualDisabledTextColor() {
|
|
336
|
-
return this.
|
|
345
|
+
return this.br;
|
|
337
346
|
}
|
|
338
347
|
set actualDisabledTextColor(a) {
|
|
339
|
-
this.
|
|
348
|
+
this.br = a;
|
|
340
349
|
this.g("ActualDisabledTextColor");
|
|
341
350
|
}
|
|
342
351
|
get groupHeaderTextColor() {
|
|
343
|
-
return this.
|
|
352
|
+
return this.cm;
|
|
344
353
|
}
|
|
345
354
|
set groupHeaderTextColor(a) {
|
|
346
|
-
this.
|
|
355
|
+
this.cm = a;
|
|
347
356
|
this.g("GroupHeaderTextColor");
|
|
348
357
|
}
|
|
349
358
|
get actualGroupHeaderTextColor() {
|
|
350
|
-
return this.
|
|
359
|
+
return this.bv;
|
|
351
360
|
}
|
|
352
361
|
set actualGroupHeaderTextColor(a) {
|
|
353
|
-
this.
|
|
362
|
+
this.bv = a;
|
|
354
363
|
this.g("ActualGroupHeaderTextColor");
|
|
355
364
|
}
|
|
356
365
|
get groupHeaderSubtitleTextColor() {
|
|
357
|
-
return this.
|
|
366
|
+
return this.cl;
|
|
358
367
|
}
|
|
359
368
|
set groupHeaderSubtitleTextColor(a) {
|
|
360
|
-
this.
|
|
369
|
+
this.cl = a;
|
|
361
370
|
this.g("GroupHeaderSubtitleTextColor");
|
|
362
371
|
}
|
|
363
372
|
get actualGroupHeaderSubtitleTextColor() {
|
|
364
|
-
return this.
|
|
373
|
+
return this.bu;
|
|
365
374
|
}
|
|
366
375
|
set actualGroupHeaderSubtitleTextColor(a) {
|
|
367
|
-
this.
|
|
376
|
+
this.bu = a;
|
|
368
377
|
this.g("ActualGroupHeaderSubtitleTextColor");
|
|
369
378
|
}
|
|
370
379
|
get toolTipTextColor() {
|
|
371
|
-
return this.
|
|
380
|
+
return this.c4;
|
|
372
381
|
}
|
|
373
382
|
set toolTipTextColor(a) {
|
|
374
|
-
this.
|
|
383
|
+
this.c4 = a;
|
|
375
384
|
this.g("ToolTipTextColor");
|
|
376
385
|
}
|
|
377
386
|
get actualToolTipTextColor() {
|
|
378
|
-
return this.
|
|
387
|
+
return this.b6;
|
|
379
388
|
}
|
|
380
389
|
set actualToolTipTextColor(a) {
|
|
381
|
-
this.
|
|
390
|
+
this.b6 = a;
|
|
382
391
|
this.g("ActualToolTipTextColor");
|
|
383
392
|
}
|
|
384
393
|
get toolTipBackgroundColor() {
|
|
385
|
-
return this.
|
|
394
|
+
return this.c3;
|
|
386
395
|
}
|
|
387
396
|
set toolTipBackgroundColor(a) {
|
|
388
|
-
this.
|
|
397
|
+
this.c3 = a;
|
|
389
398
|
this.g("ToolTipBackgroundColor");
|
|
390
399
|
}
|
|
391
400
|
get actualToolTipBackgroundColor() {
|
|
392
|
-
return this.
|
|
401
|
+
return this.b5;
|
|
393
402
|
}
|
|
394
403
|
set actualToolTipBackgroundColor(a) {
|
|
395
|
-
this.
|
|
404
|
+
this.b5 = a;
|
|
396
405
|
this.g("ActualToolTipBackgroundColor");
|
|
397
406
|
}
|
|
398
407
|
get toolTipCornerRadius() {
|
|
399
|
-
return this.
|
|
408
|
+
return this.an;
|
|
400
409
|
}
|
|
401
410
|
set toolTipCornerRadius(a) {
|
|
402
|
-
this.
|
|
411
|
+
this.an = a;
|
|
403
412
|
this.g("ToolTipCornerRadius");
|
|
404
413
|
}
|
|
405
414
|
get actualToolTipCornerRadius() {
|
|
406
|
-
return this.
|
|
415
|
+
return this.z;
|
|
407
416
|
}
|
|
408
417
|
set actualToolTipCornerRadius(a) {
|
|
409
|
-
this.
|
|
418
|
+
this.z = a;
|
|
410
419
|
this.g("ActualToolTipCornerRadius");
|
|
411
420
|
}
|
|
412
421
|
get toolTipElevation() {
|
|
413
|
-
return this.
|
|
422
|
+
return this.ao;
|
|
414
423
|
}
|
|
415
424
|
set toolTipElevation(a) {
|
|
416
|
-
this.
|
|
425
|
+
this.ao = a;
|
|
417
426
|
this.g("ToolTipElevation");
|
|
418
427
|
}
|
|
419
428
|
get actualToolTipElevation() {
|
|
420
|
-
return this.
|
|
429
|
+
return this.aa;
|
|
421
430
|
}
|
|
422
431
|
set actualToolTipElevation(a) {
|
|
423
|
-
this.
|
|
432
|
+
this.aa = a;
|
|
424
433
|
this.g("ActualToolTipElevation");
|
|
425
434
|
}
|
|
426
435
|
get iconFill() {
|
|
427
|
-
return this.
|
|
436
|
+
return this.cp;
|
|
428
437
|
}
|
|
429
438
|
set iconFill(a) {
|
|
430
|
-
this.
|
|
439
|
+
this.cp = a;
|
|
431
440
|
this.g("IconFill");
|
|
432
441
|
}
|
|
433
442
|
get actualIconFill() {
|
|
434
|
-
return this.
|
|
443
|
+
return this.by;
|
|
435
444
|
}
|
|
436
445
|
set actualIconFill(a) {
|
|
437
|
-
this.
|
|
446
|
+
this.by = a;
|
|
438
447
|
this.g("ActualIconFill");
|
|
439
448
|
}
|
|
440
449
|
get iconStroke() {
|
|
441
|
-
return this.
|
|
450
|
+
return this.cq;
|
|
442
451
|
}
|
|
443
452
|
set iconStroke(a) {
|
|
444
|
-
this.
|
|
453
|
+
this.cq = a;
|
|
445
454
|
this.g("IconStroke");
|
|
446
455
|
}
|
|
447
456
|
get actualIconStroke() {
|
|
448
|
-
return this.
|
|
457
|
+
return this.bz;
|
|
449
458
|
}
|
|
450
459
|
set actualIconStroke(a) {
|
|
451
|
-
this.
|
|
460
|
+
this.bz = a;
|
|
452
461
|
this.g("ActualIconStroke");
|
|
453
462
|
}
|
|
454
463
|
get separatorVerticalPaddingLeft() {
|
|
455
|
-
return this.
|
|
464
|
+
return this.aj;
|
|
456
465
|
}
|
|
457
466
|
set separatorVerticalPaddingLeft(a) {
|
|
458
|
-
this.
|
|
467
|
+
this.aj = a;
|
|
459
468
|
this.g("SeparatorVerticalPaddingLeft");
|
|
460
469
|
}
|
|
461
470
|
get actualSeparatorVerticalPaddingLeft() {
|
|
462
|
-
return this.
|
|
471
|
+
return this.w;
|
|
463
472
|
}
|
|
464
473
|
set actualSeparatorVerticalPaddingLeft(a) {
|
|
465
|
-
this.
|
|
474
|
+
this.w = a;
|
|
466
475
|
this.g("ActualSeparatorVerticalPaddingLeft");
|
|
467
476
|
}
|
|
468
477
|
get separatorVerticalPaddingRight() {
|
|
469
|
-
return this.
|
|
478
|
+
return this.ak;
|
|
470
479
|
}
|
|
471
480
|
set separatorVerticalPaddingRight(a) {
|
|
472
|
-
this.
|
|
481
|
+
this.ak = a;
|
|
473
482
|
this.g("SeparatorVerticalPaddingRight");
|
|
474
483
|
}
|
|
475
484
|
get actualSeparatorVerticalPaddingRight() {
|
|
476
|
-
return this.
|
|
485
|
+
return this.x;
|
|
477
486
|
}
|
|
478
487
|
set actualSeparatorVerticalPaddingRight(a) {
|
|
479
|
-
this.
|
|
488
|
+
this.x = a;
|
|
480
489
|
this.g("ActualSeparatorVerticalPaddingRight");
|
|
481
490
|
}
|
|
482
491
|
get separatorVerticalPaddingTop() {
|
|
483
|
-
return this.
|
|
492
|
+
return this.al;
|
|
484
493
|
}
|
|
485
494
|
set separatorVerticalPaddingTop(a) {
|
|
486
|
-
this.
|
|
495
|
+
this.al = a;
|
|
487
496
|
this.g("SeparatorVerticalPaddingTop");
|
|
488
497
|
}
|
|
489
498
|
get actualSeparatorVerticalPaddingTop() {
|
|
490
|
-
return this.
|
|
499
|
+
return this.y;
|
|
491
500
|
}
|
|
492
501
|
set actualSeparatorVerticalPaddingTop(a) {
|
|
493
|
-
this.
|
|
502
|
+
this.y = a;
|
|
494
503
|
this.g("ActualSeparatorVerticalPaddingTop");
|
|
495
504
|
}
|
|
496
505
|
get separatorVerticalPaddingBottom() {
|
|
497
|
-
return this.
|
|
506
|
+
return this.ai;
|
|
498
507
|
}
|
|
499
508
|
set separatorVerticalPaddingBottom(a) {
|
|
500
|
-
this.
|
|
509
|
+
this.ai = a;
|
|
501
510
|
this.g("SeparatorVerticalPaddingBottom");
|
|
502
511
|
}
|
|
503
512
|
get actualSeparatorVerticalPaddingBottom() {
|
|
504
|
-
return this.
|
|
513
|
+
return this.v;
|
|
505
514
|
}
|
|
506
515
|
set actualSeparatorVerticalPaddingBottom(a) {
|
|
507
|
-
this.
|
|
516
|
+
this.v = a;
|
|
508
517
|
this.g("ActualSeparatorVerticalPaddingBottom");
|
|
509
518
|
}
|
|
510
519
|
get separatorHorizontalPaddingLeft() {
|
|
511
|
-
return this.
|
|
520
|
+
return this.af;
|
|
512
521
|
}
|
|
513
522
|
set separatorHorizontalPaddingLeft(a) {
|
|
514
|
-
this.
|
|
523
|
+
this.af = a;
|
|
515
524
|
this.g("SeparatorHorizontalPaddingLeft");
|
|
516
525
|
}
|
|
517
526
|
get actualSeparatorHorizontalPaddingLeft() {
|
|
518
|
-
return this.
|
|
527
|
+
return this.s;
|
|
519
528
|
}
|
|
520
529
|
set actualSeparatorHorizontalPaddingLeft(a) {
|
|
521
|
-
this.
|
|
530
|
+
this.s = a;
|
|
522
531
|
this.g("ActualSeparatorHorizontalPaddingLeft");
|
|
523
532
|
}
|
|
524
533
|
get separatorHorizontalPaddingRight() {
|
|
525
|
-
return this.
|
|
534
|
+
return this.ag;
|
|
526
535
|
}
|
|
527
536
|
set separatorHorizontalPaddingRight(a) {
|
|
528
|
-
this.
|
|
537
|
+
this.ag = a;
|
|
529
538
|
this.g("SeparatorHorizontalPaddingRight");
|
|
530
539
|
}
|
|
531
540
|
get actualSeparatorHorizontalPaddingRight() {
|
|
532
|
-
return this.
|
|
541
|
+
return this.t;
|
|
533
542
|
}
|
|
534
543
|
set actualSeparatorHorizontalPaddingRight(a) {
|
|
535
|
-
this.
|
|
544
|
+
this.t = a;
|
|
536
545
|
this.g("ActualSeparatorHorizontalPaddingRight");
|
|
537
546
|
}
|
|
538
547
|
get separatorHorizontalPaddingTop() {
|
|
539
|
-
return this.
|
|
548
|
+
return this.ah;
|
|
540
549
|
}
|
|
541
550
|
set separatorHorizontalPaddingTop(a) {
|
|
542
|
-
this.
|
|
551
|
+
this.ah = a;
|
|
543
552
|
this.g("SeparatorHorizontalPaddingTop");
|
|
544
553
|
}
|
|
545
554
|
get actualSeparatorHorizontalPaddingTop() {
|
|
546
|
-
return this.
|
|
555
|
+
return this.u;
|
|
547
556
|
}
|
|
548
557
|
set actualSeparatorHorizontalPaddingTop(a) {
|
|
549
|
-
this.
|
|
558
|
+
this.u = a;
|
|
550
559
|
this.g("ActualSeparatorHorizontalPaddingTop");
|
|
551
560
|
}
|
|
552
561
|
get separatorHorizontalPaddingBottom() {
|
|
553
|
-
return this.
|
|
562
|
+
return this.ae;
|
|
554
563
|
}
|
|
555
564
|
set separatorHorizontalPaddingBottom(a) {
|
|
556
|
-
this.
|
|
565
|
+
this.ae = a;
|
|
557
566
|
this.g("SeparatorHorizontalPaddingBottom");
|
|
558
567
|
}
|
|
559
568
|
get actualSeparatorHorizontalPaddingBottom() {
|
|
560
|
-
return this.
|
|
569
|
+
return this.r;
|
|
561
570
|
}
|
|
562
571
|
set actualSeparatorHorizontalPaddingBottom(a) {
|
|
563
|
-
this.
|
|
572
|
+
this.r = a;
|
|
564
573
|
this.g("ActualSeparatorHorizontalPaddingBottom");
|
|
565
574
|
}
|
|
566
575
|
get orientation() {
|
|
567
|
-
return this.
|
|
576
|
+
return this.cu;
|
|
568
577
|
}
|
|
569
578
|
set orientation(a) {
|
|
570
|
-
this.
|
|
579
|
+
this.cu = a;
|
|
571
580
|
this.g("Orientation");
|
|
572
581
|
}
|
|
573
582
|
get rowHeight() {
|
|
574
|
-
return this.
|
|
583
|
+
return this.bi;
|
|
575
584
|
}
|
|
576
585
|
set rowHeight(a) {
|
|
577
|
-
this.
|
|
586
|
+
this.bi = a;
|
|
578
587
|
this.g("RowHeight");
|
|
579
588
|
}
|
|
580
589
|
get highlightWidth() {
|
|
581
|
-
return this.
|
|
590
|
+
return this.ad;
|
|
582
591
|
}
|
|
583
592
|
set highlightWidth(a) {
|
|
584
|
-
this.
|
|
593
|
+
this.ad = a;
|
|
585
594
|
this.g("HighlightWidth");
|
|
586
595
|
}
|
|
587
596
|
get actualHighlightWidth() {
|
|
588
|
-
return this.
|
|
597
|
+
return this.q;
|
|
589
598
|
}
|
|
590
599
|
set actualHighlightWidth(a) {
|
|
591
|
-
this.
|
|
600
|
+
this.q = a;
|
|
592
601
|
this.g("ActualHighlightWidth");
|
|
593
602
|
}
|
|
594
603
|
get highlightRadius() {
|
|
595
|
-
return this.
|
|
604
|
+
return this.ac;
|
|
596
605
|
}
|
|
597
606
|
set highlightRadius(a) {
|
|
598
|
-
this.
|
|
607
|
+
this.ac = a;
|
|
599
608
|
this.g("HighlightRadius");
|
|
600
609
|
}
|
|
601
610
|
get actualHighlightRadius() {
|
|
602
|
-
return this.
|
|
611
|
+
return this.p;
|
|
603
612
|
}
|
|
604
613
|
set actualHighlightRadius(a) {
|
|
605
|
-
this.
|
|
614
|
+
this.p = a;
|
|
606
615
|
this.g("ActualHighlightRadius");
|
|
607
616
|
}
|
|
608
617
|
get highlightColor() {
|
|
609
|
-
return this.
|
|
618
|
+
return this.cn;
|
|
610
619
|
}
|
|
611
620
|
set highlightColor(a) {
|
|
612
|
-
this.
|
|
621
|
+
this.cn = a;
|
|
613
622
|
this.g("HighlightColor");
|
|
614
623
|
}
|
|
615
624
|
get actualHighlightColor() {
|
|
616
|
-
return this.
|
|
625
|
+
return this.bw;
|
|
617
626
|
}
|
|
618
627
|
set actualHighlightColor(a) {
|
|
619
|
-
this.
|
|
628
|
+
this.bw = a;
|
|
620
629
|
this.g("ActualHighlightColor");
|
|
621
630
|
}
|
|
622
631
|
get menuArrowStroke() {
|
|
623
|
-
return this.
|
|
632
|
+
return this.cr;
|
|
624
633
|
}
|
|
625
634
|
set menuArrowStroke(a) {
|
|
626
|
-
this.
|
|
635
|
+
this.cr = a;
|
|
627
636
|
this.g("MenuArrowStroke");
|
|
628
637
|
}
|
|
629
638
|
get actualMenuArrowStroke() {
|
|
630
|
-
return this.
|
|
639
|
+
return this.b0;
|
|
631
640
|
}
|
|
632
641
|
set actualMenuArrowStroke(a) {
|
|
633
|
-
this.
|
|
642
|
+
this.b0 = a;
|
|
634
643
|
this.g("ActualMenuArrowStroke");
|
|
635
644
|
}
|
|
636
645
|
get uncheckedBackgroundColor() {
|
|
637
|
-
return this.
|
|
646
|
+
return this.c5;
|
|
638
647
|
}
|
|
639
648
|
set uncheckedBackgroundColor(a) {
|
|
640
|
-
this.
|
|
649
|
+
this.c5 = a;
|
|
641
650
|
this.g("UncheckedBackgroundColor");
|
|
642
651
|
}
|
|
643
652
|
get actualUncheckedBackgroundColor() {
|
|
644
|
-
return this.
|
|
653
|
+
return this.b7;
|
|
645
654
|
}
|
|
646
655
|
set actualUncheckedBackgroundColor(a) {
|
|
647
|
-
this.
|
|
656
|
+
this.b7 = a;
|
|
648
657
|
this.g("ActualUncheckedBackgroundColor");
|
|
649
658
|
}
|
|
650
659
|
get checkedBackgroundColor() {
|
|
651
|
-
return this.
|
|
660
|
+
return this.ce;
|
|
652
661
|
}
|
|
653
662
|
set checkedBackgroundColor(a) {
|
|
654
|
-
this.
|
|
663
|
+
this.ce = a;
|
|
655
664
|
this.g("CheckedBackgroundColor");
|
|
656
665
|
}
|
|
657
666
|
get actualCheckedBackgroundColor() {
|
|
658
|
-
return this.
|
|
667
|
+
return this.bo;
|
|
659
668
|
}
|
|
660
669
|
set actualCheckedBackgroundColor(a) {
|
|
661
|
-
this.
|
|
670
|
+
this.bo = a;
|
|
662
671
|
this.g("ActualCheckedBackgroundColor");
|
|
663
672
|
}
|
|
664
673
|
get uncheckedBorderColor() {
|
|
665
|
-
return this.
|
|
674
|
+
return this.c6;
|
|
666
675
|
}
|
|
667
676
|
set uncheckedBorderColor(a) {
|
|
668
|
-
this.
|
|
677
|
+
this.c6 = a;
|
|
669
678
|
this.g("UncheckedBorderColor");
|
|
670
679
|
}
|
|
671
680
|
get actualUncheckedBorderColor() {
|
|
672
|
-
return this.
|
|
681
|
+
return this.b8;
|
|
673
682
|
}
|
|
674
683
|
set actualUncheckedBorderColor(a) {
|
|
675
|
-
this.
|
|
684
|
+
this.b8 = a;
|
|
676
685
|
this.g("ActualUncheckedBorderColor");
|
|
677
686
|
}
|
|
678
687
|
get checkedBorderColor() {
|
|
679
|
-
return this.
|
|
688
|
+
return this.cf;
|
|
680
689
|
}
|
|
681
690
|
set checkedBorderColor(a) {
|
|
682
|
-
this.
|
|
691
|
+
this.cf = a;
|
|
683
692
|
this.g("CheckedBorderColor");
|
|
684
693
|
}
|
|
685
694
|
get actualCheckedBorderColor() {
|
|
686
|
-
return this.
|
|
695
|
+
return this.bp;
|
|
687
696
|
}
|
|
688
697
|
set actualCheckedBorderColor(a) {
|
|
689
|
-
this.
|
|
698
|
+
this.bp = a;
|
|
690
699
|
this.g("ActualCheckedBorderColor");
|
|
691
700
|
}
|
|
692
701
|
get dropdownDelay() {
|
|
693
|
-
return this.
|
|
702
|
+
return this.bh;
|
|
694
703
|
}
|
|
695
704
|
set dropdownDelay(a) {
|
|
696
|
-
this.
|
|
705
|
+
this.bh = a;
|
|
697
706
|
this.g("DropdownDelay");
|
|
698
707
|
}
|
|
699
708
|
get actualDropdownDelay() {
|
|
700
|
-
return this.
|
|
709
|
+
return this.bf;
|
|
701
710
|
}
|
|
702
711
|
set actualDropdownDelay(a) {
|
|
703
|
-
this.
|
|
712
|
+
this.bf = a;
|
|
704
713
|
this.g("ActualDropdownDelay");
|
|
705
714
|
}
|
|
715
|
+
get scrollbarStyle() {
|
|
716
|
+
return this.cv;
|
|
717
|
+
}
|
|
718
|
+
set scrollbarStyle(a) {
|
|
719
|
+
this.cv = a;
|
|
720
|
+
this.g("ScrollbarStyle");
|
|
721
|
+
}
|
|
706
722
|
get nestedActionMode() {
|
|
707
|
-
return this.
|
|
723
|
+
return this.cs;
|
|
708
724
|
}
|
|
709
725
|
set nestedActionMode(a) {
|
|
710
|
-
this.
|
|
726
|
+
this.cs = a;
|
|
711
727
|
this.g("NestedActionMode");
|
|
712
728
|
}
|
|
713
729
|
get contentRefreshedRef() {
|
|
714
|
-
return this.
|
|
730
|
+
return this.cg;
|
|
715
731
|
}
|
|
716
732
|
set contentRefreshedRef(a) {
|
|
717
|
-
this.
|
|
733
|
+
this.cg = a;
|
|
718
734
|
this.g("ContentRefreshedRef");
|
|
719
735
|
}
|
|
720
736
|
get onCommandRef() {
|
|
721
|
-
return this.
|
|
737
|
+
return this.ct;
|
|
722
738
|
}
|
|
723
739
|
set onCommandRef(a) {
|
|
724
|
-
this.
|
|
740
|
+
this.ct = a;
|
|
725
741
|
this.g("OnCommandRef");
|
|
726
742
|
}
|
|
727
743
|
}
|