@eui/ecl 19.3.1-snapshot-1750754090216 → 19.3.1-snapshot-1750768867060

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.
@@ -1,7 +1,20 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Directive for rendering a help block element following the ECL design system.
5
+ *
6
+ * This directive allows conditional styling for disabled state.
7
+ */
3
8
  export declare class EclHelpBlockDirective extends ECLBaseDirective {
9
+ /**
10
+ * Indicates whether the help block is in a disabled state.
11
+ * When true, the `ecl-help-block--disabled` class is added.
12
+ */
4
13
  isDisabled: boolean;
14
+ /**
15
+ * Applies ECL base class and optional modifier to the host element.
16
+ * Returns a space-separated list of CSS classes.
17
+ */
5
18
  get cssClasses(): string;
6
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EclHelpBlockDirective, never>;
7
20
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclHelpBlockDirective, "[eclHelpBlock]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; }, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-help-block.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-help-block/ecl-help-block.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,qBAAsB,SAAQ,gBAAgB;IACf,UAAU,UAAS;IAE3D,IACI,UAAU,IAAI,MAAM,CAEvB;yCANQ,qBAAqB;2CAArB,qBAAqB;yCAQmthd,OAAQ;CAD5vhd"}
1
+ {"version":3,"file":"ecl-help-block.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-help-block/ecl-help-block.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAIa,qBAAsB,SAAQ,gBAAgB;IACvD;;;OAGG;IACqC,UAAU,UAAS;IAE3D;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAdQ,qBAAqB;2CAArB,qBAAqB;yCAgBqxgd,OAAQ;CAD9zgd"}
@@ -268,9 +268,9 @@
268
268
  <li>
269
269
  <b>@stackblitz/sdk</b> : 1.11.0</li>
270
270
  <li>
271
- <b>@eui/styles</b> : 19.3.1-snapshot-1750681705601</li>
271
+ <b>@eui/styles</b> : 19.3.1-snapshot-1750754090216</li>
272
272
  <li>
273
- <b>@eui/ecl</b> : 19.3.1-snapshot-1750681705601</li>
273
+ <b>@eui/ecl</b> : 19.3.1-snapshot-1750754090216</li>
274
274
  <li>
275
275
  <b>@eui/tools</b> : ^6.0.0</li>
276
276
  </ul>
@@ -113,6 +113,14 @@
113
113
  </p>
114
114
 
115
115
 
116
+ <p class="comment">
117
+ <h3>Description</h3>
118
+ </p>
119
+ <p class="comment">
120
+ <p>Directive for rendering a help block element following the ECL design system.</p>
121
+ <p>This directive allows conditional styling for disabled state.</p>
122
+
123
+ </p>
116
124
 
117
125
  <p class="comment">
118
126
  <h3>Extends</h3>
@@ -241,6 +249,13 @@
241
249
  <i>Default value : </i><code>false</code>
242
250
  </td>
243
251
  </tr>
252
+ <tr>
253
+ <td class="col-md-4">
254
+ <div class="io-description"><p>Indicates whether the help block is in a disabled state.
255
+ When true, the <code>ecl-help-block--disabled</code> class is added.</p>
256
+ </div>
257
+ </td>
258
+ </tr>
244
259
  </tbody>
245
260
  </table>
246
261
  <table class="table table-sm table-bordered">
@@ -312,6 +327,13 @@
312
327
  </td>
313
328
  </tr>
314
329
 
330
+ <tr>
331
+ <td class="col-md-4">
332
+ <div class="io-description"><p>Applies ECL base class and optional modifier to the host element.
333
+ Returns a space-separated list of CSS classes.</p>
334
+ </div>
335
+ </td>
336
+ </tr>
315
337
 
316
338
  </tbody>
317
339
  </table>
@@ -404,6 +426,18 @@
404
426
  <span class="accessor"><b>get</b><code>cssClasses()</code></span>
405
427
  </td>
406
428
  </tr>
429
+ <tr>
430
+ <td class="col-md-4">
431
+ <div class="io-description"><p>Applies ECL base class and optional modifier to the host element.
432
+ Returns a space-separated list of CSS classes.</p>
433
+ </div>
434
+
435
+ <div class="io-description">
436
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
437
+
438
+ </div>
439
+ </td>
440
+ </tr>
407
441
 
408
442
  </tbody>
409
443
  </table>