igniteui-angular-core 16.1.0-beta.2 → 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.
Files changed (42) hide show
  1. package/bundles/igniteui-angular-core.umd.js +206 -127
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasViewRenderer.js +15 -0
  4. package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  5. package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  6. package/esm2015/lib/WebContentPaneDescription.js +69 -53
  7. package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
  8. package/esm2015/lib/WebDockManagerDescription.js +20 -12
  9. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
  11. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  12. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  13. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/WebStepperDescription.js +6 -14
  15. package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
  16. package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
  17. package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  18. package/esm5/lib/CanvasViewRenderer.js +15 -0
  19. package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  20. package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  21. package/esm5/lib/WebContentPaneDescription.js +77 -53
  22. package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
  23. package/esm5/lib/WebDockManagerDescription.js +24 -12
  24. package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
  25. package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
  26. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  27. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  28. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  29. package/esm5/lib/WebStepperDescription.js +6 -18
  30. package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
  31. package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
  32. package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  33. package/fesm2015/igniteui-angular-core.js +182 -123
  34. package/fesm5/igniteui-angular-core.js +206 -127
  35. package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
  36. package/lib/WebContentPaneDescription.d.ts +26 -20
  37. package/lib/WebDockManagerDescription.d.ts +7 -4
  38. package/lib/WebDockingIndicatorDescription.d.ts +4 -1
  39. package/lib/WebSplitPaneDescription.d.ts +9 -6
  40. package/lib/WebStepperDescription.d.ts +2 -5
  41. package/lib/WebTabGroupPaneDescription.d.ts +7 -4
  42. package/package.json +1 -1
@@ -14,16 +14,17 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebSplitPaneDescription, _super);
15
15
  function WebSplitPaneDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.ac = null;
18
17
  _this.ae = null;
19
- _this.ad = null;
18
+ _this.ag = null;
19
+ _this.af = null;
20
20
  _this.m = null;
21
- _this.x = 0;
21
+ _this.z = 0;
22
22
  _this.o = null;
23
- _this.w = 0;
24
- _this.v = 0;
23
+ _this.y = 0;
24
+ _this.x = 0;
25
25
  _this.s = false;
26
26
  _this.r = false;
27
+ _this.t = false;
27
28
  return _this;
28
29
  }
29
30
  WebSplitPaneDescription.prototype.get_type = function () {
@@ -31,10 +32,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
31
32
  };
32
33
  Object.defineProperty(WebSplitPaneDescription.prototype, "id", {
33
34
  get: function () {
34
- return this.ac;
35
+ return this.ae;
35
36
  },
36
37
  set: function (a) {
37
- this.ac = a;
38
+ this.ae = a;
38
39
  this.g("Id");
39
40
  },
40
41
  enumerable: false,
@@ -42,10 +43,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
42
43
  });
43
44
  Object.defineProperty(WebSplitPaneDescription.prototype, "paneType", {
44
45
  get: function () {
45
- return this.ae;
46
+ return this.ag;
46
47
  },
47
48
  set: function (a) {
48
- this.ae = a;
49
+ this.ag = a;
49
50
  this.g("PaneType");
50
51
  },
51
52
  enumerable: false,
@@ -53,10 +54,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
53
54
  });
54
55
  Object.defineProperty(WebSplitPaneDescription.prototype, "orientation", {
55
56
  get: function () {
56
- return this.ad;
57
+ return this.af;
57
58
  },
58
59
  set: function (a) {
59
- this.ad = a;
60
+ this.af = a;
60
61
  this.g("Orientation");
61
62
  },
62
63
  enumerable: false,
@@ -75,10 +76,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
75
76
  });
76
77
  Object.defineProperty(WebSplitPaneDescription.prototype, "size", {
77
78
  get: function () {
78
- return this.x;
79
+ return this.z;
79
80
  },
80
81
  set: function (a) {
81
- this.x = a;
82
+ this.z = a;
82
83
  this.g("Size");
83
84
  },
84
85
  enumerable: false,
@@ -97,10 +98,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
97
98
  });
98
99
  Object.defineProperty(WebSplitPaneDescription.prototype, "floatingWidth", {
99
100
  get: function () {
100
- return this.w;
101
+ return this.y;
101
102
  },
102
103
  set: function (a) {
103
- this.w = a;
104
+ this.y = a;
104
105
  this.g("FloatingWidth");
105
106
  },
106
107
  enumerable: false,
@@ -108,10 +109,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
108
109
  });
109
110
  Object.defineProperty(WebSplitPaneDescription.prototype, "floatingHeight", {
110
111
  get: function () {
111
- return this.v;
112
+ return this.x;
112
113
  },
113
114
  set: function (a) {
114
- this.v = a;
115
+ this.x = a;
115
116
  this.g("FloatingHeight");
116
117
  },
117
118
  enumerable: false,
@@ -139,6 +140,17 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
139
140
  enumerable: false,
140
141
  configurable: true
141
142
  });
143
+ Object.defineProperty(WebSplitPaneDescription.prototype, "isMaximized", {
144
+ get: function () {
145
+ return this.t;
146
+ },
147
+ set: function (a) {
148
+ this.t = a;
149
+ this.g("IsMaximized");
150
+ },
151
+ enumerable: false,
152
+ configurable: true
153
+ });
142
154
  WebSplitPaneDescription.$t = markType(WebSplitPaneDescription, 'WebSplitPaneDescription', WebDockManagerPaneDescription.$);
143
155
  WebSplitPaneDescription.__marshalByValue1 = true;
144
156
  WebSplitPaneDescription.__marshalByValueAlias1 = "SplitPane";
@@ -48,6 +48,7 @@ var WebSplitPaneDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_su
48
48
  a.item("FloatingHeight", "Number:double");
49
49
  a.item("FloatingResizable", "Boolean");
50
50
  a.item("AllowEmpty", "Boolean");
51
+ a.item("IsMaximized", "Boolean");
51
52
  WebSplitPaneDescriptionMetadata.e(a);
52
53
  };
53
54
  WebSplitPaneDescriptionMetadata.d = function (a) {
@@ -16,12 +16,11 @@ var WebStepperDescription = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  var _this = _super.call(this) || this;
17
17
  _this.h = null;
18
18
  _this.q = null;
19
- _this.s = null;
19
+ _this.r = null;
20
20
  _this.k = false;
21
21
  _this.j = false;
22
22
  _this.p = null;
23
- _this.t = null;
24
- _this.r = null;
23
+ _this.s = null;
25
24
  _this.o = null;
26
25
  _this.n = null;
27
26
  return _this;
@@ -60,10 +59,10 @@ var WebStepperDescription = /** @class */ /*@__PURE__*/ (function (_super) {
60
59
  });
61
60
  Object.defineProperty(WebStepperDescription.prototype, "stepType", {
62
61
  get: function () {
63
- return this.s;
62
+ return this.r;
64
63
  },
65
64
  set: function (a) {
66
- this.s = a;
65
+ this.r = a;
67
66
  this.g("StepType");
68
67
  },
69
68
  enumerable: false,
@@ -104,26 +103,15 @@ var WebStepperDescription = /** @class */ /*@__PURE__*/ (function (_super) {
104
103
  });
105
104
  Object.defineProperty(WebStepperDescription.prototype, "titlePosition", {
106
105
  get: function () {
107
- return this.t;
106
+ return this.s;
108
107
  },
109
108
  set: function (a) {
110
- this.t = a;
109
+ this.s = a;
111
110
  this.g("TitlePosition");
112
111
  },
113
112
  enumerable: false,
114
113
  configurable: true
115
114
  });
116
- Object.defineProperty(WebStepperDescription.prototype, "size", {
117
- get: function () {
118
- return this.r;
119
- },
120
- set: function (a) {
121
- this.r = a;
122
- this.g("Size");
123
- },
124
- enumerable: false,
125
- configurable: true
126
- });
127
115
  Object.defineProperty(WebStepperDescription.prototype, "activeStepChangingRef", {
128
116
  get: function () {
129
117
  return this.o;
@@ -52,8 +52,6 @@ var WebStepperDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_supe
52
52
  a.item("TitlePosition", "ExportedType:string:StepperTitlePosition");
53
53
  a.item("TitlePosition@stringUnion", "WebComponents;React");
54
54
  a.item("TitlePosition@names", "Top;Bottom;Start;End");
55
- a.item("Size", "ExportedType:string:SizableComponentSize");
56
- a.item("Size@names", "Large;Small;Medium");
57
55
  a.item("ActiveStepChangingRef", "EventRef::activeStepChanging");
58
56
  a.item("ActiveStepChangedRef", "EventRef::activeStepChanged");
59
57
  };
@@ -14,12 +14,13 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
14
14
  __extends(WebTabGroupPaneDescription, _super);
15
15
  function WebTabGroupPaneDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.w = null;
18
- _this.x = null;
17
+ _this.y = null;
18
+ _this.z = null;
19
19
  _this.m = null;
20
- _this.s = 0;
21
- _this.r = 0;
20
+ _this.u = 0;
21
+ _this.t = 0;
22
22
  _this.p = false;
23
+ _this.q = false;
23
24
  return _this;
24
25
  }
25
26
  WebTabGroupPaneDescription.prototype.get_type = function () {
@@ -27,10 +28,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
27
28
  };
28
29
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "id", {
29
30
  get: function () {
30
- return this.w;
31
+ return this.y;
31
32
  },
32
33
  set: function (a) {
33
- this.w = a;
34
+ this.y = a;
34
35
  this.g("Id");
35
36
  },
36
37
  enumerable: false,
@@ -38,10 +39,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
38
39
  });
39
40
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "paneType", {
40
41
  get: function () {
41
- return this.x;
42
+ return this.z;
42
43
  },
43
44
  set: function (a) {
44
- this.x = a;
45
+ this.z = a;
45
46
  this.g("PaneType");
46
47
  },
47
48
  enumerable: false,
@@ -60,10 +61,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
60
61
  });
61
62
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "size", {
62
63
  get: function () {
63
- return this.s;
64
+ return this.u;
64
65
  },
65
66
  set: function (a) {
66
- this.s = a;
67
+ this.u = a;
67
68
  this.g("Size");
68
69
  },
69
70
  enumerable: false,
@@ -71,10 +72,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
71
72
  });
72
73
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "selectedIndex", {
73
74
  get: function () {
74
- return this.r;
75
+ return this.t;
75
76
  },
76
77
  set: function (a) {
77
- this.r = a;
78
+ this.t = a;
78
79
  this.g("SelectedIndex");
79
80
  },
80
81
  enumerable: false,
@@ -91,6 +92,17 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
91
92
  enumerable: false,
92
93
  configurable: true
93
94
  });
95
+ Object.defineProperty(WebTabGroupPaneDescription.prototype, "isMaximized", {
96
+ get: function () {
97
+ return this.q;
98
+ },
99
+ set: function (a) {
100
+ this.q = a;
101
+ this.g("IsMaximized");
102
+ },
103
+ enumerable: false,
104
+ configurable: true
105
+ });
94
106
  WebTabGroupPaneDescription.$t = markType(WebTabGroupPaneDescription, 'WebTabGroupPaneDescription', WebDockManagerPaneDescription.$);
95
107
  WebTabGroupPaneDescription.__marshalByValue1 = true;
96
108
  WebTabGroupPaneDescription.__marshalByValueAlias1 = "TabGroupPane";
@@ -40,6 +40,7 @@ var WebTabGroupPaneDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (
40
40
  a.item("Size", "Number:double");
41
41
  a.item("SelectedIndex", "Number:double");
42
42
  a.item("AllowEmpty", "Boolean");
43
+ a.item("IsMaximized", "Boolean");
43
44
  WebTabGroupPaneDescriptionMetadata.e(a);
44
45
  };
45
46
  WebTabGroupPaneDescriptionMetadata.d = function (a) {