@verisoft/ui-primeng 21.0.0 → 21.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.
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verisoft/ui-primeng",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@verisoft/core": "
|
|
6
|
-
"@verisoft/ui-core": "
|
|
7
|
-
"@angular/core": "~21.0
|
|
8
|
-
"@angular/common": "~21.0
|
|
5
|
+
"@verisoft/core": "^21.0.0",
|
|
6
|
+
"@verisoft/ui-core": "^21.0.0",
|
|
7
|
+
"@angular/core": "~21.1.0",
|
|
8
|
+
"@angular/common": "~21.1.0",
|
|
9
9
|
"@angular/forms": "~21.0.6",
|
|
10
10
|
"@angular/platform-browser": "~21.0.6",
|
|
11
11
|
"@angular/router": "~21.0.6",
|
|
@@ -2,7 +2,7 @@ import { ControlValueAccessor, NgControl, UntypedFormGroup, ValidatorFn, FormGro
|
|
|
2
2
|
import * as _verisoft_ui_core from '@verisoft/ui-core';
|
|
3
3
|
import { BaseFormInputComponent, InputGroupCore, InputGroupItem, TextfieldCore, FieldSizeType, FieldTypeType, BreadcrumbCoreComponent, CheckboxCore, CalendarCore, FormFieldCore, PasswordCore, SectionCore, ButtonCore, IconPositionType, ControlSeverityType, DropdownButtonCore, MenuItem, RadiobuttonCore, RadioButtonItem, NumberInputCore, UnsubscribeComponent, HeaderCore, ScreenSizeService, TextareaCore, LoaderCore, SnackbarCore, SideMenuCore, SideMenuService, SideMenuProviderService, SideMenuModuleConfig, TableCore, ColumnProvider, TableSelectionModeType, ColumnDefinition, ColumnModel, RowModel, ActionButton, ActionButtonGroupCore, GenericFieldCore, GenericFieldTypeType, GenericFieldType, GenericFieldDefinition, ExtendedComponent, PageHeaderCoreComponent, PageHeaderCore, StepperCore, StepperItem, LayoutTypeType, DropdownCore, MultiselectCore, SliderCore, ConfirmDialogCore, DialogService, DialogData, SwitchCore, TabViewCore, TabViewItemCore, FilterCore, FieldSize, TableDatasourceDirective, TableColumnDirective, TooltipCore, TagCore, TagVariant, IconsComponent, CommonIcons } from '@verisoft/ui-core';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { OnInit, ChangeDetectorRef,
|
|
5
|
+
import { OnInit, ChangeDetectorRef, AfterContentInit, EventEmitter, ElementRef, ModuleWithProviders, AfterViewInit, OnChanges, QueryList, TemplateRef, SimpleChanges, OnDestroy, ComponentFactoryResolver, Type, ViewContainerRef, Injector, ComponentRef, InjectionToken, PipeTransform } from '@angular/core';
|
|
6
6
|
import * as _verisoft_core from '@verisoft/core';
|
|
7
7
|
import { Sort, LazyLoadEvent, DatasourceType, FilterEvent, BaseHttpService } from '@verisoft/core';
|
|
8
8
|
import { Params, Router, ActivatedRoute, Route } from '@angular/router';
|
|
@@ -176,14 +176,13 @@ declare class HeaderComponent extends UnsubscribeComponent implements OnInit, He
|
|
|
176
176
|
userRole: any | any[] | undefined;
|
|
177
177
|
menuRef: HTMLDivElement;
|
|
178
178
|
fixed: boolean;
|
|
179
|
-
moduleContent?: ElementRef;
|
|
180
179
|
icons: _verisoft_ui_core.CommonIcons;
|
|
181
180
|
protected menuVisible: boolean;
|
|
182
181
|
protected logoRouterLink: string;
|
|
183
182
|
ngOnInit(): void;
|
|
184
183
|
toggleMenu(): void;
|
|
185
184
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
186
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "v-header", never, { "title": { "alias": "title"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "userAvatar": { "alias": "userAvatar"; "required": false; }; "userRole": { "alias": "userRole"; "required": false; }; "menuRef": { "alias": "menuRef"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, {},
|
|
185
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "v-header", never, { "title": { "alias": "title"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "userAvatar": { "alias": "userAvatar"; "required": false; }; "userRole": { "alias": "userRole"; "required": false; }; "menuRef": { "alias": "menuRef"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["[v-header-module]", "[v-header-actions]", "[v-header-info]"], true, never>;
|
|
187
186
|
}
|
|
188
187
|
|
|
189
188
|
declare class TextareaComponent extends BaseFormInputComponent implements ControlValueAccessor, TextareaCore {
|