igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3
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 +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -17,7 +17,7 @@ import { WebGridToolbarBaseActionDescriptionMetadata } from "./WebGridToolbarBas
|
|
|
17
17
|
import { WebGridToolbarContentDescriptionMetadata } from "./WebGridToolbarContentDescriptionMetadata";
|
|
18
18
|
import { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
|
|
19
19
|
import { WebDimensionsChangeEventArgsDescriptionMetadata } from "./WebDimensionsChangeEventArgsDescriptionMetadata";
|
|
20
|
-
import {
|
|
20
|
+
import { WebPivotConfigurationChangedEventArgsDescriptionMetadata } from "./WebPivotConfigurationChangedEventArgsDescriptionMetadata";
|
|
21
21
|
import { WebPivotDimensionEventArgsDescriptionMetadata } from "./WebPivotDimensionEventArgsDescriptionMetadata";
|
|
22
22
|
import { WebPivotValueEventArgsDescriptionMetadata } from "./WebPivotValueEventArgsDescriptionMetadata";
|
|
23
23
|
import { WebSortingExpressionEventArgsDescriptionMetadata } from "./WebSortingExpressionEventArgsDescriptionMetadata";
|
|
@@ -41,7 +41,7 @@ export let WebPivotGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
41
41
|
WebPivotGridDescriptionMetadata.f(a);
|
|
42
42
|
WebPivotConfigurationDescriptionMetadata.d(a);
|
|
43
43
|
WebDimensionsChangeEventArgsDescriptionMetadata.d(a);
|
|
44
|
-
|
|
44
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.d(a);
|
|
45
45
|
WebPivotDimensionEventArgsDescriptionMetadata.d(a);
|
|
46
46
|
WebPivotValueEventArgsDescriptionMetadata.d(a);
|
|
47
47
|
WebSortingExpressionEventArgsDescriptionMetadata.d(a);
|
|
@@ -63,13 +63,11 @@ export let WebPivotGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
63
63
|
a.item("PivotConfiguration@mustSetInCode", "WebComponents;Blazor");
|
|
64
64
|
a.item("ShowPivotConfigurationUI", "Boolean");
|
|
65
65
|
a.item("SuperCompactMode", "Boolean");
|
|
66
|
-
a.item("DimensionDataColumns", "Unknown");
|
|
67
66
|
a.item("DefaultExpandState", "Boolean");
|
|
68
67
|
a.item("DataRef", "(w:Data,wf:Data)DataRef::object");
|
|
69
|
-
a.item("FilteredData", "Unknown");
|
|
70
68
|
a.item("EmptyPivotGridTemplateRef", "(w:EmptyPivotGridTemplate,wf:EmptyPivotGridTemplate)TemplateRef::object");
|
|
71
69
|
a.item("DimensionsChangeRef", "EventRef::dimensionsChange:customEvent");
|
|
72
|
-
a.item("
|
|
70
|
+
a.item("PivotConfigurationChangeRef", "EventRef::pivotConfigurationChange:customEvent");
|
|
73
71
|
a.item("DimensionInitRef", "EventRef::dimensionInit:customEvent");
|
|
74
72
|
a.item("ValueInitRef", "EventRef::valueInit:customEvent");
|
|
75
73
|
a.item("DimensionsSortingExpressionsChangeRef", "EventRef::dimensionsSortingExpressionsChange:customEvent");
|
|
@@ -31,6 +31,7 @@ export let WebPivotGridRecordDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
31
31
|
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
32
32
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
33
33
|
a.item("__isPlainObject", "Boolean");
|
|
34
|
+
a.item("__skipSuffix", "Boolean");
|
|
34
35
|
a.item("RecordsRef", "(w:Records,wf:Records)DataRef:object");
|
|
35
36
|
a.item("Level", "Number:double");
|
|
36
37
|
a.item("Dimensions", "Array:WebPivotDimensionDescription:PivotDimension");
|
|
@@ -13,12 +13,11 @@ export let WebRowDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebRowDirectiveDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.p = null;
|
|
17
|
+
this.n = 0;
|
|
18
18
|
this.h = false;
|
|
19
19
|
this.j = false;
|
|
20
20
|
this.i = false;
|
|
21
|
-
this.k = false;
|
|
22
21
|
}
|
|
23
22
|
get_type() {
|
|
24
23
|
return "WebRowDirective";
|
|
@@ -27,17 +26,17 @@ export let WebRowDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
27
26
|
return this.get_type();
|
|
28
27
|
}
|
|
29
28
|
get data() {
|
|
30
|
-
return this.
|
|
29
|
+
return this.p;
|
|
31
30
|
}
|
|
32
31
|
set data(a) {
|
|
33
|
-
this.
|
|
32
|
+
this.p = a;
|
|
34
33
|
this.g("Data");
|
|
35
34
|
}
|
|
36
35
|
get index() {
|
|
37
|
-
return this.
|
|
36
|
+
return this.n;
|
|
38
37
|
}
|
|
39
38
|
set index(a) {
|
|
40
|
-
this.
|
|
39
|
+
this.n = a;
|
|
41
40
|
this.g("Index");
|
|
42
41
|
}
|
|
43
42
|
get disabled() {
|
|
@@ -61,13 +60,6 @@ export let WebRowDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
61
60
|
this.i = a;
|
|
62
61
|
this.g("Expanded");
|
|
63
62
|
}
|
|
64
|
-
get selected() {
|
|
65
|
-
return this.k;
|
|
66
|
-
}
|
|
67
|
-
set selected(a) {
|
|
68
|
-
this.k = a;
|
|
69
|
-
this.g("Selected");
|
|
70
|
-
}
|
|
71
63
|
}
|
|
72
64
|
WebRowDirectiveDescription.$t = markType(WebRowDirectiveDescription, 'WebRowDirectiveDescription', Description.$);
|
|
73
65
|
return WebRowDirectiveDescription;
|
|
@@ -35,7 +35,6 @@ export let WebRowDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
35
35
|
a.item("Disabled", "Boolean");
|
|
36
36
|
a.item("Pinned", "Boolean");
|
|
37
37
|
a.item("Expanded", "Boolean");
|
|
38
|
-
a.item("Selected", "Boolean");
|
|
39
38
|
}
|
|
40
39
|
static d(a) {
|
|
41
40
|
WebRowDirectiveDescriptionMetadata.b(a);
|
|
@@ -13,39 +13,40 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebSplitPaneDescription extends WebDockManagerPaneDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.ac = null;
|
|
17
16
|
this.ae = null;
|
|
18
|
-
this.
|
|
17
|
+
this.ag = null;
|
|
18
|
+
this.af = null;
|
|
19
19
|
this.m = null;
|
|
20
|
-
this.
|
|
20
|
+
this.z = 0;
|
|
21
21
|
this.o = null;
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.y = 0;
|
|
23
|
+
this.x = 0;
|
|
24
24
|
this.s = false;
|
|
25
25
|
this.r = false;
|
|
26
|
+
this.t = false;
|
|
26
27
|
}
|
|
27
28
|
get_type() {
|
|
28
29
|
return "WebSplitPane";
|
|
29
30
|
}
|
|
30
31
|
get id() {
|
|
31
|
-
return this.
|
|
32
|
+
return this.ae;
|
|
32
33
|
}
|
|
33
34
|
set id(a) {
|
|
34
|
-
this.
|
|
35
|
+
this.ae = a;
|
|
35
36
|
this.g("Id");
|
|
36
37
|
}
|
|
37
38
|
get paneType() {
|
|
38
|
-
return this.
|
|
39
|
+
return this.ag;
|
|
39
40
|
}
|
|
40
41
|
set paneType(a) {
|
|
41
|
-
this.
|
|
42
|
+
this.ag = a;
|
|
42
43
|
this.g("PaneType");
|
|
43
44
|
}
|
|
44
45
|
get orientation() {
|
|
45
|
-
return this.
|
|
46
|
+
return this.af;
|
|
46
47
|
}
|
|
47
48
|
set orientation(a) {
|
|
48
|
-
this.
|
|
49
|
+
this.af = a;
|
|
49
50
|
this.g("Orientation");
|
|
50
51
|
}
|
|
51
52
|
get panes() {
|
|
@@ -56,10 +57,10 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
56
57
|
this.g("Panes");
|
|
57
58
|
}
|
|
58
59
|
get size() {
|
|
59
|
-
return this.
|
|
60
|
+
return this.z;
|
|
60
61
|
}
|
|
61
62
|
set size(a) {
|
|
62
|
-
this.
|
|
63
|
+
this.z = a;
|
|
63
64
|
this.g("Size");
|
|
64
65
|
}
|
|
65
66
|
get floatingLocation() {
|
|
@@ -70,17 +71,17 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
70
71
|
this.g("FloatingLocation");
|
|
71
72
|
}
|
|
72
73
|
get floatingWidth() {
|
|
73
|
-
return this.
|
|
74
|
+
return this.y;
|
|
74
75
|
}
|
|
75
76
|
set floatingWidth(a) {
|
|
76
|
-
this.
|
|
77
|
+
this.y = a;
|
|
77
78
|
this.g("FloatingWidth");
|
|
78
79
|
}
|
|
79
80
|
get floatingHeight() {
|
|
80
|
-
return this.
|
|
81
|
+
return this.x;
|
|
81
82
|
}
|
|
82
83
|
set floatingHeight(a) {
|
|
83
|
-
this.
|
|
84
|
+
this.x = a;
|
|
84
85
|
this.g("FloatingHeight");
|
|
85
86
|
}
|
|
86
87
|
get floatingResizable() {
|
|
@@ -97,6 +98,13 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
97
98
|
this.r = a;
|
|
98
99
|
this.g("AllowEmpty");
|
|
99
100
|
}
|
|
101
|
+
get isMaximized() {
|
|
102
|
+
return this.t;
|
|
103
|
+
}
|
|
104
|
+
set isMaximized(a) {
|
|
105
|
+
this.t = a;
|
|
106
|
+
this.g("IsMaximized");
|
|
107
|
+
}
|
|
100
108
|
}
|
|
101
109
|
WebSplitPaneDescription.$t = markType(WebSplitPaneDescription, 'WebSplitPaneDescription', WebDockManagerPaneDescription.$);
|
|
102
110
|
WebSplitPaneDescription.__marshalByValue1 = true;
|
|
@@ -44,6 +44,7 @@ export let WebSplitPaneDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
44
44
|
a.item("FloatingHeight", "Number:double");
|
|
45
45
|
a.item("FloatingResizable", "Boolean");
|
|
46
46
|
a.item("AllowEmpty", "Boolean");
|
|
47
|
+
a.item("IsMaximized", "Boolean");
|
|
47
48
|
WebSplitPaneDescriptionMetadata.e(a);
|
|
48
49
|
}
|
|
49
50
|
static d(a) {
|
|
@@ -15,12 +15,11 @@ export let WebStepperDescription = /*@__PURE__*/ (() => {
|
|
|
15
15
|
super();
|
|
16
16
|
this.h = null;
|
|
17
17
|
this.q = null;
|
|
18
|
-
this.
|
|
18
|
+
this.r = null;
|
|
19
19
|
this.k = false;
|
|
20
20
|
this.j = false;
|
|
21
21
|
this.p = null;
|
|
22
|
-
this.
|
|
23
|
-
this.r = null;
|
|
22
|
+
this.s = null;
|
|
24
23
|
this.o = null;
|
|
25
24
|
this.n = null;
|
|
26
25
|
}
|
|
@@ -45,10 +44,10 @@ export let WebStepperDescription = /*@__PURE__*/ (() => {
|
|
|
45
44
|
this.g("Orientation");
|
|
46
45
|
}
|
|
47
46
|
get stepType() {
|
|
48
|
-
return this.
|
|
47
|
+
return this.r;
|
|
49
48
|
}
|
|
50
49
|
set stepType(a) {
|
|
51
|
-
this.
|
|
50
|
+
this.r = a;
|
|
52
51
|
this.g("StepType");
|
|
53
52
|
}
|
|
54
53
|
get linear() {
|
|
@@ -73,19 +72,12 @@ export let WebStepperDescription = /*@__PURE__*/ (() => {
|
|
|
73
72
|
this.g("Dir");
|
|
74
73
|
}
|
|
75
74
|
get titlePosition() {
|
|
76
|
-
return this.
|
|
75
|
+
return this.s;
|
|
77
76
|
}
|
|
78
77
|
set titlePosition(a) {
|
|
79
|
-
this.
|
|
78
|
+
this.s = a;
|
|
80
79
|
this.g("TitlePosition");
|
|
81
80
|
}
|
|
82
|
-
get size() {
|
|
83
|
-
return this.r;
|
|
84
|
-
}
|
|
85
|
-
set size(a) {
|
|
86
|
-
this.r = a;
|
|
87
|
-
this.g("Size");
|
|
88
|
-
}
|
|
89
81
|
get activeStepChangingRef() {
|
|
90
82
|
return this.o;
|
|
91
83
|
}
|
|
@@ -48,8 +48,6 @@ export let WebStepperDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
48
48
|
a.item("TitlePosition", "ExportedType:string:StepperTitlePosition");
|
|
49
49
|
a.item("TitlePosition@stringUnion", "WebComponents;React");
|
|
50
50
|
a.item("TitlePosition@names", "Top;Bottom;Start;End");
|
|
51
|
-
a.item("Size", "ExportedType:string:SizableComponentSize");
|
|
52
|
-
a.item("Size@names", "Large;Small;Medium");
|
|
53
51
|
a.item("ActiveStepChangingRef", "EventRef::activeStepChanging");
|
|
54
52
|
a.item("ActiveStepChangedRef", "EventRef::activeStepChanged");
|
|
55
53
|
}
|
|
@@ -13,28 +13,29 @@ export let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebTabGroupPaneDescription extends WebDockManagerPaneDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.y = null;
|
|
17
|
+
this.z = null;
|
|
18
18
|
this.m = null;
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
19
|
+
this.u = 0;
|
|
20
|
+
this.t = 0;
|
|
21
21
|
this.p = false;
|
|
22
|
+
this.q = false;
|
|
22
23
|
}
|
|
23
24
|
get_type() {
|
|
24
25
|
return "WebTabGroupPane";
|
|
25
26
|
}
|
|
26
27
|
get id() {
|
|
27
|
-
return this.
|
|
28
|
+
return this.y;
|
|
28
29
|
}
|
|
29
30
|
set id(a) {
|
|
30
|
-
this.
|
|
31
|
+
this.y = a;
|
|
31
32
|
this.g("Id");
|
|
32
33
|
}
|
|
33
34
|
get paneType() {
|
|
34
|
-
return this.
|
|
35
|
+
return this.z;
|
|
35
36
|
}
|
|
36
37
|
set paneType(a) {
|
|
37
|
-
this.
|
|
38
|
+
this.z = a;
|
|
38
39
|
this.g("PaneType");
|
|
39
40
|
}
|
|
40
41
|
get panes() {
|
|
@@ -45,17 +46,17 @@ export let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
|
|
|
45
46
|
this.g("Panes");
|
|
46
47
|
}
|
|
47
48
|
get size() {
|
|
48
|
-
return this.
|
|
49
|
+
return this.u;
|
|
49
50
|
}
|
|
50
51
|
set size(a) {
|
|
51
|
-
this.
|
|
52
|
+
this.u = a;
|
|
52
53
|
this.g("Size");
|
|
53
54
|
}
|
|
54
55
|
get selectedIndex() {
|
|
55
|
-
return this.
|
|
56
|
+
return this.t;
|
|
56
57
|
}
|
|
57
58
|
set selectedIndex(a) {
|
|
58
|
-
this.
|
|
59
|
+
this.t = a;
|
|
59
60
|
this.g("SelectedIndex");
|
|
60
61
|
}
|
|
61
62
|
get allowEmpty() {
|
|
@@ -65,6 +66,13 @@ export let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
|
|
|
65
66
|
this.p = a;
|
|
66
67
|
this.g("AllowEmpty");
|
|
67
68
|
}
|
|
69
|
+
get isMaximized() {
|
|
70
|
+
return this.q;
|
|
71
|
+
}
|
|
72
|
+
set isMaximized(a) {
|
|
73
|
+
this.q = a;
|
|
74
|
+
this.g("IsMaximized");
|
|
75
|
+
}
|
|
68
76
|
}
|
|
69
77
|
WebTabGroupPaneDescription.$t = markType(WebTabGroupPaneDescription, 'WebTabGroupPaneDescription', WebDockManagerPaneDescription.$);
|
|
70
78
|
WebTabGroupPaneDescription.__marshalByValue1 = true;
|
|
@@ -36,6 +36,7 @@ export let WebTabGroupPaneDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
36
36
|
a.item("Size", "Number:double");
|
|
37
37
|
a.item("SelectedIndex", "Number:double");
|
|
38
38
|
a.item("AllowEmpty", "Boolean");
|
|
39
|
+
a.item("IsMaximized", "Boolean");
|
|
39
40
|
WebTabGroupPaneDescriptionMetadata.e(a);
|
|
40
41
|
}
|
|
41
42
|
static d(a) {
|
|
@@ -13,96 +13,88 @@ export let WebTreeGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebTreeGridDescription extends WebGridBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.hs = null;
|
|
16
|
+
this.gr = null;
|
|
17
|
+
this.gt = null;
|
|
18
|
+
this.gu = null;
|
|
19
|
+
this.gn = false;
|
|
20
|
+
this.gv = null;
|
|
21
|
+
this.gk = null;
|
|
22
|
+
this.gj = null;
|
|
23
|
+
this.gs = null;
|
|
24
|
+
this.gp = 0;
|
|
25
|
+
this.gw = null;
|
|
27
26
|
}
|
|
28
27
|
get_type() {
|
|
29
28
|
return "WebTreeGrid";
|
|
30
29
|
}
|
|
31
30
|
get childDataKey() {
|
|
32
|
-
return this.
|
|
31
|
+
return this.gr;
|
|
33
32
|
}
|
|
34
33
|
set childDataKey(a) {
|
|
35
|
-
this.
|
|
34
|
+
this.gr = a;
|
|
36
35
|
this.g("ChildDataKey");
|
|
37
36
|
}
|
|
38
37
|
get foreignKey() {
|
|
39
|
-
return this.
|
|
38
|
+
return this.gt;
|
|
40
39
|
}
|
|
41
40
|
set foreignKey(a) {
|
|
42
|
-
this.
|
|
41
|
+
this.gt = a;
|
|
43
42
|
this.g("ForeignKey");
|
|
44
43
|
}
|
|
45
44
|
get hasChildrenKey() {
|
|
46
|
-
return this.
|
|
45
|
+
return this.gu;
|
|
47
46
|
}
|
|
48
47
|
set hasChildrenKey(a) {
|
|
49
|
-
this.
|
|
48
|
+
this.gu = a;
|
|
50
49
|
this.g("HasChildrenKey");
|
|
51
50
|
}
|
|
52
51
|
get cascadeOnDelete() {
|
|
53
|
-
return this.
|
|
52
|
+
return this.gn;
|
|
54
53
|
}
|
|
55
54
|
set cascadeOnDelete(a) {
|
|
56
|
-
this.
|
|
55
|
+
this.gn = a;
|
|
57
56
|
this.g("CascadeOnDelete");
|
|
58
57
|
}
|
|
59
58
|
get id() {
|
|
60
|
-
return this.
|
|
59
|
+
return this.gv;
|
|
61
60
|
}
|
|
62
61
|
set id(a) {
|
|
63
|
-
this.
|
|
62
|
+
this.gv = a;
|
|
64
63
|
this.g("Id");
|
|
65
64
|
}
|
|
66
65
|
get rootRecords() {
|
|
67
|
-
return this.
|
|
66
|
+
return this.gk;
|
|
68
67
|
}
|
|
69
68
|
set rootRecords(a) {
|
|
70
|
-
this.
|
|
69
|
+
this.gk = a;
|
|
71
70
|
this.g("RootRecords");
|
|
72
71
|
}
|
|
73
72
|
get processedRootRecords() {
|
|
74
|
-
return this.
|
|
73
|
+
return this.gj;
|
|
75
74
|
}
|
|
76
75
|
set processedRootRecords(a) {
|
|
77
|
-
this.
|
|
76
|
+
this.gj = a;
|
|
78
77
|
this.g("ProcessedRootRecords");
|
|
79
78
|
}
|
|
80
79
|
get dataRef() {
|
|
81
|
-
return this.
|
|
80
|
+
return this.gs;
|
|
82
81
|
}
|
|
83
82
|
set dataRef(a) {
|
|
84
|
-
this.
|
|
83
|
+
this.gs = a;
|
|
85
84
|
this.g("DataRef");
|
|
86
85
|
}
|
|
87
|
-
get filteredData() {
|
|
88
|
-
return this.hl;
|
|
89
|
-
}
|
|
90
|
-
set filteredData(a) {
|
|
91
|
-
this.hl = a;
|
|
92
|
-
this.g("FilteredData");
|
|
93
|
-
}
|
|
94
86
|
get expansionDepth() {
|
|
95
|
-
return this.
|
|
87
|
+
return this.gp;
|
|
96
88
|
}
|
|
97
89
|
set expansionDepth(a) {
|
|
98
|
-
this.
|
|
90
|
+
this.gp = a;
|
|
99
91
|
this.g("ExpansionDepth");
|
|
100
92
|
}
|
|
101
93
|
get rowLoadingIndicatorTemplateRef() {
|
|
102
|
-
return this.
|
|
94
|
+
return this.gw;
|
|
103
95
|
}
|
|
104
96
|
set rowLoadingIndicatorTemplateRef(a) {
|
|
105
|
-
this.
|
|
97
|
+
this.gw = a;
|
|
106
98
|
this.g("RowLoadingIndicatorTemplateRef");
|
|
107
99
|
}
|
|
108
100
|
}
|
|
@@ -54,7 +54,6 @@ export let WebTreeGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
54
54
|
a.item("RootRecords", "Array:WebTreeGridRecordDescription:TreeGridRecord");
|
|
55
55
|
a.item("ProcessedRootRecords", "Array:WebTreeGridRecordDescription:TreeGridRecord");
|
|
56
56
|
a.item("DataRef", "(w:Data,wf:Data)DataRef::object");
|
|
57
|
-
a.item("FilteredData", "Unknown");
|
|
58
57
|
a.item("ExpansionDepth", "Number:double");
|
|
59
58
|
a.item("RowLoadingIndicatorTemplateRef", "(w:RowLoadingIndicatorTemplate,wf:RowLoadingIndicatorTemplate)TemplateRef::object");
|
|
60
59
|
WebTreeGridDescriptionMetadata.e(a);
|
package/esm2015/public_api.js
CHANGED
|
@@ -1824,10 +1824,6 @@ export * from './lib/WebMoveFloatingPaneActionDescription';
|
|
|
1824
1824
|
export * from './lib/WebMoveFloatingPaneActionDescriptionMetadata';
|
|
1825
1825
|
export * from './lib/WebMoveTabActionDescription';
|
|
1826
1826
|
export * from './lib/WebMoveTabActionDescriptionMetadata';
|
|
1827
|
-
export * from './lib/WebMRLColumnSizeInfoDescription';
|
|
1828
|
-
export * from './lib/WebMRLColumnSizeInfoDescriptionMetadata';
|
|
1829
|
-
export * from './lib/WebMRLResizeColumnInfoDescription';
|
|
1830
|
-
export * from './lib/WebMRLResizeColumnInfoDescriptionMetadata';
|
|
1831
1827
|
export * from './lib/WebNavbarDescription';
|
|
1832
1828
|
export * from './lib/WebNavbarDescriptionMetadata';
|
|
1833
1829
|
export * from './lib/WebNavbarDescriptionModule';
|
|
@@ -1908,10 +1904,10 @@ export * from './lib/WebPivotAggregatorDescription';
|
|
|
1908
1904
|
export * from './lib/WebPivotAggregatorDescriptionMetadata';
|
|
1909
1905
|
export * from './lib/WebPivotConfigurationDescription';
|
|
1910
1906
|
export * from './lib/WebPivotConfigurationDescriptionMetadata';
|
|
1911
|
-
export * from './lib/
|
|
1912
|
-
export * from './lib/
|
|
1913
|
-
export * from './lib/
|
|
1914
|
-
export * from './lib/
|
|
1907
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDescription';
|
|
1908
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata';
|
|
1909
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDetailDescription';
|
|
1910
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata';
|
|
1915
1911
|
export * from './lib/WebPivotDataSelectorDescription';
|
|
1916
1912
|
export * from './lib/WebPivotDataSelectorDescriptionMetadata';
|
|
1917
1913
|
export * from './lib/WebPivotDataSelectorDescriptionModule';
|
|
@@ -157,6 +157,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
157
157
|
this.j.stroke();
|
|
158
158
|
}
|
|
159
159
|
this.j.globalAlpha = 1;
|
|
160
|
+
if (a.ai != null) {
|
|
161
|
+
this.j.setLineDash(new Array(0));
|
|
162
|
+
}
|
|
160
163
|
};
|
|
161
164
|
CanvasViewRenderer.prototype.h$q = function (a) {
|
|
162
165
|
if (a._visibility != 0) {
|
|
@@ -234,6 +237,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
237
|
if (a._opacity < 1 || this.e < 1) {
|
|
235
238
|
this.j.globalAlpha = 1;
|
|
236
239
|
}
|
|
240
|
+
if (a.ai != null) {
|
|
241
|
+
this.j.setLineDash(new Array(0));
|
|
242
|
+
}
|
|
237
243
|
};
|
|
238
244
|
CanvasViewRenderer.prototype.h$o = function (a) {
|
|
239
245
|
if (a == null) {
|
|
@@ -735,6 +741,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
735
741
|
this.j.stroke();
|
|
736
742
|
}
|
|
737
743
|
this.j.globalAlpha = 1;
|
|
744
|
+
if (a.ai != null) {
|
|
745
|
+
this.j.setLineDash(new Array(0));
|
|
746
|
+
}
|
|
738
747
|
};
|
|
739
748
|
CanvasViewRenderer.prototype.h$s = function (a) {
|
|
740
749
|
if (a.an == null || a.an.count < 1) {
|
|
@@ -809,6 +818,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
818
|
this.j.stroke();
|
|
810
819
|
}
|
|
811
820
|
this.j.globalAlpha = 1;
|
|
821
|
+
if (a.ai != null) {
|
|
822
|
+
this.j.setLineDash(new Array(0));
|
|
823
|
+
}
|
|
812
824
|
};
|
|
813
825
|
CanvasViewRenderer.prototype.h$n = function (a, b) {
|
|
814
826
|
if (b._visibility == 1) {
|
|
@@ -911,6 +923,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
911
923
|
this.j.stroke();
|
|
912
924
|
}
|
|
913
925
|
this.j.globalAlpha = 1;
|
|
926
|
+
if (a.ai != null) {
|
|
927
|
+
this.j.setLineDash(new Array(0));
|
|
928
|
+
}
|
|
914
929
|
};
|
|
915
930
|
CanvasViewRenderer.prototype.h$ac = function (a) {
|
|
916
931
|
this.j.beginPath();
|
|
@@ -496,11 +496,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
496
496
|
set: function (a) {
|
|
497
497
|
var b = this.p;
|
|
498
498
|
this.p = a;
|
|
499
|
-
if (this.p !=
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
this.
|
|
499
|
+
if (this.p != b) {
|
|
500
|
+
if (b != null) {
|
|
501
|
+
this.ay(7, b);
|
|
502
|
+
}
|
|
503
|
+
if (this.p != null) {
|
|
504
|
+
this.an(7, this.p);
|
|
505
|
+
}
|
|
504
506
|
}
|
|
505
507
|
},
|
|
506
508
|
enumerable: false,
|
|
@@ -513,11 +515,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
515
|
set: function (a) {
|
|
514
516
|
var b = this.r;
|
|
515
517
|
this.r = a;
|
|
516
|
-
if (this.r !=
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
this.
|
|
518
|
+
if (this.r != b) {
|
|
519
|
+
if (b != null) {
|
|
520
|
+
this.ay(8, b);
|
|
521
|
+
}
|
|
522
|
+
if (this.p != null) {
|
|
523
|
+
this.an(8, this.r);
|
|
524
|
+
}
|
|
521
525
|
}
|
|
522
526
|
},
|
|
523
527
|
enumerable: false,
|
|
@@ -530,11 +534,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
530
534
|
set: function (a) {
|
|
531
535
|
var b = this.l;
|
|
532
536
|
this.l = a;
|
|
533
|
-
if (this.l !=
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
this.
|
|
537
|
+
if (this.l != b) {
|
|
538
|
+
if (b != null) {
|
|
539
|
+
this.ay(12, b);
|
|
540
|
+
}
|
|
541
|
+
if (this.l != null) {
|
|
542
|
+
this.an(12, this.l);
|
|
543
|
+
}
|
|
538
544
|
}
|
|
539
545
|
},
|
|
540
546
|
enumerable: false,
|
|
@@ -547,11 +553,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
547
553
|
set: function (a) {
|
|
548
554
|
var b = this.m;
|
|
549
555
|
this.m = a;
|
|
550
|
-
if (this.m !=
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
this.
|
|
556
|
+
if (this.m != b) {
|
|
557
|
+
if (b != null) {
|
|
558
|
+
this.ay(13, b);
|
|
559
|
+
}
|
|
560
|
+
if (this.m != null) {
|
|
561
|
+
this.an(13, this.m);
|
|
562
|
+
}
|
|
555
563
|
}
|
|
556
564
|
},
|
|
557
565
|
enumerable: false,
|