@proximus/lavender-angular 1.4.7-alpha.8 → 1.4.7-beta.1
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/lavender.directive.d.ts
CHANGED
|
@@ -7299,8 +7299,6 @@ export declare class PxTr {
|
|
|
7299
7299
|
*/
|
|
7300
7300
|
export declare class PxTabs {
|
|
7301
7301
|
private elementRef;
|
|
7302
|
-
set label(value: unknown);
|
|
7303
|
-
get label(): unknown;
|
|
7304
7302
|
set inverted(value: unknown);
|
|
7305
7303
|
get inverted(): unknown;
|
|
7306
7304
|
set ariaLabelNext(value: unknown);
|
|
@@ -7311,7 +7309,7 @@ export declare class PxTabs {
|
|
|
7311
7309
|
get hideControls(): unknown;
|
|
7312
7310
|
constructor(elementRef: ElementRef);
|
|
7313
7311
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxTabs, never>;
|
|
7314
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabs, "px-tabs", never, { "
|
|
7312
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxTabs, "px-tabs", never, { "inverted": { "alias": "inverted"; "required": false; }; "ariaLabelNext": { "alias": "aria-label-next"; "required": false; }; "ariaLabelPrevious": { "alias": "aria-label-previous"; "required": false; }; "hideControls": { "alias": "hide-controls"; "required": false; }; }, {}, never, never, false, never>;
|
|
7315
7313
|
}
|
|
7316
7314
|
/**
|
|
7317
7315
|
* @description Type-only wrapper for <px-tab>
|