@verisoft/ui-primeng 21.0.10 → 21.0.12

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@verisoft/ui-primeng",
3
- "version": "21.0.10",
3
+ "version": "21.0.12",
4
4
  "peerDependencies": {
5
5
  "@verisoft/core": "^21.0.0",
6
6
  "@verisoft/ui-core": "^21.0.0",
@@ -10,8 +10,9 @@
10
10
  "@angular/platform-browser": "^21.1.0",
11
11
  "@angular/router": "^21.1.0",
12
12
  "@ngx-translate/core": "^17.0.0",
13
- "primeng": "~21.0.2",
14
- "rxjs": "~7.8.0"
13
+ "primeng": "~21.1.1",
14
+ "rxjs": "~7.8.0",
15
+ "@primeuix/themes": "^2.0.3"
15
16
  },
16
17
  "dependencies": {
17
18
  "uuid": "^13.0.0",
@@ -1,8 +1,8 @@
1
1
  import { ControlValueAccessor, NgControl, UntypedFormGroup, ValidatorFn, FormGroup } from '@angular/forms';
2
2
  import * as _verisoft_ui_core from '@verisoft/ui-core';
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';
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, FeatureListColumnProvider, FeatureListFilterFieldDirective, TableDatasourceDirective, FeatureListColumnDefinition, FeatureListPageConfig, TooltipCore, TagCore, TagVariant, IconsComponent, CommonIcons } from '@verisoft/ui-core';
4
4
  import * as i0 from '@angular/core';
5
- import { OnInit, ChangeDetectorRef, AfterContentInit, EventEmitter, ElementRef, ModuleWithProviders, AfterViewInit, OnChanges, QueryList, TemplateRef, SimpleChanges, Type, ViewContainerRef, Injector, ComponentRef, OnDestroy, InjectionToken, PipeTransform } from '@angular/core';
5
+ import { OnInit, ChangeDetectorRef, AfterContentInit, EventEmitter, ElementRef, ModuleWithProviders, AfterViewInit, OnChanges, QueryList, TemplateRef, SimpleChanges, Type, ViewContainerRef, Injector, ComponentRef, OnDestroy } 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';
@@ -639,32 +639,6 @@ declare class FilterComponent<T extends object> extends UnsubscribeComponent imp
639
639
  static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "v-filter", never, { "filterDetailTitle": { "alias": "filterDetailTitle"; "required": false; }; "applyButtonLabel": { "alias": "applyButtonLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "title": { "alias": "title"; "required": false; }; "fulltextFieldName": { "alias": "fulltextFieldName"; "required": false; }; "showFulltext": { "alias": "showFulltext"; "required": false; }; "showFilters": { "alias": "showFilters"; "required": false; }; "autoBind": { "alias": "autoBind"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; }, {}, ["fieldDeclarations"], ["v-action-button-group"], true, never>;
640
640
  }
641
641
 
642
- declare class FeatureListFilterFieldDirective extends FilterFieldDirective {
643
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListFilterFieldDirective, never>;
644
- static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureListFilterFieldDirective, "v-feature-list-filter-field", never, {}, {}, never, never, true, never>;
645
- }
646
-
647
- interface FeatureListPageConfig {
648
- title: string;
649
- datasource: string;
650
- tableName: string;
651
- showAdd?: boolean;
652
- showDownload?: boolean;
653
- showDelete?: boolean;
654
- }
655
- declare const FEATURE_LIST_PAGE_CONFIG_PROPERTY = "feature_list_config";
656
- declare function addFeatureListPage(value: Partial<Route> & {
657
- config: FeatureListPageConfig;
658
- }): Route;
659
- interface FeatureListColumnDefinition<T> extends ColumnDefinition<T> {
660
- filter?: boolean;
661
- type?: GenericFieldTypeType;
662
- }
663
- declare const FEATURE_LIST_COLUMN_PROVIDER: InjectionToken<unknown>;
664
- interface FeatureListColumnProvider<T> {
665
- getDefinition: () => FeatureListColumnDefinition<T>;
666
- }
667
-
668
642
  declare class FeatureListComponent<T> implements AfterViewInit {
669
643
  viewColumns: QueryList<FeatureListColumnProvider<T>>;
670
644
  fieldDeclarations: QueryList<FeatureListFilterFieldDirective>;
@@ -725,19 +699,9 @@ declare class FeatureListComponent<T> implements AfterViewInit {
725
699
  static ɵcmp: i0.ɵɵComponentDeclaration<FeatureListComponent<any>, "v-feature-list", never, { "autoBind": { "alias": "autoBind"; "required": false; }; "title": { "alias": "title"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "maxVisibleActions": { "alias": "maxVisibleActions"; "required": false; }; "tableName": { "alias": "tableName"; "required": true; }; "ngrxFeatureKey": { "alias": "ngrxFeatureKey"; "required": false; }; "maxVisibleMobileActions": { "alias": "maxVisibleMobileActions"; "required": false; }; "showExtendedFilter": { "alias": "showExtendedFilter"; "required": false; }; "showDownload": { "alias": "showDownload"; "required": false; }; "showDelete": { "alias": "showDelete"; "required": false; }; "showAdd": { "alias": "showAdd"; "required": false; }; "canDownload": { "alias": "canDownload"; "required": false; }; "canDelete": { "alias": "canDelete"; "required": false; }; "canAdd": { "alias": "canAdd"; "required": false; }; "useRouterFilter": { "alias": "useRouterFilter"; "required": false; }; "fulltextFieldName": { "alias": "fulltextFieldName"; "required": false; }; "showFulltext": { "alias": "showFulltext"; "required": false; }; "deleteConfirmMessage": { "alias": "deleteConfirmMessage"; "required": false; }; "autoDeleteEnabled": { "alias": "autoDeleteEnabled"; "required": false; }; "autoDownloadEnabled": { "alias": "autoDownloadEnabled"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "extraFilter": { "alias": "extraFilter"; "required": false; }; "disableCustomClicks": { "alias": "disableCustomClicks"; "required": false; }; "maximumColumnLength": { "alias": "maximumColumnLength"; "required": false; }; "filterDetailTitle": { "alias": "filterDetailTitle"; "required": false; }; "applyButtonLabel": { "alias": "applyButtonLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "addClick": "addClick"; "downloadClick": "downloadClick"; "deleteClick": "deleteClick"; "selectionChange": "selectionChange"; }, ["viewColumns", "fieldDeclarations"], never, true, never>;
726
700
  }
727
701
 
728
- declare class FeatureListColumnDirective<T> extends TableColumnDirective<T> implements FeatureListColumnProvider<T> {
729
- filter: boolean;
730
- type: GenericFieldTypeType;
731
- getDefinition(): FeatureListColumnDefinition<T>;
732
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListColumnDirective<any>, never>;
733
- static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureListColumnDirective<any>, "v-feature-list-column", never, { "filter": { "alias": "filter"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
734
- }
735
-
736
- declare class FeatureListFilterPipe<T> implements PipeTransform {
737
- transform(value: FeatureListColumnDefinition<T>[] | undefined): GenericFieldDefinition[] | undefined;
738
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListFilterPipe<any>, never>;
739
- static ɵpipe: i0.ɵɵPipeDeclaration<FeatureListFilterPipe<any>, "featureListColumn", true>;
740
- }
702
+ declare function addFeatureListPage(value: Partial<Route> & {
703
+ config: FeatureListPageConfig;
704
+ }): Route;
741
705
 
742
706
  declare class TooltipComponent implements TooltipCore {
743
707
  color: i0.InputSignal<"warning" | "success" | "info" | "danger" | "help" | "primary" | "secondary" | "contrast" | undefined>;
@@ -774,5 +738,4 @@ declare const Icons: CommonIcons;
774
738
 
775
739
  declare const VerisoftTheme: _primeuix_themes_types.Preset;
776
740
 
777
- export { ActionButtonComponent, ActionButtonGroupComponent, BreadcrumbComponent, ButtonComponent, CalendarComponent, CheckboxComponent, ConfirmDialogComponent, DropdownButtonComponent, DropdownComponent, DynamicComponent, DynamicComponentFactoryService, FEATURE_LIST_COLUMN_PROVIDER, FEATURE_LIST_PAGE_CONFIG_PROPERTY, FeatureListColumnDirective, FeatureListComponent, FeatureListFilterFieldDirective, FeatureListFilterPipe, FilterComponent, FilterFieldDirective, FormFieldComponent, GenericFieldComponent, GenericFormComponent, HeaderComponent, HeaderProviderService, HttpErrorMessageInterceptor, IconComponent, Icons, InputGroupComponent, LoaderComponent, MultiselectComponent, NumberInputComponent, PageHeaderComponent, PasswordComponent, RadioButtonComponent, SectionComponent, SideMenuComponent, SideMenuModule, SliderComponent, SnackbarComponent, SnackbarService, StepperComponent, SwitchComponent, TabViewComponent, TabViewItemComponent, TableComponent, TagComponent, TextareaComponent, TextfieldComponent, TooltipComponent, VerisoftTheme, addFeatureListPage, generateFormGroup, getColumnClass };
778
- export type { FeatureListColumnDefinition, FeatureListColumnProvider, FeatureListPageConfig };
741
+ export { ActionButtonComponent, ActionButtonGroupComponent, BreadcrumbComponent, ButtonComponent, CalendarComponent, CheckboxComponent, ConfirmDialogComponent, DropdownButtonComponent, DropdownComponent, DynamicComponent, DynamicComponentFactoryService, FeatureListComponent, FilterComponent, FilterFieldDirective, FormFieldComponent, GenericFieldComponent, GenericFormComponent, HeaderComponent, HeaderProviderService, HttpErrorMessageInterceptor, IconComponent, Icons, InputGroupComponent, LoaderComponent, MultiselectComponent, NumberInputComponent, PageHeaderComponent, PasswordComponent, RadioButtonComponent, SectionComponent, SideMenuComponent, SideMenuModule, SliderComponent, SnackbarComponent, SnackbarService, StepperComponent, SwitchComponent, TabViewComponent, TabViewItemComponent, TableComponent, TagComponent, TextareaComponent, TextfieldComponent, TooltipComponent, VerisoftTheme, addFeatureListPage, generateFormGroup, getColumnClass };