@bravura/ui 6.1.0 → 8.0.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.
- package/CHANGELOG.md +19 -1
- package/README.md +58 -57
- package/fesm2022/bravura-ui-alert.mjs +19 -22
- package/fesm2022/bravura-ui-alert.mjs.map +1 -1
- package/fesm2022/bravura-ui-behavior.mjs +18 -18
- package/fesm2022/bravura-ui-behavior.mjs.map +1 -1
- package/fesm2022/bravura-ui-clip-note.mjs +10 -10
- package/fesm2022/bravura-ui-clip-note.mjs.map +1 -1
- package/fesm2022/bravura-ui-common.mjs +5 -6
- package/fesm2022/bravura-ui-common.mjs.map +1 -1
- package/fesm2022/bravura-ui-currency-input.mjs +7 -7
- package/fesm2022/bravura-ui-currency-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-decimal-input.mjs +7 -7
- package/fesm2022/bravura-ui-decimal-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-discrete-input.mjs +10 -11
- package/fesm2022/bravura-ui-discrete-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-file-upload.mjs +18 -18
- package/fesm2022/bravura-ui-file-upload.mjs.map +1 -1
- package/fesm2022/bravura-ui-form-field.mjs +10 -10
- package/fesm2022/bravura-ui-form-field.mjs.map +1 -1
- package/fesm2022/bravura-ui-icon-font.mjs +7 -7
- package/fesm2022/bravura-ui-icon-font.mjs.map +1 -1
- package/fesm2022/bravura-ui-panel.mjs +16 -16
- package/fesm2022/bravura-ui-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-phone-number.mjs +13 -13
- package/fesm2022/bravura-ui-phone-number.mjs.map +1 -1
- package/fesm2022/bravura-ui-radio-panel.mjs +12 -14
- package/fesm2022/bravura-ui-radio-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-selection-panel.mjs +11 -11
- package/fesm2022/bravura-ui-selection-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-skeletons.mjs +10 -10
- package/fesm2022/bravura-ui-skeletons.mjs.map +1 -1
- package/fesm2022/bravura-ui-stepper.mjs +18 -18
- package/fesm2022/bravura-ui-stepper.mjs.map +1 -1
- package/fesm2022/bravura-ui-tooltip.mjs +13 -31
- package/fesm2022/bravura-ui-tooltip.mjs.map +1 -1
- package/package.json +39 -39
- package/{alert/testing/test-api.d.ts → types/bravura-ui-alert-testing.d.ts} +8 -4
- package/{alert/alert-container.component.d.ts → types/bravura-ui-alert.d.ts} +61 -4
- package/types/bravura-ui-behavior.d.ts +233 -0
- package/{clip-note/clip-note.directive.d.ts → types/bravura-ui-clip-note.d.ts} +64 -6
- package/types/bravura-ui-common.d.ts +26 -0
- package/{currency-input/currency-input.directive.d.ts → types/bravura-ui-currency-input.d.ts} +17 -8
- package/{decimal-input/decimal-input.directive.d.ts → types/bravura-ui-decimal-input.d.ts} +17 -8
- package/{discrete-input/discrete-input.component.d.ts → types/bravura-ui-discrete-input.d.ts} +18 -5
- package/{file-upload/file-upload.component.d.ts → types/bravura-ui-file-upload.d.ts} +61 -7
- package/{form-field/form-field.component.d.ts → types/bravura-ui-form-field.d.ts} +18 -6
- package/{icon-font/icon.directive.d.ts → types/bravura-ui-icon-font.d.ts} +38 -3
- package/{panel/panel.component.d.ts → types/bravura-ui-panel.d.ts} +53 -4
- package/{phone-number/phone-number.directive.d.ts → types/bravura-ui-phone-number.d.ts} +49 -5
- package/{radio-panel/testing/test-api.d.ts → types/bravura-ui-radio-panel-testing.d.ts} +12 -7
- package/types/bravura-ui-radio-panel.d.ts +73 -0
- package/types/bravura-ui-selection-panel.d.ts +151 -0
- package/types/bravura-ui-skeletons.d.ts +81 -0
- package/{stepper/stepper.component.d.ts → types/bravura-ui-stepper.d.ts} +37 -4
- package/{tooltip/tooltip.directive.d.ts → types/bravura-ui-tooltip.d.ts} +19 -4
- package/types/bravura-ui.d.ts +3 -0
- package/alert/alert-message.component.d.ts +0 -47
- package/alert/alert.module.d.ts +0 -14
- package/alert/index.d.ts +0 -5
- package/alert/public-api.d.ts +0 -1
- package/alert/testing/index.d.ts +0 -5
- package/behavior/await.directive.d.ts +0 -71
- package/behavior/behavior.module.d.ts +0 -17
- package/behavior/index.d.ts +0 -5
- package/behavior/observe-content-class.directive.d.ts +0 -29
- package/behavior/public-api.d.ts +0 -5
- package/behavior/sizing-monitor.directive.d.ts +0 -23
- package/behavior/sizing.directive.d.ts +0 -98
- package/clip-note/clip-note.component.d.ts +0 -45
- package/clip-note/clip-note.module.d.ts +0 -19
- package/clip-note/index.d.ts +0 -5
- package/clip-note/public-api.d.ts +0 -1
- package/common/common-utils.d.ts +0 -11
- package/common/common.module.d.ts +0 -11
- package/common/index.d.ts +0 -5
- package/common/public-api.d.ts +0 -2
- package/currency-input/currency-input.module.d.ts +0 -10
- package/currency-input/index.d.ts +0 -5
- package/currency-input/public-api.d.ts +0 -1
- package/decimal-input/decimal-input.module.d.ts +0 -10
- package/decimal-input/index.d.ts +0 -5
- package/decimal-input/public-api.d.ts +0 -1
- package/discrete-input/discrete-input.module.d.ts +0 -11
- package/discrete-input/index.d.ts +0 -5
- package/discrete-input/public-api.d.ts +0 -2
- package/file-upload/file-upload.module.d.ts +0 -14
- package/file-upload/file-upload.service.d.ts +0 -42
- package/file-upload/index.d.ts +0 -5
- package/file-upload/public-api.d.ts +0 -6
- package/form-field/form-field.module.d.ts +0 -13
- package/form-field/index.d.ts +0 -5
- package/form-field/public-api.d.ts +0 -2
- package/icon-font/icon-font.module.d.ts +0 -12
- package/icon-font/index.d.ts +0 -5
- package/icon-font/public-api.d.ts +0 -3
- package/icon-font/utilities.d.ts +0 -20
- package/index.d.ts +0 -5
- package/panel/index.d.ts +0 -5
- package/panel/panel-section.component.d.ts +0 -15
- package/panel/panel.module.d.ts +0 -16
- package/panel/public-api.d.ts +0 -1
- package/panel/tinted.directive.d.ts +0 -26
- package/phone-number/index.d.ts +0 -5
- package/phone-number/phone-number.module.d.ts +0 -17
- package/phone-number/phone-number.pipe.d.ts +0 -13
- package/phone-number/phone-number.validator.d.ts +0 -31
- package/phone-number/public-api.d.ts +0 -1
- package/public-api.d.ts +0 -1
- package/radio-panel/index.d.ts +0 -5
- package/radio-panel/public-api.d.ts +0 -3
- package/radio-panel/radio-panel-item.component.d.ts +0 -22
- package/radio-panel/radio-panel.component.d.ts +0 -38
- package/radio-panel/radio-panel.module.d.ts +0 -15
- package/radio-panel/testing/index.d.ts +0 -5
- package/selection-panel/index.d.ts +0 -5
- package/selection-panel/public-api.d.ts +0 -3
- package/selection-panel/selection-panel-item.component.d.ts +0 -77
- package/selection-panel/selection-panel.directive.d.ts +0 -67
- package/selection-panel/selection-panel.module.d.ts +0 -13
- package/skeletons/index.d.ts +0 -5
- package/skeletons/public-api.d.ts +0 -3
- package/skeletons/skeleton-loader-presets.directive.d.ts +0 -23
- package/skeletons/skeleton-loader.component.d.ts +0 -44
- package/skeletons/skeletons.module.d.ts +0 -16
- package/stepper/index.d.ts +0 -5
- package/stepper/public-api.d.ts +0 -3
- package/stepper/step-label-top.directive.d.ts +0 -17
- package/stepper/stepper-animation.d.ts +0 -6
- package/stepper/stepper.module.d.ts +0 -17
- package/tooltip/index.d.ts +0 -5
- package/tooltip/public-api.d.ts +0 -3
- package/tooltip/tooltip.component.d.ts +0 -26
- package/tooltip/tooltip.module.d.ts +0 -13
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, InjectionToken, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TooltipComponent as MatTooltipComponent } from '@angular/material/tooltip';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @ignore
|
|
6
|
-
*/
|
|
7
|
-
interface TooltipTemplateContainer {
|
|
8
|
-
template?: TemplateRef<any>;
|
|
9
|
-
message?: string;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @ignore
|
|
13
|
-
*/
|
|
14
|
-
export declare const BUI_TOOLTIP_TEMPLATE_REF: InjectionToken<TooltipTemplateContainer>;
|
|
15
|
-
export declare class TooltipComponent extends MatTooltipComponent {
|
|
16
|
-
_tooltipInst: TooltipTemplateContainer;
|
|
17
|
-
private _messageCopy;
|
|
18
|
-
_tooltip: ElementRef<HTMLElement>;
|
|
19
|
-
private tooltipDiv;
|
|
20
|
-
private messageCont;
|
|
21
|
-
constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef<HTMLElement>, _tooltipInst: TooltipTemplateContainer, animationMode?: string);
|
|
22
|
-
show(delay: number): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, [null, null, null, { optional: true; }]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "bui-tooltip-component", never, {}, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
26
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tooltip.directive";
|
|
3
|
-
import * as i2 from "./tooltip.component";
|
|
4
|
-
import * as i3 from "@angular/cdk/a11y";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/cdk/overlay";
|
|
7
|
-
import * as i6 from "@angular/material/core";
|
|
8
|
-
import * as i7 from "@angular/cdk/scrolling";
|
|
9
|
-
export declare class TooltipModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipDirective, typeof i2.TooltipComponent], [typeof i3.A11yModule, typeof i4.CommonModule, typeof i5.OverlayModule, typeof i6.MatCommonModule], [typeof i1.TooltipDirective, typeof i6.MatCommonModule, typeof i7.CdkScrollableModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
13
|
-
}
|