btv-base-controls 0.1.14 → 0.1.16

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.
Files changed (72) hide show
  1. package/README.md +24 -24
  2. package/{esm2020 → esm2022}/btv-base-controls.mjs +4 -4
  3. package/esm2022/lib/basic.module.mjs +64 -0
  4. package/esm2022/lib/blink-message/blink-message.component.mjs +54 -0
  5. package/{esm2020 → esm2022}/lib/btv-icon-button/btv-counter-button.mjs +47 -47
  6. package/esm2022/lib/btv-icon-button/btv-icon-button.component.mjs +89 -0
  7. package/esm2022/lib/btv-progress/btv-progress.component.mjs +71 -0
  8. package/esm2022/lib/btv-search/btv-search.component.mjs +82 -0
  9. package/{esm2020 → esm2022}/lib/busy-indicator/busy-indicator.component.mjs +16 -16
  10. package/{esm2020 → esm2022}/lib/custom-tool-tip/custom-tool-tip.component.mjs +34 -34
  11. package/esm2022/lib/custom-tool-tip/tool-tip-renderer.directive.mjs +113 -0
  12. package/{esm2020 → esm2022}/lib/illustration/illustration.component.mjs +17 -17
  13. package/esm2022/lib/wm-avatar/avatar.component.mjs +175 -0
  14. package/{esm2020 → esm2022}/lib/wm-back-btn/wm-back-btn.component.mjs +26 -26
  15. package/{esm2020 → esm2022}/lib/wm-beta-text/wm-beta-text.component.mjs +19 -19
  16. package/{esm2020 → esm2022}/lib/wm-info/info-models.mjs +12 -12
  17. package/esm2022/lib/wm-info/wm-info.component.mjs +237 -0
  18. package/{esm2020 → esm2022}/lib/wm-info-card/wm-info-card.component.mjs +23 -23
  19. package/{esm2020 → esm2022}/lib/wm-no-content/wm-no-content.component.mjs +30 -30
  20. package/esm2022/lib/wm-panel-bar/wm-panel-bar.component.mjs +78 -0
  21. package/esm2022/lib/wm-scalable-div/scalable-div.component.mjs +105 -0
  22. package/esm2022/lib/wm-spinner/wm-spinner.component.mjs +135 -0
  23. package/{esm2020 → esm2022}/lib/wm-state-icon/wm-state-icon.component.mjs +18 -18
  24. package/{esm2020 → esm2022}/lib/wm-tag/wm-tag.component.mjs +28 -28
  25. package/esm2022/lib/wm-tamplate-image/wm-template-image.component.mjs +71 -0
  26. package/{esm2020 → esm2022}/lib/wm-toggle/wm-toggle.component.mjs +31 -31
  27. package/{esm2020 → esm2022}/models/guidExtension.mjs +14 -14
  28. package/{esm2020 → esm2022}/public-api.mjs +27 -27
  29. package/{fesm2020 → fesm2022}/btv-base-controls.mjs +1427 -1428
  30. package/{fesm2020 → fesm2022}/btv-base-controls.mjs.map +1 -1
  31. package/index.d.ts +5 -5
  32. package/lib/basic.module.d.ts +33 -33
  33. package/lib/blink-message/blink-message.component.d.ts +20 -20
  34. package/lib/btv-icon-button/btv-counter-button.d.ts +12 -12
  35. package/lib/btv-icon-button/btv-icon-button.component.d.ts +30 -30
  36. package/lib/btv-progress/btv-progress.component.d.ts +20 -20
  37. package/lib/btv-search/btv-search.component.d.ts +31 -31
  38. package/lib/busy-indicator/busy-indicator.component.d.ts +7 -7
  39. package/lib/custom-tool-tip/custom-tool-tip.component.d.ts +35 -35
  40. package/lib/custom-tool-tip/tool-tip-renderer.directive.d.ts +49 -49
  41. package/lib/illustration/illustration.component.d.ts +10 -10
  42. package/lib/wm-avatar/avatar.component.d.ts +63 -63
  43. package/lib/wm-back-btn/wm-back-btn.component.d.ts +10 -10
  44. package/lib/wm-beta-text/wm-beta-text.component.d.ts +7 -7
  45. package/lib/wm-info/info-models.d.ts +20 -20
  46. package/lib/wm-info/wm-info.component.d.ts +34 -34
  47. package/lib/wm-info-card/wm-info-card.component.d.ts +9 -9
  48. package/lib/wm-no-content/wm-no-content.component.d.ts +11 -11
  49. package/lib/wm-panel-bar/wm-panel-bar.component.d.ts +25 -25
  50. package/lib/wm-scalable-div/scalable-div.component.d.ts +24 -24
  51. package/lib/wm-spinner/wm-spinner.component.d.ts +37 -37
  52. package/lib/wm-state-icon/wm-state-icon.component.d.ts +9 -9
  53. package/lib/wm-tag/wm-tag.component.d.ts +10 -10
  54. package/lib/wm-tamplate-image/wm-template-image.component.d.ts +49 -49
  55. package/lib/wm-toggle/wm-toggle.component.d.ts +11 -11
  56. package/models/guidExtension.d.ts +5 -5
  57. package/package.json +8 -14
  58. package/public-api.d.ts +24 -24
  59. package/esm2020/lib/basic.module.mjs +0 -65
  60. package/esm2020/lib/blink-message/blink-message.component.mjs +0 -54
  61. package/esm2020/lib/btv-icon-button/btv-icon-button.component.mjs +0 -89
  62. package/esm2020/lib/btv-progress/btv-progress.component.mjs +0 -71
  63. package/esm2020/lib/btv-search/btv-search.component.mjs +0 -82
  64. package/esm2020/lib/custom-tool-tip/tool-tip-renderer.directive.mjs +0 -113
  65. package/esm2020/lib/wm-avatar/avatar.component.mjs +0 -175
  66. package/esm2020/lib/wm-info/wm-info.component.mjs +0 -237
  67. package/esm2020/lib/wm-panel-bar/wm-panel-bar.component.mjs +0 -78
  68. package/esm2020/lib/wm-scalable-div/scalable-div.component.mjs +0 -105
  69. package/esm2020/lib/wm-spinner/wm-spinner.component.mjs +0 -135
  70. package/esm2020/lib/wm-tamplate-image/wm-template-image.component.mjs +0 -71
  71. package/fesm2015/btv-base-controls.mjs +0 -1480
  72. package/fesm2015/btv-base-controls.mjs.map +0 -1
@@ -1,63 +1,63 @@
1
- import { DomSanitizer } from "@angular/platform-browser";
2
- import { OnChanges, SimpleChanges } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- declare type Style = Partial<CSSStyleDeclaration>;
5
- /**
6
- * list of default colors
7
- */
8
- export declare const defaultColors: string[];
9
- export declare class AvatarComponent implements OnChanges {
10
- private sanitizer;
11
- private _name;
12
- avatarText: string | null;
13
- get name(): string | null;
14
- set name(value: string | null);
15
- size: string | number;
16
- avatarSrc: string | null;
17
- private _src;
18
- get src(): string | null;
19
- set src(value: string | null);
20
- value: string | null;
21
- round: boolean;
22
- cornerRadius: string | number;
23
- textSizeRatio: number;
24
- bgColor: string | undefined;
25
- fgColor: string;
26
- borderColor: string | undefined;
27
- style: Style;
28
- avatarColors: string[];
29
- constructor(sanitizer: DomSanitizer);
30
- transformSrc(stringInBase64: string): string;
31
- formTextAvatar(val: string): string;
32
- avatarStyle: Style;
33
- hostStyle: Style;
34
- /**
35
- * Detect inputs change
36
- *
37
- * param {{ [propKey: string]: SimpleChange }} changes
38
- *
39
- * memberof AvatarComponent
40
- */
41
- ngOnChanges(changes: SimpleChanges): void;
42
- getStyles(): void;
43
- /**
44
- * Initialize the avatar component and its fallback system
45
- */
46
- private initializeAvatar;
47
- /**
48
- *
49
- * returns initials style
50
- *
51
- */
52
- private getInitialsStyle;
53
- /**
54
- *
55
- * returns image style
56
- */
57
- private getImageStyle;
58
- private getRandomColor;
59
- private calculateAsciiCode;
60
- static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "wm-avatar", never, { "name": "name"; "size": "size"; "src": "src"; "value": "value"; "round": "round"; "cornerRadius": "cornerRadius"; "textSizeRatio": "textSizeRatio"; "bgColor": "bgColor"; "fgColor": "fgColor"; "borderColor": "borderColor"; "style": "style"; }, {}, never, never, false>;
62
- }
63
- export {};
1
+ import { DomSanitizer } from "@angular/platform-browser";
2
+ import { OnChanges, SimpleChanges } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ type Style = Partial<CSSStyleDeclaration>;
5
+ /**
6
+ * list of default colors
7
+ */
8
+ export declare const defaultColors: string[];
9
+ export declare class AvatarComponent implements OnChanges {
10
+ private sanitizer;
11
+ private _name;
12
+ avatarText: string | null;
13
+ get name(): string | null;
14
+ set name(value: string | null);
15
+ size: string | number;
16
+ avatarSrc: string | null;
17
+ private _src;
18
+ get src(): string | null;
19
+ set src(value: string | null);
20
+ value: string | null;
21
+ round: boolean;
22
+ cornerRadius: string | number;
23
+ textSizeRatio: number;
24
+ bgColor: string | undefined;
25
+ fgColor: string;
26
+ borderColor: string | undefined;
27
+ style: Style;
28
+ avatarColors: string[];
29
+ constructor(sanitizer: DomSanitizer);
30
+ transformSrc(stringInBase64: string): string;
31
+ formTextAvatar(val: string): string;
32
+ avatarStyle: Style;
33
+ hostStyle: Style;
34
+ /**
35
+ * Detect inputs change
36
+ *
37
+ * param {{ [propKey: string]: SimpleChange }} changes
38
+ *
39
+ * memberof AvatarComponent
40
+ */
41
+ ngOnChanges(changes: SimpleChanges): void;
42
+ getStyles(): void;
43
+ /**
44
+ * Initialize the avatar component and its fallback system
45
+ */
46
+ private initializeAvatar;
47
+ /**
48
+ *
49
+ * returns initials style
50
+ *
51
+ */
52
+ private getInitialsStyle;
53
+ /**
54
+ *
55
+ * returns image style
56
+ */
57
+ private getImageStyle;
58
+ private getRandomColor;
59
+ private calculateAsciiCode;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "wm-avatar", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "value": { "alias": "value"; "required": false; }; "round": { "alias": "round"; "required": false; }; "cornerRadius": { "alias": "cornerRadius"; "required": false; }; "textSizeRatio": { "alias": "textSizeRatio"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "fgColor": { "alias": "fgColor"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, {}, never, never, false, never>;
62
+ }
63
+ export {};
@@ -1,10 +1,10 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class WmBackBtnComponent {
4
- icon: string;
5
- disabled: boolean;
6
- iClick: EventEmitter<any>;
7
- onClick(event: any): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<WmBackBtnComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<WmBackBtnComponent, "wm-back-btn", never, { "icon": "icon"; "disabled": "disabled"; }, { "iClick": "iClick"; }, never, never, false>;
10
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class WmBackBtnComponent {
4
+ icon: string;
5
+ disabled: boolean;
6
+ iClick: EventEmitter<any>;
7
+ onClick(event: any): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmBackBtnComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmBackBtnComponent, "wm-back-btn", never, { "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "iClick": "iClick"; }, never, never, false, never>;
10
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class WmBetaTextComponent {
3
- text: string;
4
- wrapClass: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<WmBetaTextComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<WmBetaTextComponent, "wm-beta-text", never, { "text": "text"; "wrapClass": "wrapClass"; }, {}, never, never, false>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class WmBetaTextComponent {
3
+ text: string;
4
+ wrapClass: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmBetaTextComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmBetaTextComponent, "wm-beta-text", never, { "text": { "alias": "text"; "required": false; }; "wrapClass": { "alias": "wrapClass"; "required": false; }; }, {}, never, never, false, never>;
7
+ }
@@ -1,20 +1,20 @@
1
- import { OriginConnectionPosition, OverlayConnectionPosition } from "@angular/cdk/overlay";
2
- export declare enum InfoType {
3
- Error = 0,
4
- Warning = 1,
5
- InfoMessage = 2,
6
- TabError = 3,
7
- TabWarning = 4,
8
- InfoSmall = 5,
9
- Filtered = 6,
10
- InlineDetails = 7,
11
- SubNavPanel = 8
12
- }
13
- export interface IWmInfoPositionPopup {
14
- origin: OriginConnectionPosition;
15
- overlay: OverlayConnectionPosition;
16
- arrow: {
17
- bottom: boolean;
18
- left: boolean;
19
- };
20
- }
1
+ import { OriginConnectionPosition, OverlayConnectionPosition } from "@angular/cdk/overlay";
2
+ export declare enum InfoType {
3
+ Error = 0,
4
+ Warning = 1,
5
+ InfoMessage = 2,
6
+ TabError = 3,
7
+ TabWarning = 4,
8
+ InfoSmall = 5,
9
+ Filtered = 6,
10
+ InlineDetails = 7,
11
+ SubNavPanel = 8
12
+ }
13
+ export interface IWmInfoPositionPopup {
14
+ origin: OriginConnectionPosition;
15
+ overlay: OverlayConnectionPosition;
16
+ arrow: {
17
+ bottom: boolean;
18
+ left: boolean;
19
+ };
20
+ }
@@ -1,34 +1,34 @@
1
- import { Overlay } from '@angular/cdk/overlay';
2
- import { OnInit, TemplateRef, ElementRef, OnDestroy, ViewContainerRef } from '@angular/core';
3
- import { InfoType, IWmInfoPositionPopup } from './info-models';
4
- import * as i0 from "@angular/core";
5
- export declare class WmInfoComponent implements OnInit, OnDestroy {
6
- private _overlay;
7
- private _elementRef;
8
- private viewContainerRef;
9
- preText: string;
10
- postText: string;
11
- header: string;
12
- type: InfoType;
13
- popupPosition: string;
14
- iconAsTemplate: boolean;
15
- useThemeForIconTemplate: boolean;
16
- smallIcon: boolean;
17
- defaultIconSize: number;
18
- smallIconSize: number;
19
- positionBottom: boolean;
20
- positionLeft: boolean;
21
- currentPositions: string[];
22
- get imageSize(): string;
23
- private _overlayRef;
24
- constructor(_overlay: Overlay, _elementRef: ElementRef, viewContainerRef: ViewContainerRef);
25
- togglePopup(template: TemplateRef<any>): void;
26
- private openPopup;
27
- private closePopup;
28
- ngOnInit(): void;
29
- getIconName(): "error" | "filter" | "warning" | "bo-error" | "bo-warning" | "info-s" | "eye-pick" | "sub-nav-warning" | "info";
30
- ngOnDestroy(): void;
31
- checkPopupPosition(value: string): IWmInfoPositionPopup;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<WmInfoComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<WmInfoComponent, "wm-info", never, { "preText": "preText"; "postText": "postText"; "header": "header"; "type": "type"; "popupPosition": "popupPosition"; "iconAsTemplate": "iconAsTemplate"; "useThemeForIconTemplate": "useThemeForIconTemplate"; "smallIcon": "smallIcon"; }, {}, never, ["*"], false>;
34
- }
1
+ import { Overlay } from '@angular/cdk/overlay';
2
+ import { OnInit, TemplateRef, ElementRef, OnDestroy, ViewContainerRef } from '@angular/core';
3
+ import { InfoType, IWmInfoPositionPopup } from './info-models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class WmInfoComponent implements OnInit, OnDestroy {
6
+ private _overlay;
7
+ private _elementRef;
8
+ private viewContainerRef;
9
+ preText: string;
10
+ postText: string;
11
+ header: string;
12
+ type: InfoType;
13
+ popupPosition: string;
14
+ iconAsTemplate: boolean;
15
+ useThemeForIconTemplate: boolean;
16
+ smallIcon: boolean;
17
+ defaultIconSize: number;
18
+ smallIconSize: number;
19
+ positionBottom: boolean;
20
+ positionLeft: boolean;
21
+ currentPositions: string[];
22
+ get imageSize(): string;
23
+ private _overlayRef;
24
+ constructor(_overlay: Overlay, _elementRef: ElementRef, viewContainerRef: ViewContainerRef);
25
+ togglePopup(template: TemplateRef<any>): void;
26
+ private openPopup;
27
+ private closePopup;
28
+ ngOnInit(): void;
29
+ getIconName(): "error" | "warning" | "bo-error" | "bo-warning" | "info-s" | "filter" | "eye-pick" | "sub-nav-warning" | "info";
30
+ ngOnDestroy(): void;
31
+ checkPopupPosition(value: string): IWmInfoPositionPopup;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmInfoComponent, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmInfoComponent, "wm-info", never, { "preText": { "alias": "preText"; "required": false; }; "postText": { "alias": "postText"; "required": false; }; "header": { "alias": "header"; "required": false; }; "type": { "alias": "type"; "required": false; }; "popupPosition": { "alias": "popupPosition"; "required": false; }; "iconAsTemplate": { "alias": "iconAsTemplate"; "required": false; }; "useThemeForIconTemplate": { "alias": "useThemeForIconTemplate"; "required": false; }; "smallIcon": { "alias": "smallIcon"; "required": false; }; }, {}, never, ["*"], false, never>;
34
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- export declare class InfoCardComponent {
3
- label: string;
4
- value: number | string;
5
- icon: string;
6
- useCustomIcon: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<InfoCardComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<InfoCardComponent, "wm-info-card", never, { "label": "label"; "value": "value"; "icon": "icon"; "useCustomIcon": "useCustomIcon"; }, {}, never, ["[wmCustomIcon]"], false>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class InfoCardComponent {
3
+ label: string;
4
+ value: number | string;
5
+ icon: string;
6
+ useCustomIcon: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfoCardComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoCardComponent, "wm-info-card", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "useCustomIcon": { "alias": "useCustomIcon"; "required": false; }; }, {}, never, ["[wmCustomIcon]"], false, never>;
9
+ }
@@ -1,11 +1,11 @@
1
- import { IIllustrationId } from '../illustration/illustration.component';
2
- import * as i0 from "@angular/core";
3
- export declare class WmNoContentComponent {
4
- icon: IIllustrationId;
5
- label: string;
6
- description: string;
7
- useFooter: boolean;
8
- additionContent: boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<WmNoContentComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<WmNoContentComponent, "wm-no-content", never, { "icon": "icon"; "label": "label"; "description": "description"; "useFooter": "useFooter"; "additionContent": "additionContent"; }, {}, never, ["[additionContent]", "*"], false>;
11
- }
1
+ import { IIllustrationId } from '../illustration/illustration.component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class WmNoContentComponent {
4
+ icon: IIllustrationId;
5
+ label: string;
6
+ description: string;
7
+ useFooter: boolean;
8
+ additionContent: boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmNoContentComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmNoContentComponent, "wm-no-content", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "useFooter": { "alias": "useFooter"; "required": false; }; "additionContent": { "alias": "additionContent"; "required": false; }; }, {}, never, ["[additionContent]", "*"], false, never>;
11
+ }
@@ -1,25 +1,25 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class WmPanelBarComponent {
4
- label: string;
5
- labelClasses: 'pb-label' | 'brand-label';
6
- openedLabel: string;
7
- width: string;
8
- height: string;
9
- maxHeight: string;
10
- maxWidth: string;
11
- private _open;
12
- set open(value: boolean);
13
- get open(): boolean;
14
- collapseText: string;
15
- expandText: string;
16
- openChange: EventEmitter<boolean>;
17
- directionBottom: boolean;
18
- directionLeft: boolean;
19
- private _direction;
20
- get direction(): "left" | "bottom";
21
- set direction(val: "left" | "bottom");
22
- onClick(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<WmPanelBarComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<WmPanelBarComponent, "wm-panel-bar", never, { "label": "label"; "labelClasses": "labelClasses"; "openedLabel": "openedLabel"; "width": "width"; "height": "height"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "open": "open"; "collapseText": "collapseText"; "expandText": "expandText"; "direction": "direction"; }, { "openChange": "openChange"; }, never, ["[headerLabel]", "[headerContent]", "*"], false>;
25
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class WmPanelBarComponent {
4
+ label: string;
5
+ labelClasses: 'pb-label' | 'brand-label';
6
+ openedLabel: string;
7
+ width: string;
8
+ height: string;
9
+ maxHeight: string;
10
+ maxWidth: string;
11
+ private _open;
12
+ set open(value: boolean);
13
+ get open(): boolean;
14
+ collapseText: string;
15
+ expandText: string;
16
+ openChange: EventEmitter<boolean>;
17
+ directionBottom: boolean;
18
+ directionLeft: boolean;
19
+ private _direction;
20
+ get direction(): "bottom" | "left";
21
+ set direction(val: "bottom" | "left");
22
+ onClick(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmPanelBarComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmPanelBarComponent, "wm-panel-bar", never, { "label": { "alias": "label"; "required": false; }; "labelClasses": { "alias": "labelClasses"; "required": false; }; "openedLabel": { "alias": "openedLabel"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "open": { "alias": "open"; "required": false; }; "collapseText": { "alias": "collapseText"; "required": false; }; "expandText": { "alias": "expandText"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "openChange": "openChange"; }, never, ["[headerLabel]", "[headerContent]", "*"], false, never>;
25
+ }
@@ -1,24 +1,24 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, NgZone, ChangeDetectorRef } from '@angular/core';
2
- import { Subscription } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class ScalableDivComponent implements AfterViewInit, OnDestroy {
5
- private _zone;
6
- private _change;
7
- divClass: string;
8
- divEl: ElementRef;
9
- isCalculated: boolean;
10
- firstObservable: Subscription;
11
- private _text;
12
- get text(): string | number;
13
- set text(value: string | number);
14
- constructor(_zone: NgZone, _change: ChangeDetectorRef);
15
- ngAfterViewInit(): void;
16
- ngOnDestroy(): void;
17
- private getNumberFromFontSize;
18
- private getFontSizeDim;
19
- private divWidth;
20
- recalculateWidth(): void;
21
- private doRecalculateWidth;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ScalableDivComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ScalableDivComponent, "wm-scalable-div", never, { "divClass": "divClass"; "text": "text"; }, {}, never, never, false>;
24
- }
1
+ import { AfterViewInit, ElementRef, OnDestroy, NgZone, ChangeDetectorRef } from '@angular/core';
2
+ import { Subscription } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScalableDivComponent implements AfterViewInit, OnDestroy {
5
+ private _zone;
6
+ private _change;
7
+ divClass: string;
8
+ divEl: ElementRef;
9
+ isCalculated: boolean;
10
+ firstObservable: Subscription;
11
+ private _text;
12
+ get text(): string | number;
13
+ set text(value: string | number);
14
+ constructor(_zone: NgZone, _change: ChangeDetectorRef);
15
+ ngAfterViewInit(): void;
16
+ ngOnDestroy(): void;
17
+ private getNumberFromFontSize;
18
+ private getFontSizeDim;
19
+ private divWidth;
20
+ recalculateWidth(): void;
21
+ private doRecalculateWidth;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScalableDivComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScalableDivComponent, "wm-scalable-div", never, { "divClass": { "alias": "divClass"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
24
+ }
@@ -1,37 +1,37 @@
1
- import { ChangeDetectorRef, NgZone, OnDestroy, OnInit } from '@angular/core';
2
- import { InfoType } from '../wm-info/info-models';
3
- import * as i0 from "@angular/core";
4
- export declare class SpinnerComponent implements OnInit, OnDestroy {
5
- private zone;
6
- private change;
7
- private uid;
8
- private _longMessageTimeSubscription;
9
- private _showOverlayTimerSubscription;
10
- private _startDate;
11
- private _initialized;
12
- isOverlayVisible: boolean;
13
- isOverlayContrast: boolean;
14
- minTimeOfVisibilityMs: number;
15
- showDelay: number;
16
- delay: boolean;
17
- longMessageDelay: number;
18
- message: string;
19
- messageTakesLong: string;
20
- messageBottomWait: string;
21
- detailInfoMessage: string;
22
- infoType: InfoType;
23
- private _showSpinner;
24
- get showSpinner(): boolean;
25
- set showSpinner(value: boolean);
26
- constructor(zone: NgZone, change: ChangeDetectorRef);
27
- ngOnInit(): void;
28
- ngOnDestroy(): void;
29
- private subscribeTimers;
30
- private unsubscribeTimers;
31
- private stopShowingProgress;
32
- private startShowingProgress;
33
- private doStopProgress;
34
- private detectChanges;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "wm-spinner", never, { "delay": "delay"; "longMessageDelay": "longMessageDelay"; "message": "message"; "messageTakesLong": "messageTakesLong"; "messageBottomWait": "messageBottomWait"; "detailInfoMessage": "detailInfoMessage"; "infoType": "infoType"; "showSpinner": "showSpinner"; }, {}, never, never, false>;
37
- }
1
+ import { ChangeDetectorRef, NgZone, OnDestroy, OnInit } from '@angular/core';
2
+ import { InfoType } from '../wm-info/info-models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SpinnerComponent implements OnInit, OnDestroy {
5
+ private zone;
6
+ private change;
7
+ private uid;
8
+ private _longMessageTimeSubscription;
9
+ private _showOverlayTimerSubscription;
10
+ private _startDate;
11
+ private _initialized;
12
+ isOverlayVisible: boolean;
13
+ isOverlayContrast: boolean;
14
+ minTimeOfVisibilityMs: number;
15
+ showDelay: number;
16
+ delay: boolean;
17
+ longMessageDelay: number;
18
+ message: string;
19
+ messageTakesLong: string;
20
+ messageBottomWait: string;
21
+ detailInfoMessage: string;
22
+ infoType: InfoType;
23
+ private _showSpinner;
24
+ get showSpinner(): boolean;
25
+ set showSpinner(value: boolean);
26
+ constructor(zone: NgZone, change: ChangeDetectorRef);
27
+ ngOnInit(): void;
28
+ ngOnDestroy(): void;
29
+ private subscribeTimers;
30
+ private unsubscribeTimers;
31
+ private stopShowingProgress;
32
+ private startShowingProgress;
33
+ private doStopProgress;
34
+ private detectChanges;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "wm-spinner", never, { "delay": { "alias": "delay"; "required": false; }; "longMessageDelay": { "alias": "longMessageDelay"; "required": false; }; "message": { "alias": "message"; "required": false; }; "messageTakesLong": { "alias": "messageTakesLong"; "required": false; }; "messageBottomWait": { "alias": "messageBottomWait"; "required": false; }; "detailInfoMessage": { "alias": "detailInfoMessage"; "required": false; }; "infoType": { "alias": "infoType"; "required": false; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, never, false, never>;
37
+ }
@@ -1,9 +1,9 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class WmStateIconComponent implements OnInit {
4
- state: string;
5
- constructor();
6
- ngOnInit(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<WmStateIconComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<WmStateIconComponent, "wm-state-icon", never, { "state": "state"; }, {}, never, never, false>;
9
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class WmStateIconComponent implements OnInit {
4
+ state: string;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmStateIconComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmStateIconComponent, "wm-state-icon", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- export declare class WmTagComponent {
3
- text: string;
4
- background: string;
5
- color: string;
6
- icon: string;
7
- iconSize: string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<WmTagComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<WmTagComponent, "wm-tag", never, { "text": "text"; "background": "background"; "color": "color"; "icon": "icon"; "iconSize": "iconSize"; }, {}, never, never, false>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class WmTagComponent {
3
+ text: string;
4
+ background: string;
5
+ color: string;
6
+ icon: string;
7
+ iconSize: string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<WmTagComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmTagComponent, "wm-tag", never, { "text": { "alias": "text"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; }, {}, never, never, false, never>;
10
+ }