@eui/components 17.3.9 → 17.3.10
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/directives/eui-tooltip/container/eui-tooltip-container.component.d.ts +3 -4
- package/directives/eui-tooltip/container/eui-tooltip-container.component.d.ts.map +1 -1
- package/directives/eui-tooltip/eui-tooltip.directive.d.ts +4 -4
- package/directives/eui-tooltip/eui-tooltip.directive.d.ts.map +1 -1
- package/docs/components/EuiTooltipContainerComponent.html +21 -69
- package/docs/dependencies.html +3 -3
- package/docs/directives/EuiTooltipDirective.html +1 -13
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +0 -26
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +10 -14
- package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +41 -21
- package/fesm2022/eui-components-directives.mjs +48 -42
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/package.json +9 -9
- package/directives/eui-tooltip/token/eui-tooltip.token.d.ts +0 -4
- package/directives/eui-tooltip/token/eui-tooltip.token.d.ts.map +0 -1
- package/esm2022/directives/eui-tooltip/token/eui-tooltip.token.mjs +0 -3
@@ -1,12 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { EuiTooltipInterface } from '../models/eui-tooltip.config';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class EuiTooltipContainerComponent {
|
4
|
-
config:
|
4
|
+
config: EuiTooltipInterface;
|
5
5
|
e2e: string;
|
6
6
|
get cssClasses(): string;
|
7
7
|
get showHide(): string;
|
8
|
-
constructor(config: EuiTooltipConfig);
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTooltipContainerComponent, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTooltipContainerComponent, "eui-tooltip-container.component", never, {}, {}, never, never, false, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiTooltipContainerComponent, "eui-tooltip-container.component", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
11
10
|
}
|
12
11
|
//# sourceMappingURL=eui-tooltip-container.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-tooltip-container.component.d.ts","sourceRoot":"","sources":["../../../../directives/eui-tooltip/container/eui-tooltip-container.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"eui-tooltip-container.component.d.ts","sourceRoot":"","sources":["../../../../directives/eui-tooltip/container/eui-tooltip-container.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;;AAEnE,qBAQa,4BAA4B;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IACP,GAAG,SAAiB;IAClD,IACI,UAAU,IAAI,MAAM,CAIvB;IACD,IAA8B,QAAQ,IAAI,MAAM,CAE/C;yCAXQ,4BAA4B;2CAA5B,4BAA4B;CAYxC"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { OnInit, OnDestroy, ElementRef,
|
1
|
+
import { OnInit, OnDestroy, ElementRef, OnChanges } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
3
|
import { Overlay } from '@angular/cdk/overlay';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class EuiTooltipDirective implements OnChanges, OnInit, OnDestroy {
|
6
6
|
private overlay;
|
7
7
|
private host;
|
8
|
-
private injector;
|
9
8
|
e2eAttr: string;
|
10
9
|
showDelay: number;
|
11
10
|
hideDelay: number;
|
@@ -53,7 +52,8 @@ export declare class EuiTooltipDirective implements OnChanges, OnInit, OnDestroy
|
|
53
52
|
private showDelaySubscription;
|
54
53
|
private positionStrategySubscription;
|
55
54
|
private tooltipContent;
|
56
|
-
|
55
|
+
private tooltipInstance;
|
56
|
+
constructor(overlay: Overlay, host: ElementRef<HTMLElement>);
|
57
57
|
ngOnChanges(): void;
|
58
58
|
ngOnInit(): void;
|
59
59
|
ngOnDestroy(): void;
|
@@ -62,7 +62,7 @@ export declare class EuiTooltipDirective implements OnChanges, OnInit, OnDestroy
|
|
62
62
|
get isOpen(): boolean;
|
63
63
|
show(origin?: EventTarget): void;
|
64
64
|
hide(): void;
|
65
|
-
private
|
65
|
+
private getTooltipConfig;
|
66
66
|
private getPosition;
|
67
67
|
private setPosition;
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTooltipDirective, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-tooltip.directive.d.ts","sourceRoot":"","sources":["../../../directives/eui-tooltip/eui-tooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-tooltip.directive.d.ts","sourceRoot":"","sources":["../../../directives/eui-tooltip/eui-tooltip.directive.ts"],"names":[],"mappings":"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"}
|
@@ -186,11 +186,6 @@
|
|
186
186
|
<tr>
|
187
187
|
<td class="col-md-4">
|
188
188
|
<ul class="index-list">
|
189
|
-
<li>
|
190
|
-
<span class="modifier"></span>
|
191
|
-
<span class="modifier">Public</span>
|
192
|
-
<a href="#config" >config</a>
|
193
|
-
</li>
|
194
189
|
<li>
|
195
190
|
<span class="modifier"></span>
|
196
191
|
<a href="#e2e" >e2e</a>
|
@@ -200,6 +195,20 @@
|
|
200
195
|
</tr>
|
201
196
|
|
202
197
|
|
198
|
+
<tr>
|
199
|
+
<td class="col-md-4">
|
200
|
+
<h6><b>Inputs</b></h6>
|
201
|
+
</td>
|
202
|
+
</tr>
|
203
|
+
<tr>
|
204
|
+
<td class="col-md-4">
|
205
|
+
<ul class="index-list">
|
206
|
+
<li>
|
207
|
+
<a href="#config" >config</a>
|
208
|
+
</li>
|
209
|
+
</ul>
|
210
|
+
</td>
|
211
|
+
</tr>
|
203
212
|
|
204
213
|
|
205
214
|
<tr>
|
@@ -245,52 +254,27 @@
|
|
245
254
|
</table>
|
246
255
|
</section>
|
247
256
|
|
248
|
-
|
249
|
-
<
|
257
|
+
|
258
|
+
<section data-compodoc="block-inputs">
|
259
|
+
<h3 id="inputs">Inputs</h3>
|
250
260
|
<table class="table table-sm table-bordered">
|
251
261
|
<tbody>
|
252
262
|
<tr>
|
253
263
|
<td class="col-md-4">
|
254
|
-
<
|
264
|
+
<a name="config"></a>
|
265
|
+
<b>config</b>
|
255
266
|
</td>
|
256
267
|
</tr>
|
257
|
-
|
258
268
|
<tr>
|
259
269
|
<td class="col-md-4">
|
260
|
-
|
261
|
-
|
262
|
-
<table class="params">
|
263
|
-
<thead>
|
264
|
-
<tr>
|
265
|
-
<td>Name</td>
|
266
|
-
<td>Type</td>
|
267
|
-
<td>Optional</td>
|
268
|
-
</tr>
|
269
|
-
</thead>
|
270
|
-
<tbody>
|
271
|
-
<tr>
|
272
|
-
<td>config</td>
|
273
|
-
|
274
|
-
<td>
|
275
|
-
<code><a href="../classes/EuiTooltipConfig.html" target="_self" >EuiTooltipConfig</a></code>
|
276
|
-
</td>
|
277
|
-
|
278
|
-
<td>
|
279
|
-
No
|
280
|
-
</td>
|
281
|
-
|
282
|
-
</tr>
|
283
|
-
</tbody>
|
284
|
-
</table>
|
285
|
-
</div>
|
270
|
+
<i>Type : </i> <code><a href="../interfaces/EuiTooltipInterface.html" target="_self" >EuiTooltipInterface</a></code>
|
271
|
+
|
286
272
|
</td>
|
287
273
|
</tr>
|
288
274
|
</tbody>
|
289
275
|
</table>
|
290
276
|
</section>
|
291
277
|
|
292
|
-
|
293
|
-
|
294
278
|
<section data-compodoc="block-properties">
|
295
279
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
296
280
|
<tbody>
|
@@ -369,38 +353,6 @@
|
|
369
353
|
<h3 id="inputs">
|
370
354
|
Properties
|
371
355
|
</h3>
|
372
|
-
<table class="table table-sm table-bordered">
|
373
|
-
<tbody>
|
374
|
-
<tr>
|
375
|
-
<td class="col-md-4">
|
376
|
-
<a name="config"></a>
|
377
|
-
<span class="name">
|
378
|
-
<span class="modifier"></span>
|
379
|
-
<span class="modifier">Public</span>
|
380
|
-
<span ><b>config</b></span>
|
381
|
-
<a href="#config"><span class="icon ion-ios-link"></span></a>
|
382
|
-
</span>
|
383
|
-
</td>
|
384
|
-
</tr>
|
385
|
-
<tr>
|
386
|
-
<td class="col-md-4">
|
387
|
-
<i>Type : </i> <code><a href="../classes/EuiTooltipConfig.html" target="_self" >EuiTooltipConfig</a></code>
|
388
|
-
|
389
|
-
</td>
|
390
|
-
</tr>
|
391
|
-
<tr>
|
392
|
-
<td class="col-md-4">
|
393
|
-
<b>Decorators : </b>
|
394
|
-
<br />
|
395
|
-
<code>
|
396
|
-
@Inject(TOOLTIP_CONTAINER_CONFIG)<br />
|
397
|
-
</code>
|
398
|
-
</td>
|
399
|
-
</tr>
|
400
|
-
|
401
|
-
|
402
|
-
</tbody>
|
403
|
-
</table>
|
404
356
|
<table class="table table-sm table-bordered">
|
405
357
|
<tbody>
|
406
358
|
<tr>
|
package/docs/dependencies.html
CHANGED
@@ -311,11 +311,11 @@
|
|
311
311
|
<li>
|
312
312
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/styles</b> : 17.3.9
|
314
|
+
<b>@eui/styles</b> : 17.3.9</li>
|
315
315
|
<li>
|
316
|
-
<b>@eui/styles-base</b> : 17.3.9
|
316
|
+
<b>@eui/styles-base</b> : 17.3.9</li>
|
317
317
|
<li>
|
318
|
-
<b>@eui/ecl</b> : 17.3.9
|
318
|
+
<b>@eui/ecl</b> : 17.3.9</li>
|
319
319
|
<li>
|
320
320
|
<b>@eui/tools</b> : ^6.0.0</li>
|
321
321
|
</ul>
|
@@ -311,7 +311,7 @@
|
|
311
311
|
<tbody>
|
312
312
|
<tr>
|
313
313
|
<td class="col-md-4">
|
314
|
-
<code>constructor(overlay: Overlay, host: ElementRef<HTMLElement
|
314
|
+
<code>constructor(overlay: Overlay, host: ElementRef<HTMLElement>)</code>
|
315
315
|
</td>
|
316
316
|
</tr>
|
317
317
|
|
@@ -352,18 +352,6 @@
|
|
352
352
|
</td>
|
353
353
|
|
354
354
|
</tr>
|
355
|
-
<tr>
|
356
|
-
<td>injector</td>
|
357
|
-
|
358
|
-
<td>
|
359
|
-
<code>Injector</code>
|
360
|
-
</td>
|
361
|
-
|
362
|
-
<td>
|
363
|
-
No
|
364
|
-
</td>
|
365
|
-
|
366
|
-
</tr>
|
367
355
|
</tbody>
|
368
356
|
</table>
|
369
357
|
</div>
|