igniteui-angular-core 16.1.1 → 16.1.2-beta.0

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.
@@ -13,9 +13,9 @@ export let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
13
13
  class WebComboChangeEventArgsDetailDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.h = null;
16
+ this.l = null;
17
17
  this.k = null;
18
- this.n = null;
18
+ this.j = null;
19
19
  }
20
20
  get_type() {
21
21
  return "WebComboChangeEventArgsDetail";
@@ -23,25 +23,25 @@ export let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
23
23
  get type() {
24
24
  return this.get_type();
25
25
  }
26
- get newValue() {
27
- return this.h;
26
+ get newValueRef() {
27
+ return this.l;
28
28
  }
29
- set newValue(a) {
30
- this.h = a;
31
- this.g("NewValue");
29
+ set newValueRef(a) {
30
+ this.l = a;
31
+ this.g("NewValueRef");
32
32
  }
33
- get items() {
33
+ get itemsRef() {
34
34
  return this.k;
35
35
  }
36
- set items(a) {
36
+ set itemsRef(a) {
37
37
  this.k = a;
38
- this.g("Items");
38
+ this.g("ItemsRef");
39
39
  }
40
40
  get changeType() {
41
- return this.n;
41
+ return this.j;
42
42
  }
43
43
  set changeType(a) {
44
- this.n = a;
44
+ this.j = a;
45
45
  this.g("ChangeType");
46
46
  }
47
47
  }
@@ -27,8 +27,8 @@ export let WebComboChangeEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (()
27
27
  a.item("__skipModuleRegisterWebComponents", "Boolean");
28
28
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
29
29
  a.item("__skipSuffix", "Boolean");
30
- a.item("NewValue", "Array:string");
31
- a.item("Items", "Unknown");
30
+ a.item("NewValueRef", "(w:NewValue,wf:NewValue)DataRef:object");
31
+ a.item("ItemsRef", "(w:Items,wf:Items)DataRef:object");
32
32
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
33
33
  a.item("ChangeType@stringUnion", "WebComponents;React");
34
34
  a.item("ChangeType@names", "Selection;Deselection;Addition");
@@ -58,7 +58,7 @@ export let WebComboDescriptionMetadata = /*@__PURE__*/ (() => {
58
58
  a.item("FilteringOptions", "ExportedType:WebFilteringOptions");
59
59
  a.item("CaseSensitiveIcon", "Boolean");
60
60
  a.item("DisableFiltering", "Boolean");
61
- a.item("Value", "Array:string");
61
+ a.item("Value", "Array:object");
62
62
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
63
63
  a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,wf:GroupHeaderTemplate)TemplateRef::object");
64
64
  a.item("ChangeRef", "EventRef::change");
@@ -268,7 +268,11 @@ let _longDateFormatOptions = {
268
268
  export function toLongDateString(value) {
269
269
  return value.toLocaleString(CultureInfo.currentCulture.name, _longDateFormatOptions).replace(/\u200E/g, "");
270
270
  }
271
- let _longTimeFormatOptions;
271
+ let _longTimeFormatOptions = {
272
+ hour: "numeric",
273
+ minute: "numeric",
274
+ second: "numeric"
275
+ };
272
276
  export function toLongTimeString(value) {
273
277
  return value.toLocaleString(CultureInfo.currentCulture.name, _longTimeFormatOptions).replace(/\u200E/g, "");
274
278
  }
@@ -14,9 +14,9 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
14
14
  __extends(WebComboChangeEventArgsDetailDescription, _super);
15
15
  function WebComboChangeEventArgsDetailDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.h = null;
17
+ _this.l = null;
18
18
  _this.k = null;
19
- _this.n = null;
19
+ _this.j = null;
20
20
  return _this;
21
21
  }
22
22
  WebComboChangeEventArgsDetailDescription.prototype.get_type = function () {
@@ -29,34 +29,34 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
29
29
  enumerable: false,
30
30
  configurable: true
31
31
  });
32
- Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValue", {
32
+ Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValueRef", {
33
33
  get: function () {
34
- return this.h;
34
+ return this.l;
35
35
  },
36
36
  set: function (a) {
37
- this.h = a;
38
- this.g("NewValue");
37
+ this.l = a;
38
+ this.g("NewValueRef");
39
39
  },
40
40
  enumerable: false,
41
41
  configurable: true
42
42
  });
43
- Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "items", {
43
+ Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "itemsRef", {
44
44
  get: function () {
45
45
  return this.k;
46
46
  },
47
47
  set: function (a) {
48
48
  this.k = a;
49
- this.g("Items");
49
+ this.g("ItemsRef");
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
53
53
  });
54
54
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "changeType", {
55
55
  get: function () {
56
- return this.n;
56
+ return this.j;
57
57
  },
58
58
  set: function (a) {
59
- this.n = a;
59
+ this.j = a;
60
60
  this.g("ChangeType");
61
61
  },
62
62
  enumerable: false,
@@ -31,8 +31,8 @@ var WebComboChangeEventArgsDetailDescriptionMetadata = /** @class */ /*@__PURE__
31
31
  a.item("__skipModuleRegisterWebComponents", "Boolean");
32
32
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
33
33
  a.item("__skipSuffix", "Boolean");
34
- a.item("NewValue", "Array:string");
35
- a.item("Items", "Unknown");
34
+ a.item("NewValueRef", "(w:NewValue,wf:NewValue)DataRef:object");
35
+ a.item("ItemsRef", "(w:Items,wf:Items)DataRef:object");
36
36
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
37
37
  a.item("ChangeType@stringUnion", "WebComponents;React");
38
38
  a.item("ChangeType@names", "Selection;Deselection;Addition");
@@ -62,7 +62,7 @@ var WebComboDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
62
62
  a.item("FilteringOptions", "ExportedType:WebFilteringOptions");
63
63
  a.item("CaseSensitiveIcon", "Boolean");
64
64
  a.item("DisableFiltering", "Boolean");
65
- a.item("Value", "Array:string");
65
+ a.item("Value", "Array:object");
66
66
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
67
67
  a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,wf:GroupHeaderTemplate)TemplateRef::object");
68
68
  a.item("ChangeRef", "EventRef::change");
@@ -277,7 +277,11 @@ var _longDateFormatOptions = {
277
277
  export function toLongDateString(value) {
278
278
  return value.toLocaleString(CultureInfo.currentCulture.name, _longDateFormatOptions).replace(/\u200E/g, "");
279
279
  }
280
- var _longTimeFormatOptions;
280
+ var _longTimeFormatOptions = {
281
+ hour: "numeric",
282
+ minute: "numeric",
283
+ second: "numeric"
284
+ };
281
285
  export function toLongTimeString(value) {
282
286
  return value.toLocaleString(CultureInfo.currentCulture.name, _longTimeFormatOptions).replace(/\u200E/g, "");
283
287
  }
@@ -8410,7 +8410,11 @@ let _longDateFormatOptions = {
8410
8410
  function toLongDateString(value) {
8411
8411
  return value.toLocaleString(CultureInfo.currentCulture.name, _longDateFormatOptions).replace(/\u200E/g, "");
8412
8412
  }
8413
- let _longTimeFormatOptions;
8413
+ let _longTimeFormatOptions = {
8414
+ hour: "numeric",
8415
+ minute: "numeric",
8416
+ second: "numeric"
8417
+ };
8414
8418
  function toLongTimeString(value) {
8415
8419
  return value.toLocaleString(CultureInfo.currentCulture.name, _longTimeFormatOptions).replace(/\u200E/g, "");
8416
8420
  }
@@ -168859,9 +168863,9 @@ let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
168859
168863
  class WebComboChangeEventArgsDetailDescription extends Description {
168860
168864
  constructor() {
168861
168865
  super();
168862
- this.h = null;
168866
+ this.l = null;
168863
168867
  this.k = null;
168864
- this.n = null;
168868
+ this.j = null;
168865
168869
  }
168866
168870
  get_type() {
168867
168871
  return "WebComboChangeEventArgsDetail";
@@ -168869,25 +168873,25 @@ let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
168869
168873
  get type() {
168870
168874
  return this.get_type();
168871
168875
  }
168872
- get newValue() {
168873
- return this.h;
168876
+ get newValueRef() {
168877
+ return this.l;
168874
168878
  }
168875
- set newValue(a) {
168876
- this.h = a;
168877
- this.g("NewValue");
168879
+ set newValueRef(a) {
168880
+ this.l = a;
168881
+ this.g("NewValueRef");
168878
168882
  }
168879
- get items() {
168883
+ get itemsRef() {
168880
168884
  return this.k;
168881
168885
  }
168882
- set items(a) {
168886
+ set itemsRef(a) {
168883
168887
  this.k = a;
168884
- this.g("Items");
168888
+ this.g("ItemsRef");
168885
168889
  }
168886
168890
  get changeType() {
168887
- return this.n;
168891
+ return this.j;
168888
168892
  }
168889
168893
  set changeType(a) {
168890
- this.n = a;
168894
+ this.j = a;
168891
168895
  this.g("ChangeType");
168892
168896
  }
168893
168897
  }
@@ -168923,8 +168927,8 @@ let WebComboChangeEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (() => {
168923
168927
  a.item("__skipModuleRegisterWebComponents", "Boolean");
168924
168928
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
168925
168929
  a.item("__skipSuffix", "Boolean");
168926
- a.item("NewValue", "Array:string");
168927
- a.item("Items", "Unknown");
168930
+ a.item("NewValueRef", "(w:NewValue,wf:NewValue)DataRef:object");
168931
+ a.item("ItemsRef", "(w:Items,wf:Items)DataRef:object");
168928
168932
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
168929
168933
  a.item("ChangeType@stringUnion", "WebComponents;React");
168930
168934
  a.item("ChangeType@names", "Selection;Deselection;Addition");
@@ -169068,7 +169072,7 @@ let WebComboDescriptionMetadata = /*@__PURE__*/ (() => {
169068
169072
  a.item("FilteringOptions", "ExportedType:WebFilteringOptions");
169069
169073
  a.item("CaseSensitiveIcon", "Boolean");
169070
169074
  a.item("DisableFiltering", "Boolean");
169071
- a.item("Value", "Array:string");
169075
+ a.item("Value", "Array:object");
169072
169076
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
169073
169077
  a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,wf:GroupHeaderTemplate)TemplateRef::object");
169074
169078
  a.item("ChangeRef", "EventRef::change");
@@ -9641,7 +9641,11 @@ var _longDateFormatOptions = {
9641
9641
  function toLongDateString(value) {
9642
9642
  return value.toLocaleString(CultureInfo.currentCulture.name, _longDateFormatOptions).replace(/\u200E/g, "");
9643
9643
  }
9644
- var _longTimeFormatOptions;
9644
+ var _longTimeFormatOptions = {
9645
+ hour: "numeric",
9646
+ minute: "numeric",
9647
+ second: "numeric"
9648
+ };
9645
9649
  function toLongTimeString(value) {
9646
9650
  return value.toLocaleString(CultureInfo.currentCulture.name, _longTimeFormatOptions).replace(/\u200E/g, "");
9647
9651
  }
@@ -202656,9 +202660,9 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
202656
202660
  __extends(WebComboChangeEventArgsDetailDescription, _super);
202657
202661
  function WebComboChangeEventArgsDetailDescription() {
202658
202662
  var _this = _super.call(this) || this;
202659
- _this.h = null;
202663
+ _this.l = null;
202660
202664
  _this.k = null;
202661
- _this.n = null;
202665
+ _this.j = null;
202662
202666
  return _this;
202663
202667
  }
202664
202668
  WebComboChangeEventArgsDetailDescription.prototype.get_type = function () {
@@ -202671,34 +202675,34 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
202671
202675
  enumerable: false,
202672
202676
  configurable: true
202673
202677
  });
202674
- Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValue", {
202678
+ Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValueRef", {
202675
202679
  get: function () {
202676
- return this.h;
202680
+ return this.l;
202677
202681
  },
202678
202682
  set: function (a) {
202679
- this.h = a;
202680
- this.g("NewValue");
202683
+ this.l = a;
202684
+ this.g("NewValueRef");
202681
202685
  },
202682
202686
  enumerable: false,
202683
202687
  configurable: true
202684
202688
  });
202685
- Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "items", {
202689
+ Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "itemsRef", {
202686
202690
  get: function () {
202687
202691
  return this.k;
202688
202692
  },
202689
202693
  set: function (a) {
202690
202694
  this.k = a;
202691
- this.g("Items");
202695
+ this.g("ItemsRef");
202692
202696
  },
202693
202697
  enumerable: false,
202694
202698
  configurable: true
202695
202699
  });
202696
202700
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "changeType", {
202697
202701
  get: function () {
202698
- return this.n;
202702
+ return this.j;
202699
202703
  },
202700
202704
  set: function (a) {
202701
- this.n = a;
202705
+ this.j = a;
202702
202706
  this.g("ChangeType");
202703
202707
  },
202704
202708
  enumerable: false,
@@ -202739,8 +202743,8 @@ var WebComboChangeEventArgsDetailDescriptionMetadata = /** @class */ /*@__PURE__
202739
202743
  a.item("__skipModuleRegisterWebComponents", "Boolean");
202740
202744
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
202741
202745
  a.item("__skipSuffix", "Boolean");
202742
- a.item("NewValue", "Array:string");
202743
- a.item("Items", "Unknown");
202746
+ a.item("NewValueRef", "(w:NewValue,wf:NewValue)DataRef:object");
202747
+ a.item("ItemsRef", "(w:Items,wf:Items)DataRef:object");
202744
202748
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
202745
202749
  a.item("ChangeType@stringUnion", "WebComponents;React");
202746
202750
  a.item("ChangeType@names", "Selection;Deselection;Addition");
@@ -202896,7 +202900,7 @@ var WebComboDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
202896
202900
  a.item("FilteringOptions", "ExportedType:WebFilteringOptions");
202897
202901
  a.item("CaseSensitiveIcon", "Boolean");
202898
202902
  a.item("DisableFiltering", "Boolean");
202899
- a.item("Value", "Array:string");
202903
+ a.item("Value", "Array:object");
202900
202904
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
202901
202905
  a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,wf:GroupHeaderTemplate)TemplateRef::object");
202902
202906
  a.item("ChangeRef", "EventRef::change");
@@ -10,13 +10,13 @@ export declare class WebComboChangeEventArgsDetailDescription extends Descriptio
10
10
  private static __marshalByValue;
11
11
  private static __marshalByValueAlias;
12
12
  constructor();
13
- private h;
14
- get newValue(): string[];
15
- set newValue(a: string[]);
13
+ private l;
14
+ get newValueRef(): string;
15
+ set newValueRef(a: string);
16
16
  private k;
17
- get items(): any;
18
- set items(a: any);
19
- private n;
17
+ get itemsRef(): string;
18
+ set itemsRef(a: string);
19
+ private j;
20
20
  get changeType(): string;
21
21
  set changeType(a: string);
22
22
  }
@@ -73,8 +73,8 @@ export declare class WebComboDescription extends Description {
73
73
  get disableFiltering(): boolean;
74
74
  set disableFiltering(a: boolean);
75
75
  private h;
76
- get value(): string[];
77
- set value(a: string[]);
76
+ get value(): any[];
77
+ set value(a: any[]);
78
78
  private aq;
79
79
  get itemTemplateRef(): string;
80
80
  set itemTemplateRef(a: string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-core",
3
- "version": "16.1.1",
3
+ "version": "16.1.2-beta.0",
4
4
  "description": "Ignite UI Angular Core logic used in multiple UI components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
6
6
  "keywords": [