@datarailsshared/datarailsshared 1.5.319 → 1.5.320
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/datarailsshared-datarailsshared-1.5.320.tgz +0 -0
- package/esm2022/lib/dr-tooltip/components/tooltip-info/tooltip-info.component.mjs +3 -5
- package/esm2022/lib/dr-tooltip/dr-tooltip.module.mjs +3 -20
- package/esm2022/lib/dr-tooltip/interfaces/tooltip-component-context.mjs +14 -2
- package/esm2022/public-api.mjs +3 -4
- package/fesm2022/datarailsshared-datarailsshared.mjs +19 -58
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-tooltip/components/tooltip-info/tooltip-info.component.d.ts +1 -2
- package/lib/dr-tooltip/dr-tooltip.module.d.ts +2 -5
- package/lib/dr-tooltip/interfaces/tooltip-component-context.d.ts +17 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -4
- package/assets/styles/img/dr-icon-info.svg +0 -4
- package/datarailsshared-datarailsshared-1.5.319.tgz +0 -0
- package/esm2022/lib/dr-tooltip/components/tooltip-info-simple/tooltip-info-simple.component.mjs +0 -15
- package/esm2022/lib/dr-tooltip/components/tooltip-no-body/tooltip-no-body.component.mjs +0 -16
- package/esm2022/lib/dr-tooltip/components/tooltip-process-default/tooltip-process-default.component.mjs +0 -14
- package/lib/dr-tooltip/components/tooltip-info-simple/tooltip-info-simple.component.d.ts +0 -8
- package/lib/dr-tooltip/components/tooltip-no-body/tooltip-no-body.component.d.ts +0 -9
- package/lib/dr-tooltip/components/tooltip-process-default/tooltip-process-default.component.d.ts +0 -7
|
@@ -2,8 +2,7 @@ import { TooltipInfoContext } from '../../interfaces/tooltip-component-context';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TooltipInfoComponent {
|
|
4
4
|
data: TooltipInfoContext;
|
|
5
|
-
useDescriptionAsHTML: boolean;
|
|
6
5
|
constructor();
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipInfoComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipInfoComponent, "dr-tooltip-info", never, { "data": { "alias": "data"; "required": false; };
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipInfoComponent, "dr-tooltip-info", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
8
|
}
|
|
@@ -3,12 +3,9 @@ import * as i1 from "./dr-tooltip.component";
|
|
|
3
3
|
import * as i2 from "./dr-tooltip.directive";
|
|
4
4
|
import * as i3 from "./components/tooltip-default/tooltip-default.component";
|
|
5
5
|
import * as i4 from "./components/tooltip-info/tooltip-info.component";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "./components/tooltip-no-body/tooltip-no-body.component";
|
|
8
|
-
import * as i7 from "./components/tooltip-process-default/tooltip-process-default.component";
|
|
9
|
-
import * as i8 from "@angular/common";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
10
7
|
export declare class DrTooltipModule {
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrTooltipModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DrTooltipModule, [typeof i1.TooltipComponent, typeof i2.DrTooltipDirective, typeof i3.TooltipDefaultComponent, typeof i4.TooltipInfoComponent
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DrTooltipModule, [typeof i1.TooltipComponent, typeof i2.DrTooltipDirective, typeof i3.TooltipDefaultComponent, typeof i4.TooltipInfoComponent], [typeof i5.CommonModule], [typeof i1.TooltipComponent, typeof i2.DrTooltipDirective, typeof i3.TooltipDefaultComponent, typeof i4.TooltipInfoComponent]>;
|
|
13
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<DrTooltipModule>;
|
|
14
11
|
}
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
export type TooltipInfoContext = {
|
|
2
2
|
title?: string;
|
|
3
3
|
description?: string;
|
|
4
|
+
useDescriptionAsHTML?: boolean;
|
|
4
5
|
icon?: string;
|
|
5
|
-
|
|
6
|
+
iconTheme?: TooltipInfoIconTheme;
|
|
7
|
+
hideIcon?: boolean;
|
|
8
|
+
hideDivider?: boolean;
|
|
9
|
+
minWidth?: TooltipInfoWidth | string;
|
|
10
|
+
maxWidth?: TooltipInfoWidth | string;
|
|
6
11
|
};
|
|
12
|
+
export declare enum TooltipInfoWidth {
|
|
13
|
+
LARGE = "510px",
|
|
14
|
+
MEDIUM = "320px",
|
|
15
|
+
SMALL = "280px"
|
|
16
|
+
}
|
|
17
|
+
export declare enum TooltipInfoIconTheme {
|
|
18
|
+
INFO = "info",
|
|
19
|
+
WARNING = "warning",
|
|
20
|
+
ERROR = "error",
|
|
21
|
+
SUCCESS = "success"
|
|
22
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -24,9 +24,6 @@ export * from './lib/dr-inputs/date-pickers/dr-show-timeframe.pipe';
|
|
|
24
24
|
export * from './lib/dr-inputs/dr-select-add-item/dr-select-add-item.component';
|
|
25
25
|
export * from './lib/dr-tooltip/components/tooltip-default/tooltip-default.component';
|
|
26
26
|
export * from './lib/dr-tooltip/components/tooltip-info/tooltip-info.component';
|
|
27
|
-
export * from './lib/dr-tooltip/components/tooltip-info-simple/tooltip-info-simple.component';
|
|
28
|
-
export * from './lib/dr-tooltip/components/tooltip-no-body/tooltip-no-body.component';
|
|
29
|
-
export * from './lib/dr-tooltip/components/tooltip-process-default/tooltip-process-default.component';
|
|
30
27
|
export * from './lib/stepper/stepper.component';
|
|
31
28
|
export * from './lib/dr-chat/chat.component';
|
|
32
29
|
export * from './lib/dr-chat/dr-chat-form/chat-form.component';
|
|
@@ -91,7 +88,7 @@ export { TooltipTheme } from './lib/dr-tooltip/enums/tooltip-theme.enum';
|
|
|
91
88
|
export { Scenario, TScenarioDataChanged } from './lib/dr-scenario/interfaces/scenario';
|
|
92
89
|
export { ToggleButtonMode } from './lib/dr-inputs/dr-toggle-button/toggle-button-mode';
|
|
93
90
|
export { DrAlertTheme } from './lib/dr-alert/enums/dr-alert-theme.enum';
|
|
94
|
-
export { TooltipInfoContext } from './lib/dr-tooltip/interfaces/tooltip-component-context';
|
|
91
|
+
export { TooltipInfoContext, TooltipInfoWidth, TooltipInfoIconTheme, } from './lib/dr-tooltip/interfaces/tooltip-component-context';
|
|
95
92
|
export { Step } from './lib/stepper/interfaces/stepper';
|
|
96
93
|
export * from './lib/dr-dialog/interfaces/dialog-data';
|
|
97
94
|
export * from './lib/dr-inputs/dr-model-debounce-change.directive';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.00008 2.66669C5.05341 2.66669 2.66675 5.05335 2.66675 8.00002C2.66675 10.9467 5.05341 13.3334 8.00008 13.3334C10.9467 13.3334 13.3334 10.9467 13.3334 8.00002C13.3334 5.05335 10.9467 2.66669 8.00008 2.66669ZM8.53341 10.6667H7.46675V7.46669H8.53341V10.6667ZM8.53341 6.40002H7.46675V5.33335H8.53341V6.40002Z"
|
|
3
|
-
fill="#7B61FF"/>
|
|
4
|
-
</svg>
|
|
Binary file
|
package/esm2022/lib/dr-tooltip/components/tooltip-info-simple/tooltip-info-simple.component.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class TooltipInfoSimpleComponent {
|
|
5
|
-
constructor() { }
|
|
6
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TooltipInfoSimpleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TooltipInfoSimpleComponent, selector: "dr-tooltip-info-simple", inputs: { context: "context" }, ngImport: i0, template: "<div class=\"tooltip-info-simple\">\n <div *ngIf=\"context?.title\" class=\"tooltip-info-simple__title\">{{ context?.title }}</div>\n <div *ngIf=\"context?.description\" class=\"tooltip-info-simple__description\">{{ context?.description }}</div>\n</div>\n", styles: [".tooltip-info-simple{max-width:250px;font-size:14px;line-height:22px;padding:10px 12px;color:#0c142b}.tooltip-info-simple__title{font-weight:600;overflow:hidden;text-overflow:ellipsis}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TooltipInfoSimpleComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{ selector: 'dr-tooltip-info-simple', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"tooltip-info-simple\">\n <div *ngIf=\"context?.title\" class=\"tooltip-info-simple__title\">{{ context?.title }}</div>\n <div *ngIf=\"context?.description\" class=\"tooltip-info-simple__description\">{{ context?.description }}</div>\n</div>\n", styles: [".tooltip-info-simple{max-width:250px;font-size:14px;line-height:22px;padding:10px 12px;color:#0c142b}.tooltip-info-simple__title{font-weight:600;overflow:hidden;text-overflow:ellipsis}\n"] }]
|
|
12
|
-
}], ctorParameters: function () { return []; }, propDecorators: { context: [{
|
|
13
|
-
type: Input
|
|
14
|
-
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC1pbmZvLXNpbXBsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kYXRhcmFpbHNzaGFyZWQvc3JjL2xpYi9kci10b29sdGlwL2NvbXBvbmVudHMvdG9vbHRpcC1pbmZvLXNpbXBsZS90b29sdGlwLWluZm8tc2ltcGxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RhdGFyYWlsc3NoYXJlZC9zcmMvbGliL2RyLXRvb2x0aXAvY29tcG9uZW50cy90b29sdGlwLWluZm8tc2ltcGxlL3Rvb2x0aXAtaW5mby1zaW1wbGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVMxRSxNQUFNLE9BQU8sMEJBQTBCO0lBR25DLGdCQUFlLENBQUM7a0lBSFAsMEJBQTBCO3NIQUExQiwwQkFBMEIsOEZDVHZDLHVRQUlBOzs0RkRLYSwwQkFBMEI7a0JBTnRDLFNBQVM7K0JBQ0ksd0JBQXdCLG1CQUdqQix1QkFBdUIsQ0FBQyxNQUFNOzBFQUd0QyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9vbHRpcEluZm9Db250ZXh0IH0gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcy90b29sdGlwLWNvbXBvbmVudC1jb250ZXh0JztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkci10b29sdGlwLWluZm8tc2ltcGxlJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vdG9vbHRpcC1pbmZvLXNpbXBsZS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vdG9vbHRpcC1pbmZvLXNpbXBsZS5jb21wb25lbnQuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBUb29sdGlwSW5mb1NpbXBsZUNvbXBvbmVudCB7XG4gICAgQElucHV0KCkgY29udGV4dDogVG9vbHRpcEluZm9Db250ZXh0O1xuXG4gICAgY29uc3RydWN0b3IoKSB7fVxufVxuIiwiPGRpdiBjbGFzcz1cInRvb2x0aXAtaW5mby1zaW1wbGVcIj5cbiAgICA8ZGl2ICpuZ0lmPVwiY29udGV4dD8udGl0bGVcIiBjbGFzcz1cInRvb2x0aXAtaW5mby1zaW1wbGVfX3RpdGxlXCI+e3sgY29udGV4dD8udGl0bGUgfX08L2Rpdj5cbiAgICA8ZGl2ICpuZ0lmPVwiY29udGV4dD8uZGVzY3JpcHRpb25cIiBjbGFzcz1cInRvb2x0aXAtaW5mby1zaW1wbGVfX2Rlc2NyaXB0aW9uXCI+e3sgY29udGV4dD8uZGVzY3JpcHRpb24gfX08L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class TooltipNoBodyComponent {
|
|
5
|
-
constructor() { }
|
|
6
|
-
ngOnInit() { }
|
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TooltipNoBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TooltipNoBodyComponent, selector: "dr-tooltip-no-body", inputs: { context: "context" }, ngImport: i0, template: "<div class=\"tooltip-bold\" [ngClass]=\"{ 'tooltip-bold--icon': context?.icon }\">\n <div class=\"tooltip-bold__title\">\n <i *ngIf=\"context?.icon\" [class]=\"context?.icon\" [style.color]=\"context?.iconColor || 'black'\"></i>\n {{ context.title }}\n </div>\n <div class=\"tooltip-bold-text\">\n {{ context.text }}\n </div>\n</div>\n", styles: [".tooltip-bold{position:relative;box-shadow:0 4px 8px 1px #00000040;border:1px solid #c3c4ce;border-radius:8px;font-size:14px;line-height:22px;padding:10px 12px;background-color:#fff}.tooltip-bold--icon{padding-left:44px}.tooltip-bold__title{font-weight:700}.tooltip-bold__title>i{position:absolute;width:16px;height:16px;left:10px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TooltipNoBodyComponent, decorators: [{
|
|
11
|
-
type: Component,
|
|
12
|
-
args: [{ selector: 'dr-tooltip-no-body', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"tooltip-bold\" [ngClass]=\"{ 'tooltip-bold--icon': context?.icon }\">\n <div class=\"tooltip-bold__title\">\n <i *ngIf=\"context?.icon\" [class]=\"context?.icon\" [style.color]=\"context?.iconColor || 'black'\"></i>\n {{ context.title }}\n </div>\n <div class=\"tooltip-bold-text\">\n {{ context.text }}\n </div>\n</div>\n", styles: [".tooltip-bold{position:relative;box-shadow:0 4px 8px 1px #00000040;border:1px solid #c3c4ce;border-radius:8px;font-size:14px;line-height:22px;padding:10px 12px;background-color:#fff}.tooltip-bold--icon{padding-left:44px}.tooltip-bold__title{font-weight:700}.tooltip-bold__title>i{position:absolute;width:16px;height:16px;left:10px}\n"] }]
|
|
13
|
-
}], ctorParameters: function () { return []; }, propDecorators: { context: [{
|
|
14
|
-
type: Input
|
|
15
|
-
}] } });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC1uby1ib2R5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RhdGFyYWlsc3NoYXJlZC9zcmMvbGliL2RyLXRvb2x0aXAvY29tcG9uZW50cy90b29sdGlwLW5vLWJvZHkvdG9vbHRpcC1uby1ib2R5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RhdGFyYWlsc3NoYXJlZC9zcmMvbGliL2RyLXRvb2x0aXAvY29tcG9uZW50cy90b29sdGlwLW5vLWJvZHkvdG9vbHRpcC1uby1ib2R5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7QUFRbEYsTUFBTSxPQUFPLHNCQUFzQjtJQUcvQixnQkFBZSxDQUFDO0lBRWhCLFFBQVEsS0FBVSxDQUFDO2tJQUxWLHNCQUFzQjtzSEFBdEIsc0JBQXNCLDBGQ1JuQyxrWEFTQTs7NEZERGEsc0JBQXNCO2tCQU5sQyxTQUFTOytCQUNJLG9CQUFvQixtQkFHYix1QkFBdUIsQ0FBQyxNQUFNOzBFQUd0QyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZHItdG9vbHRpcC1uby1ib2R5JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vdG9vbHRpcC1uby1ib2R5LmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi90b29sdGlwLW5vLWJvZHkuY29tcG9uZW50LnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVG9vbHRpcE5vQm9keUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQElucHV0KCkgY29udGV4dDogYW55O1xuXG4gICAgY29uc3RydWN0b3IoKSB7fVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7fVxufVxuIiwiPGRpdiBjbGFzcz1cInRvb2x0aXAtYm9sZFwiIFtuZ0NsYXNzXT1cInsgJ3Rvb2x0aXAtYm9sZC0taWNvbic6IGNvbnRleHQ/Lmljb24gfVwiPlxuICAgIDxkaXYgY2xhc3M9XCJ0b29sdGlwLWJvbGRfX3RpdGxlXCI+XG4gICAgICAgIDxpICpuZ0lmPVwiY29udGV4dD8uaWNvblwiIFtjbGFzc109XCJjb250ZXh0Py5pY29uXCIgW3N0eWxlLmNvbG9yXT1cImNvbnRleHQ/Lmljb25Db2xvciB8fCAnYmxhY2snXCI+PC9pPlxuICAgICAgICB7eyBjb250ZXh0LnRpdGxlIH19XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cInRvb2x0aXAtYm9sZC10ZXh0XCI+XG4gICAgICAgIHt7IGNvbnRleHQudGV4dCB9fVxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class TooltipProcessDefaultComponent {
|
|
4
|
-
constructor() { }
|
|
5
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TooltipProcessDefaultComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TooltipProcessDefaultComponent, selector: "dr-tooltip-process-default", inputs: { text: "text" }, ngImport: i0, template: ` <div class="container" [innerHTML]="text"></div> `, isInline: true, styles: [".container{width:auto;max-width:388px;text-align:start;font-size:14px;line-height:22px;padding:10px 12px;color:#151b3f;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px 1px #00000040;border:1px solid #c3c4ce}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TooltipProcessDefaultComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'dr-tooltip-process-default', template: ` <div class="container" [innerHTML]="text"></div> `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".container{width:auto;max-width:388px;text-align:start;font-size:14px;line-height:22px;padding:10px 12px;color:#151b3f;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px 1px #00000040;border:1px solid #c3c4ce}\n"] }]
|
|
11
|
-
}], ctorParameters: function () { return []; }, propDecorators: { text: [{
|
|
12
|
-
type: Input
|
|
13
|
-
}] } });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC1wcm9jZXNzLWRlZmF1bHQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZGF0YXJhaWxzc2hhcmVkL3NyYy9saWIvZHItdG9vbHRpcC9jb21wb25lbnRzL3Rvb2x0aXAtcHJvY2Vzcy1kZWZhdWx0L3Rvb2x0aXAtcHJvY2Vzcy1kZWZhdWx0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUF3QjFFLE1BQU0sT0FBTyw4QkFBOEI7SUFHdkMsZ0JBQWUsQ0FBQztrSUFIUCw4QkFBOEI7c0hBQTlCLDhCQUE4Qiw0RkFwQjdCLG9EQUFvRDs7NEZBb0JyRCw4QkFBOEI7a0JBdEIxQyxTQUFTOytCQUNJLDRCQUE0QixZQUM1QixvREFBb0QsbUJBa0I3Qyx1QkFBdUIsQ0FBQyxNQUFNOzBFQUd0QyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2RyLXRvb2x0aXAtcHJvY2Vzcy1kZWZhdWx0JyxcbiAgICB0ZW1wbGF0ZTogYCA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCIgW2lubmVySFRNTF09XCJ0ZXh0XCI+PC9kaXY+IGAsXG4gICAgc3R5bGVzOiBbXG4gICAgICAgIGBcbiAgICAgICAgICAgIC5jb250YWluZXIge1xuICAgICAgICAgICAgICAgIHdpZHRoOiBhdXRvO1xuICAgICAgICAgICAgICAgIG1heC13aWR0aDogMzg4cHg7XG4gICAgICAgICAgICAgICAgdGV4dC1hbGlnbjogc3RhcnQ7XG4gICAgICAgICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAyMnB4O1xuICAgICAgICAgICAgICAgIHBhZGRpbmc6IDEwcHggMTJweDtcbiAgICAgICAgICAgICAgICBjb2xvcjogIzE1MWIzZjtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICAgICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDhweDtcbiAgICAgICAgICAgICAgICBib3gtc2hhZG93OiAwcHggNHB4IDhweCAxcHggcmdiYSgwLCAwLCAwLCAwLjI1KTtcbiAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjYzNjNGNlO1xuICAgICAgICAgICAgfVxuICAgICAgICBgLFxuICAgIF0sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRvb2x0aXBQcm9jZXNzRGVmYXVsdENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgdGV4dDogc3RyaW5nO1xuXG4gICAgY29uc3RydWN0b3IoKSB7fVxufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TooltipInfoContext } from '../../interfaces/tooltip-component-context';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TooltipInfoSimpleComponent {
|
|
4
|
-
context: TooltipInfoContext;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipInfoSimpleComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipInfoSimpleComponent, "dr-tooltip-info-simple", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TooltipNoBodyComponent implements OnInit {
|
|
4
|
-
context: any;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNoBodyComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipNoBodyComponent, "dr-tooltip-no-body", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
package/lib/dr-tooltip/components/tooltip-process-default/tooltip-process-default.component.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TooltipProcessDefaultComponent {
|
|
3
|
-
text: string;
|
|
4
|
-
constructor();
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipProcessDefaultComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipProcessDefaultComponent, "dr-tooltip-process-default", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|