primeng 18.0.1 → 18.0.2

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.
@@ -9,7 +9,9 @@ import * as i3 from 'primeng/api';
9
9
  import { SharedModule, TranslationKeys, PrimeTemplate } from 'primeng/api';
10
10
  import { BaseComponent } from 'primeng/basecomponent';
11
11
  import { Checkbox } from 'primeng/checkbox';
12
+ import { IconField } from 'primeng/iconfield';
12
13
  import { ChevronRightIcon, ChevronDownIcon, SpinnerIcon, SearchIcon } from 'primeng/icons';
14
+ import { InputIcon } from 'primeng/inputicon';
13
15
  import { InputText } from 'primeng/inputtext';
14
16
  import { Ripple } from 'primeng/ripple';
15
17
  import { Scroller } from 'primeng/scroller';
@@ -2358,14 +2360,14 @@ class Tree extends BaseComponent {
2358
2360
  i0.ɵɵproperty("ngIf", !ctx.loading && (ctx.getRootNode() == null || ctx.getRootNode().length === 0));
2359
2361
  i0.ɵɵadvance();
2360
2362
  i0.ɵɵproperty("ngTemplateOutlet", ctx.footerTemplate || ctx._footerTemplate);
2361
- } }, dependencies: [CommonModule, i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, Scroller, SharedModule, SearchIcon, SpinnerIcon, InputText, FormsModule, UITreeNode], encapsulation: 2 });
2363
+ } }, dependencies: [CommonModule, i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, Scroller, SharedModule, SearchIcon, SpinnerIcon, InputText, FormsModule, IconField, InputIcon, UITreeNode], encapsulation: 2 });
2362
2364
  }
2363
2365
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Tree, [{
2364
2366
  type: Component,
2365
2367
  args: [{
2366
2368
  selector: 'p-tree',
2367
2369
  standalone: true,
2368
- imports: [CommonModule, Scroller, SharedModule, SearchIcon, SpinnerIcon, InputText, FormsModule, UITreeNode],
2370
+ imports: [CommonModule, Scroller, SharedModule, SearchIcon, SpinnerIcon, InputText, FormsModule, IconField, InputIcon, UITreeNode],
2369
2371
  template: `
2370
2372
  <div [ngClass]="containerClass" [ngStyle]="style" [class]="styleClass" (drop)="onDrop($event)" (dragover)="onDragOver($event)" (dragenter)="onDragEnter()" (dragleave)="onDragLeave($event)">
2371
2373
  <div class="p-tree-mask p-overlay-mask" *ngIf="loading && loadingMode === 'mask'">