igniteui-webcomponents-grids 4.7.2-beta.1 → 4.7.2

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.
@@ -436,6 +436,21 @@ export declare class IgcMultiColumnComboBoxComponent extends IgcHTMLElement {
436
436
  */
437
437
  get value(): any;
438
438
  set value(v: any);
439
+ /**
440
+ * Indicates that the dropdown will position itself relative to the window instead of the document.
441
+ */
442
+ get isFixed(): boolean;
443
+ set isFixed(v: boolean);
444
+ /**
445
+ * Indicates that the dropdown should open as a child of the combobox.
446
+ */
447
+ get openAsChild(): boolean;
448
+ set openAsChild(v: boolean);
449
+ /**
450
+ * Indicates that the dropdown will place itself into the browser top layer.
451
+ */
452
+ get useTopLayer(): boolean;
453
+ set useTopLayer(v: boolean);
439
454
  findByName(name: string): any;
440
455
  protected __p: string;
441
456
  protected _hasUserValues: Set<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-grids",
3
- "version": "4.7.2-beta.1",
3
+ "version": "4.7.2",
4
4
  "description": "Ignite UI Web Components grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "4.7.2-beta.1",
22
- "igniteui-webcomponents-layouts": "4.7.2-beta.1",
23
- "igniteui-webcomponents-inputs": "4.7.2-beta.1"
21
+ "igniteui-webcomponents-core": "4.7.2",
22
+ "igniteui-webcomponents-layouts": "4.7.2",
23
+ "igniteui-webcomponents-inputs": "4.7.2"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"