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
|
@@ -9,10 +9,10 @@ export declare class ToolActionSeparatorInfoDescription extends ToolActionInfoDe
|
|
|
9
9
|
private static __marshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private bj;
|
|
13
13
|
get size(): number;
|
|
14
14
|
set size(a: number);
|
|
15
|
-
private
|
|
15
|
+
private bh;
|
|
16
16
|
get isGroupHeaderSeparator(): boolean;
|
|
17
17
|
set isGroupHeaderSeparator(a: boolean);
|
|
18
18
|
}
|
|
@@ -18,259 +18,265 @@ export declare class ToolPanelDescription extends Description {
|
|
|
18
18
|
private k;
|
|
19
19
|
get showTooltipOnHover(): boolean;
|
|
20
20
|
set showTooltipOnHover(a: boolean);
|
|
21
|
-
private
|
|
21
|
+
private bg;
|
|
22
22
|
get dropdownClickBuffer(): number;
|
|
23
23
|
set dropdownClickBuffer(a: number);
|
|
24
|
-
private
|
|
24
|
+
private l;
|
|
25
|
+
get stopPropagation(): boolean;
|
|
26
|
+
set stopPropagation(a: boolean);
|
|
27
|
+
private cb;
|
|
25
28
|
get cellFontFamily(): string;
|
|
26
29
|
set cellFontFamily(a: string);
|
|
27
|
-
private
|
|
30
|
+
private ab;
|
|
28
31
|
get cellFontSize(): number;
|
|
29
32
|
set cellFontSize(a: number);
|
|
30
|
-
private
|
|
33
|
+
private cc;
|
|
31
34
|
get cellFontStyle(): string;
|
|
32
35
|
set cellFontStyle(a: string);
|
|
33
|
-
private
|
|
36
|
+
private cd;
|
|
34
37
|
get cellFontWeight(): string;
|
|
35
38
|
set cellFontWeight(a: string);
|
|
36
|
-
private
|
|
39
|
+
private cy;
|
|
37
40
|
get subtitleFontFamily(): string;
|
|
38
41
|
set subtitleFontFamily(a: string);
|
|
39
|
-
private
|
|
42
|
+
private am;
|
|
40
43
|
get subtitleFontSize(): number;
|
|
41
44
|
set subtitleFontSize(a: number);
|
|
42
|
-
private
|
|
45
|
+
private cz;
|
|
43
46
|
get subtitleFontStyle(): string;
|
|
44
47
|
set subtitleFontStyle(a: string);
|
|
45
|
-
private
|
|
48
|
+
private c0;
|
|
46
49
|
get subtitleFontWeight(): string;
|
|
47
50
|
set subtitleFontWeight(a: string);
|
|
48
|
-
private
|
|
51
|
+
private ca;
|
|
49
52
|
get baseTheme(): string;
|
|
50
53
|
set baseTheme(a: string);
|
|
51
|
-
private
|
|
54
|
+
private ch;
|
|
52
55
|
get density(): string;
|
|
53
56
|
set density(a: string);
|
|
54
|
-
private
|
|
57
|
+
private bq;
|
|
55
58
|
get actualDensity(): string;
|
|
56
59
|
set actualDensity(a: string);
|
|
57
|
-
private
|
|
60
|
+
private b9;
|
|
58
61
|
get backgroundColor(): string;
|
|
59
62
|
set backgroundColor(a: string);
|
|
60
|
-
private
|
|
63
|
+
private bn;
|
|
61
64
|
get actualBackgroundColor(): string;
|
|
62
65
|
set actualBackgroundColor(a: string);
|
|
63
|
-
private
|
|
66
|
+
private cx;
|
|
64
67
|
get submenuBackgroundColor(): string;
|
|
65
68
|
set submenuBackgroundColor(a: string);
|
|
66
|
-
private
|
|
69
|
+
private b2;
|
|
67
70
|
get actualSubmenuBackgroundColor(): string;
|
|
68
71
|
set actualSubmenuBackgroundColor(a: string);
|
|
69
|
-
private
|
|
72
|
+
private cj;
|
|
70
73
|
get groupHeaderBackgroundColor(): string;
|
|
71
74
|
set groupHeaderBackgroundColor(a: string);
|
|
72
|
-
private
|
|
75
|
+
private bs;
|
|
73
76
|
get actualGroupHeaderBackgroundColor(): string;
|
|
74
77
|
set actualGroupHeaderBackgroundColor(a: string);
|
|
75
|
-
private
|
|
78
|
+
private cw;
|
|
76
79
|
get separatorBackgroundColor(): string;
|
|
77
80
|
set separatorBackgroundColor(a: string);
|
|
78
|
-
private
|
|
81
|
+
private b1;
|
|
79
82
|
get actualSeparatorBackgroundColor(): string;
|
|
80
83
|
set actualSeparatorBackgroundColor(a: string);
|
|
81
|
-
private
|
|
84
|
+
private ck;
|
|
82
85
|
get groupHeaderSeparatorBackgroundColor(): string;
|
|
83
86
|
set groupHeaderSeparatorBackgroundColor(a: string);
|
|
84
|
-
private
|
|
87
|
+
private bt;
|
|
85
88
|
get actualGroupHeaderSeparatorBackgroundColor(): string;
|
|
86
89
|
set actualGroupHeaderSeparatorBackgroundColor(a: string);
|
|
87
|
-
private
|
|
90
|
+
private co;
|
|
88
91
|
get hoverBackgroundColor(): string;
|
|
89
92
|
set hoverBackgroundColor(a: string);
|
|
90
|
-
private
|
|
93
|
+
private bx;
|
|
91
94
|
get actualHoverBackgroundColor(): string;
|
|
92
95
|
set actualHoverBackgroundColor(a: string);
|
|
93
|
-
private
|
|
96
|
+
private c2;
|
|
94
97
|
get textColor(): string;
|
|
95
98
|
set textColor(a: string);
|
|
96
|
-
private
|
|
99
|
+
private b4;
|
|
97
100
|
get actualTextColor(): string;
|
|
98
101
|
set actualTextColor(a: string);
|
|
99
|
-
private
|
|
102
|
+
private b3;
|
|
100
103
|
get actualSubtitleTextColor(): string;
|
|
101
104
|
set actualSubtitleTextColor(a: string);
|
|
102
|
-
private
|
|
105
|
+
private c1;
|
|
103
106
|
get subtitleTextColor(): string;
|
|
104
107
|
set subtitleTextColor(a: string);
|
|
105
|
-
private
|
|
108
|
+
private ci;
|
|
106
109
|
get disabledTextColor(): string;
|
|
107
110
|
set disabledTextColor(a: string);
|
|
108
|
-
private
|
|
111
|
+
private br;
|
|
109
112
|
get actualDisabledTextColor(): string;
|
|
110
113
|
set actualDisabledTextColor(a: string);
|
|
111
|
-
private
|
|
114
|
+
private cm;
|
|
112
115
|
get groupHeaderTextColor(): string;
|
|
113
116
|
set groupHeaderTextColor(a: string);
|
|
114
|
-
private
|
|
117
|
+
private bv;
|
|
115
118
|
get actualGroupHeaderTextColor(): string;
|
|
116
119
|
set actualGroupHeaderTextColor(a: string);
|
|
117
|
-
private
|
|
120
|
+
private cl;
|
|
118
121
|
get groupHeaderSubtitleTextColor(): string;
|
|
119
122
|
set groupHeaderSubtitleTextColor(a: string);
|
|
120
|
-
private
|
|
123
|
+
private bu;
|
|
121
124
|
get actualGroupHeaderSubtitleTextColor(): string;
|
|
122
125
|
set actualGroupHeaderSubtitleTextColor(a: string);
|
|
123
|
-
private
|
|
126
|
+
private c4;
|
|
124
127
|
get toolTipTextColor(): string;
|
|
125
128
|
set toolTipTextColor(a: string);
|
|
126
|
-
private
|
|
129
|
+
private b6;
|
|
127
130
|
get actualToolTipTextColor(): string;
|
|
128
131
|
set actualToolTipTextColor(a: string);
|
|
129
|
-
private
|
|
132
|
+
private c3;
|
|
130
133
|
get toolTipBackgroundColor(): string;
|
|
131
134
|
set toolTipBackgroundColor(a: string);
|
|
132
|
-
private
|
|
135
|
+
private b5;
|
|
133
136
|
get actualToolTipBackgroundColor(): string;
|
|
134
137
|
set actualToolTipBackgroundColor(a: string);
|
|
135
|
-
private
|
|
138
|
+
private an;
|
|
136
139
|
get toolTipCornerRadius(): number;
|
|
137
140
|
set toolTipCornerRadius(a: number);
|
|
138
|
-
private
|
|
141
|
+
private z;
|
|
139
142
|
get actualToolTipCornerRadius(): number;
|
|
140
143
|
set actualToolTipCornerRadius(a: number);
|
|
141
|
-
private
|
|
144
|
+
private ao;
|
|
142
145
|
get toolTipElevation(): number;
|
|
143
146
|
set toolTipElevation(a: number);
|
|
144
|
-
private
|
|
147
|
+
private aa;
|
|
145
148
|
get actualToolTipElevation(): number;
|
|
146
149
|
set actualToolTipElevation(a: number);
|
|
147
|
-
private
|
|
150
|
+
private cp;
|
|
148
151
|
get iconFill(): string;
|
|
149
152
|
set iconFill(a: string);
|
|
150
|
-
private
|
|
153
|
+
private by;
|
|
151
154
|
get actualIconFill(): string;
|
|
152
155
|
set actualIconFill(a: string);
|
|
153
|
-
private
|
|
156
|
+
private cq;
|
|
154
157
|
get iconStroke(): string;
|
|
155
158
|
set iconStroke(a: string);
|
|
156
|
-
private
|
|
159
|
+
private bz;
|
|
157
160
|
get actualIconStroke(): string;
|
|
158
161
|
set actualIconStroke(a: string);
|
|
159
|
-
private
|
|
162
|
+
private aj;
|
|
160
163
|
get separatorVerticalPaddingLeft(): number;
|
|
161
164
|
set separatorVerticalPaddingLeft(a: number);
|
|
162
|
-
private
|
|
165
|
+
private w;
|
|
163
166
|
get actualSeparatorVerticalPaddingLeft(): number;
|
|
164
167
|
set actualSeparatorVerticalPaddingLeft(a: number);
|
|
165
|
-
private
|
|
168
|
+
private ak;
|
|
166
169
|
get separatorVerticalPaddingRight(): number;
|
|
167
170
|
set separatorVerticalPaddingRight(a: number);
|
|
168
|
-
private
|
|
171
|
+
private x;
|
|
169
172
|
get actualSeparatorVerticalPaddingRight(): number;
|
|
170
173
|
set actualSeparatorVerticalPaddingRight(a: number);
|
|
171
|
-
private
|
|
174
|
+
private al;
|
|
172
175
|
get separatorVerticalPaddingTop(): number;
|
|
173
176
|
set separatorVerticalPaddingTop(a: number);
|
|
174
|
-
private
|
|
177
|
+
private y;
|
|
175
178
|
get actualSeparatorVerticalPaddingTop(): number;
|
|
176
179
|
set actualSeparatorVerticalPaddingTop(a: number);
|
|
177
|
-
private
|
|
180
|
+
private ai;
|
|
178
181
|
get separatorVerticalPaddingBottom(): number;
|
|
179
182
|
set separatorVerticalPaddingBottom(a: number);
|
|
180
|
-
private
|
|
183
|
+
private v;
|
|
181
184
|
get actualSeparatorVerticalPaddingBottom(): number;
|
|
182
185
|
set actualSeparatorVerticalPaddingBottom(a: number);
|
|
183
|
-
private
|
|
186
|
+
private af;
|
|
184
187
|
get separatorHorizontalPaddingLeft(): number;
|
|
185
188
|
set separatorHorizontalPaddingLeft(a: number);
|
|
186
|
-
private
|
|
189
|
+
private s;
|
|
187
190
|
get actualSeparatorHorizontalPaddingLeft(): number;
|
|
188
191
|
set actualSeparatorHorizontalPaddingLeft(a: number);
|
|
189
|
-
private
|
|
192
|
+
private ag;
|
|
190
193
|
get separatorHorizontalPaddingRight(): number;
|
|
191
194
|
set separatorHorizontalPaddingRight(a: number);
|
|
192
|
-
private
|
|
195
|
+
private t;
|
|
193
196
|
get actualSeparatorHorizontalPaddingRight(): number;
|
|
194
197
|
set actualSeparatorHorizontalPaddingRight(a: number);
|
|
195
|
-
private
|
|
198
|
+
private ah;
|
|
196
199
|
get separatorHorizontalPaddingTop(): number;
|
|
197
200
|
set separatorHorizontalPaddingTop(a: number);
|
|
198
|
-
private
|
|
201
|
+
private u;
|
|
199
202
|
get actualSeparatorHorizontalPaddingTop(): number;
|
|
200
203
|
set actualSeparatorHorizontalPaddingTop(a: number);
|
|
201
|
-
private
|
|
204
|
+
private ae;
|
|
202
205
|
get separatorHorizontalPaddingBottom(): number;
|
|
203
206
|
set separatorHorizontalPaddingBottom(a: number);
|
|
204
|
-
private
|
|
207
|
+
private r;
|
|
205
208
|
get actualSeparatorHorizontalPaddingBottom(): number;
|
|
206
209
|
set actualSeparatorHorizontalPaddingBottom(a: number);
|
|
207
|
-
private
|
|
210
|
+
private cu;
|
|
208
211
|
get orientation(): string;
|
|
209
212
|
set orientation(a: string);
|
|
210
|
-
private
|
|
213
|
+
private bi;
|
|
211
214
|
get rowHeight(): number;
|
|
212
215
|
set rowHeight(a: number);
|
|
213
|
-
private
|
|
216
|
+
private ad;
|
|
214
217
|
get highlightWidth(): number;
|
|
215
218
|
set highlightWidth(a: number);
|
|
216
|
-
private
|
|
219
|
+
private q;
|
|
217
220
|
get actualHighlightWidth(): number;
|
|
218
221
|
set actualHighlightWidth(a: number);
|
|
219
|
-
private
|
|
222
|
+
private ac;
|
|
220
223
|
get highlightRadius(): number;
|
|
221
224
|
set highlightRadius(a: number);
|
|
222
|
-
private
|
|
225
|
+
private p;
|
|
223
226
|
get actualHighlightRadius(): number;
|
|
224
227
|
set actualHighlightRadius(a: number);
|
|
225
|
-
private
|
|
228
|
+
private cn;
|
|
226
229
|
get highlightColor(): string;
|
|
227
230
|
set highlightColor(a: string);
|
|
228
|
-
private
|
|
231
|
+
private bw;
|
|
229
232
|
get actualHighlightColor(): string;
|
|
230
233
|
set actualHighlightColor(a: string);
|
|
231
|
-
private
|
|
234
|
+
private cr;
|
|
232
235
|
get menuArrowStroke(): string;
|
|
233
236
|
set menuArrowStroke(a: string);
|
|
234
|
-
private
|
|
237
|
+
private b0;
|
|
235
238
|
get actualMenuArrowStroke(): string;
|
|
236
239
|
set actualMenuArrowStroke(a: string);
|
|
237
|
-
private
|
|
240
|
+
private c5;
|
|
238
241
|
get uncheckedBackgroundColor(): string;
|
|
239
242
|
set uncheckedBackgroundColor(a: string);
|
|
240
|
-
private
|
|
243
|
+
private b7;
|
|
241
244
|
get actualUncheckedBackgroundColor(): string;
|
|
242
245
|
set actualUncheckedBackgroundColor(a: string);
|
|
243
|
-
private
|
|
246
|
+
private ce;
|
|
244
247
|
get checkedBackgroundColor(): string;
|
|
245
248
|
set checkedBackgroundColor(a: string);
|
|
246
|
-
private
|
|
249
|
+
private bo;
|
|
247
250
|
get actualCheckedBackgroundColor(): string;
|
|
248
251
|
set actualCheckedBackgroundColor(a: string);
|
|
249
|
-
private
|
|
252
|
+
private c6;
|
|
250
253
|
get uncheckedBorderColor(): string;
|
|
251
254
|
set uncheckedBorderColor(a: string);
|
|
252
|
-
private
|
|
255
|
+
private b8;
|
|
253
256
|
get actualUncheckedBorderColor(): string;
|
|
254
257
|
set actualUncheckedBorderColor(a: string);
|
|
255
|
-
private
|
|
258
|
+
private cf;
|
|
256
259
|
get checkedBorderColor(): string;
|
|
257
260
|
set checkedBorderColor(a: string);
|
|
258
|
-
private
|
|
261
|
+
private bp;
|
|
259
262
|
get actualCheckedBorderColor(): string;
|
|
260
263
|
set actualCheckedBorderColor(a: string);
|
|
261
|
-
private
|
|
264
|
+
private bh;
|
|
262
265
|
get dropdownDelay(): number;
|
|
263
266
|
set dropdownDelay(a: number);
|
|
264
|
-
private
|
|
267
|
+
private bf;
|
|
265
268
|
get actualDropdownDelay(): number;
|
|
266
269
|
set actualDropdownDelay(a: number);
|
|
267
|
-
private
|
|
270
|
+
private cv;
|
|
271
|
+
get scrollbarStyle(): string;
|
|
272
|
+
set scrollbarStyle(a: string);
|
|
273
|
+
private cs;
|
|
268
274
|
get nestedActionMode(): string;
|
|
269
275
|
set nestedActionMode(a: string);
|
|
270
|
-
private
|
|
276
|
+
private cg;
|
|
271
277
|
get contentRefreshedRef(): string;
|
|
272
278
|
set contentRefreshedRef(a: string);
|
|
273
|
-
private
|
|
279
|
+
private ct;
|
|
274
280
|
get onCommandRef(): string;
|
|
275
281
|
set onCommandRef(a: string);
|
|
276
282
|
}
|
|
@@ -9,10 +9,10 @@ export declare class ToolbarDescription extends Description {
|
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
get type(): string;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private a3;
|
|
13
13
|
get baseTheme(): string;
|
|
14
14
|
set baseTheme(a: string);
|
|
15
|
-
private
|
|
15
|
+
private a9;
|
|
16
16
|
get density(): string;
|
|
17
17
|
set density(a: string);
|
|
18
18
|
private j;
|
|
@@ -24,100 +24,100 @@ export declare class ToolbarDescription extends Description {
|
|
|
24
24
|
private i;
|
|
25
25
|
get actualActions(): ToolActionDescription[];
|
|
26
26
|
set actualActions(a: ToolActionDescription[]);
|
|
27
|
-
private
|
|
27
|
+
private bl;
|
|
28
28
|
get orientation(): string;
|
|
29
29
|
set orientation(a: string);
|
|
30
|
-
private
|
|
30
|
+
private bv;
|
|
31
31
|
get targetRef(): string;
|
|
32
32
|
set targetRef(a: string);
|
|
33
|
-
private
|
|
33
|
+
private a2;
|
|
34
34
|
get backgroundColor(): string;
|
|
35
35
|
set backgroundColor(a: string);
|
|
36
|
-
private
|
|
36
|
+
private bo;
|
|
37
37
|
get submenuBackgroundColor(): string;
|
|
38
38
|
set submenuBackgroundColor(a: string);
|
|
39
|
-
private
|
|
39
|
+
private bb;
|
|
40
40
|
get groupHeaderBackgroundColor(): string;
|
|
41
41
|
set groupHeaderBackgroundColor(a: string);
|
|
42
|
-
private
|
|
42
|
+
private bn;
|
|
43
43
|
get separatorBackgroundColor(): string;
|
|
44
44
|
set separatorBackgroundColor(a: string);
|
|
45
|
-
private
|
|
45
|
+
private bg;
|
|
46
46
|
get hoverBackgroundColor(): string;
|
|
47
47
|
set hoverBackgroundColor(a: string);
|
|
48
|
-
private
|
|
48
|
+
private bw;
|
|
49
49
|
get textColor(): string;
|
|
50
50
|
set textColor(a: string);
|
|
51
|
-
private
|
|
51
|
+
private ba;
|
|
52
52
|
get disabledTextColor(): string;
|
|
53
53
|
set disabledTextColor(a: string);
|
|
54
|
-
private
|
|
54
|
+
private bd;
|
|
55
55
|
get groupHeaderTextColor(): string;
|
|
56
56
|
set groupHeaderTextColor(a: string);
|
|
57
|
-
private
|
|
57
|
+
private by;
|
|
58
58
|
get toolTipTextColor(): string;
|
|
59
59
|
set toolTipTextColor(a: string);
|
|
60
|
-
private
|
|
60
|
+
private bx;
|
|
61
61
|
get toolTipBackgroundColor(): string;
|
|
62
62
|
set toolTipBackgroundColor(a: string);
|
|
63
|
-
private
|
|
63
|
+
private af;
|
|
64
64
|
get toolTipCornerRadius(): number;
|
|
65
65
|
set toolTipCornerRadius(a: number);
|
|
66
|
-
private
|
|
66
|
+
private ag;
|
|
67
67
|
get toolTipElevation(): number;
|
|
68
68
|
set toolTipElevation(a: number);
|
|
69
|
-
private
|
|
69
|
+
private bh;
|
|
70
70
|
get iconFill(): string;
|
|
71
71
|
set iconFill(a: string);
|
|
72
|
-
private
|
|
72
|
+
private bi;
|
|
73
73
|
get iconStroke(): string;
|
|
74
74
|
set iconStroke(a: string);
|
|
75
|
-
private
|
|
75
|
+
private a4;
|
|
76
76
|
get cellFontFamily(): string;
|
|
77
77
|
set cellFontFamily(a: string);
|
|
78
|
-
private
|
|
78
|
+
private t;
|
|
79
79
|
get cellFontSize(): number;
|
|
80
80
|
set cellFontSize(a: number);
|
|
81
|
-
private
|
|
81
|
+
private a5;
|
|
82
82
|
get cellFontStyle(): string;
|
|
83
83
|
set cellFontStyle(a: string);
|
|
84
|
-
private
|
|
84
|
+
private a6;
|
|
85
85
|
get cellFontWeight(): string;
|
|
86
86
|
set cellFontWeight(a: string);
|
|
87
|
-
private
|
|
87
|
+
private br;
|
|
88
88
|
get subtitleFontFamily(): string;
|
|
89
89
|
set subtitleFontFamily(a: string);
|
|
90
|
-
private
|
|
90
|
+
private ae;
|
|
91
91
|
get subtitleFontSize(): number;
|
|
92
92
|
set subtitleFontSize(a: number);
|
|
93
|
-
private
|
|
93
|
+
private bs;
|
|
94
94
|
get subtitleFontStyle(): string;
|
|
95
95
|
set subtitleFontStyle(a: string);
|
|
96
|
-
private
|
|
96
|
+
private bt;
|
|
97
97
|
get subtitleFontWeight(): string;
|
|
98
98
|
set subtitleFontWeight(a: string);
|
|
99
|
-
private
|
|
99
|
+
private ab;
|
|
100
100
|
get separatorVerticalPaddingLeft(): number;
|
|
101
101
|
set separatorVerticalPaddingLeft(a: number);
|
|
102
|
-
private
|
|
102
|
+
private ac;
|
|
103
103
|
get separatorVerticalPaddingRight(): number;
|
|
104
104
|
set separatorVerticalPaddingRight(a: number);
|
|
105
|
-
private
|
|
105
|
+
private ad;
|
|
106
106
|
get separatorVerticalPaddingTop(): number;
|
|
107
107
|
set separatorVerticalPaddingTop(a: number);
|
|
108
|
-
private
|
|
108
|
+
private aa;
|
|
109
109
|
get separatorVerticalPaddingBottom(): number;
|
|
110
110
|
set separatorVerticalPaddingBottom(a: number);
|
|
111
|
-
private
|
|
111
|
+
private x;
|
|
112
112
|
get separatorHorizontalPaddingLeft(): number;
|
|
113
113
|
set separatorHorizontalPaddingLeft(a: number);
|
|
114
|
-
private
|
|
114
|
+
private y;
|
|
115
115
|
get separatorHorizontalPaddingRight(): number;
|
|
116
116
|
set separatorHorizontalPaddingRight(a: number);
|
|
117
|
-
private
|
|
117
|
+
private z;
|
|
118
118
|
get separatorHorizontalPaddingTop(): number;
|
|
119
119
|
set separatorHorizontalPaddingTop(a: number);
|
|
120
|
-
private
|
|
120
|
+
private w;
|
|
121
121
|
get separatorHorizontalPaddingBottom(): number;
|
|
122
122
|
set separatorHorizontalPaddingBottom(a: number);
|
|
123
123
|
private n;
|
|
@@ -126,61 +126,67 @@ export declare class ToolbarDescription extends Description {
|
|
|
126
126
|
private o;
|
|
127
127
|
get showTooltipOnHover(): boolean;
|
|
128
128
|
set showTooltipOnHover(a: boolean);
|
|
129
|
-
private
|
|
129
|
+
private av;
|
|
130
130
|
get dropdownClickBuffer(): number;
|
|
131
131
|
set dropdownClickBuffer(a: number);
|
|
132
|
-
private
|
|
132
|
+
private v;
|
|
133
133
|
get highlightWidth(): number;
|
|
134
134
|
set highlightWidth(a: number);
|
|
135
|
-
private
|
|
135
|
+
private u;
|
|
136
136
|
get highlightRadius(): number;
|
|
137
137
|
set highlightRadius(a: number);
|
|
138
|
-
private
|
|
138
|
+
private bf;
|
|
139
139
|
get highlightColor(): string;
|
|
140
140
|
set highlightColor(a: string);
|
|
141
|
-
private
|
|
141
|
+
private bj;
|
|
142
142
|
get menuArrowStroke(): string;
|
|
143
143
|
set menuArrowStroke(a: string);
|
|
144
|
-
private
|
|
144
|
+
private bz;
|
|
145
145
|
get uncheckedBackgroundColor(): string;
|
|
146
146
|
set uncheckedBackgroundColor(a: string);
|
|
147
|
-
private
|
|
147
|
+
private a7;
|
|
148
148
|
get checkedBackgroundColor(): string;
|
|
149
149
|
set checkedBackgroundColor(a: string);
|
|
150
|
-
private
|
|
150
|
+
private b0;
|
|
151
151
|
get uncheckedBorderColor(): string;
|
|
152
152
|
set uncheckedBorderColor(a: string);
|
|
153
|
-
private
|
|
153
|
+
private a8;
|
|
154
154
|
get checkedBorderColor(): string;
|
|
155
155
|
set checkedBorderColor(a: string);
|
|
156
|
-
private
|
|
156
|
+
private ax;
|
|
157
157
|
get rowHeight(): number;
|
|
158
158
|
set rowHeight(a: number);
|
|
159
|
-
private
|
|
159
|
+
private bu;
|
|
160
160
|
get subtitleTextColor(): string;
|
|
161
161
|
set subtitleTextColor(a: string);
|
|
162
|
-
private
|
|
162
|
+
private bc;
|
|
163
163
|
get groupHeaderSubtitleTextColor(): string;
|
|
164
164
|
set groupHeaderSubtitleTextColor(a: string);
|
|
165
|
-
private
|
|
165
|
+
private aw;
|
|
166
166
|
get dropdownDelay(): number;
|
|
167
167
|
set dropdownDelay(a: number);
|
|
168
|
-
private
|
|
168
|
+
private p;
|
|
169
|
+
get stopPropagation(): boolean;
|
|
170
|
+
set stopPropagation(a: boolean);
|
|
171
|
+
private bm;
|
|
172
|
+
get scrollbarStyle(): string;
|
|
173
|
+
set scrollbarStyle(a: string);
|
|
174
|
+
private bk;
|
|
169
175
|
get onCommandRef(): string;
|
|
170
176
|
set onCommandRef(a: string);
|
|
171
|
-
private
|
|
177
|
+
private bq;
|
|
172
178
|
get subMenuOpeningRef(): string;
|
|
173
179
|
set subMenuOpeningRef(a: string);
|
|
174
|
-
private
|
|
180
|
+
private bp;
|
|
175
181
|
get subMenuClosingRef(): string;
|
|
176
182
|
set subMenuClosingRef(a: string);
|
|
177
|
-
private
|
|
183
|
+
private b1;
|
|
178
184
|
get width(): string;
|
|
179
185
|
set width(a: string);
|
|
180
|
-
private
|
|
186
|
+
private be;
|
|
181
187
|
get height(): string;
|
|
182
188
|
set height(a: string);
|
|
183
|
-
private
|
|
189
|
+
private a1;
|
|
184
190
|
get background(): string;
|
|
185
191
|
set background(a: string);
|
|
186
192
|
}
|
|
@@ -8,34 +8,37 @@ export declare class WebCheckboxBaseDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private w;
|
|
12
12
|
get value(): string;
|
|
13
13
|
set value(a: string);
|
|
14
14
|
private h;
|
|
15
15
|
get checked(): boolean;
|
|
16
16
|
set checked(a: boolean);
|
|
17
|
-
private
|
|
17
|
+
private u;
|
|
18
18
|
get labelPosition(): string;
|
|
19
19
|
set labelPosition(a: string);
|
|
20
|
-
private
|
|
20
|
+
private j;
|
|
21
21
|
get disabled(): boolean;
|
|
22
22
|
set disabled(a: boolean);
|
|
23
|
-
private
|
|
23
|
+
private l;
|
|
24
24
|
get required(): boolean;
|
|
25
25
|
set required(a: boolean);
|
|
26
|
-
private
|
|
26
|
+
private i;
|
|
27
|
+
get defaultChecked(): boolean;
|
|
28
|
+
set defaultChecked(a: boolean);
|
|
29
|
+
private v;
|
|
27
30
|
get name(): string;
|
|
28
31
|
set name(a: string);
|
|
29
|
-
private
|
|
32
|
+
private k;
|
|
30
33
|
get invalid(): boolean;
|
|
31
34
|
set invalid(a: boolean);
|
|
32
|
-
private
|
|
35
|
+
private s;
|
|
33
36
|
get changeRef(): string;
|
|
34
37
|
set changeRef(a: string);
|
|
35
|
-
private
|
|
38
|
+
private t;
|
|
36
39
|
get focusRef(): string;
|
|
37
40
|
set focusRef(a: string);
|
|
38
|
-
private
|
|
41
|
+
private r;
|
|
39
42
|
get blurRef(): string;
|
|
40
43
|
set blurRef(a: string);
|
|
41
44
|
}
|