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
|
@@ -13,304 +13,304 @@ export let ToolActionButtonPairDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionButtonPairDescription extends ToolActionDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.ey = null;
|
|
22
|
-
this.dx = false;
|
|
23
|
-
this.ez = null;
|
|
24
|
-
this.ea = 0;
|
|
25
|
-
this.eb = 0;
|
|
26
|
-
this.ec = 0;
|
|
27
|
-
this.d9 = 0;
|
|
28
|
-
this.e0 = null;
|
|
29
|
-
this.et = null;
|
|
30
|
-
this.dp = null;
|
|
16
|
+
this.d3 = false;
|
|
17
|
+
this.d5 = false;
|
|
18
|
+
this.d2 = false;
|
|
19
|
+
this.d4 = false;
|
|
20
|
+
this.e5 = null;
|
|
31
21
|
this.e2 = null;
|
|
32
|
-
this.
|
|
33
|
-
this.dq = null;
|
|
34
|
-
this.d8 = 0;
|
|
22
|
+
this.d1 = false;
|
|
35
23
|
this.e3 = null;
|
|
36
|
-
this.
|
|
37
|
-
this.e4 = null;
|
|
38
|
-
this.e5 = null;
|
|
24
|
+
this.ee = 0;
|
|
39
25
|
this.ef = 0;
|
|
40
26
|
this.eg = 0;
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
27
|
+
this.ed = 0;
|
|
28
|
+
this.e4 = null;
|
|
29
|
+
this.ex = null;
|
|
30
|
+
this.dt = null;
|
|
43
31
|
this.e6 = null;
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
32
|
+
this.ey = null;
|
|
33
|
+
this.du = null;
|
|
34
|
+
this.ec = 0;
|
|
35
|
+
this.e7 = null;
|
|
36
|
+
this.fb = null;
|
|
46
37
|
this.e8 = null;
|
|
47
|
-
this.ew = null;
|
|
48
|
-
this.ds = null;
|
|
49
|
-
this.ed = 0;
|
|
50
38
|
this.e9 = null;
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
39
|
+
this.ej = 0;
|
|
40
|
+
this.ek = 0;
|
|
41
|
+
this.el = 0;
|
|
42
|
+
this.ei = 0;
|
|
43
|
+
this.fa = null;
|
|
44
|
+
this.ez = null;
|
|
45
|
+
this.dv = null;
|
|
46
|
+
this.fc = null;
|
|
47
|
+
this.e0 = null;
|
|
48
|
+
this.dw = null;
|
|
49
|
+
this.eh = 0;
|
|
50
|
+
this.fd = null;
|
|
51
|
+
this.e1 = null;
|
|
52
|
+
this.eb = 0;
|
|
53
53
|
}
|
|
54
54
|
get_type() {
|
|
55
55
|
return "ToolActionButtonPair";
|
|
56
56
|
}
|
|
57
57
|
get leftIsSelected() {
|
|
58
|
-
return this.
|
|
58
|
+
return this.d3;
|
|
59
59
|
}
|
|
60
60
|
set leftIsSelected(a) {
|
|
61
|
-
this.
|
|
61
|
+
this.d3 = a;
|
|
62
62
|
this.g("LeftIsSelected");
|
|
63
63
|
}
|
|
64
64
|
get rightIsSelected() {
|
|
65
|
-
return this.
|
|
65
|
+
return this.d5;
|
|
66
66
|
}
|
|
67
67
|
set rightIsSelected(a) {
|
|
68
|
-
this.
|
|
68
|
+
this.d5 = a;
|
|
69
69
|
this.g("RightIsSelected");
|
|
70
70
|
}
|
|
71
71
|
get leftIsDisabled() {
|
|
72
|
-
return this.
|
|
72
|
+
return this.d2;
|
|
73
73
|
}
|
|
74
74
|
set leftIsDisabled(a) {
|
|
75
|
-
this.
|
|
75
|
+
this.d2 = a;
|
|
76
76
|
this.g("LeftIsDisabled");
|
|
77
77
|
}
|
|
78
78
|
get rightIsDisabled() {
|
|
79
|
-
return this.
|
|
79
|
+
return this.d4;
|
|
80
80
|
}
|
|
81
81
|
set rightIsDisabled(a) {
|
|
82
|
-
this.
|
|
82
|
+
this.d4 = a;
|
|
83
83
|
this.g("RightIsDisabled");
|
|
84
84
|
}
|
|
85
85
|
get leftIconName() {
|
|
86
|
-
return this.
|
|
86
|
+
return this.e5;
|
|
87
87
|
}
|
|
88
88
|
set leftIconName(a) {
|
|
89
|
-
this.
|
|
89
|
+
this.e5 = a;
|
|
90
90
|
this.g("LeftIconName");
|
|
91
91
|
}
|
|
92
92
|
get leftCommandArgument() {
|
|
93
|
-
return this.
|
|
93
|
+
return this.e2;
|
|
94
94
|
}
|
|
95
95
|
set leftCommandArgument(a) {
|
|
96
|
-
this.
|
|
96
|
+
this.e2 = a;
|
|
97
97
|
this.g("LeftCommandArgument");
|
|
98
98
|
}
|
|
99
99
|
get isToggleDisabled() {
|
|
100
|
-
return this.
|
|
100
|
+
return this.d1;
|
|
101
101
|
}
|
|
102
102
|
set isToggleDisabled(a) {
|
|
103
|
-
this.
|
|
103
|
+
this.d1 = a;
|
|
104
104
|
this.g("IsToggleDisabled");
|
|
105
105
|
}
|
|
106
106
|
get leftIconCollectionName() {
|
|
107
|
-
return this.
|
|
107
|
+
return this.e3;
|
|
108
108
|
}
|
|
109
109
|
set leftIconCollectionName(a) {
|
|
110
|
-
this.
|
|
110
|
+
this.e3 = a;
|
|
111
111
|
this.g("LeftIconCollectionName");
|
|
112
112
|
}
|
|
113
113
|
get leftIconViewBoxLeft() {
|
|
114
|
-
return this.
|
|
114
|
+
return this.ee;
|
|
115
115
|
}
|
|
116
116
|
set leftIconViewBoxLeft(a) {
|
|
117
|
-
this.
|
|
117
|
+
this.ee = a;
|
|
118
118
|
this.g("LeftIconViewBoxLeft");
|
|
119
119
|
}
|
|
120
120
|
get leftIconViewBoxTop() {
|
|
121
|
-
return this.
|
|
121
|
+
return this.ef;
|
|
122
122
|
}
|
|
123
123
|
set leftIconViewBoxTop(a) {
|
|
124
|
-
this.
|
|
124
|
+
this.ef = a;
|
|
125
125
|
this.g("LeftIconViewBoxTop");
|
|
126
126
|
}
|
|
127
127
|
get leftIconViewBoxWidth() {
|
|
128
|
-
return this.
|
|
128
|
+
return this.eg;
|
|
129
129
|
}
|
|
130
130
|
set leftIconViewBoxWidth(a) {
|
|
131
|
-
this.
|
|
131
|
+
this.eg = a;
|
|
132
132
|
this.g("LeftIconViewBoxWidth");
|
|
133
133
|
}
|
|
134
134
|
get leftIconViewBoxHeight() {
|
|
135
|
-
return this.
|
|
135
|
+
return this.ed;
|
|
136
136
|
}
|
|
137
137
|
set leftIconViewBoxHeight(a) {
|
|
138
|
-
this.
|
|
138
|
+
this.ed = a;
|
|
139
139
|
this.g("LeftIconViewBoxHeight");
|
|
140
140
|
}
|
|
141
141
|
get leftIconFill() {
|
|
142
|
-
return this.
|
|
142
|
+
return this.e4;
|
|
143
143
|
}
|
|
144
144
|
set leftIconFill(a) {
|
|
145
|
-
this.
|
|
145
|
+
this.e4 = a;
|
|
146
146
|
this.g("LeftIconFill");
|
|
147
147
|
}
|
|
148
148
|
get actualLeftIconFill() {
|
|
149
|
-
return this.
|
|
149
|
+
return this.ex;
|
|
150
150
|
}
|
|
151
151
|
set actualLeftIconFill(a) {
|
|
152
|
-
this.
|
|
152
|
+
this.ex = a;
|
|
153
153
|
this.g("ActualLeftIconFill");
|
|
154
154
|
}
|
|
155
155
|
get leftIconFillColors() {
|
|
156
|
-
return this.
|
|
156
|
+
return this.dt;
|
|
157
157
|
}
|
|
158
158
|
set leftIconFillColors(a) {
|
|
159
|
-
this.
|
|
159
|
+
this.dt = a;
|
|
160
160
|
this.g("LeftIconFillColors");
|
|
161
161
|
}
|
|
162
162
|
get leftIconStroke() {
|
|
163
|
-
return this.
|
|
163
|
+
return this.e6;
|
|
164
164
|
}
|
|
165
165
|
set leftIconStroke(a) {
|
|
166
|
-
this.
|
|
166
|
+
this.e6 = a;
|
|
167
167
|
this.g("LeftIconStroke");
|
|
168
168
|
}
|
|
169
169
|
get actualLeftIconStroke() {
|
|
170
|
-
return this.
|
|
170
|
+
return this.ey;
|
|
171
171
|
}
|
|
172
172
|
set actualLeftIconStroke(a) {
|
|
173
|
-
this.
|
|
173
|
+
this.ey = a;
|
|
174
174
|
this.g("ActualLeftIconStroke");
|
|
175
175
|
}
|
|
176
176
|
get leftIconStrokeColors() {
|
|
177
|
-
return this.
|
|
177
|
+
return this.du;
|
|
178
178
|
}
|
|
179
179
|
set leftIconStrokeColors(a) {
|
|
180
|
-
this.
|
|
180
|
+
this.du = a;
|
|
181
181
|
this.g("LeftIconStrokeColors");
|
|
182
182
|
}
|
|
183
183
|
get leftIconStrokeWidth() {
|
|
184
|
-
return this.
|
|
184
|
+
return this.ec;
|
|
185
185
|
}
|
|
186
186
|
set leftIconStrokeWidth(a) {
|
|
187
|
-
this.
|
|
187
|
+
this.ec = a;
|
|
188
188
|
this.g("LeftIconStrokeWidth");
|
|
189
189
|
}
|
|
190
190
|
get leftTitle() {
|
|
191
|
-
return this.
|
|
191
|
+
return this.e7;
|
|
192
192
|
}
|
|
193
193
|
set leftTitle(a) {
|
|
194
|
-
this.
|
|
194
|
+
this.e7 = a;
|
|
195
195
|
this.g("LeftTitle");
|
|
196
196
|
}
|
|
197
197
|
get rightIconName() {
|
|
198
|
-
return this.
|
|
198
|
+
return this.fb;
|
|
199
199
|
}
|
|
200
200
|
set rightIconName(a) {
|
|
201
|
-
this.
|
|
201
|
+
this.fb = a;
|
|
202
202
|
this.g("RightIconName");
|
|
203
203
|
}
|
|
204
204
|
get rightCommandArgument() {
|
|
205
|
-
return this.
|
|
205
|
+
return this.e8;
|
|
206
206
|
}
|
|
207
207
|
set rightCommandArgument(a) {
|
|
208
|
-
this.
|
|
208
|
+
this.e8 = a;
|
|
209
209
|
this.g("RightCommandArgument");
|
|
210
210
|
}
|
|
211
211
|
get rightIconCollectionName() {
|
|
212
|
-
return this.
|
|
212
|
+
return this.e9;
|
|
213
213
|
}
|
|
214
214
|
set rightIconCollectionName(a) {
|
|
215
|
-
this.
|
|
215
|
+
this.e9 = a;
|
|
216
216
|
this.g("RightIconCollectionName");
|
|
217
217
|
}
|
|
218
218
|
get rightIconViewBoxLeft() {
|
|
219
|
-
return this.
|
|
219
|
+
return this.ej;
|
|
220
220
|
}
|
|
221
221
|
set rightIconViewBoxLeft(a) {
|
|
222
|
-
this.
|
|
222
|
+
this.ej = a;
|
|
223
223
|
this.g("RightIconViewBoxLeft");
|
|
224
224
|
}
|
|
225
225
|
get rightIconViewBoxTop() {
|
|
226
|
-
return this.
|
|
226
|
+
return this.ek;
|
|
227
227
|
}
|
|
228
228
|
set rightIconViewBoxTop(a) {
|
|
229
|
-
this.
|
|
229
|
+
this.ek = a;
|
|
230
230
|
this.g("RightIconViewBoxTop");
|
|
231
231
|
}
|
|
232
232
|
get rightIconViewBoxWidth() {
|
|
233
|
-
return this.
|
|
233
|
+
return this.el;
|
|
234
234
|
}
|
|
235
235
|
set rightIconViewBoxWidth(a) {
|
|
236
|
-
this.
|
|
236
|
+
this.el = a;
|
|
237
237
|
this.g("RightIconViewBoxWidth");
|
|
238
238
|
}
|
|
239
239
|
get rightIconViewBoxHeight() {
|
|
240
|
-
return this.
|
|
240
|
+
return this.ei;
|
|
241
241
|
}
|
|
242
242
|
set rightIconViewBoxHeight(a) {
|
|
243
|
-
this.
|
|
243
|
+
this.ei = a;
|
|
244
244
|
this.g("RightIconViewBoxHeight");
|
|
245
245
|
}
|
|
246
246
|
get rightIconFill() {
|
|
247
|
-
return this.
|
|
247
|
+
return this.fa;
|
|
248
248
|
}
|
|
249
249
|
set rightIconFill(a) {
|
|
250
|
-
this.
|
|
250
|
+
this.fa = a;
|
|
251
251
|
this.g("RightIconFill");
|
|
252
252
|
}
|
|
253
253
|
get actualRightIconFill() {
|
|
254
|
-
return this.
|
|
254
|
+
return this.ez;
|
|
255
255
|
}
|
|
256
256
|
set actualRightIconFill(a) {
|
|
257
|
-
this.
|
|
257
|
+
this.ez = a;
|
|
258
258
|
this.g("ActualRightIconFill");
|
|
259
259
|
}
|
|
260
260
|
get rightIconFillColors() {
|
|
261
|
-
return this.
|
|
261
|
+
return this.dv;
|
|
262
262
|
}
|
|
263
263
|
set rightIconFillColors(a) {
|
|
264
|
-
this.
|
|
264
|
+
this.dv = a;
|
|
265
265
|
this.g("RightIconFillColors");
|
|
266
266
|
}
|
|
267
267
|
get rightIconStroke() {
|
|
268
|
-
return this.
|
|
268
|
+
return this.fc;
|
|
269
269
|
}
|
|
270
270
|
set rightIconStroke(a) {
|
|
271
|
-
this.
|
|
271
|
+
this.fc = a;
|
|
272
272
|
this.g("RightIconStroke");
|
|
273
273
|
}
|
|
274
274
|
get actualRightIconStroke() {
|
|
275
|
-
return this.
|
|
275
|
+
return this.e0;
|
|
276
276
|
}
|
|
277
277
|
set actualRightIconStroke(a) {
|
|
278
|
-
this.
|
|
278
|
+
this.e0 = a;
|
|
279
279
|
this.g("ActualRightIconStroke");
|
|
280
280
|
}
|
|
281
281
|
get rightIconStrokeColors() {
|
|
282
|
-
return this.
|
|
282
|
+
return this.dw;
|
|
283
283
|
}
|
|
284
284
|
set rightIconStrokeColors(a) {
|
|
285
|
-
this.
|
|
285
|
+
this.dw = a;
|
|
286
286
|
this.g("RightIconStrokeColors");
|
|
287
287
|
}
|
|
288
288
|
get rightIconStrokeWidth() {
|
|
289
|
-
return this.
|
|
289
|
+
return this.eh;
|
|
290
290
|
}
|
|
291
291
|
set rightIconStrokeWidth(a) {
|
|
292
|
-
this.
|
|
292
|
+
this.eh = a;
|
|
293
293
|
this.g("RightIconStrokeWidth");
|
|
294
294
|
}
|
|
295
295
|
get rightTitle() {
|
|
296
|
-
return this.
|
|
296
|
+
return this.fd;
|
|
297
297
|
}
|
|
298
298
|
set rightTitle(a) {
|
|
299
|
-
this.
|
|
299
|
+
this.fd = a;
|
|
300
300
|
this.g("RightTitle");
|
|
301
301
|
}
|
|
302
302
|
get displayType() {
|
|
303
|
-
return this.
|
|
303
|
+
return this.e1;
|
|
304
304
|
}
|
|
305
305
|
set displayType(a) {
|
|
306
|
-
this.
|
|
306
|
+
this.e1 = a;
|
|
307
307
|
this.g("DisplayType");
|
|
308
308
|
}
|
|
309
309
|
get cornerRadius() {
|
|
310
|
-
return this.
|
|
310
|
+
return this.eb;
|
|
311
311
|
}
|
|
312
312
|
set cornerRadius(a) {
|
|
313
|
-
this.
|
|
313
|
+
this.eb = a;
|
|
314
314
|
this.g("CornerRadius");
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -13,144 +13,144 @@ export let ToolActionButtonPairInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionButtonPairInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.bz = null;
|
|
17
|
-
this.bw = null;
|
|
18
|
-
this.by = null;
|
|
19
|
-
this.bx = null;
|
|
20
|
-
this.bd = false;
|
|
21
|
-
this.bg = 0;
|
|
22
|
-
this.bh = 0;
|
|
23
|
-
this.bi = 0;
|
|
24
|
-
this.bf = 0;
|
|
25
16
|
this.b3 = null;
|
|
26
17
|
this.b0 = null;
|
|
27
18
|
this.b2 = null;
|
|
28
19
|
this.b1 = null;
|
|
20
|
+
this.bh = false;
|
|
29
21
|
this.bk = 0;
|
|
30
22
|
this.bl = 0;
|
|
31
23
|
this.bm = 0;
|
|
32
24
|
this.bj = 0;
|
|
25
|
+
this.b7 = null;
|
|
26
|
+
this.b4 = null;
|
|
27
|
+
this.b6 = null;
|
|
28
|
+
this.b5 = null;
|
|
29
|
+
this.bo = 0;
|
|
30
|
+
this.bp = 0;
|
|
31
|
+
this.bq = 0;
|
|
32
|
+
this.bn = 0;
|
|
33
33
|
}
|
|
34
34
|
get_type() {
|
|
35
35
|
return "ToolActionButtonPairInfo";
|
|
36
36
|
}
|
|
37
37
|
get leftTitle() {
|
|
38
|
-
return this.
|
|
38
|
+
return this.b3;
|
|
39
39
|
}
|
|
40
40
|
set leftTitle(a) {
|
|
41
|
-
this.
|
|
41
|
+
this.b3 = a;
|
|
42
42
|
this.g("LeftTitle");
|
|
43
43
|
}
|
|
44
44
|
get leftCommandArgument() {
|
|
45
|
-
return this.
|
|
45
|
+
return this.b0;
|
|
46
46
|
}
|
|
47
47
|
set leftCommandArgument(a) {
|
|
48
|
-
this.
|
|
48
|
+
this.b0 = a;
|
|
49
49
|
this.g("LeftCommandArgument");
|
|
50
50
|
}
|
|
51
51
|
get leftIconName() {
|
|
52
|
-
return this.
|
|
52
|
+
return this.b2;
|
|
53
53
|
}
|
|
54
54
|
set leftIconName(a) {
|
|
55
|
-
this.
|
|
55
|
+
this.b2 = a;
|
|
56
56
|
this.g("LeftIconName");
|
|
57
57
|
}
|
|
58
58
|
get leftIconCollectionName() {
|
|
59
|
-
return this.
|
|
59
|
+
return this.b1;
|
|
60
60
|
}
|
|
61
61
|
set leftIconCollectionName(a) {
|
|
62
|
-
this.
|
|
62
|
+
this.b1 = a;
|
|
63
63
|
this.g("LeftIconCollectionName");
|
|
64
64
|
}
|
|
65
65
|
get isToggleDisabled() {
|
|
66
|
-
return this.
|
|
66
|
+
return this.bh;
|
|
67
67
|
}
|
|
68
68
|
set isToggleDisabled(a) {
|
|
69
|
-
this.
|
|
69
|
+
this.bh = a;
|
|
70
70
|
this.g("IsToggleDisabled");
|
|
71
71
|
}
|
|
72
72
|
get leftIconViewBoxLeft() {
|
|
73
|
-
return this.
|
|
73
|
+
return this.bk;
|
|
74
74
|
}
|
|
75
75
|
set leftIconViewBoxLeft(a) {
|
|
76
|
-
this.
|
|
76
|
+
this.bk = a;
|
|
77
77
|
this.g("LeftIconViewBoxLeft");
|
|
78
78
|
}
|
|
79
79
|
get leftIconViewBoxTop() {
|
|
80
|
-
return this.
|
|
80
|
+
return this.bl;
|
|
81
81
|
}
|
|
82
82
|
set leftIconViewBoxTop(a) {
|
|
83
|
-
this.
|
|
83
|
+
this.bl = a;
|
|
84
84
|
this.g("LeftIconViewBoxTop");
|
|
85
85
|
}
|
|
86
86
|
get leftIconViewBoxWidth() {
|
|
87
|
-
return this.
|
|
87
|
+
return this.bm;
|
|
88
88
|
}
|
|
89
89
|
set leftIconViewBoxWidth(a) {
|
|
90
|
-
this.
|
|
90
|
+
this.bm = a;
|
|
91
91
|
this.g("LeftIconViewBoxWidth");
|
|
92
92
|
}
|
|
93
93
|
get leftIconViewBoxHeight() {
|
|
94
|
-
return this.
|
|
94
|
+
return this.bj;
|
|
95
95
|
}
|
|
96
96
|
set leftIconViewBoxHeight(a) {
|
|
97
|
-
this.
|
|
97
|
+
this.bj = a;
|
|
98
98
|
this.g("LeftIconViewBoxHeight");
|
|
99
99
|
}
|
|
100
100
|
get rightTitle() {
|
|
101
|
-
return this.
|
|
101
|
+
return this.b7;
|
|
102
102
|
}
|
|
103
103
|
set rightTitle(a) {
|
|
104
|
-
this.
|
|
104
|
+
this.b7 = a;
|
|
105
105
|
this.g("RightTitle");
|
|
106
106
|
}
|
|
107
107
|
get rightCommandArgument() {
|
|
108
|
-
return this.
|
|
108
|
+
return this.b4;
|
|
109
109
|
}
|
|
110
110
|
set rightCommandArgument(a) {
|
|
111
|
-
this.
|
|
111
|
+
this.b4 = a;
|
|
112
112
|
this.g("RightCommandArgument");
|
|
113
113
|
}
|
|
114
114
|
get rightIconName() {
|
|
115
|
-
return this.
|
|
115
|
+
return this.b6;
|
|
116
116
|
}
|
|
117
117
|
set rightIconName(a) {
|
|
118
|
-
this.
|
|
118
|
+
this.b6 = a;
|
|
119
119
|
this.g("RightIconName");
|
|
120
120
|
}
|
|
121
121
|
get rightIconCollectionName() {
|
|
122
|
-
return this.
|
|
122
|
+
return this.b5;
|
|
123
123
|
}
|
|
124
124
|
set rightIconCollectionName(a) {
|
|
125
|
-
this.
|
|
125
|
+
this.b5 = a;
|
|
126
126
|
this.g("RightIconCollectionName");
|
|
127
127
|
}
|
|
128
128
|
get rightIconViewBoxLeft() {
|
|
129
|
-
return this.
|
|
129
|
+
return this.bo;
|
|
130
130
|
}
|
|
131
131
|
set rightIconViewBoxLeft(a) {
|
|
132
|
-
this.
|
|
132
|
+
this.bo = a;
|
|
133
133
|
this.g("RightIconViewBoxLeft");
|
|
134
134
|
}
|
|
135
135
|
get rightIconViewBoxTop() {
|
|
136
|
-
return this.
|
|
136
|
+
return this.bp;
|
|
137
137
|
}
|
|
138
138
|
set rightIconViewBoxTop(a) {
|
|
139
|
-
this.
|
|
139
|
+
this.bp = a;
|
|
140
140
|
this.g("RightIconViewBoxTop");
|
|
141
141
|
}
|
|
142
142
|
get rightIconViewBoxWidth() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.bq;
|
|
144
144
|
}
|
|
145
145
|
set rightIconViewBoxWidth(a) {
|
|
146
|
-
this.
|
|
146
|
+
this.bq = a;
|
|
147
147
|
this.g("RightIconViewBoxWidth");
|
|
148
148
|
}
|
|
149
149
|
get rightIconViewBoxHeight() {
|
|
150
|
-
return this.
|
|
150
|
+
return this.bn;
|
|
151
151
|
}
|
|
152
152
|
set rightIconViewBoxHeight(a) {
|
|
153
|
-
this.
|
|
153
|
+
this.bn = a;
|
|
154
154
|
this.g("RightIconViewBoxHeight");
|
|
155
155
|
}
|
|
156
156
|
}
|