@eui/components 19.0.2-snapshot-1734361039271 → 19.0.2-snapshot-1734535845406

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.
@@ -247,6 +247,9 @@
247
247
  <li>
248
248
  <a href="#MONTH_YEAR_FORMAT" title="packages/eui/packages/components/eui-datepicker/eui-datepicker.component.ts" ><b>MONTH_YEAR_FORMAT</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-datepicker.component.ts)</a>
249
249
  </li>
250
+ <li>
251
+ <a href="#multilevel" title="packages/eui/packages/components/eui-tree/testing/multilevel.ts" ><b>multilevel</b>&nbsp;&nbsp;&nbsp;(packages/.../multilevel.ts)</a>
252
+ </li>
250
253
  <li>
251
254
  <a href="#onOff" title="packages/eui/packages/components/eui-slide-toggle/animations/on-off.ts" ><b>onOff</b>&nbsp;&nbsp;&nbsp;(packages/.../on-off.ts)</a>
252
255
  </li>
@@ -2183,6 +2186,251 @@
2183
2186
  </tr>
2184
2187
 
2185
2188
 
2189
+ </tbody>
2190
+ </table>
2191
+ </section>
2192
+ <h3>packages/eui/packages/components/eui-tree/testing/multilevel.ts</h3>
2193
+ <section data-compodoc="block-properties">
2194
+ <h3></h3> <table class="table table-sm table-bordered">
2195
+ <tbody>
2196
+ <tr>
2197
+ <td class="col-md-4">
2198
+ <a name="multilevel"></a>
2199
+ <span class="name">
2200
+ <span ><b>multilevel</b></span>
2201
+ <a href="#multilevel"><span class="icon ion-ios-link"></span></a>
2202
+ </span>
2203
+ </td>
2204
+ </tr>
2205
+ <tr>
2206
+ <td class="col-md-4">
2207
+ <i>Type : </i> <code>[]</code>
2208
+
2209
+ </td>
2210
+ </tr>
2211
+ <tr>
2212
+ <td class="col-md-4">
2213
+ <i>Default value : </i><code>[
2214
+ {
2215
+ node: {
2216
+ treeContentBlock: {
2217
+ id: &#x27;1&#x27;,
2218
+ label: &#x27;DIGIT A&#x27;,
2219
+ },
2220
+ isSelected: true,
2221
+ },
2222
+ },
2223
+ {
2224
+ node: {
2225
+ treeContentBlock: {
2226
+ id: &#x27;2&#x27;,
2227
+ label: &#x27;DIGIT B&#x27;,
2228
+ },
2229
+ },
2230
+ children: [
2231
+ {
2232
+ node: {
2233
+ treeContentBlock: {
2234
+ id: &#x27;3&#x27;,
2235
+ label: &#x27;DIGIT B.1&#x27;,
2236
+ },
2237
+ },
2238
+ },
2239
+ {
2240
+ node: {
2241
+ treeContentBlock: {
2242
+ id: &#x27;4&#x27;,
2243
+ label: &#x27;DIGIT B.2&#x27;,
2244
+ },
2245
+ },
2246
+ },
2247
+ {
2248
+ node: {
2249
+ treeContentBlock: {
2250
+ id: &#x27;5&#x27;,
2251
+ label: &#x27;DIGIT B.3&#x27;,
2252
+ },
2253
+ },
2254
+ children: [
2255
+ {
2256
+ node: {
2257
+ treeContentBlock: {
2258
+ id: &#x27;6&#x27;,
2259
+ label: &#x27;DIGIT B.3.1&#x27;,
2260
+ },
2261
+ isSelected: true,
2262
+ },
2263
+ },
2264
+ {
2265
+ node: {
2266
+ treeContentBlock: {
2267
+ id: &#x27;7&#x27;,
2268
+ label: &#x27;DIGIT B.3.2&#x27;,
2269
+ },
2270
+ isSelected: true,
2271
+ },
2272
+ },
2273
+ ],
2274
+ },
2275
+ {
2276
+ node: {
2277
+ treeContentBlock: {
2278
+ id: &#x27;8&#x27;,
2279
+ label: &#x27;DIGIT B.4&#x27;,
2280
+ },
2281
+ },
2282
+ },
2283
+ {
2284
+ node: {
2285
+ treeContentBlock: {
2286
+ id: &#x27;9&#x27;,
2287
+ label: &#x27;DIGIT B.5&#x27;,
2288
+ },
2289
+ },
2290
+ },
2291
+ ],
2292
+ },
2293
+ {
2294
+ node: {
2295
+ treeContentBlock: {
2296
+ id: &#x27;10&#x27;,
2297
+ label: &#x27;DIGIT C&#x27;,
2298
+ },
2299
+ },
2300
+ children: [
2301
+ {
2302
+ node: {
2303
+ treeContentBlock: {
2304
+ id: &#x27;11&#x27;,
2305
+ label: &#x27;DIGIT C.1&#x27;,
2306
+ },
2307
+ },
2308
+ },
2309
+ {
2310
+ node: {
2311
+ treeContentBlock: {
2312
+ id: &#x27;12&#x27;,
2313
+ label: &#x27;DIGIT C.2&#x27;,
2314
+ },
2315
+ },
2316
+ },
2317
+ {
2318
+ node: {
2319
+ treeContentBlock: {
2320
+ id: &#x27;13&#x27;,
2321
+ label: &#x27;DIGIT C.3&#x27;,
2322
+ },
2323
+ },
2324
+ children: [
2325
+ {
2326
+ node: {
2327
+ treeContentBlock: {
2328
+ id: &#x27;14&#x27;,
2329
+ label: &#x27;DIGIT C.3.1&#x27;,
2330
+ },
2331
+ },
2332
+ },
2333
+ {
2334
+ node: {
2335
+ treeContentBlock: {
2336
+ id: &#x27;15&#x27;,
2337
+ label: &#x27;DIGIT C.3.2&#x27;,
2338
+ },
2339
+ },
2340
+ },
2341
+ ],
2342
+ },
2343
+ {
2344
+ node: {
2345
+ treeContentBlock: {
2346
+ id: &#x27;16&#x27;,
2347
+ label: &#x27;DIGIT C.4&#x27;,
2348
+ },
2349
+ },
2350
+ },
2351
+ {
2352
+ node: {
2353
+ treeContentBlock: {
2354
+ id: &#x27;17&#x27;,
2355
+ label: &#x27;DIGIT C.5&#x27;,
2356
+ },
2357
+ },
2358
+ },
2359
+ ],
2360
+ },
2361
+ {
2362
+ node: {
2363
+ treeContentBlock: {
2364
+ id: &#x27;18&#x27;,
2365
+ label: &#x27;DIGIT D&#x27;,
2366
+ },
2367
+ },
2368
+ children: [
2369
+ {
2370
+ node: {
2371
+ treeContentBlock: {
2372
+ id: &#x27;19&#x27;,
2373
+ label: &#x27;DIGIT D.1&#x27;,
2374
+ },
2375
+ },
2376
+ },
2377
+ {
2378
+ node: {
2379
+ treeContentBlock: {
2380
+ id: &#x27;20&#x27;,
2381
+ label: &#x27;DIGIT D.2&#x27;,
2382
+ },
2383
+ },
2384
+ },
2385
+ {
2386
+ node: {
2387
+ treeContentBlock: {
2388
+ id: &#x27;21&#x27;,
2389
+ label: &#x27;DIGIT D.3&#x27;,
2390
+ },
2391
+ },
2392
+ children: [
2393
+ {
2394
+ node: {
2395
+ treeContentBlock: {
2396
+ id: &#x27;22&#x27;,
2397
+ label: &#x27;DIGIT D.3.1&#x27;,
2398
+ },
2399
+ },
2400
+ },
2401
+ {
2402
+ node: {
2403
+ treeContentBlock: {
2404
+ id: &#x27;23&#x27;,
2405
+ label: &#x27;DIGIT D.3.2&#x27;,
2406
+ },
2407
+ },
2408
+ },
2409
+ ],
2410
+ },
2411
+ {
2412
+ node: {
2413
+ treeContentBlock: {
2414
+ id: &#x27;24&#x27;,
2415
+ label: &#x27;DIGIT D.4&#x27;,
2416
+ },
2417
+ },
2418
+ },
2419
+ {
2420
+ node: {
2421
+ treeContentBlock: {
2422
+ id: &#x27;25&#x27;,
2423
+ label: &#x27;DIGIT D.5&#x27;,
2424
+ },
2425
+ },
2426
+ },
2427
+ ],
2428
+ },
2429
+ ]</code>
2430
+ </td>
2431
+ </tr>
2432
+
2433
+
2186
2434
  </tbody>
2187
2435
  </table>
2188
2436
  </section>
@@ -1 +1 @@
1
- {"version":3,"file":"eui-alert.component.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAIZ,MAAM,EAGN,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;;;AAEhF,qBAoBa,iBAAkB,YAAW,MAAM;IA6CzB,mBAAmB,EAAE,mBAAmB;IA5C3D,IACW,UAAU,IAAI,MAAM,CAW9B;IAEyB,IAAI,SAAW;IACzC,IAEI,eAAe,IAAI,MAAM,CAE5B;IACD,IACI,QAAQ,IAAI,MAAM,CAErB;IAID,OAAO,SAAe;IAEkB,OAAO,UAAS;IAChB,UAAU,UAAS;IACnB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,SAAS,UAAQ;IAE/C,UAAU,wBAA+B;IAEwB,UAAU,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEzH,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAS;gBAEN,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAOhB,YAAY,IAAI,IAAI;yCAtDX,iBAAiB;2CAAjB,iBAAiB;sCA2DmwwC,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;wCAAR,OAAQ;CADxywC"}
1
+ {"version":3,"file":"eui-alert.component.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAIZ,MAAM,EAGN,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;;;AAEhF,qBAoBa,iBAAkB,YAAW,MAAM;IA6CzB,mBAAmB,EAAE,mBAAmB;IA5C3D,IACW,UAAU,IAAI,MAAM,CAW9B;IAEyB,IAAI,SAAW;IACzC,IAEI,eAAe,IAAI,MAAM,CAE5B;IACD,IACI,QAAQ,IAAI,MAAM,CAErB;IAID,OAAO,SAAe;IAEkB,OAAO,UAAS;IAChB,UAAU,UAAS;IACnB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,SAAS,UAAQ;IAE/C,UAAU,wBAA+B;IAEwB,UAAU,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEzH,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAS;gBAEN,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAIhB,YAAY,IAAI,IAAI;yCAnDX,iBAAiB;2CAAjB,iBAAiB;sCAwDs3wC,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;wCAAR,OAAQ;CAD35wC"}
@@ -1 +1 @@
1
- {"version":3,"file":"eui-badge.component.d.ts","sourceRoot":"","sources":["../../eui-badge/eui-badge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqE,UAAU,EAAoB,aAAa,EAAE,iBAAiB,EAAoB,MAAM,eAAe,CAAC;AACpL,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBA4Ba,iBAAkB,YAAW,aAAa;IA2BxC,mBAAmB,EAAE,mBAAmB;IAC/C,OAAO,CAAC,KAAK;IA3BjB,IACW,UAAU,IAAI,MAAM,CAM9B;IAEsC,OAAO,SAAe;IACnC,IAAI,SAAY;IACW,SAAS,EAAE,MAAM,GAAG,IAAI,CAAW;IAE/E,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IAEO,YAAY,UAAS;IACrB,cAAc,UAAS;IAEtC,OAAO,EAAE,UAAU,CAAC;IAE7C,UAAU,UAAQ;IAClB,iBAAiB,UAAS;IAC1B,cAAc,EAAE,MAAM,CAAC;gBAGZ,mBAAmB,EAAE,mBAAmB,EACvC,KAAK,EAAE,iBAAiB;IAIpC,eAAe,IAAI,IAAI;IAUvB,gBAAgB,IAAI,IAAI;IAIxB,OAAO,CAAC,aAAa;yCA9CZ,iBAAiB;2CAAjB,iBAAiB;2CAyDivwC,OAAQ;6CAAR,OAAQ;CADtxwC"}
1
+ {"version":3,"file":"eui-badge.component.d.ts","sourceRoot":"","sources":["../../eui-badge/eui-badge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqE,UAAU,EAAE,aAAa,EAAE,iBAAiB,EAAoB,MAAM,eAAe,CAAC;AAClK,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBA4Ba,iBAAkB,YAAW,aAAa;IA2BxC,mBAAmB,EAAE,mBAAmB;IAC/C,OAAO,CAAC,KAAK;IA3BjB,IACW,UAAU,IAAI,MAAM,CAM9B;IAEsC,OAAO,SAAe;IACnC,IAAI,SAAY;IACW,SAAS,EAAE,MAAM,GAAG,IAAI,CAAW;IAE/E,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IAEO,YAAY,UAAS;IACrB,cAAc,UAAS;IAEtC,OAAO,EAAE,UAAU,CAAC;IAE7C,UAAU,UAAQ;IAClB,iBAAiB,UAAS;IAC1B,cAAc,EAAE,MAAM,CAAC;gBAGZ,mBAAmB,EAAE,mBAAmB,EACvC,KAAK,EAAE,iBAAiB;IAIpC,eAAe,IAAI,IAAI;IAUvB,gBAAgB,IAAI,IAAI;IAIxB,OAAO,CAAC,aAAa;yCA9CZ,iBAAiB;2CAAjB,iBAAiB;2CAyDmwwC,OAAQ;6CAAR,OAAQ;CADxywC"}
@@ -64,9 +64,6 @@ class EuiAlertComponent {
64
64
  this.closeAlert = new EventEmitter();
65
65
  }
66
66
  ngOnInit() {
67
- if (!this.baseStatesDirective.euiVariant) {
68
- this.baseStatesDirective.euiInfo = true;
69
- }
70
67
  this.uniqueId = crypto.randomUUID();
71
68
  }
72
69
  onCloseClick() {
@@ -74,7 +71,7 @@ class EuiAlertComponent {
74
71
  this.closeAlert.emit(false);
75
72
  }
76
73
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: EuiAlertComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
77
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: EuiAlertComponent, isStandalone: false, selector: "div[euiAlert], eui-alert", inputs: { ariaDescribedBy: "ariaDescribedBy", e2eAttr: "e2eAttr", isMuted: ["isMuted", "isMuted", booleanAttribute], isBordered: ["isBordered", "isBordered", booleanAttribute], isCloseable: ["isCloseable", "isCloseable", booleanAttribute], isFocusable: ["isFocusable", "isFocusable", booleanAttribute], isVisible: ["isVisible", "isVisible", booleanAttribute] }, outputs: { closeAlert: "closeAlert" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role", "attr.aria-describedby": "this.ariaDescribedBy", "attr.tabindex": "this.tabindex", "attr.data-e2e": "this.e2eAttr" } }, queries: [{ propertyName: "alertTitle", first: true, predicate: i0.forwardRef(() => EuiAlertTitleComponent), descendants: true }], hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euiPrimary", "euiPrimary", "euiSuccess", "euiSuccess", "euiInfo", "euiInfo", "euiWarning", "euiWarning", "euiDanger", "euiDanger", "euiVariant", "euiVariant"] }], ngImport: i0, template: "@if (alertTitle) {\n <div class=\"eui-alert-container\">\n <div class=\"eui-alert-title-wrapper\">\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content select=\"eui-alert-title\"/>\n </div>\n <ng-content *ngTemplateOutlet=\"body\"/>\n </div>\n\n} @else {\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content *ngTemplateOutlet=\"body\"/>\n}\n\n<ng-template #icon>\n <eui-icon-state [euiVariant]=\"baseStatesDirective.euiVariant\" class=\"eui-alert-icon\"/>\n</ng-template>\n\n<ng-template #body>\n <div class=\"eui-alert-content\">\n <ng-content/>\n </div>\n</ng-template>\n\n@if (isCloseable) {\n <eui-icon-button class=\"eui-alert-close\"\n icon=\"close:outline\"\n euiRounded\n (buttonClick)=\"onCloseClick()\"\n fillColor=\"neutral-light\"\n ariaLabel=\"Close alert icon\"/>\n}\n", styles: [".eui-19 :host.eui-alert{--eui-alert-color-info-bg: var(--eui-c-info-bg);--eui-alert-color-info-text: var(--eui-c-text);--eui-alert-color-info-title-text: var(--eui-c-info-dark);--eui-alert-color-info-border: var(--eui-c-info-dark);--eui-alert-color-info-close-text: var(--eui-c-text);--eui-alert-color-info-close-hover-bg: var(--eui-c-info-lightest);--eui-alert-color-success-bg: var(--eui-c-success-bg);--eui-alert-color-success-text: var(--eui-c-text);--eui-alert-color-success-title-text: var(--eui-c-success-darker);--eui-alert-color-success-border: var(--eui-c-success-darker);--eui-alert-color-success-close-text: var(--eui-c-text);--eui-alert-color-success-close-hover-bg: var(--eui-c-success-lightest);--eui-alert-color-warning-bg: var(--eui-c-warning-bg);--eui-alert-color-warning-text: var(--eui-c-text);--eui-alert-color-warning-title-text: var(--eui-c-warning-darker);--eui-alert-color-warning-border: var(--eui-c-warning-darker);--eui-alert-color-warning-close-text: var(--eui-c-text);--eui-alert-color-warning-close-hover-bg: var(--eui-c-warning-lightest);--eui-alert-color-danger-bg: var(--eui-c-danger-bg);--eui-alert-color-danger-text: var(--eui-c-text);--eui-alert-color-danger-title-text: var(--eui-c-danger-dark);--eui-alert-color-danger-border: var(--eui-c-danger-dark);--eui-alert-color-danger-close-text: var(--eui-c-text);--eui-alert-color-danger-close-hover-bg: var(--eui-c-danger-lightest);--eui-alert-color-bordered-bg: var(--eui-c-neutral-bg-lighter);--eui-alert-color-bordered-close-hover-bg: var(--eui-c-neutral-bg)}.eui-19 :host.eui-alert--info{--_color: var(--eui-alert-color-info-text);--_title-color: var( --eui-alert-color-info-title-text);--_bg-color: var( --eui-alert-color-info-bg);--_close-hover-color: var(--eui-alert-color-info-close-hover-bg)}.eui-19 :host.eui-alert--success{--_color: var(--eui-alert-color-success-text);--_title-color: var( --eui-alert-color-success-title-text);--_bg-color: var( --eui-alert-color-success-bg);--_close-hover-color: var(--eui-alert-color-success-close-hover-bg)}.eui-19 :host.eui-alert--danger{--_color: var(--eui-alert-color-danger-text);--_title-color: var( --eui-alert-color-danger-title-text);--_bg-color: var( --eui-alert-color-danger-bg);--_close-hover-color: var(--eui-alert-color-danger-close-hover-bg)}.eui-19 :host.eui-alert--warning{--_color: var(--eui-alert-color-warning-text);--_title-color: var( --eui-alert-color-warning-title-text);--_bg-color: var( --eui-alert-color-warning-bg);--_close-hover-color: var(--eui-alert-color-warning-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--info{--_border-color: var(--eui-alert-color-info-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--success{--_border-color: var(--eui-alert-color-success-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--danger{--_border-color: var(--eui-alert-color-danger-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--warning{--_border-color: var(--eui-alert-color-warning-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert{display:flex;padding:var(--eui-s-m);background-color:var(--_bg-color);position:relative;border-radius:var(--eui-br-s);color:var(--_color)}.eui-19 :host.eui-alert .eui-alert-container{display:flex;flex-direction:column;row-gap:var(--eui-s-s)}.eui-19 :host.eui-alert .eui-alert-title-wrapper{display:flex;align-items:center}.eui-19 :host.eui-alert .eui-alert-icon{margin-right:var(--eui-s-xs)}.eui-19 :host.eui-alert ::ng-deep .eui-alert-title{color:var(--_title-color);font:var(--eui-f-m-bold-compact)}.eui-19 :host.eui-alert .eui-alert-content{display:block}.eui-19 :host.eui-alert .eui-alert-content p:first-child{margin-top:0}.eui-19 :host.eui-alert .eui-alert-content p:last-child{margin-bottom:0}.eui-19 :host.eui-alert .eui-alert-close{position:absolute;top:var(--eui-s-xs);right:var(--eui-s-xs)}.eui-19 :host.eui-alert .eui-alert-close ::ng-deep .eui-icon-button__button:hover{background-color:var(--_close-hover-color)}.eui-19 :host.eui-alert--hidden{display:none}.eui-19 :host.eui-alert--focusable:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-alert--bordered{border:var(--eui-bw-xs) solid var(--eui-c-neutral-lightest);border-left:var(--eui-bw-m) solid var(--_border-color)}.eui-19 :host.eui-alert--closeable{padding-right:var(--eui-s-4xl)}\n"], dependencies: [{ kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.EuiIconStateComponent, selector: "eui-icon-state", inputs: ["size", "ariaLabel"] }, { kind: "component", type: i4.EuiIconButtonComponent, selector: "eui-icon-button", inputs: ["icon", "fillColor", "size", "ariaLabel", "tabindex", "hasNoPadding", "hasFocusHoverColor", "hasFocusHoverBg", "euiRounded", "euiDisabled"], outputs: ["buttonClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
74
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: EuiAlertComponent, isStandalone: false, selector: "div[euiAlert], eui-alert", inputs: { ariaDescribedBy: "ariaDescribedBy", e2eAttr: "e2eAttr", isMuted: ["isMuted", "isMuted", booleanAttribute], isBordered: ["isBordered", "isBordered", booleanAttribute], isCloseable: ["isCloseable", "isCloseable", booleanAttribute], isFocusable: ["isFocusable", "isFocusable", booleanAttribute], isVisible: ["isVisible", "isVisible", booleanAttribute] }, outputs: { closeAlert: "closeAlert" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role", "attr.aria-describedby": "this.ariaDescribedBy", "attr.tabindex": "this.tabindex", "attr.data-e2e": "this.e2eAttr" } }, queries: [{ propertyName: "alertTitle", first: true, predicate: i0.forwardRef(() => EuiAlertTitleComponent), descendants: true }], hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euiPrimary", "euiPrimary", "euiSuccess", "euiSuccess", "euiInfo", "euiInfo", "euiWarning", "euiWarning", "euiDanger", "euiDanger", "euiVariant", "euiVariant"] }], ngImport: i0, template: "@if (alertTitle) {\n <div class=\"eui-alert-container\">\n <div class=\"eui-alert-title-wrapper\">\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content select=\"eui-alert-title\"/>\n </div>\n <ng-content *ngTemplateOutlet=\"body\"/>\n </div>\n\n} @else {\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content *ngTemplateOutlet=\"body\"/>\n}\n\n<ng-template #icon>\n <eui-icon-state [euiVariant]=\"baseStatesDirective.euiVariant\" class=\"eui-alert-icon\"/>\n</ng-template>\n\n<ng-template #body>\n <div class=\"eui-alert-content\">\n <ng-content/>\n </div>\n</ng-template>\n\n@if (isCloseable) {\n <eui-icon-button class=\"eui-alert-close\"\n icon=\"close:outline\"\n euiRounded\n (buttonClick)=\"onCloseClick()\"\n fillColor=\"neutral-light\"\n ariaLabel=\"Close alert icon\"/>\n}\n", styles: [".eui-19 :host.eui-alert{--eui-alert-color-default-bg: var(--eui-c-info-bg);--eui-alert-color-default-text: var(--eui-c-text);--eui-alert-color-default-title-text: var(--eui-c-info-dark);--eui-alert-color-default-border: var(--eui-c-info-dark);--eui-alert-color-default-close-text: var(--eui-c-text);--eui-alert-color-default-close-hover-bg: var(--eui-c-info-lightest);--eui-alert-color-info-bg: var(--eui-c-info-bg);--eui-alert-color-info-text: var(--eui-c-text);--eui-alert-color-info-title-text: var(--eui-c-info-dark);--eui-alert-color-info-border: var(--eui-c-info-dark);--eui-alert-color-info-close-text: var(--eui-c-text);--eui-alert-color-info-close-hover-bg: var(--eui-c-info-lightest);--eui-alert-color-success-bg: var(--eui-c-success-bg);--eui-alert-color-success-text: var(--eui-c-text);--eui-alert-color-success-title-text: var(--eui-c-success-darker);--eui-alert-color-success-border: var(--eui-c-success-darker);--eui-alert-color-success-close-text: var(--eui-c-text);--eui-alert-color-success-close-hover-bg: var(--eui-c-success-lightest);--eui-alert-color-warning-bg: var(--eui-c-warning-bg);--eui-alert-color-warning-text: var(--eui-c-text);--eui-alert-color-warning-title-text: var(--eui-c-warning-darker);--eui-alert-color-warning-border: var(--eui-c-warning-darker);--eui-alert-color-warning-close-text: var(--eui-c-text);--eui-alert-color-warning-close-hover-bg: var(--eui-c-warning-lightest);--eui-alert-color-danger-bg: var(--eui-c-danger-bg);--eui-alert-color-danger-text: var(--eui-c-text);--eui-alert-color-danger-title-text: var(--eui-c-danger-dark);--eui-alert-color-danger-border: var(--eui-c-danger-dark);--eui-alert-color-danger-close-text: var(--eui-c-text);--eui-alert-color-danger-close-hover-bg: var(--eui-c-danger-lightest);--eui-alert-color-bordered-bg: var(--eui-c-neutral-bg-lighter);--eui-alert-color-bordered-close-hover-bg: var(--eui-c-neutral-bg)}.eui-19 :host.eui-alert{--_color: var(--eui-alert-color-default-text);--_title-color: var( --eui-alert-color-default-title-text);--_bg-color: var( --eui-alert-color-default-bg);--_close-hover-color: var(--eui-alert-color-default-close-hover-bg)}.eui-19 :host.eui-alert--info{--_color: var(--eui-alert-color-info-text);--_title-color: var( --eui-alert-color-info-title-text);--_bg-color: var( --eui-alert-color-info-bg);--_close-hover-color: var(--eui-alert-color-info-close-hover-bg)}.eui-19 :host.eui-alert--success{--_color: var(--eui-alert-color-success-text);--_title-color: var( --eui-alert-color-success-title-text);--_bg-color: var( --eui-alert-color-success-bg);--_close-hover-color: var(--eui-alert-color-success-close-hover-bg)}.eui-19 :host.eui-alert--danger{--_color: var(--eui-alert-color-danger-text);--_title-color: var( --eui-alert-color-danger-title-text);--_bg-color: var( --eui-alert-color-danger-bg);--_close-hover-color: var(--eui-alert-color-danger-close-hover-bg)}.eui-19 :host.eui-alert--warning{--_color: var(--eui-alert-color-warning-text);--_title-color: var( --eui-alert-color-warning-title-text);--_bg-color: var( --eui-alert-color-warning-bg);--_close-hover-color: var(--eui-alert-color-warning-close-hover-bg)}.eui-19 :host.eui-alert--bordered{--_border-color: var(--eui-alert-color-default-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--info{--_border-color: var(--eui-alert-color-info-border)}.eui-19 :host.eui-alert--bordered.eui-alert--success{--_border-color: var(--eui-alert-color-success-border)}.eui-19 :host.eui-alert--bordered.eui-alert--danger{--_border-color: var(--eui-alert-color-danger-border)}.eui-19 :host.eui-alert--bordered.eui-alert--warning{--_border-color: var(--eui-alert-color-warning-border)}.eui-19 :host.eui-alert{display:flex;padding:var(--eui-s-m);background-color:var(--_bg-color);position:relative;border-radius:var(--eui-br-s);color:var(--_color)}.eui-19 :host.eui-alert .eui-alert-container{display:flex;flex-direction:column;row-gap:var(--eui-s-s)}.eui-19 :host.eui-alert .eui-alert-title-wrapper{display:flex;align-items:center}.eui-19 :host.eui-alert .eui-alert-icon{margin-right:var(--eui-s-xs)}.eui-19 :host.eui-alert ::ng-deep .eui-alert-title{color:var(--_title-color);font:var(--eui-f-m-compact-bold)}.eui-19 :host.eui-alert .eui-alert-content{display:block}.eui-19 :host.eui-alert .eui-alert-content p:first-child{margin-top:0}.eui-19 :host.eui-alert .eui-alert-content p:last-child{margin-bottom:0}.eui-19 :host.eui-alert .eui-alert-close{position:absolute;top:var(--eui-s-xs);right:var(--eui-s-xs)}.eui-19 :host.eui-alert .eui-alert-close ::ng-deep .eui-icon-button__button:hover{background-color:var(--_close-hover-color)}.eui-19 :host.eui-alert--hidden{display:none}.eui-19 :host.eui-alert--focusable:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-alert--bordered{border:var(--eui-bw-xs) solid var(--eui-c-neutral-lightest);border-left:var(--eui-bw-m) solid var(--_border-color)}.eui-19 :host.eui-alert--closeable{padding-right:var(--eui-s-4xl)}\n"], dependencies: [{ kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.EuiIconStateComponent, selector: "eui-icon-state", inputs: ["size", "ariaLabel"] }, { kind: "component", type: i4.EuiIconButtonComponent, selector: "eui-icon-button", inputs: ["icon", "fillColor", "size", "ariaLabel", "tabindex", "hasNoPadding", "hasFocusHoverColor", "hasFocusHoverBg", "euiRounded", "euiDisabled"], outputs: ["buttonClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
78
75
  }
79
76
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: EuiAlertComponent, decorators: [{
80
77
  type: Component,
@@ -90,7 +87,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
90
87
  'euiVariant',
91
88
  ],
92
89
  },
93
- ], template: "@if (alertTitle) {\n <div class=\"eui-alert-container\">\n <div class=\"eui-alert-title-wrapper\">\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content select=\"eui-alert-title\"/>\n </div>\n <ng-content *ngTemplateOutlet=\"body\"/>\n </div>\n\n} @else {\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content *ngTemplateOutlet=\"body\"/>\n}\n\n<ng-template #icon>\n <eui-icon-state [euiVariant]=\"baseStatesDirective.euiVariant\" class=\"eui-alert-icon\"/>\n</ng-template>\n\n<ng-template #body>\n <div class=\"eui-alert-content\">\n <ng-content/>\n </div>\n</ng-template>\n\n@if (isCloseable) {\n <eui-icon-button class=\"eui-alert-close\"\n icon=\"close:outline\"\n euiRounded\n (buttonClick)=\"onCloseClick()\"\n fillColor=\"neutral-light\"\n ariaLabel=\"Close alert icon\"/>\n}\n", styles: [".eui-19 :host.eui-alert{--eui-alert-color-info-bg: var(--eui-c-info-bg);--eui-alert-color-info-text: var(--eui-c-text);--eui-alert-color-info-title-text: var(--eui-c-info-dark);--eui-alert-color-info-border: var(--eui-c-info-dark);--eui-alert-color-info-close-text: var(--eui-c-text);--eui-alert-color-info-close-hover-bg: var(--eui-c-info-lightest);--eui-alert-color-success-bg: var(--eui-c-success-bg);--eui-alert-color-success-text: var(--eui-c-text);--eui-alert-color-success-title-text: var(--eui-c-success-darker);--eui-alert-color-success-border: var(--eui-c-success-darker);--eui-alert-color-success-close-text: var(--eui-c-text);--eui-alert-color-success-close-hover-bg: var(--eui-c-success-lightest);--eui-alert-color-warning-bg: var(--eui-c-warning-bg);--eui-alert-color-warning-text: var(--eui-c-text);--eui-alert-color-warning-title-text: var(--eui-c-warning-darker);--eui-alert-color-warning-border: var(--eui-c-warning-darker);--eui-alert-color-warning-close-text: var(--eui-c-text);--eui-alert-color-warning-close-hover-bg: var(--eui-c-warning-lightest);--eui-alert-color-danger-bg: var(--eui-c-danger-bg);--eui-alert-color-danger-text: var(--eui-c-text);--eui-alert-color-danger-title-text: var(--eui-c-danger-dark);--eui-alert-color-danger-border: var(--eui-c-danger-dark);--eui-alert-color-danger-close-text: var(--eui-c-text);--eui-alert-color-danger-close-hover-bg: var(--eui-c-danger-lightest);--eui-alert-color-bordered-bg: var(--eui-c-neutral-bg-lighter);--eui-alert-color-bordered-close-hover-bg: var(--eui-c-neutral-bg)}.eui-19 :host.eui-alert--info{--_color: var(--eui-alert-color-info-text);--_title-color: var( --eui-alert-color-info-title-text);--_bg-color: var( --eui-alert-color-info-bg);--_close-hover-color: var(--eui-alert-color-info-close-hover-bg)}.eui-19 :host.eui-alert--success{--_color: var(--eui-alert-color-success-text);--_title-color: var( --eui-alert-color-success-title-text);--_bg-color: var( --eui-alert-color-success-bg);--_close-hover-color: var(--eui-alert-color-success-close-hover-bg)}.eui-19 :host.eui-alert--danger{--_color: var(--eui-alert-color-danger-text);--_title-color: var( --eui-alert-color-danger-title-text);--_bg-color: var( --eui-alert-color-danger-bg);--_close-hover-color: var(--eui-alert-color-danger-close-hover-bg)}.eui-19 :host.eui-alert--warning{--_color: var(--eui-alert-color-warning-text);--_title-color: var( --eui-alert-color-warning-title-text);--_bg-color: var( --eui-alert-color-warning-bg);--_close-hover-color: var(--eui-alert-color-warning-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--info{--_border-color: var(--eui-alert-color-info-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--success{--_border-color: var(--eui-alert-color-success-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--danger{--_border-color: var(--eui-alert-color-danger-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--warning{--_border-color: var(--eui-alert-color-warning-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert{display:flex;padding:var(--eui-s-m);background-color:var(--_bg-color);position:relative;border-radius:var(--eui-br-s);color:var(--_color)}.eui-19 :host.eui-alert .eui-alert-container{display:flex;flex-direction:column;row-gap:var(--eui-s-s)}.eui-19 :host.eui-alert .eui-alert-title-wrapper{display:flex;align-items:center}.eui-19 :host.eui-alert .eui-alert-icon{margin-right:var(--eui-s-xs)}.eui-19 :host.eui-alert ::ng-deep .eui-alert-title{color:var(--_title-color);font:var(--eui-f-m-bold-compact)}.eui-19 :host.eui-alert .eui-alert-content{display:block}.eui-19 :host.eui-alert .eui-alert-content p:first-child{margin-top:0}.eui-19 :host.eui-alert .eui-alert-content p:last-child{margin-bottom:0}.eui-19 :host.eui-alert .eui-alert-close{position:absolute;top:var(--eui-s-xs);right:var(--eui-s-xs)}.eui-19 :host.eui-alert .eui-alert-close ::ng-deep .eui-icon-button__button:hover{background-color:var(--_close-hover-color)}.eui-19 :host.eui-alert--hidden{display:none}.eui-19 :host.eui-alert--focusable:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-alert--bordered{border:var(--eui-bw-xs) solid var(--eui-c-neutral-lightest);border-left:var(--eui-bw-m) solid var(--_border-color)}.eui-19 :host.eui-alert--closeable{padding-right:var(--eui-s-4xl)}\n"] }]
90
+ ], template: "@if (alertTitle) {\n <div class=\"eui-alert-container\">\n <div class=\"eui-alert-title-wrapper\">\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content select=\"eui-alert-title\"/>\n </div>\n <ng-content *ngTemplateOutlet=\"body\"/>\n </div>\n\n} @else {\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content *ngTemplateOutlet=\"body\"/>\n}\n\n<ng-template #icon>\n <eui-icon-state [euiVariant]=\"baseStatesDirective.euiVariant\" class=\"eui-alert-icon\"/>\n</ng-template>\n\n<ng-template #body>\n <div class=\"eui-alert-content\">\n <ng-content/>\n </div>\n</ng-template>\n\n@if (isCloseable) {\n <eui-icon-button class=\"eui-alert-close\"\n icon=\"close:outline\"\n euiRounded\n (buttonClick)=\"onCloseClick()\"\n fillColor=\"neutral-light\"\n ariaLabel=\"Close alert icon\"/>\n}\n", styles: [".eui-19 :host.eui-alert{--eui-alert-color-default-bg: var(--eui-c-info-bg);--eui-alert-color-default-text: var(--eui-c-text);--eui-alert-color-default-title-text: var(--eui-c-info-dark);--eui-alert-color-default-border: var(--eui-c-info-dark);--eui-alert-color-default-close-text: var(--eui-c-text);--eui-alert-color-default-close-hover-bg: var(--eui-c-info-lightest);--eui-alert-color-info-bg: var(--eui-c-info-bg);--eui-alert-color-info-text: var(--eui-c-text);--eui-alert-color-info-title-text: var(--eui-c-info-dark);--eui-alert-color-info-border: var(--eui-c-info-dark);--eui-alert-color-info-close-text: var(--eui-c-text);--eui-alert-color-info-close-hover-bg: var(--eui-c-info-lightest);--eui-alert-color-success-bg: var(--eui-c-success-bg);--eui-alert-color-success-text: var(--eui-c-text);--eui-alert-color-success-title-text: var(--eui-c-success-darker);--eui-alert-color-success-border: var(--eui-c-success-darker);--eui-alert-color-success-close-text: var(--eui-c-text);--eui-alert-color-success-close-hover-bg: var(--eui-c-success-lightest);--eui-alert-color-warning-bg: var(--eui-c-warning-bg);--eui-alert-color-warning-text: var(--eui-c-text);--eui-alert-color-warning-title-text: var(--eui-c-warning-darker);--eui-alert-color-warning-border: var(--eui-c-warning-darker);--eui-alert-color-warning-close-text: var(--eui-c-text);--eui-alert-color-warning-close-hover-bg: var(--eui-c-warning-lightest);--eui-alert-color-danger-bg: var(--eui-c-danger-bg);--eui-alert-color-danger-text: var(--eui-c-text);--eui-alert-color-danger-title-text: var(--eui-c-danger-dark);--eui-alert-color-danger-border: var(--eui-c-danger-dark);--eui-alert-color-danger-close-text: var(--eui-c-text);--eui-alert-color-danger-close-hover-bg: var(--eui-c-danger-lightest);--eui-alert-color-bordered-bg: var(--eui-c-neutral-bg-lighter);--eui-alert-color-bordered-close-hover-bg: var(--eui-c-neutral-bg)}.eui-19 :host.eui-alert{--_color: var(--eui-alert-color-default-text);--_title-color: var( --eui-alert-color-default-title-text);--_bg-color: var( --eui-alert-color-default-bg);--_close-hover-color: var(--eui-alert-color-default-close-hover-bg)}.eui-19 :host.eui-alert--info{--_color: var(--eui-alert-color-info-text);--_title-color: var( --eui-alert-color-info-title-text);--_bg-color: var( --eui-alert-color-info-bg);--_close-hover-color: var(--eui-alert-color-info-close-hover-bg)}.eui-19 :host.eui-alert--success{--_color: var(--eui-alert-color-success-text);--_title-color: var( --eui-alert-color-success-title-text);--_bg-color: var( --eui-alert-color-success-bg);--_close-hover-color: var(--eui-alert-color-success-close-hover-bg)}.eui-19 :host.eui-alert--danger{--_color: var(--eui-alert-color-danger-text);--_title-color: var( --eui-alert-color-danger-title-text);--_bg-color: var( --eui-alert-color-danger-bg);--_close-hover-color: var(--eui-alert-color-danger-close-hover-bg)}.eui-19 :host.eui-alert--warning{--_color: var(--eui-alert-color-warning-text);--_title-color: var( --eui-alert-color-warning-title-text);--_bg-color: var( --eui-alert-color-warning-bg);--_close-hover-color: var(--eui-alert-color-warning-close-hover-bg)}.eui-19 :host.eui-alert--bordered{--_border-color: var(--eui-alert-color-default-border);--_bg-color: var(--eui-alert-color-bordered-bg);--_close-hover-color: var(--eui-alert-color-bordered-close-hover-bg)}.eui-19 :host.eui-alert--bordered.eui-alert--info{--_border-color: var(--eui-alert-color-info-border)}.eui-19 :host.eui-alert--bordered.eui-alert--success{--_border-color: var(--eui-alert-color-success-border)}.eui-19 :host.eui-alert--bordered.eui-alert--danger{--_border-color: var(--eui-alert-color-danger-border)}.eui-19 :host.eui-alert--bordered.eui-alert--warning{--_border-color: var(--eui-alert-color-warning-border)}.eui-19 :host.eui-alert{display:flex;padding:var(--eui-s-m);background-color:var(--_bg-color);position:relative;border-radius:var(--eui-br-s);color:var(--_color)}.eui-19 :host.eui-alert .eui-alert-container{display:flex;flex-direction:column;row-gap:var(--eui-s-s)}.eui-19 :host.eui-alert .eui-alert-title-wrapper{display:flex;align-items:center}.eui-19 :host.eui-alert .eui-alert-icon{margin-right:var(--eui-s-xs)}.eui-19 :host.eui-alert ::ng-deep .eui-alert-title{color:var(--_title-color);font:var(--eui-f-m-compact-bold)}.eui-19 :host.eui-alert .eui-alert-content{display:block}.eui-19 :host.eui-alert .eui-alert-content p:first-child{margin-top:0}.eui-19 :host.eui-alert .eui-alert-content p:last-child{margin-bottom:0}.eui-19 :host.eui-alert .eui-alert-close{position:absolute;top:var(--eui-s-xs);right:var(--eui-s-xs)}.eui-19 :host.eui-alert .eui-alert-close ::ng-deep .eui-icon-button__button:hover{background-color:var(--_close-hover-color)}.eui-19 :host.eui-alert--hidden{display:none}.eui-19 :host.eui-alert--focusable:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-alert--bordered{border:var(--eui-bw-xs) solid var(--eui-c-neutral-lightest);border-left:var(--eui-bw-m) solid var(--_border-color)}.eui-19 :host.eui-alert--closeable{padding-right:var(--eui-s-4xl)}\n"] }]
94
91
  }], ctorParameters: () => [{ type: i1.BaseStatesDirective }], propDecorators: { cssClasses: [{
95
92
  type: HostBinding,
96
93
  args: ['class']
@@ -1 +1 @@
1
- {"version":3,"file":"eui-components-eui-alert.mjs","sources":["../../eui-alert/components/eui-alert-title.component.ts","../../eui-alert/eui-alert.component.ts","../../eui-alert/eui-alert.component.html","../../eui-alert/eui-alert.module.ts","../../eui-alert/eui-components-eui-alert.ts"],"sourcesContent":["import { Component, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'eui-alert-title',\n template: '<ng-content></ng-content>',\n standalone: false,\n})\nexport class EuiAlertTitleComponent {\n // host binding class assignment for the content directive, avoiding extra DOM templates wrapper\n @HostBinding('class') class = 'eui-alert-title';\n}\n","import {\n Component,\n HostBinding,\n EventEmitter,\n Input,\n ChangeDetectionStrategy,\n Output,\n OnInit,\n ContentChild,\n forwardRef,\n QueryList,\n booleanAttribute,\n} from '@angular/core';\n\nimport { BaseStatesDirective } from '@eui/components/shared';\nimport { EuiAlertTitleComponent } from './components/eui-alert-title.component';\n\n@Component({\n templateUrl: './eui-alert.component.html',\n selector: 'div[euiAlert], eui-alert',\n styleUrl: './styles/_index.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n inputs: [\n 'euiPrimary',\n 'euiSuccess',\n 'euiInfo',\n 'euiWarning',\n 'euiDanger',\n 'euiVariant',\n ],\n },\n ],\n})\nexport class EuiAlertComponent implements OnInit {\n @HostBinding('class')\n public get cssClasses(): string {\n return [\n this.baseStatesDirective.getCssClasses('eui-alert'),\n this.isMuted ? 'eui-alert--muted' : '',\n this.isFocusable ? 'eui-alert--focusable' : '',\n this.isCloseable ? 'eui-alert--closeable' : '',\n this.isBordered ? 'eui-alert--bordered': '',\n !this.isVisible ? 'eui-alert--hidden' : '',\n ]\n .join(' ')\n .trim();\n }\n\n @HostBinding('attr.role') role = 'alert';\n @HostBinding('attr.aria-describedby')\n @Input()\n get ariaDescribedBy(): string {\n return `alertContent-${this.uniqueId}`;\n }\n @HostBinding('attr.tabindex')\n get tabindex(): string {\n return this.isFocusable ? '0' : '-1';\n }\n\n @HostBinding('attr.data-e2e')\n @Input()\n e2eAttr = 'eui-alert';\n\n @Input({ transform: booleanAttribute }) isMuted = false;\n @Input({ transform: booleanAttribute }) isBordered = false;\n @Input({ transform: booleanAttribute }) isCloseable = false;\n @Input({ transform: booleanAttribute }) isFocusable = false;\n @Input({ transform: booleanAttribute }) isVisible = true;\n\n @Output() closeAlert = new EventEmitter<boolean>();\n\n @ContentChild(forwardRef(() => EuiAlertTitleComponent), { static: false }) alertTitle: QueryList<EuiAlertTitleComponent>;\n\n alertIconType: string;\n alertIconFillColor: string;\n\n private uniqueId: string;\n\n constructor(public baseStatesDirective: BaseStatesDirective) {}\n\n ngOnInit(): void {\n if (!this.baseStatesDirective.euiVariant) {\n this.baseStatesDirective.euiInfo = true;\n }\n this.uniqueId = crypto.randomUUID();\n }\n\n onCloseClick(): void {\n this.isVisible = false;\n this.closeAlert.emit(false);\n }\n}\n","@if (alertTitle) {\n <div class=\"eui-alert-container\">\n <div class=\"eui-alert-title-wrapper\">\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content select=\"eui-alert-title\"/>\n </div>\n <ng-content *ngTemplateOutlet=\"body\"/>\n </div>\n\n} @else {\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content *ngTemplateOutlet=\"body\"/>\n}\n\n<ng-template #icon>\n <eui-icon-state [euiVariant]=\"baseStatesDirective.euiVariant\" class=\"eui-alert-icon\"/>\n</ng-template>\n\n<ng-template #body>\n <div class=\"eui-alert-content\">\n <ng-content/>\n </div>\n</ng-template>\n\n@if (isCloseable) {\n <eui-icon-button class=\"eui-alert-close\"\n icon=\"close:outline\"\n euiRounded\n (buttonClick)=\"onCloseClick()\"\n fillColor=\"neutral-light\"\n ariaLabel=\"Close alert icon\"/>\n}\n","// Angular\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n// 3rd party\nimport { TranslateModule } from '@ngx-translate/core';\n\n// eUI internals\nimport { BaseStatesDirective } from '@eui/components/shared';\nimport { EuiIconModule } from '@eui/components/eui-icon';\nimport { EuiIconButtonModule } from '@eui/components/eui-icon-button';\nimport { EuiIconStateModule } from '@eui/components/eui-icon-state';\nimport { EuiLabelModule } from '@eui/components/eui-label';\nimport { EuiButtonModule } from '@eui/components/eui-button';\n\nconst EUI_MODULES = [\n EuiIconModule, EuiLabelModule, EuiButtonModule, EuiIconStateModule, EuiIconButtonModule,\n];\n\n// component internals\nimport { EuiAlertComponent } from './eui-alert.component';\nimport { EuiAlertTitleComponent } from './components/eui-alert-title.component';\n\nconst COMPONENTS = [\n EuiAlertComponent, EuiAlertTitleComponent,\n];\n\n// component main module\n@NgModule({\n imports: [\n // Angular and 3rd party\n CommonModule, TranslateModule,\n // eUI internals\n BaseStatesDirective,\n ...EUI_MODULES,\n ],\n declarations: [...COMPONENTS],\n exports: [...COMPONENTS],\n})\n// Always same naming convention for all : Eui[CMP_NAME]Module\nexport class EuiAlertModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eui-components-eui-alert.mjs","sources":["../../eui-alert/components/eui-alert-title.component.ts","../../eui-alert/eui-alert.component.ts","../../eui-alert/eui-alert.component.html","../../eui-alert/eui-alert.module.ts","../../eui-alert/eui-components-eui-alert.ts"],"sourcesContent":["import { Component, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'eui-alert-title',\n template: '<ng-content></ng-content>',\n standalone: false,\n})\nexport class EuiAlertTitleComponent {\n // host binding class assignment for the content directive, avoiding extra DOM templates wrapper\n @HostBinding('class') class = 'eui-alert-title';\n}\n","import {\n Component,\n HostBinding,\n EventEmitter,\n Input,\n ChangeDetectionStrategy,\n Output,\n OnInit,\n ContentChild,\n forwardRef,\n QueryList,\n booleanAttribute,\n} from '@angular/core';\n\nimport { BaseStatesDirective } from '@eui/components/shared';\nimport { EuiAlertTitleComponent } from './components/eui-alert-title.component';\n\n@Component({\n templateUrl: './eui-alert.component.html',\n selector: 'div[euiAlert], eui-alert',\n styleUrl: './styles/_index.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n inputs: [\n 'euiPrimary',\n 'euiSuccess',\n 'euiInfo',\n 'euiWarning',\n 'euiDanger',\n 'euiVariant',\n ],\n },\n ],\n})\nexport class EuiAlertComponent implements OnInit {\n @HostBinding('class')\n public get cssClasses(): string {\n return [\n this.baseStatesDirective.getCssClasses('eui-alert'),\n this.isMuted ? 'eui-alert--muted' : '',\n this.isFocusable ? 'eui-alert--focusable' : '',\n this.isCloseable ? 'eui-alert--closeable' : '',\n this.isBordered ? 'eui-alert--bordered': '',\n !this.isVisible ? 'eui-alert--hidden' : '',\n ]\n .join(' ')\n .trim();\n }\n\n @HostBinding('attr.role') role = 'alert';\n @HostBinding('attr.aria-describedby')\n @Input()\n get ariaDescribedBy(): string {\n return `alertContent-${this.uniqueId}`;\n }\n @HostBinding('attr.tabindex')\n get tabindex(): string {\n return this.isFocusable ? '0' : '-1';\n }\n\n @HostBinding('attr.data-e2e')\n @Input()\n e2eAttr = 'eui-alert';\n\n @Input({ transform: booleanAttribute }) isMuted = false;\n @Input({ transform: booleanAttribute }) isBordered = false;\n @Input({ transform: booleanAttribute }) isCloseable = false;\n @Input({ transform: booleanAttribute }) isFocusable = false;\n @Input({ transform: booleanAttribute }) isVisible = true;\n\n @Output() closeAlert = new EventEmitter<boolean>();\n\n @ContentChild(forwardRef(() => EuiAlertTitleComponent), { static: false }) alertTitle: QueryList<EuiAlertTitleComponent>;\n\n alertIconType: string;\n alertIconFillColor: string;\n\n private uniqueId: string;\n\n constructor(public baseStatesDirective: BaseStatesDirective) {}\n\n ngOnInit(): void {\n this.uniqueId = crypto.randomUUID();\n }\n\n onCloseClick(): void {\n this.isVisible = false;\n this.closeAlert.emit(false);\n }\n}\n","@if (alertTitle) {\n <div class=\"eui-alert-container\">\n <div class=\"eui-alert-title-wrapper\">\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content select=\"eui-alert-title\"/>\n </div>\n <ng-content *ngTemplateOutlet=\"body\"/>\n </div>\n\n} @else {\n @if (!isMuted) {\n <ng-content *ngTemplateOutlet=\"icon\"/>\n }\n <ng-content *ngTemplateOutlet=\"body\"/>\n}\n\n<ng-template #icon>\n <eui-icon-state [euiVariant]=\"baseStatesDirective.euiVariant\" class=\"eui-alert-icon\"/>\n</ng-template>\n\n<ng-template #body>\n <div class=\"eui-alert-content\">\n <ng-content/>\n </div>\n</ng-template>\n\n@if (isCloseable) {\n <eui-icon-button class=\"eui-alert-close\"\n icon=\"close:outline\"\n euiRounded\n (buttonClick)=\"onCloseClick()\"\n fillColor=\"neutral-light\"\n ariaLabel=\"Close alert icon\"/>\n}\n","// Angular\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n// 3rd party\nimport { TranslateModule } from '@ngx-translate/core';\n\n// eUI internals\nimport { BaseStatesDirective } from '@eui/components/shared';\nimport { EuiIconModule } from '@eui/components/eui-icon';\nimport { EuiIconButtonModule } from '@eui/components/eui-icon-button';\nimport { EuiIconStateModule } from '@eui/components/eui-icon-state';\nimport { EuiLabelModule } from '@eui/components/eui-label';\nimport { EuiButtonModule } from '@eui/components/eui-button';\n\nconst EUI_MODULES = [\n EuiIconModule, EuiLabelModule, EuiButtonModule, EuiIconStateModule, EuiIconButtonModule,\n];\n\n// component internals\nimport { EuiAlertComponent } from './eui-alert.component';\nimport { EuiAlertTitleComponent } from './components/eui-alert-title.component';\n\nconst COMPONENTS = [\n EuiAlertComponent, EuiAlertTitleComponent,\n];\n\n// component main module\n@NgModule({\n imports: [\n // Angular and 3rd party\n CommonModule, TranslateModule,\n // eUI internals\n BaseStatesDirective,\n ...EUI_MODULES,\n ],\n declarations: [...COMPONENTS],\n exports: [...COMPONENTS],\n})\n// Always same naming convention for all : Eui[CMP_NAME]Module\nexport class EuiAlertModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -48,7 +48,7 @@ class EuiBadgeComponent {
48
48
  }
49
49
  }
50
50
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: EuiBadgeComponent, deps: [{ token: i1.BaseStatesDirective }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: EuiBadgeComponent, isStandalone: false, selector: "div[euiBadge], span[euiBadge], eui-badge", inputs: { e2eAttr: "e2eAttr", ariaLabel: ["aria-label", "ariaLabel"], maxCharCount: "maxCharCount", charReplacement: "charReplacement", euiIconBadge: ["euiIconBadge", "euiIconBadge", booleanAttribute], euiDottedBadge: ["euiDottedBadge", "euiDottedBadge", booleanAttribute] }, host: { properties: { "class": "this.cssClasses", "attr.data-e2e": "this.e2eAttr", "attr.role": "this.role", "attr.aria-label": "this.ariaLabel" } }, viewQueries: [{ propertyName: "content", first: true, predicate: ["contentRef"], descendants: true }], hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euiPrimary", "euiPrimary", "euiSecondary", "euiSecondary", "euiSuccess", "euiSuccess", "euiInfo", "euiInfo", "euiWarning", "euiWarning", "euiDanger", "euiDanger", "euiAccent", "euiAccent", "euiVariant", "euiVariant", "euiSizeS", "euiSizeS", "euiSizeM", "euiSizeM", "euiSizeVariant", "euiSizeVariant", "euiOutline", "euiOutline"] }], ngImport: i0, template: "@if (hasContentUpdated) {\n <span class=\"eui-badge-wrapper\">\n {{ updatedContent }}\n </span>\n} @else {\n <span class=\"eui-badge-wrapper\" #contentRef (cdkObserveContent)=\"onContentChanged()\">\n <ng-content></ng-content>\n </span>\n}\n\n", styles: [".eui-19 :host.eui-badge{--_color: var(--eui-badge-color, var(--eui-c-neutral));--_bg-color: var(--eui-badge-bg-color, var(--eui-c-neutral-bg));--_color-on-bg: var(--eui-badge-color, var(--eui-c-neutral-bg-contrast));--_border-color: var(--eui-badge-border-color, var(--eui-c-neutral-lighter))}.eui-19 :host.eui-badge--primary{--_bg-color: var(--eui-c-primary);--_color-on-bg: var(--eui-c-primary-contrast);--_color: var(--eui-c-primary);--_border-color: transparent}.eui-19 :host.eui-badge--secondary{--_bg-color: var(--eui-c-neutral-bg);--_color-on-bg: var(--eui-c-neutral-bg-contrast);--_color: var(--eui-c-neutral);--_border-color: var(--eui-c-neutral-light)}.eui-19 :host.eui-badge--info{--_bg-color: var(--eui-c-info);--_color-on-bg: var(--eui-c-info-contrast);--_color: var(--eui-c-info);--_border-color: transparent}.eui-19 :host.eui-badge--success{--_bg-color: var(--eui-c-success-dark);--_color-on-bg: var(--eui-c-success-dark-contrast);--_color: var(--eui-c-success-dark);--_border-color: transparent}.eui-19 :host.eui-badge--warning{--_bg-color: var(--eui-c-warning);--_color-on-bg: var(--eui-c-warning-contrast);--_color: var(--eui-c-warning-dark);--_border-color: transparent}.eui-19 :host.eui-badge--danger{--_bg-color: var(--eui-c-danger-dark);--_color-on-bg: var(--eui-c-danger-dark-contrast);--_color: var(--eui-c-danger-dark);--_border-color: transparent}.eui-19 :host.eui-badge--accent{--_bg-color: var(--eui-c-accent-dark);--_color-on-bg: var(--eui-c-accent-dark-contrast);--_color: var(--eui-c-accent-darker);--_border-color: transparent}.eui-19 :host.eui-badge{display:inline-flex;border:1px solid var(--_border-color);border-radius:var(--eui-br-max)}.eui-19 :host.eui-badge .eui-badge-wrapper{display:inline-flex;align-items:center;height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));padding:0 var(--eui-s-2xs);justify-content:center;font:var(--eui-f-s-bold-compact);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-19 :host.eui-badge--empty{width:var(--eui-s-s);height:var(--eui-s-s)}.eui-19 :host.eui-badge--icon-only .eui-badge-wrapper{padding:0}.eui-19 :host.eui-badge{background-color:var(--_bg-color)}.eui-19 :host.eui-badge .eui-badge-wrapper{color:var(--_color-on-bg)}.eui-19 :host.eui-badge--outline{background-color:var(--eui-c-white);color:var(--_color);border-color:var(--_color)}.eui-19 :host.eui-badge--outline .eui-badge-wrapper{color:var(--_color)}.eui-19 :host.eui-badge--size-s .eui-badge-wrapper{height:var(--eui-s-m);min-width:var(--eui-s-m);font:var(--eui-f-xs-bold-compact)}.eui-19 :host.eui-badge--size-m .eui-badge-wrapper{height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));font:var(--eui-f-s-bold-compact)}\n"], dependencies: [{ kind: "directive", type: i2.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: EuiBadgeComponent, isStandalone: false, selector: "div[euiBadge], span[euiBadge], eui-badge", inputs: { e2eAttr: "e2eAttr", ariaLabel: ["aria-label", "ariaLabel"], maxCharCount: "maxCharCount", charReplacement: "charReplacement", euiIconBadge: ["euiIconBadge", "euiIconBadge", booleanAttribute], euiDottedBadge: ["euiDottedBadge", "euiDottedBadge", booleanAttribute] }, host: { properties: { "class": "this.cssClasses", "attr.data-e2e": "this.e2eAttr", "attr.role": "this.role", "attr.aria-label": "this.ariaLabel" } }, viewQueries: [{ propertyName: "content", first: true, predicate: ["contentRef"], descendants: true }], hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euiPrimary", "euiPrimary", "euiSecondary", "euiSecondary", "euiSuccess", "euiSuccess", "euiInfo", "euiInfo", "euiWarning", "euiWarning", "euiDanger", "euiDanger", "euiAccent", "euiAccent", "euiVariant", "euiVariant", "euiSizeS", "euiSizeS", "euiSizeM", "euiSizeM", "euiSizeVariant", "euiSizeVariant", "euiOutline", "euiOutline"] }], ngImport: i0, template: "@if (hasContentUpdated) {\n <span class=\"eui-badge-wrapper\">\n {{ updatedContent }}\n </span>\n} @else {\n <span class=\"eui-badge-wrapper\" #contentRef (cdkObserveContent)=\"onContentChanged()\">\n <ng-content></ng-content>\n </span>\n}\n", styles: [".eui-19 :host.eui-badge{--_color: var(--eui-badge-color, var(--eui-c-neutral));--_bg-color: var(--eui-badge-bg-color, var(--eui-c-neutral-bg));--_color-on-bg: var(--eui-badge-color, var(--eui-c-neutral-bg-contrast));--_border-color: var(--eui-badge-border-color, var(--eui-c-neutral-lighter))}.eui-19 :host.eui-badge--primary{--_bg-color: var(--eui-c-primary);--_color-on-bg: var(--eui-c-primary-contrast);--_color: var(--eui-c-primary);--_border-color: transparent}.eui-19 :host.eui-badge--secondary{--_bg-color: var(--eui-c-neutral-bg);--_color-on-bg: var(--eui-c-neutral-bg-contrast);--_color: var(--eui-c-neutral);--_border-color: var(--eui-c-neutral-light)}.eui-19 :host.eui-badge--info{--_bg-color: var(--eui-c-info);--_color-on-bg: var(--eui-c-info-contrast);--_color: var(--eui-c-info);--_border-color: transparent}.eui-19 :host.eui-badge--success{--_bg-color: var(--eui-c-success-dark);--_color-on-bg: var(--eui-c-success-dark-contrast);--_color: var(--eui-c-success-dark);--_border-color: transparent}.eui-19 :host.eui-badge--warning{--_bg-color: var(--eui-c-warning);--_color-on-bg: var(--eui-c-warning-contrast);--_color: var(--eui-c-warning-dark);--_border-color: transparent}.eui-19 :host.eui-badge--danger{--_bg-color: var(--eui-c-danger-dark);--_color-on-bg: var(--eui-c-danger-dark-contrast);--_color: var(--eui-c-danger-dark);--_border-color: transparent}.eui-19 :host.eui-badge--accent{--_bg-color: var(--eui-c-accent-dark);--_color-on-bg: var(--eui-c-accent-dark-contrast);--_color: var(--eui-c-accent-darker);--_border-color: transparent}.eui-19 :host.eui-badge{display:inline-flex;border:1px solid var(--_border-color);border-radius:var(--eui-br-max)}.eui-19 :host.eui-badge .eui-badge-wrapper{display:inline-flex;align-items:center;height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));padding:0 var(--eui-s-2xs);justify-content:center;font:var(--eui-f-s-compact-bold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-19 :host.eui-badge--empty{width:var(--eui-s-s);height:var(--eui-s-s)}.eui-19 :host.eui-badge--icon-only .eui-badge-wrapper{padding:0}.eui-19 :host.eui-badge{background-color:var(--_bg-color)}.eui-19 :host.eui-badge .eui-badge-wrapper{color:var(--_color-on-bg)}.eui-19 :host.eui-badge--outline{background-color:var(--eui-c-white);color:var(--_color);border-color:var(--_color)}.eui-19 :host.eui-badge--outline .eui-badge-wrapper{color:var(--_color)}.eui-19 :host.eui-badge--size-s .eui-badge-wrapper{height:var(--eui-s-m);min-width:var(--eui-s-m);font:var(--eui-f-xs-compact-bold)}.eui-19 :host.eui-badge--size-m .eui-badge-wrapper{height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));font:var(--eui-f-s-compact-bold)}\n"], dependencies: [{ kind: "directive", type: i2.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: EuiBadgeComponent, decorators: [{
54
54
  type: Component,
@@ -70,7 +70,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
70
70
  'euiOutline',
71
71
  ],
72
72
  },
73
- ], template: "@if (hasContentUpdated) {\n <span class=\"eui-badge-wrapper\">\n {{ updatedContent }}\n </span>\n} @else {\n <span class=\"eui-badge-wrapper\" #contentRef (cdkObserveContent)=\"onContentChanged()\">\n <ng-content></ng-content>\n </span>\n}\n\n", styles: [".eui-19 :host.eui-badge{--_color: var(--eui-badge-color, var(--eui-c-neutral));--_bg-color: var(--eui-badge-bg-color, var(--eui-c-neutral-bg));--_color-on-bg: var(--eui-badge-color, var(--eui-c-neutral-bg-contrast));--_border-color: var(--eui-badge-border-color, var(--eui-c-neutral-lighter))}.eui-19 :host.eui-badge--primary{--_bg-color: var(--eui-c-primary);--_color-on-bg: var(--eui-c-primary-contrast);--_color: var(--eui-c-primary);--_border-color: transparent}.eui-19 :host.eui-badge--secondary{--_bg-color: var(--eui-c-neutral-bg);--_color-on-bg: var(--eui-c-neutral-bg-contrast);--_color: var(--eui-c-neutral);--_border-color: var(--eui-c-neutral-light)}.eui-19 :host.eui-badge--info{--_bg-color: var(--eui-c-info);--_color-on-bg: var(--eui-c-info-contrast);--_color: var(--eui-c-info);--_border-color: transparent}.eui-19 :host.eui-badge--success{--_bg-color: var(--eui-c-success-dark);--_color-on-bg: var(--eui-c-success-dark-contrast);--_color: var(--eui-c-success-dark);--_border-color: transparent}.eui-19 :host.eui-badge--warning{--_bg-color: var(--eui-c-warning);--_color-on-bg: var(--eui-c-warning-contrast);--_color: var(--eui-c-warning-dark);--_border-color: transparent}.eui-19 :host.eui-badge--danger{--_bg-color: var(--eui-c-danger-dark);--_color-on-bg: var(--eui-c-danger-dark-contrast);--_color: var(--eui-c-danger-dark);--_border-color: transparent}.eui-19 :host.eui-badge--accent{--_bg-color: var(--eui-c-accent-dark);--_color-on-bg: var(--eui-c-accent-dark-contrast);--_color: var(--eui-c-accent-darker);--_border-color: transparent}.eui-19 :host.eui-badge{display:inline-flex;border:1px solid var(--_border-color);border-radius:var(--eui-br-max)}.eui-19 :host.eui-badge .eui-badge-wrapper{display:inline-flex;align-items:center;height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));padding:0 var(--eui-s-2xs);justify-content:center;font:var(--eui-f-s-bold-compact);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-19 :host.eui-badge--empty{width:var(--eui-s-s);height:var(--eui-s-s)}.eui-19 :host.eui-badge--icon-only .eui-badge-wrapper{padding:0}.eui-19 :host.eui-badge{background-color:var(--_bg-color)}.eui-19 :host.eui-badge .eui-badge-wrapper{color:var(--_color-on-bg)}.eui-19 :host.eui-badge--outline{background-color:var(--eui-c-white);color:var(--_color);border-color:var(--_color)}.eui-19 :host.eui-badge--outline .eui-badge-wrapper{color:var(--_color)}.eui-19 :host.eui-badge--size-s .eui-badge-wrapper{height:var(--eui-s-m);min-width:var(--eui-s-m);font:var(--eui-f-xs-bold-compact)}.eui-19 :host.eui-badge--size-m .eui-badge-wrapper{height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));font:var(--eui-f-s-bold-compact)}\n"] }]
73
+ ], template: "@if (hasContentUpdated) {\n <span class=\"eui-badge-wrapper\">\n {{ updatedContent }}\n </span>\n} @else {\n <span class=\"eui-badge-wrapper\" #contentRef (cdkObserveContent)=\"onContentChanged()\">\n <ng-content></ng-content>\n </span>\n}\n", styles: [".eui-19 :host.eui-badge{--_color: var(--eui-badge-color, var(--eui-c-neutral));--_bg-color: var(--eui-badge-bg-color, var(--eui-c-neutral-bg));--_color-on-bg: var(--eui-badge-color, var(--eui-c-neutral-bg-contrast));--_border-color: var(--eui-badge-border-color, var(--eui-c-neutral-lighter))}.eui-19 :host.eui-badge--primary{--_bg-color: var(--eui-c-primary);--_color-on-bg: var(--eui-c-primary-contrast);--_color: var(--eui-c-primary);--_border-color: transparent}.eui-19 :host.eui-badge--secondary{--_bg-color: var(--eui-c-neutral-bg);--_color-on-bg: var(--eui-c-neutral-bg-contrast);--_color: var(--eui-c-neutral);--_border-color: var(--eui-c-neutral-light)}.eui-19 :host.eui-badge--info{--_bg-color: var(--eui-c-info);--_color-on-bg: var(--eui-c-info-contrast);--_color: var(--eui-c-info);--_border-color: transparent}.eui-19 :host.eui-badge--success{--_bg-color: var(--eui-c-success-dark);--_color-on-bg: var(--eui-c-success-dark-contrast);--_color: var(--eui-c-success-dark);--_border-color: transparent}.eui-19 :host.eui-badge--warning{--_bg-color: var(--eui-c-warning);--_color-on-bg: var(--eui-c-warning-contrast);--_color: var(--eui-c-warning-dark);--_border-color: transparent}.eui-19 :host.eui-badge--danger{--_bg-color: var(--eui-c-danger-dark);--_color-on-bg: var(--eui-c-danger-dark-contrast);--_color: var(--eui-c-danger-dark);--_border-color: transparent}.eui-19 :host.eui-badge--accent{--_bg-color: var(--eui-c-accent-dark);--_color-on-bg: var(--eui-c-accent-dark-contrast);--_color: var(--eui-c-accent-darker);--_border-color: transparent}.eui-19 :host.eui-badge{display:inline-flex;border:1px solid var(--_border-color);border-radius:var(--eui-br-max)}.eui-19 :host.eui-badge .eui-badge-wrapper{display:inline-flex;align-items:center;height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));padding:0 var(--eui-s-2xs);justify-content:center;font:var(--eui-f-s-compact-bold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-19 :host.eui-badge--empty{width:var(--eui-s-s);height:var(--eui-s-s)}.eui-19 :host.eui-badge--icon-only .eui-badge-wrapper{padding:0}.eui-19 :host.eui-badge{background-color:var(--_bg-color)}.eui-19 :host.eui-badge .eui-badge-wrapper{color:var(--_color-on-bg)}.eui-19 :host.eui-badge--outline{background-color:var(--eui-c-white);color:var(--_color);border-color:var(--_color)}.eui-19 :host.eui-badge--outline .eui-badge-wrapper{color:var(--_color)}.eui-19 :host.eui-badge--size-s .eui-badge-wrapper{height:var(--eui-s-m);min-width:var(--eui-s-m);font:var(--eui-f-xs-compact-bold)}.eui-19 :host.eui-badge--size-m .eui-badge-wrapper{height:calc(var(--eui-s-m) + var(--eui-s-2xs));min-width:calc(var(--eui-s-m) + var(--eui-s-2xs));font:var(--eui-f-s-compact-bold)}\n"] }]
74
74
  }], ctorParameters: () => [{ type: i1.BaseStatesDirective }, { type: i0.ChangeDetectorRef }], propDecorators: { cssClasses: [{
75
75
  type: HostBinding,
76
76
  args: ['class']
@@ -1 +1 @@
1
- {"version":3,"file":"eui-components-eui-badge.mjs","sources":["../../eui-badge/eui-badge.component.ts","../../eui-badge/eui-badge.component.html","../../eui-badge/eui-badge.module.ts","../../eui-badge/eui-components-eui-badge.ts"],"sourcesContent":["import { Component, HostBinding, ChangeDetectionStrategy, Input, ViewChild, ElementRef, AfterContentInit, AfterViewInit, ChangeDetectorRef, booleanAttribute } from '@angular/core';\nimport { BaseStatesDirective } from '@eui/components/shared';\n\n@Component({\n selector: 'div[euiBadge], span[euiBadge], eui-badge',\n templateUrl: './eui-badge.component.html',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n inputs: [\n 'euiPrimary',\n 'euiSecondary',\n 'euiSuccess',\n 'euiInfo',\n 'euiWarning',\n 'euiDanger',\n 'euiAccent',\n 'euiVariant',\n\n 'euiSizeS',\n 'euiSizeM',\n 'euiSizeVariant',\n\n 'euiOutline',\n ],\n },\n ],\n})\nexport class EuiBadgeComponent implements AfterViewInit {\n @HostBinding('class')\n public get cssClasses(): string {\n return [\n this.baseStatesDirective.getCssClasses('eui-badge'),\n !this.hasContent ? 'eui-badge--empty' : '',\n this.euiIconBadge ? 'eui-badge--icon-only' : '',\n ].join(' ').trim();\n }\n\n @HostBinding('attr.data-e2e') @Input() e2eAttr = 'eui-badge';\n @HostBinding('attr.role') role = 'status';\n @HostBinding('attr.aria-label') @Input('aria-label') ariaLabel: string | null = 'badge';\n\n @Input() maxCharCount: number;\n @Input() charReplacement: string;\n\n @Input({ transform: booleanAttribute }) euiIconBadge = false;\n @Input({ transform: booleanAttribute }) euiDottedBadge = false;\n\n @ViewChild('contentRef') content: ElementRef;\n\n hasContent = true;\n hasContentUpdated = false;\n updatedContent: string;\n\n constructor(\n public baseStatesDirective: BaseStatesDirective,\n private cdRef: ChangeDetectorRef,\n ) {\n }\n\n ngAfterViewInit(): void {\n setTimeout(() => {\n const innerHtml = this.content.nativeElement.innerHTML;\n if (!innerHtml || (innerHtml && innerHtml.trim() === '')) {\n this.hasContent = false;\n }\n this._checkContent();\n }, 1);\n }\n\n onContentChanged(): void {\n this._checkContent();\n }\n\n private _checkContent(): void {\n if (this.maxCharCount) {\n const contentText = this.content.nativeElement.outerText;\n if (contentText && contentText.length > this.maxCharCount) {\n this.hasContentUpdated = true;\n this.updatedContent = this.charReplacement || '99+';\n this.cdRef.markForCheck();\n }\n }\n }\n}\n","@if (hasContentUpdated) {\n <span class=\"eui-badge-wrapper\">\n {{ updatedContent }}\n </span>\n} @else {\n <span class=\"eui-badge-wrapper\" #contentRef (cdkObserveContent)=\"onContentChanged()\">\n <ng-content></ng-content>\n </span>\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ObserversModule } from '@angular/cdk/observers';\nimport { BaseStatesDirective } from '@eui/components/shared';\n\nimport { EuiBadgeComponent } from './eui-badge.component';\n\n@NgModule({\n imports: [CommonModule, ObserversModule, BaseStatesDirective],\n exports: [EuiBadgeComponent],\n declarations: [EuiBadgeComponent],\n})\nexport class EuiBadgeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eui-components-eui-badge.mjs","sources":["../../eui-badge/eui-badge.component.ts","../../eui-badge/eui-badge.component.html","../../eui-badge/eui-badge.module.ts","../../eui-badge/eui-components-eui-badge.ts"],"sourcesContent":["import { Component, HostBinding, ChangeDetectionStrategy, Input, ViewChild, ElementRef, AfterViewInit, ChangeDetectorRef, booleanAttribute } from '@angular/core';\nimport { BaseStatesDirective } from '@eui/components/shared';\n\n@Component({\n selector: 'div[euiBadge], span[euiBadge], eui-badge',\n templateUrl: './eui-badge.component.html',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n inputs: [\n 'euiPrimary',\n 'euiSecondary',\n 'euiSuccess',\n 'euiInfo',\n 'euiWarning',\n 'euiDanger',\n 'euiAccent',\n 'euiVariant',\n\n 'euiSizeS',\n 'euiSizeM',\n 'euiSizeVariant',\n\n 'euiOutline',\n ],\n },\n ],\n})\nexport class EuiBadgeComponent implements AfterViewInit {\n @HostBinding('class')\n public get cssClasses(): string {\n return [\n this.baseStatesDirective.getCssClasses('eui-badge'),\n !this.hasContent ? 'eui-badge--empty' : '',\n this.euiIconBadge ? 'eui-badge--icon-only' : '',\n ].join(' ').trim();\n }\n\n @HostBinding('attr.data-e2e') @Input() e2eAttr = 'eui-badge';\n @HostBinding('attr.role') role = 'status';\n @HostBinding('attr.aria-label') @Input('aria-label') ariaLabel: string | null = 'badge';\n\n @Input() maxCharCount: number;\n @Input() charReplacement: string;\n\n @Input({ transform: booleanAttribute }) euiIconBadge = false;\n @Input({ transform: booleanAttribute }) euiDottedBadge = false;\n\n @ViewChild('contentRef') content: ElementRef;\n\n hasContent = true;\n hasContentUpdated = false;\n updatedContent: string;\n\n constructor(\n public baseStatesDirective: BaseStatesDirective,\n private cdRef: ChangeDetectorRef,\n ) {\n }\n\n ngAfterViewInit(): void {\n setTimeout(() => {\n const innerHtml = this.content.nativeElement.innerHTML;\n if (!innerHtml || (innerHtml && innerHtml.trim() === '')) {\n this.hasContent = false;\n }\n this._checkContent();\n }, 1);\n }\n\n onContentChanged(): void {\n this._checkContent();\n }\n\n private _checkContent(): void {\n if (this.maxCharCount) {\n const contentText = this.content.nativeElement.outerText;\n if (contentText && contentText.length > this.maxCharCount) {\n this.hasContentUpdated = true;\n this.updatedContent = this.charReplacement || '99+';\n this.cdRef.markForCheck();\n }\n }\n }\n}\n","@if (hasContentUpdated) {\n <span class=\"eui-badge-wrapper\">\n {{ updatedContent }}\n </span>\n} @else {\n <span class=\"eui-badge-wrapper\" #contentRef (cdkObserveContent)=\"onContentChanged()\">\n <ng-content></ng-content>\n </span>\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ObserversModule } from '@angular/cdk/observers';\nimport { BaseStatesDirective } from '@eui/components/shared';\n\nimport { EuiBadgeComponent } from './eui-badge.component';\n\n@NgModule({\n imports: [CommonModule, ObserversModule, BaseStatesDirective],\n exports: [EuiBadgeComponent],\n declarations: [EuiBadgeComponent],\n})\nexport class EuiBadgeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}