igniteui-angular-core 19.0.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 +11377 -11138
- 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/ComponentRenderer_combined.js +3 -0
- package/esm2015/lib/ComponentSizeHelpers.js +53 -0
- package/esm2015/lib/DOMExecutionContext.js +10 -4
- package/esm2015/lib/GridBridge.js +2 -2
- 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/type.js +3 -2
- package/esm2015/public_api.js +5 -7
- package/esm5/lib/ButtonDescription.js +483 -471
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/ComponentRenderer_combined.js +3 -0
- package/esm5/lib/ComponentSizeHelpers.js +57 -0
- package/esm5/lib/DOMExecutionContext.js +14 -4
- package/esm5/lib/GridBridge.js +2 -2
- 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/type.js +6 -2
- package/esm5/public_api.js +5 -7
- package/fesm2015/igniteui-angular-core.js +10255 -10087
- package/fesm5/igniteui-angular-core.js +11373 -11132
- package/lib/ButtonDescription.d.ts +177 -174
- package/lib/ComponentSizeHelpers.d.ts +15 -0
- package/lib/DOMExecutionContext.d.ts +3 -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 +1 -1
- package/public_api.d.ts +5 -7
- package/esm2015/lib/WebChildGridRowDescription.js +0 -58
- 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/WebChildGridRowDescription.js +0 -80
- 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
- package/lib/WebGridActionButtonDescriptionMetadata.d.ts +0 -13
|
@@ -9,10 +9,10 @@ export declare class WebDatePickerDescription extends WebBaseComboBoxLikeDescrip
|
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_type(): string;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private a7;
|
|
13
13
|
get label(): string;
|
|
14
14
|
set label(a: string);
|
|
15
|
-
private
|
|
15
|
+
private a9;
|
|
16
16
|
get mode(): string;
|
|
17
17
|
set mode(a: string);
|
|
18
18
|
private aa;
|
|
@@ -33,10 +33,10 @@ export declare class WebDatePickerDescription extends WebBaseComboBoxLikeDescrip
|
|
|
33
33
|
private ap;
|
|
34
34
|
get max(): Date;
|
|
35
35
|
set max(a: Date);
|
|
36
|
-
private
|
|
36
|
+
private a4;
|
|
37
37
|
get headerOrientation(): string;
|
|
38
38
|
set headerOrientation(a: string);
|
|
39
|
-
private
|
|
39
|
+
private bd;
|
|
40
40
|
get orientation(): string;
|
|
41
41
|
set orientation(a: string);
|
|
42
42
|
private x;
|
|
@@ -54,7 +54,7 @@ export declare class WebDatePickerDescription extends WebBaseComboBoxLikeDescrip
|
|
|
54
54
|
private ab;
|
|
55
55
|
get outlined(): boolean;
|
|
56
56
|
set outlined(a: boolean);
|
|
57
|
-
private
|
|
57
|
+
private be;
|
|
58
58
|
get placeholder(): string;
|
|
59
59
|
set placeholder(a: string);
|
|
60
60
|
private aw;
|
|
@@ -63,22 +63,22 @@ export declare class WebDatePickerDescription extends WebBaseComboBoxLikeDescrip
|
|
|
63
63
|
private ae;
|
|
64
64
|
get showWeekNumbers(): boolean;
|
|
65
65
|
set showWeekNumbers(a: boolean);
|
|
66
|
-
private
|
|
66
|
+
private a3;
|
|
67
67
|
get displayFormat(): string;
|
|
68
68
|
set displayFormat(a: string);
|
|
69
|
-
private
|
|
69
|
+
private a6;
|
|
70
70
|
get inputFormat(): string;
|
|
71
71
|
set inputFormat(a: string);
|
|
72
|
-
private
|
|
72
|
+
private a8;
|
|
73
73
|
get locale(): string;
|
|
74
74
|
set locale(a: string);
|
|
75
|
-
private
|
|
75
|
+
private bf;
|
|
76
76
|
get prompt(): string;
|
|
77
77
|
set prompt(a: string);
|
|
78
78
|
private u;
|
|
79
79
|
get resourceStrings(): WebCalendarResourceStringsDescription;
|
|
80
80
|
set resourceStrings(a: WebCalendarResourceStringsDescription);
|
|
81
|
-
private
|
|
81
|
+
private bg;
|
|
82
82
|
get weekStart(): string;
|
|
83
83
|
set weekStart(a: string);
|
|
84
84
|
private w;
|
|
@@ -87,28 +87,31 @@ export declare class WebDatePickerDescription extends WebBaseComboBoxLikeDescrip
|
|
|
87
87
|
private ad;
|
|
88
88
|
get required(): boolean;
|
|
89
89
|
set required(a: boolean);
|
|
90
|
-
private
|
|
90
|
+
private ay;
|
|
91
|
+
get defaultValue(): any;
|
|
92
|
+
set defaultValue(a: any);
|
|
93
|
+
private ba;
|
|
91
94
|
get name(): string;
|
|
92
95
|
set name(a: string);
|
|
93
96
|
private z;
|
|
94
97
|
get invalid(): boolean;
|
|
95
98
|
set invalid(a: boolean);
|
|
96
|
-
private
|
|
99
|
+
private bc;
|
|
97
100
|
get openingRef(): string;
|
|
98
101
|
set openingRef(a: string);
|
|
99
|
-
private
|
|
102
|
+
private bb;
|
|
100
103
|
get openedRef(): string;
|
|
101
104
|
set openedRef(a: string);
|
|
102
|
-
private
|
|
105
|
+
private a2;
|
|
103
106
|
get closingRef(): string;
|
|
104
107
|
set closingRef(a: string);
|
|
105
|
-
private
|
|
108
|
+
private a1;
|
|
106
109
|
get closedRef(): string;
|
|
107
110
|
set closedRef(a: string);
|
|
108
|
-
private
|
|
111
|
+
private a0;
|
|
109
112
|
get changeRef(): string;
|
|
110
113
|
set changeRef(a: string);
|
|
111
|
-
private
|
|
114
|
+
private a5;
|
|
112
115
|
get inputRef(): string;
|
|
113
116
|
set inputRef(a: string);
|
|
114
117
|
}
|
|
@@ -8,31 +8,31 @@ export declare class WebDateTimeInputDescription extends WebMaskInputBaseDescrip
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private au;
|
|
12
12
|
get inputFormat(): string;
|
|
13
13
|
set inputFormat(a: string);
|
|
14
|
-
private
|
|
14
|
+
private ao;
|
|
15
15
|
get value(): Date;
|
|
16
16
|
set value(a: Date);
|
|
17
|
-
private
|
|
17
|
+
private an;
|
|
18
18
|
get min(): Date;
|
|
19
19
|
set min(a: Date);
|
|
20
|
-
private
|
|
20
|
+
private am;
|
|
21
21
|
get max(): Date;
|
|
22
22
|
set max(a: Date);
|
|
23
|
-
private
|
|
23
|
+
private at;
|
|
24
24
|
get displayFormat(): string;
|
|
25
25
|
set displayFormat(a: string);
|
|
26
|
-
private
|
|
26
|
+
private ai;
|
|
27
27
|
get spinDelta(): DatePartDeltasDescription;
|
|
28
28
|
set spinDelta(a: DatePartDeltasDescription);
|
|
29
|
-
private
|
|
29
|
+
private ak;
|
|
30
30
|
get spinLoop(): boolean;
|
|
31
31
|
set spinLoop(a: boolean);
|
|
32
|
-
private
|
|
32
|
+
private av;
|
|
33
33
|
get locale(): string;
|
|
34
34
|
set locale(a: string);
|
|
35
|
-
private
|
|
35
|
+
private as;
|
|
36
36
|
get changeRef(): string;
|
|
37
37
|
set changeRef(a: string);
|
|
38
38
|
}
|
|
@@ -28,10 +28,10 @@ export declare class WebDockManagerDescription extends Description {
|
|
|
28
28
|
private v;
|
|
29
29
|
get allowMaximize(): boolean;
|
|
30
30
|
set allowMaximize(a: boolean);
|
|
31
|
-
private
|
|
31
|
+
private x;
|
|
32
32
|
get containedInBoundaries(): boolean;
|
|
33
33
|
set containedInBoundaries(a: boolean);
|
|
34
|
-
private
|
|
34
|
+
private aj;
|
|
35
35
|
get showHeaderIconOnHover(): string;
|
|
36
36
|
set showHeaderIconOnHover(a: string);
|
|
37
37
|
private m;
|
|
@@ -43,25 +43,28 @@ export declare class WebDockManagerDescription extends Description {
|
|
|
43
43
|
private t;
|
|
44
44
|
get allowFloatingPanesResize(): boolean;
|
|
45
45
|
set allowFloatingPanesResize(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private y;
|
|
47
47
|
get disableKeyboardNavigation(): boolean;
|
|
48
48
|
set disableKeyboardNavigation(a: boolean);
|
|
49
49
|
private u;
|
|
50
50
|
get allowInnerDock(): boolean;
|
|
51
51
|
set allowInnerDock(a: boolean);
|
|
52
|
-
private
|
|
52
|
+
private ak;
|
|
53
53
|
get showPaneHeaders(): string;
|
|
54
54
|
set showPaneHeaders(a: string);
|
|
55
|
-
private
|
|
55
|
+
private z;
|
|
56
56
|
get proximityDock(): boolean;
|
|
57
57
|
set proximityDock(a: boolean);
|
|
58
|
-
private
|
|
58
|
+
private ah;
|
|
59
59
|
get closeBehavior(): string;
|
|
60
60
|
set closeBehavior(a: string);
|
|
61
|
-
private
|
|
61
|
+
private al;
|
|
62
62
|
get unpinBehavior(): string;
|
|
63
63
|
set unpinBehavior(a: string);
|
|
64
|
-
private
|
|
64
|
+
private w;
|
|
65
|
+
get allowSplitterDock(): boolean;
|
|
66
|
+
set allowSplitterDock(a: boolean);
|
|
67
|
+
private ai;
|
|
65
68
|
get layoutChangeRef(): string;
|
|
66
69
|
set layoutChangeRef(a: string);
|
|
67
70
|
}
|
|
@@ -14,10 +14,10 @@ export declare abstract class WebInputBaseDescription extends Description {
|
|
|
14
14
|
private k;
|
|
15
15
|
get readOnly(): boolean;
|
|
16
16
|
set readOnly(a: boolean);
|
|
17
|
-
private
|
|
17
|
+
private y;
|
|
18
18
|
get placeholder(): string;
|
|
19
19
|
set placeholder(a: string);
|
|
20
|
-
private
|
|
20
|
+
private w;
|
|
21
21
|
get label(): string;
|
|
22
22
|
set label(a: string);
|
|
23
23
|
private h;
|
|
@@ -26,19 +26,22 @@ export declare abstract class WebInputBaseDescription extends Description {
|
|
|
26
26
|
private l;
|
|
27
27
|
get required(): boolean;
|
|
28
28
|
set required(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private r;
|
|
30
|
+
get defaultValue(): any;
|
|
31
|
+
set defaultValue(a: any);
|
|
32
|
+
private x;
|
|
30
33
|
get name(): string;
|
|
31
34
|
set name(a: string);
|
|
32
35
|
private i;
|
|
33
36
|
get invalid(): boolean;
|
|
34
37
|
set invalid(a: boolean);
|
|
35
|
-
private
|
|
38
|
+
private v;
|
|
36
39
|
get inputOcurredRef(): string;
|
|
37
40
|
set inputOcurredRef(a: string);
|
|
38
|
-
private
|
|
41
|
+
private u;
|
|
39
42
|
get focusRef(): string;
|
|
40
43
|
set focusRef(a: string);
|
|
41
|
-
private
|
|
44
|
+
private t;
|
|
42
45
|
get blurRef(): string;
|
|
43
46
|
set blurRef(a: string);
|
|
44
47
|
}
|
|
@@ -7,43 +7,43 @@ export declare class WebInputDescription extends WebInputBaseDescription {
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private ax;
|
|
11
11
|
get value(): string;
|
|
12
12
|
set value(a: string);
|
|
13
|
-
private
|
|
13
|
+
private as;
|
|
14
14
|
get displayType(): string;
|
|
15
15
|
set displayType(a: string);
|
|
16
|
-
private
|
|
16
|
+
private at;
|
|
17
17
|
get inputMode(): string;
|
|
18
18
|
set inputMode(a: string);
|
|
19
|
-
private
|
|
19
|
+
private aw;
|
|
20
20
|
get pattern(): string;
|
|
21
21
|
set pattern(a: string);
|
|
22
|
-
private
|
|
22
|
+
private al;
|
|
23
23
|
get minLength(): number;
|
|
24
24
|
set minLength(a: number);
|
|
25
|
-
private
|
|
25
|
+
private ak;
|
|
26
26
|
get maxLength(): number;
|
|
27
27
|
set maxLength(a: number);
|
|
28
|
-
private
|
|
28
|
+
private av;
|
|
29
29
|
get min(): string;
|
|
30
30
|
set min(a: string);
|
|
31
|
-
private
|
|
31
|
+
private au;
|
|
32
32
|
get max(): string;
|
|
33
33
|
set max(a: string);
|
|
34
|
-
private
|
|
34
|
+
private am;
|
|
35
35
|
get step(): number;
|
|
36
36
|
set step(a: number);
|
|
37
|
-
private
|
|
37
|
+
private ag;
|
|
38
38
|
get autofocus(): boolean;
|
|
39
39
|
set autofocus(a: boolean);
|
|
40
|
-
private
|
|
40
|
+
private aq;
|
|
41
41
|
get autocomplete(): string;
|
|
42
42
|
set autocomplete(a: string);
|
|
43
|
-
private
|
|
43
|
+
private ah;
|
|
44
44
|
get validateOnly(): boolean;
|
|
45
45
|
set validateOnly(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private ar;
|
|
47
47
|
get changeRef(): string;
|
|
48
48
|
set changeRef(a: string);
|
|
49
49
|
}
|
|
@@ -7,16 +7,16 @@ export declare class WebMaskInputDescription extends WebMaskInputBaseDescription
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private al;
|
|
11
11
|
get valueMode(): string;
|
|
12
12
|
set valueMode(a: string);
|
|
13
|
-
private
|
|
13
|
+
private ak;
|
|
14
14
|
get value(): string;
|
|
15
15
|
set value(a: string);
|
|
16
|
-
private
|
|
16
|
+
private aj;
|
|
17
17
|
get mask(): string;
|
|
18
18
|
set mask(a: string);
|
|
19
|
-
private
|
|
19
|
+
private ai;
|
|
20
20
|
get changeRef(): string;
|
|
21
21
|
set changeRef(a: string);
|
|
22
22
|
}
|
|
@@ -8,34 +8,37 @@ export declare class WebRadioDescription 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
|
}
|
|
@@ -12,9 +12,12 @@ export declare class WebRadioGroupDescription extends Description {
|
|
|
12
12
|
get alignment(): string;
|
|
13
13
|
set alignment(a: string);
|
|
14
14
|
private j;
|
|
15
|
+
get defaultValue(): string;
|
|
16
|
+
set defaultValue(a: string);
|
|
17
|
+
private k;
|
|
15
18
|
get name(): string;
|
|
16
19
|
set name(a: string);
|
|
17
|
-
private
|
|
20
|
+
private l;
|
|
18
21
|
get value(): string;
|
|
19
22
|
set value(a: string);
|
|
20
23
|
private i;
|
|
@@ -14,10 +14,10 @@ export declare class WebRatingDescription extends Description {
|
|
|
14
14
|
private u;
|
|
15
15
|
get step(): number;
|
|
16
16
|
set step(a: number);
|
|
17
|
-
private
|
|
17
|
+
private ad;
|
|
18
18
|
get label(): string;
|
|
19
19
|
set label(a: string);
|
|
20
|
-
private
|
|
20
|
+
private af;
|
|
21
21
|
get valueFormat(): string;
|
|
22
22
|
set valueFormat(a: string);
|
|
23
23
|
private v;
|
|
@@ -38,16 +38,19 @@ export declare class WebRatingDescription extends Description {
|
|
|
38
38
|
private i;
|
|
39
39
|
get disabled(): boolean;
|
|
40
40
|
set disabled(a: boolean);
|
|
41
|
-
private
|
|
41
|
+
private z;
|
|
42
|
+
get defaultValue(): any;
|
|
43
|
+
set defaultValue(a: any);
|
|
44
|
+
private ae;
|
|
42
45
|
get name(): string;
|
|
43
46
|
set name(a: string);
|
|
44
47
|
private k;
|
|
45
48
|
get invalid(): boolean;
|
|
46
49
|
set invalid(a: boolean);
|
|
47
|
-
private
|
|
50
|
+
private ab;
|
|
48
51
|
get changeRef(): string;
|
|
49
52
|
set changeRef(a: string);
|
|
50
|
-
private
|
|
53
|
+
private ac;
|
|
51
54
|
get hoverRef(): string;
|
|
52
55
|
set hoverRef(a: string);
|
|
53
56
|
}
|
|
@@ -7,7 +7,7 @@ export declare class WebSelectDescription extends WebBaseComboBoxLikeDescription
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private aq;
|
|
11
11
|
get value(): string;
|
|
12
12
|
set value(a: string);
|
|
13
13
|
private t;
|
|
@@ -19,16 +19,16 @@ export declare class WebSelectDescription extends WebBaseComboBoxLikeDescription
|
|
|
19
19
|
private aa;
|
|
20
20
|
get distance(): number;
|
|
21
21
|
set distance(a: number);
|
|
22
|
-
private
|
|
22
|
+
private aj;
|
|
23
23
|
get label(): string;
|
|
24
24
|
set label(a: string);
|
|
25
|
-
private
|
|
25
|
+
private an;
|
|
26
26
|
get placeholder(): string;
|
|
27
27
|
set placeholder(a: string);
|
|
28
|
-
private
|
|
28
|
+
private ao;
|
|
29
29
|
get placement(): string;
|
|
30
30
|
set placement(a: string);
|
|
31
|
-
private
|
|
31
|
+
private ap;
|
|
32
32
|
get scrollStrategy(): string;
|
|
33
33
|
set scrollStrategy(a: string);
|
|
34
34
|
private r;
|
|
@@ -37,31 +37,34 @@ export declare class WebSelectDescription extends WebBaseComboBoxLikeDescription
|
|
|
37
37
|
private u;
|
|
38
38
|
get required(): boolean;
|
|
39
39
|
set required(a: boolean);
|
|
40
|
-
private
|
|
40
|
+
private ac;
|
|
41
|
+
get defaultValue(): any;
|
|
42
|
+
set defaultValue(a: any);
|
|
43
|
+
private ak;
|
|
41
44
|
get name(): string;
|
|
42
45
|
set name(a: string);
|
|
43
46
|
private s;
|
|
44
47
|
get invalid(): boolean;
|
|
45
48
|
set invalid(a: boolean);
|
|
46
|
-
private
|
|
49
|
+
private af;
|
|
47
50
|
get changeRef(): string;
|
|
48
51
|
set changeRef(a: string);
|
|
49
|
-
private
|
|
52
|
+
private ai;
|
|
50
53
|
get focusRef(): string;
|
|
51
54
|
set focusRef(a: string);
|
|
52
|
-
private
|
|
55
|
+
private ae;
|
|
53
56
|
get blurRef(): string;
|
|
54
57
|
set blurRef(a: string);
|
|
55
|
-
private
|
|
58
|
+
private am;
|
|
56
59
|
get openingRef(): string;
|
|
57
60
|
set openingRef(a: string);
|
|
58
|
-
private
|
|
61
|
+
private al;
|
|
59
62
|
get openedRef(): string;
|
|
60
63
|
set openedRef(a: string);
|
|
61
|
-
private
|
|
64
|
+
private ah;
|
|
62
65
|
get closingRef(): string;
|
|
63
66
|
set closingRef(a: string);
|
|
64
|
-
private
|
|
67
|
+
private ag;
|
|
65
68
|
get closedRef(): string;
|
|
66
69
|
set closedRef(a: string);
|
|
67
70
|
}
|
|
@@ -10,16 +10,19 @@ export declare class WebSliderDescription extends WebSliderBaseDescription {
|
|
|
10
10
|
private as;
|
|
11
11
|
get value(): number;
|
|
12
12
|
set value(a: number);
|
|
13
|
-
private
|
|
13
|
+
private au;
|
|
14
|
+
get defaultValue(): any;
|
|
15
|
+
set defaultValue(a: any);
|
|
16
|
+
private ay;
|
|
14
17
|
get name(): string;
|
|
15
18
|
set name(a: string);
|
|
16
19
|
private aq;
|
|
17
20
|
get invalid(): boolean;
|
|
18
21
|
set invalid(a: boolean);
|
|
19
|
-
private
|
|
22
|
+
private ax;
|
|
20
23
|
get inputRef(): string;
|
|
21
24
|
set inputRef(a: string);
|
|
22
|
-
private
|
|
25
|
+
private aw;
|
|
23
26
|
get changeRef(): string;
|
|
24
27
|
set changeRef(a: string);
|
|
25
28
|
}
|
|
@@ -10,28 +10,28 @@ export declare class WebSplitPaneDescription extends WebDockManagerPaneDescripti
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private ag;
|
|
14
14
|
get id(): string;
|
|
15
15
|
set id(a: string);
|
|
16
|
-
private
|
|
16
|
+
private ai;
|
|
17
17
|
get paneType(): string;
|
|
18
18
|
set paneType(a: string);
|
|
19
|
-
private
|
|
19
|
+
private ah;
|
|
20
20
|
get orientation(): string;
|
|
21
21
|
set orientation(a: string);
|
|
22
22
|
private m;
|
|
23
23
|
get panes(): WebDockManagerPaneDescription[];
|
|
24
24
|
set panes(a: WebDockManagerPaneDescription[]);
|
|
25
|
-
private
|
|
25
|
+
private ab;
|
|
26
26
|
get size(): number;
|
|
27
27
|
set size(a: number);
|
|
28
28
|
private o;
|
|
29
29
|
get floatingLocation(): WebDockManagerPointDescription;
|
|
30
30
|
set floatingLocation(a: WebDockManagerPointDescription);
|
|
31
|
-
private
|
|
31
|
+
private aa;
|
|
32
32
|
get floatingWidth(): number;
|
|
33
33
|
set floatingWidth(a: number);
|
|
34
|
-
private
|
|
34
|
+
private z;
|
|
35
35
|
get floatingHeight(): number;
|
|
36
36
|
set floatingHeight(a: number);
|
|
37
37
|
private s;
|
|
@@ -43,4 +43,7 @@ export declare class WebSplitPaneDescription extends WebDockManagerPaneDescripti
|
|
|
43
43
|
private t;
|
|
44
44
|
get isMaximized(): boolean;
|
|
45
45
|
set isMaximized(a: boolean);
|
|
46
|
+
private u;
|
|
47
|
+
get useFixedSize(): boolean;
|
|
48
|
+
set useFixedSize(a: boolean);
|
|
46
49
|
}
|
|
@@ -8,16 +8,16 @@ export declare class WebTextareaDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private ae;
|
|
12
12
|
get autocomplete(): string;
|
|
13
13
|
set autocomplete(a: string);
|
|
14
|
-
private
|
|
14
|
+
private ad;
|
|
15
15
|
get autocapitalize(): string;
|
|
16
16
|
set autocapitalize(a: string);
|
|
17
|
-
private
|
|
17
|
+
private aj;
|
|
18
18
|
get inputMode(): string;
|
|
19
19
|
set inputMode(a: string);
|
|
20
|
-
private
|
|
20
|
+
private ak;
|
|
21
21
|
get label(): string;
|
|
22
22
|
set label(a: string);
|
|
23
23
|
private v;
|
|
@@ -29,25 +29,25 @@ export declare class WebTextareaDescription extends Description {
|
|
|
29
29
|
private j;
|
|
30
30
|
get outlined(): boolean;
|
|
31
31
|
set outlined(a: boolean);
|
|
32
|
-
private
|
|
32
|
+
private am;
|
|
33
33
|
get placeholder(): string;
|
|
34
34
|
set placeholder(a: string);
|
|
35
35
|
private k;
|
|
36
36
|
get readOnly(): boolean;
|
|
37
37
|
set readOnly(a: boolean);
|
|
38
|
-
private
|
|
38
|
+
private an;
|
|
39
39
|
get resize(): string;
|
|
40
40
|
set resize(a: string);
|
|
41
41
|
private x;
|
|
42
42
|
get rows(): number;
|
|
43
43
|
set rows(a: number);
|
|
44
|
-
private
|
|
44
|
+
private ao;
|
|
45
45
|
get value(): string;
|
|
46
46
|
set value(a: string);
|
|
47
47
|
private m;
|
|
48
48
|
get spellcheck(): boolean;
|
|
49
49
|
set spellcheck(a: boolean);
|
|
50
|
-
private
|
|
50
|
+
private ap;
|
|
51
51
|
get wrap(): string;
|
|
52
52
|
set wrap(a: string);
|
|
53
53
|
private n;
|
|
@@ -59,22 +59,25 @@ export declare class WebTextareaDescription extends Description {
|
|
|
59
59
|
private l;
|
|
60
60
|
get required(): boolean;
|
|
61
61
|
set required(a: boolean);
|
|
62
|
-
private
|
|
62
|
+
private ab;
|
|
63
|
+
get defaultValue(): any;
|
|
64
|
+
set defaultValue(a: any);
|
|
65
|
+
private al;
|
|
63
66
|
get name(): string;
|
|
64
67
|
set name(a: string);
|
|
65
68
|
private i;
|
|
66
69
|
get invalid(): boolean;
|
|
67
70
|
set invalid(a: boolean);
|
|
68
|
-
private
|
|
71
|
+
private ai;
|
|
69
72
|
get inputRef(): string;
|
|
70
73
|
set inputRef(a: string);
|
|
71
|
-
private
|
|
74
|
+
private ag;
|
|
72
75
|
get changeRef(): string;
|
|
73
76
|
set changeRef(a: string);
|
|
74
|
-
private
|
|
77
|
+
private ah;
|
|
75
78
|
get focusRef(): string;
|
|
76
79
|
set focusRef(a: string);
|
|
77
|
-
private
|
|
80
|
+
private af;
|
|
78
81
|
get blurRef(): string;
|
|
79
82
|
set blurRef(a: string);
|
|
80
83
|
}
|
|
@@ -28,6 +28,8 @@ export declare class AngularRenderer implements DomRenderer {
|
|
|
28
28
|
withRenderer(act: (ren: Renderer2) => void): void;
|
|
29
29
|
supportsAnimation(): boolean;
|
|
30
30
|
getRequestAnimationFrame(): (act: () => void) => void;
|
|
31
|
+
getSetTimeout(): (act: () => void, millisecondsDelay: number) => number;
|
|
32
|
+
getClearTimeout(): (timerId: number) => void;
|
|
31
33
|
setTimeout(act: () => void, millisecondsDelay: number): number;
|
|
32
34
|
clearTimeout(timerId: any): void;
|
|
33
35
|
get rootWrapper(): DomWrapper;
|
package/lib/dom.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export interface DomRenderer {
|
|
|
4
4
|
querySelector(selector: string): DomWrapper;
|
|
5
5
|
supportsAnimation(): boolean;
|
|
6
6
|
getRequestAnimationFrame(): (act: () => void) => void;
|
|
7
|
+
getSetTimeout(): (act: () => void, millisecondsDelay: number) => number;
|
|
8
|
+
getClearTimeout(): (timerId: number) => void;
|
|
7
9
|
getSubRenderer(root: DomWrapper): DomRenderer;
|
|
8
10
|
createElement(elementName: string): DomWrapper;
|
|
9
11
|
createElementNS(elementName: string, ns: string): DomWrapper;
|
package/lib/type.d.ts
CHANGED
|
@@ -82,8 +82,9 @@ export interface EnumInfo {
|
|
|
82
82
|
actualNamesValuesMap: {
|
|
83
83
|
[index: string]: number;
|
|
84
84
|
};
|
|
85
|
+
mustCoerceToInt: Boolean;
|
|
85
86
|
}
|
|
86
|
-
export declare function markEnum(name: string, encodedDef: string): Type;
|
|
87
|
+
export declare function markEnum(name: string, encodedDef: string, mustCoerceToInt?: Boolean): Type;
|
|
87
88
|
export declare function markType(t: Function, name: string, baseType?: Type, interfaces?: Type[], staticInitializer?: () => void): Type;
|
|
88
89
|
export declare function callStaticConstructors(): void;
|
|
89
90
|
export interface IConvertible {
|
package/package.json
CHANGED