novo-elements 6.2.1 → 6.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novo-elements",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "sideEffects": true,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": ">=10",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schematics",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "A novo-element schematics",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
@@ -8,8 +8,8 @@ export declare class NovoOptgroupBase implements CanDisable {
8
8
  label: string;
9
9
  /** Unique id for the underlying label. */
10
10
  _labelId: string;
11
- /** Whether the group is in inert a11y mode. */
12
- _inert: boolean;
11
+ /** Whether the group is in novoInert a11y mode. */
12
+ _novoInert: boolean;
13
13
  }
14
14
  export declare const NovoOptgroupMixinBase: CanDisableCtor & typeof NovoOptgroupBase;
15
15
  /**
@@ -28,7 +28,7 @@ export declare class NovoOptionBase implements FocusableOption, AfterViewChecked
28
28
  private _clickPassive;
29
29
  /** TODO: deprecate maybe, check support for table headers */
30
30
  keepOpen: boolean;
31
- inert: boolean;
31
+ novoInert: boolean;
32
32
  /** If there is no parent then nothing is managing the selection. */
33
33
  get selectable(): NovoOptionParentComponent;
34
34
  /** Whether the wrapping component is in multiple selection mode. */