novo-elements 6.1.3 → 6.1.4
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/novo-elements.umd.js +16 -16
- package/bundles/novo-elements.umd.js.map +1 -1
- package/bundles/novo-elements.umd.min.js +1 -1
- package/bundles/novo-elements.umd.min.js.map +1 -1
- package/elements/data-table/data-table.component.scss +1 -1
- package/elements/dropdown/Dropdown.scss +1 -1
- package/elements/icon/Icon.scss +1 -0
- package/esm2015/src/elements/common/option/optgroup.component.js +7 -7
- package/esm2015/src/elements/common/option/option.component.js +8 -8
- package/esm2015/src/elements/data-table/cell-headers/data-table-header-cell.component.js +4 -4
- package/esm2015/src/elements/tabbed-group-picker/TabbedGroupPicker.js +2 -2
- package/esm2015/src/elements/table/Table.js +5 -5
- package/fesm2015/novo-elements.js +21 -21
- package/fesm2015/novo-elements.js.map +1 -1
- package/package.json +1 -1
- package/schematics/package.json +1 -1
- package/src/elements/common/option/optgroup.component.d.ts +2 -2
- package/src/elements/common/option/option.component.d.ts +1 -1
package/package.json
CHANGED
package/schematics/package.json
CHANGED
|
@@ -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
|
|
12
|
-
|
|
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
|
-
|
|
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. */
|