primeng 18.0.1 → 18.0.2-patch.1
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/chips/chips.d.ts +237 -0
- package/chips/chips.interface.d.ts +66 -0
- package/chips/index.d.ts +5 -0
- package/chips/public_api.d.ts +2 -0
- package/chips/style/chipsstyle.d.ts +69 -0
- package/datepicker/datepicker.d.ts +88 -22
- package/esm2022/calendar/calendar.mjs +9 -8
- package/esm2022/chips/chips.interface.mjs +2 -0
- package/esm2022/chips/chips.mjs +827 -0
- package/esm2022/chips/primeng-chips.mjs +5 -0
- package/esm2022/chips/public_api.mjs +3 -0
- package/esm2022/chips/style/chipsstyle.mjs +175 -0
- package/esm2022/datepicker/datepicker.mjs +9 -8
- package/esm2022/tree/tree.mjs +5 -3
- package/fesm2022/primeng-accordion.mjs +2 -2
- package/fesm2022/primeng-animateonscroll.mjs +1 -1
- package/fesm2022/primeng-api.mjs +1 -1
- package/fesm2022/primeng-autocomplete.mjs +2 -2
- package/fesm2022/primeng-avatar.mjs +1 -1
- package/fesm2022/primeng-avatargroup.mjs +1 -1
- package/fesm2022/primeng-badge.mjs +2 -2
- package/fesm2022/primeng-blockui.mjs +2 -2
- package/fesm2022/primeng-breadcrumb.mjs +2 -2
- package/fesm2022/primeng-button.mjs +2 -2
- package/fesm2022/primeng-buttongroup.mjs +1 -1
- package/fesm2022/primeng-calendar.mjs +11 -10
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +2 -2
- package/fesm2022/primeng-carousel.mjs +2 -2
- package/fesm2022/primeng-cascadeselect.mjs +1 -1
- package/fesm2022/primeng-chart.mjs +1 -1
- package/fesm2022/primeng-checkbox.mjs +2 -2
- package/fesm2022/primeng-chip.mjs +2 -2
- package/fesm2022/primeng-chips.mjs +1006 -0
- package/fesm2022/primeng-chips.mjs.map +1 -0
- package/fesm2022/primeng-colorpicker.mjs +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +2 -2
- package/fesm2022/primeng-confirmpopup.mjs +3 -3
- package/fesm2022/primeng-contextmenu.mjs +1 -1
- package/fesm2022/primeng-dataview.mjs +2 -2
- package/fesm2022/primeng-datepicker.mjs +11 -10
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +1 -1
- package/fesm2022/primeng-dialog.mjs +2 -2
- package/fesm2022/primeng-divider.mjs +1 -1
- package/fesm2022/primeng-dock.mjs +2 -2
- package/fesm2022/primeng-dragdrop.mjs +1 -1
- package/fesm2022/primeng-drawer.mjs +2 -2
- package/fesm2022/primeng-dropdown.mjs +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +1 -1
- package/fesm2022/primeng-editor.mjs +2 -2
- package/fesm2022/primeng-fieldset.mjs +3 -3
- package/fesm2022/primeng-fileupload.mjs +2 -2
- package/fesm2022/primeng-floatlabel.mjs +1 -1
- package/fesm2022/primeng-fluid.mjs +1 -1
- package/fesm2022/primeng-galleria.mjs +1 -1
- package/fesm2022/primeng-iconfield.mjs +1 -1
- package/fesm2022/primeng-icons-baseicon.mjs +1 -1
- package/fesm2022/primeng-iftalabel.mjs +1 -1
- package/fesm2022/primeng-image.mjs +2 -2
- package/fesm2022/primeng-imagecompare.mjs +2 -2
- package/fesm2022/primeng-inplace.mjs +2 -2
- package/fesm2022/primeng-inputgroupaddon.mjs +1 -1
- package/fesm2022/primeng-inputicon.mjs +1 -1
- package/fesm2022/primeng-inputmask.mjs +2 -2
- package/fesm2022/primeng-inputnumber.mjs +2 -2
- package/fesm2022/primeng-inputotp.mjs +2 -2
- package/fesm2022/primeng-inputswitch.mjs +1 -1
- package/fesm2022/primeng-inputtext.mjs +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +1 -1
- package/fesm2022/primeng-keyfilter.mjs +1 -1
- package/fesm2022/primeng-knob.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs +2 -2
- package/fesm2022/primeng-megamenu.mjs +1 -1
- package/fesm2022/primeng-menu.mjs +1 -1
- package/fesm2022/primeng-menubar.mjs +1 -1
- package/fesm2022/primeng-message.mjs +2 -2
- package/fesm2022/primeng-messages.mjs +1 -1
- package/fesm2022/primeng-metergroup.mjs +1 -1
- package/fesm2022/primeng-multiselect.mjs +1 -1
- package/fesm2022/primeng-orderlist.mjs +2 -2
- package/fesm2022/primeng-organizationchart.mjs +2 -2
- package/fesm2022/primeng-overlay.mjs +2 -2
- package/fesm2022/primeng-overlaybadge.mjs +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +2 -2
- package/fesm2022/primeng-paginator.mjs +2 -2
- package/fesm2022/primeng-panel.mjs +3 -3
- package/fesm2022/primeng-panelmenu.mjs +2 -2
- package/fesm2022/primeng-password.mjs +2 -2
- package/fesm2022/primeng-picklist.mjs +2 -2
- package/fesm2022/primeng-popover.mjs +3 -3
- package/fesm2022/primeng-progressbar.mjs +2 -2
- package/fesm2022/primeng-progressspinner.mjs +1 -1
- package/fesm2022/primeng-radiobutton.mjs +1 -1
- package/fesm2022/primeng-rating.mjs +2 -2
- package/fesm2022/primeng-scroller.mjs +2 -2
- package/fesm2022/primeng-scrollpanel.mjs +2 -2
- package/fesm2022/primeng-scrolltop.mjs +3 -3
- package/fesm2022/primeng-select.mjs +1 -1
- package/fesm2022/primeng-selectbutton.mjs +2 -2
- package/fesm2022/primeng-sidebar.mjs +2 -2
- package/fesm2022/primeng-skeleton.mjs +1 -1
- package/fesm2022/primeng-slider.mjs +1 -1
- package/fesm2022/primeng-speeddial.mjs +2 -2
- package/fesm2022/primeng-splitbutton.mjs +2 -2
- package/fesm2022/primeng-splitter.mjs +2 -2
- package/fesm2022/primeng-stepper.mjs +3 -3
- package/fesm2022/primeng-steps.mjs +1 -1
- package/fesm2022/primeng-styleclass.mjs +1 -1
- package/fesm2022/primeng-table.mjs +1 -1
- package/fesm2022/primeng-tabmenu.mjs +2 -2
- package/fesm2022/primeng-tabs.mjs +2 -2
- package/fesm2022/primeng-tabview.mjs +2 -2
- package/fesm2022/primeng-tag.mjs +2 -2
- package/fesm2022/primeng-terminal.mjs +1 -1
- package/fesm2022/primeng-textarea.mjs +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +1 -1
- package/fesm2022/primeng-timeline.mjs +2 -2
- package/fesm2022/primeng-toast.mjs +2 -2
- package/fesm2022/primeng-togglebutton.mjs +2 -2
- package/fesm2022/primeng-toggleswitch.mjs +2 -2
- package/fesm2022/primeng-toolbar.mjs +2 -2
- package/fesm2022/primeng-tree.mjs +5 -3
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +2 -2
- package/fesm2022/primeng-treetable.mjs +1 -1
- package/package.json +205 -199
@@ -1,10 +1,10 @@
|
|
1
|
-
import { trigger, state,
|
1
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, EventEmitter, inject, NgZone, booleanAttribute, numberAttribute,
|
5
|
+
import { Injectable, EventEmitter, inject, NgZone, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, HostListener, ContentChildren, ContentChild, Output, Input, NgModule } from '@angular/core';
|
6
6
|
import { isIOS, appendChild, absolutePosition, getOffset, addClass, findSingle, isTouchDevice } from '@primeuix/utils';
|
7
|
-
import { OverlayService,
|
7
|
+
import { OverlayService, SharedModule, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import { ConnectedOverlayScrollHandler } from 'primeng/dom';
|
10
10
|
import { ZIndexUtils } from 'primeng/utils';
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject,
|
5
|
-
import {
|
4
|
+
import { Injectable, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Input, NgModule } from '@angular/core';
|
5
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
8
8
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject,
|
4
|
+
import { Injectable, inject, ViewEncapsulation, ChangeDetectionStrategy, Component, Input, NgModule } from '@angular/core';
|
5
5
|
import { SharedModule } from 'primeng/api';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, inject, Injector, booleanAttribute, numberAttribute,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, inject, Injector, booleanAttribute, numberAttribute, ChangeDetectionStrategy, Component, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
|
6
6
|
import { SharedModule } from 'primeng/api';
|
7
7
|
import { AutoFocus } from 'primeng/autofocus';
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, signal, inject, booleanAttribute, numberAttribute,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, signal, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
6
6
|
import { uuid, getFirstFocusableElement, focus } from '@primeuix/utils';
|
7
|
-
import {
|
7
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { AutoFocus } from 'primeng/autofocus';
|
9
9
|
import { BaseComponent } from 'primeng/basecomponent';
|
10
10
|
import { StarFillIcon, StarIcon } from 'primeng/icons';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, EventEmitter, inject,
|
4
|
+
import { Injectable, EventEmitter, inject, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { isVisible, getWidth, getHeight, findSingle, isTouchDevice } from '@primeuix/utils';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { BaseComponent } from 'primeng/basecomponent';
|
8
8
|
import { SpinnerIcon } from 'primeng/icons';
|
9
9
|
import { BaseStyle } from 'primeng/base';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject, NgZone, numberAttribute,
|
4
|
+
import { Injectable, inject, NgZone, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, ViewChild, Input, NgModule } from '@angular/core';
|
5
5
|
import { uuid, getHeight, addClass, removeClass } from '@primeuix/utils';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { BaseComponent } from 'primeng/basecomponent';
|
8
8
|
import { BaseStyle } from 'primeng/base';
|
9
9
|
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { trigger, state,
|
1
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, inject, numberAttribute,
|
5
|
+
import { Injectable, inject, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Input, NgModule } from '@angular/core';
|
6
6
|
import { getWindowScrollTop } from '@primeuix/utils';
|
7
|
-
import {
|
7
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import { Button } from 'primeng/button';
|
10
10
|
import { ChevronUpIcon } from 'primeng/icons';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, booleanAttribute, numberAttribute, Component,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, booleanAttribute, numberAttribute, Component, Output, Input, inject, signal, computed, effect, ViewEncapsulation, ChangeDetectionStrategy, ContentChildren, ContentChild, HostBinding, ViewChild, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
6
6
|
import { deepEquals, isNotEmpty, isEmpty, uuid, findSingle, scrollInView, equals, resolveFieldData, focus, unblockBodyScroll, isPrintableCharacter, findLastIndex, getFirstFocusableElement, getLastFocusableElement, getFocusableElements } from '@primeuix/utils';
|
7
7
|
import * as i2 from 'primeng/api';
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import * as i2 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import * as i1 from '@angular/forms';
|
6
6
|
import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
|
7
7
|
import { resolveFieldData, equals } from '@primeuix/utils';
|
8
|
-
import {
|
8
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
9
9
|
import { BaseComponent } from 'primeng/basecomponent';
|
10
10
|
import { ToggleButton } from 'primeng/togglebutton';
|
11
11
|
import { BaseStyle } from 'primeng/base';
|
@@ -2,9 +2,9 @@ import { animation, style, animate, trigger, transition, useAnimation } from '@a
|
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, EventEmitter, inject, booleanAttribute, numberAttribute,
|
5
|
+
import { Injectable, EventEmitter, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, Input, ViewChild, Output, NgModule } from '@angular/core';
|
6
6
|
import { blockBodyScroll, appendChild } from '@primeuix/utils';
|
7
|
-
import {
|
7
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import * as i2 from 'primeng/button';
|
10
10
|
import { ButtonModule } from 'primeng/button';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject,
|
4
|
+
import { Injectable, inject, ViewEncapsulation, ChangeDetectionStrategy, Component, Input, NgModule } from '@angular/core';
|
5
5
|
import { SharedModule } from 'primeng/api';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, inject, NgZone, booleanAttribute, numberAttribute,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, inject, NgZone, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
6
6
|
import { removeClass, addClass, getWindowScrollLeft, getWindowScrollTop, isRTL } from '@primeuix/utils';
|
7
7
|
import { SharedModule } from 'primeng/api';
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, EventEmitter, signal, inject,
|
4
|
+
import { Injectable, EventEmitter, signal, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { RouterModule } from '@angular/router';
|
6
6
|
import { uuid, findSingle, find, focus, hasClass } from '@primeuix/utils';
|
7
|
-
import {
|
7
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import * as i2 from 'primeng/button';
|
10
10
|
import { ButtonModule } from 'primeng/button';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, EventEmitter, signal, inject,
|
4
|
+
import { Injectable, EventEmitter, signal, inject, numberAttribute, booleanAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { uuid } from '@primeuix/utils';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { AutoFocus } from 'primeng/autofocus';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import { ButtonDirective } from 'primeng/button';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule, isPlatformBrowser } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, contentChild, computed,
|
4
|
+
import { Injectable, contentChild, computed, ChangeDetectionStrategy, Component, EventEmitter, inject, numberAttribute, ViewEncapsulation, ContentChildren, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { hasClass, getWidth, getHeight, getOuterWidth, getOuterHeight, addClass, isRTL, removeClass } from '@primeuix/utils';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { BaseComponent } from 'primeng/basecomponent';
|
8
8
|
import { BaseStyle } from 'primeng/base';
|
9
9
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable,
|
5
|
-
import { trigger, state,
|
4
|
+
import { Injectable, ViewEncapsulation, ChangeDetectionStrategy, Component, inject, forwardRef, model, computed, contentChild, effect, input, ContentChildren, ContentChild, signal, contentChildren, NgModule } from '@angular/core';
|
5
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
6
6
|
import { findIndexInList, find, uuid } from '@primeuix/utils';
|
7
|
-
import {
|
7
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import { transformToBoolean } from 'primeng/utils';
|
10
10
|
import { BaseStyle } from 'primeng/base';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, EventEmitter, inject,
|
4
|
+
import { Injectable, EventEmitter, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import * as i2 from '@angular/router';
|
6
6
|
import { Router, ActivatedRoute, RouterModule } from '@angular/router';
|
7
7
|
import { find, findSingle } from '@primeuix/utils';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { booleanAttribute, Directive,
|
2
|
+
import { booleanAttribute, Directive, HostListener, Input, NgModule } from '@angular/core';
|
3
3
|
import { hasClass, removeClass, addClass } from '@primeuix/utils';
|
4
4
|
|
5
5
|
/**
|
@@ -2,7 +2,7 @@ import { trigger, transition, style, animate } from '@angular/animations';
|
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { isPlatformBrowser, DOCUMENT, CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, EventEmitter, inject, NgZone,
|
5
|
+
import { Injectable, EventEmitter, inject, NgZone, numberAttribute, booleanAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChild, ContentChildren, ViewChild, Output, Input, Directive, HostListener, PLATFORM_ID, Inject, Optional, forwardRef, ElementRef, NgModule } from '@angular/core';
|
6
6
|
import * as i5 from '@angular/forms';
|
7
7
|
import { FormsModule } from '@angular/forms';
|
8
8
|
import * as i3 from 'primeng/api';
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, EventEmitter, signal, inject, booleanAttribute,
|
4
|
+
import { Injectable, EventEmitter, signal, inject, booleanAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, ViewChildren, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import * as i2 from '@angular/router';
|
6
6
|
import { Router, ActivatedRoute, RouterModule } from '@angular/router';
|
7
7
|
import { resolve, getAttribute, focus, findSingle, getWidth, getOffset } from '@primeuix/utils';
|
8
|
-
import {
|
8
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
9
9
|
import * as i4 from 'primeng/badge';
|
10
10
|
import { BadgeModule } from 'primeng/badge';
|
11
11
|
import { BaseComponent } from 'primeng/basecomponent';
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject, forwardRef, signal, computed, effect,
|
4
|
+
import { Injectable, inject, forwardRef, signal, computed, effect, ViewEncapsulation, ChangeDetectionStrategy, Component, ViewChild, ContentChildren, ContentChild, model, input, booleanAttribute, HostListener, numberAttribute, NgModule } from '@angular/core';
|
5
5
|
import { getWidth, isRTL, getHeight, findSingle, getOuterWidth, getOffset, equals, getAttribute, focus, uuid } from '@primeuix/utils';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
8
|
-
import {
|
8
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
9
9
|
import * as i2 from 'primeng/ripple';
|
10
10
|
import { RippleModule, Ripple } from 'primeng/ripple';
|
11
11
|
import { ChevronLeftIcon, ChevronRightIcon } from 'primeng/icons';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule, isPlatformBrowser } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject, forwardRef, booleanAttribute, Component,
|
4
|
+
import { Injectable, inject, forwardRef, booleanAttribute, Component, ContentChildren, ContentChild, Input, EventEmitter, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, ViewChild, Output, HostBinding, NgModule } from '@angular/core';
|
5
5
|
import { uuid, findSingle, getAttribute, focus, getOuterWidth, getOffset, find, getWidth } from '@primeuix/utils';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { BaseComponent } from 'primeng/basecomponent';
|
8
8
|
import { TimesIcon, ChevronLeftIcon, ChevronRightIcon } from 'primeng/icons';
|
9
9
|
import { Ripple } from 'primeng/ripple';
|
package/fesm2022/primeng-tag.mjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject, booleanAttribute,
|
5
|
-
import {
|
4
|
+
import { Injectable, inject, booleanAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Input, NgModule } from '@angular/core';
|
5
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
8
8
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i2 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject,
|
4
|
+
import { Injectable, inject, ViewEncapsulation, ChangeDetectionStrategy, Component, Input, NgModule } from '@angular/core';
|
5
5
|
import * as i3 from '@angular/forms';
|
6
6
|
import { FormsModule } from '@angular/forms';
|
7
7
|
import { find } from '@primeuix/utils';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, EventEmitter, inject, booleanAttribute, Directive, Optional,
|
2
|
+
import { Injectable, EventEmitter, inject, booleanAttribute, Directive, Optional, HostListener, Output, Input, NgModule } from '@angular/core';
|
3
3
|
import { BaseComponent } from 'primeng/basecomponent';
|
4
4
|
import { BaseStyle } from 'primeng/base';
|
5
5
|
import * as i1 from '@angular/forms';
|
@@ -2,7 +2,7 @@ import { trigger, transition, style, animate } from '@angular/animations';
|
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, input, EventEmitter, effect, forwardRef, booleanAttribute,
|
5
|
+
import { Injectable, input, EventEmitter, effect, forwardRef, numberAttribute, booleanAttribute, ViewEncapsulation, Component, Inject, ViewChild, Output, Input, signal, inject, ChangeDetectionStrategy, ContentChildren, ContentChild, NgModule } from '@angular/core';
|
6
6
|
import * as i2 from '@angular/router';
|
7
7
|
import { RouterModule } from '@angular/router';
|
8
8
|
import { isNotEmpty, nestedPosition, resolve, uuid, isEmpty, focus, isTouchDevice, isPrintableCharacter, findSingle, relativePosition, absolutePosition, appendChild, findLastIndex } from '@primeuix/utils';
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject,
|
5
|
-
import {
|
4
|
+
import { Injectable, inject, ViewEncapsulation, ChangeDetectionStrategy, Component, HostBinding, ContentChildren, ContentChild, Input, NgModule } from '@angular/core';
|
5
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
8
8
|
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { trigger, state,
|
1
|
+
import { trigger, state, transition, style, animate, query, animateChild } from '@angular/animations';
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, EventEmitter, inject, numberAttribute,
|
5
|
+
import { Injectable, EventEmitter, inject, numberAttribute, ChangeDetectionStrategy, ViewEncapsulation, Component, ViewChild, Output, Input, booleanAttribute, ContentChildren, ContentChild, NgModule } from '@angular/core';
|
6
6
|
import { uuid, isEmpty, setAttribute } from '@primeuix/utils';
|
7
7
|
import { SharedModule, MessageService, PrimeTemplate } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Output, Input, HostBinding, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { BaseComponent } from 'primeng/basecomponent';
|
8
8
|
import { Ripple } from 'primeng/ripple';
|
9
9
|
import { BaseStyle } from 'primeng/base';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, inject,
|
4
|
+
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, ViewChild, Output, Input, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
6
|
-
import {
|
6
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
7
7
|
import { AutoFocus } from 'primeng/autofocus';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
9
|
import { BaseStyle } from 'primeng/base';
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject,
|
5
|
-
import {
|
4
|
+
import { Injectable, inject, ViewEncapsulation, ChangeDetectionStrategy, Component, ContentChildren, ContentChild, Input, NgModule } from '@angular/core';
|
5
|
+
import { SharedModule, PrimeTemplate } from 'primeng/api';
|
6
6
|
import { BaseComponent } from 'primeng/basecomponent';
|
7
7
|
import { BaseStyle } from 'primeng/base';
|
8
8
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, inject, forwardRef, booleanAttribute,
|
4
|
+
import { Injectable, inject, forwardRef, numberAttribute, booleanAttribute, ViewEncapsulation, Component, Input, EventEmitter, ChangeDetectionStrategy, Optional, ContentChildren, ViewChild, ContentChild, Output, NgModule } from '@angular/core';
|
5
5
|
import * as i2 from '@angular/forms';
|
6
6
|
import { FormsModule } from '@angular/forms';
|
7
7
|
import { find, hasClass, findSingle, focus, removeAccents, resolveFieldData } from '@primeuix/utils';
|
@@ -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'">
|