@verisoft/ui-govcz 21.0.11 → 21.0.13
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/fesm2022/verisoft-ui-govcz.mjs +109 -266
- package/fesm2022/verisoft-ui-govcz.mjs.map +1 -1
- package/package.json +1 -3
- package/types/verisoft-ui-govcz.d.ts +68 -120
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verisoft/ui-govcz",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.13",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@verisoft/security-core": "~21.0.0",
|
|
6
6
|
"@verisoft/core": "^21.0.0",
|
|
@@ -11,13 +11,11 @@
|
|
|
11
11
|
"@angular/router": "^21.1.0",
|
|
12
12
|
"@angular/cdk": "^21.1.0",
|
|
13
13
|
"@ngx-translate/core": "^17.0.0",
|
|
14
|
-
"bootstrap-icons": "^1.11.0",
|
|
15
14
|
"rxjs": "~7.8.0"
|
|
16
15
|
},
|
|
17
16
|
"dependencies": {
|
|
18
17
|
"@gov-design-system-ce/angular": "^1.3.1",
|
|
19
18
|
"@gov-design-system-ce/components": "^4.2.6",
|
|
20
|
-
"@gov-design-system-ce/styles": "^4.2.6",
|
|
21
19
|
"uuid": "^13.0.0",
|
|
22
20
|
"zxcvbn": "^4.4.2",
|
|
23
21
|
"tslib": "^2.3.0"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as _verisoft_ui_core from '@verisoft/ui-core';
|
|
2
|
-
import { BreadcrumbCoreComponent, ButtonCore, IconLibraryType, IconPositionType, FieldSizeType, ControlSeverityType, GovButtonTypeType, BaseFormInputComponent, CalendarCore, SlotPositionType, FieldType, CheckboxCore, UnsubscribeComponent, ConfirmDialogCore, DialogService, DialogData, DropdownCore, DropdownButtonCore, MenuItem, FormFieldCore, FieldTypeType, HeaderCore, SideMenuService, IconsComponent, InputGroupCore, InputGroupItem, LoaderCore, MultiselectCore, NumberInputCore, PageHeaderCore, PasswordCore, PasswordStrength, RadiobuttonCore, RadioButtonItem, SectionCore, ActionButton, ActionButtonGroupCore, ScreenSizeService, GenericFieldCore, GenericFieldTypeType, GenericFieldType, GenericFieldDefinition, ExtendedComponent, SideMenuCore, SideMenuProviderService, SideMenuModuleConfig, SnackbarCore, StepperCore, StepperItem, LayoutTypeType, SwitchCore, TabViewItemCore, TableCore, ColumnProvider, ColumnDefinition, RowModel, ColumnModel, TagCore, TagVariant, TextareaCore, TextfieldCore, TooltipCore,
|
|
2
|
+
import { BreadcrumbCoreComponent, ButtonCore, IconLibraryType, IconPositionType, FieldSizeType, ControlSeverityType, GovButtonTypeType, BaseFormInputComponent, CalendarCore, SlotPositionType, FieldType, CheckboxCore, UnsubscribeComponent, ConfirmDialogCore, DialogService, DialogData, DropdownCore, DropdownButtonCore, MenuItem, FormFieldCore, FieldTypeType, HeaderCore, SideMenuService, IconsComponent, InputGroupCore, InputGroupItem, LoaderCore, MultiselectCore, NumberInputCore, PageHeaderCore, PasswordCore, PasswordStrength, RadiobuttonCore, RadioButtonItem, SectionCore, ActionButton, ActionButtonGroupCore, ScreenSizeService, GenericFieldCore, GenericFieldTypeType, GenericFieldType, GenericFieldDefinition, ExtendedComponent, SideMenuCore, SideMenuProviderService, SideMenuModuleConfig, SnackbarCore, StepperCore, StepperItem, LayoutTypeType, SwitchCore, TabViewItemCore, TableCore, ColumnProvider, ColumnDefinition, RowModel, ColumnModel, TagCore, TagVariant, TextareaCore, TextfieldCore, TooltipCore, FeatureListCore, FeatureListColumnProvider, TableDatasourceDirective, FeatureListColumnDefinition, TableSelectionModeType, FilterCore, FilterFieldDirective, FieldSize, CommonIcons } from '@verisoft/ui-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { EventEmitter, OnInit, ChangeDetectorRef, OnChanges, OnDestroy, ElementRef, SimpleChanges, TemplateRef, AfterContentInit, QueryList, Type, ViewContainerRef, Injector, ComponentRef, AfterViewInit, ModuleWithProviders,
|
|
5
|
-
import { Params
|
|
4
|
+
import { EventEmitter, OnInit, ChangeDetectorRef, OnChanges, OnDestroy, ElementRef, SimpleChanges, TemplateRef, AfterContentInit, QueryList, Type, ViewContainerRef, Injector, ComponentRef, AfterViewInit, ModuleWithProviders, PipeTransform } from '@angular/core';
|
|
5
|
+
import { Params } from '@angular/router';
|
|
6
6
|
import { GovButtonCustomEvent, ButtonEvent, FormSelectEvent, FormCheckboxEvent, GovFormMultiSelectItem } from '@gov-design-system-ce/components';
|
|
7
|
-
import { ControlValueAccessor, NgControl, FormControl, ValidationErrors, UntypedFormGroup,
|
|
7
|
+
import { ControlValueAccessor, NgControl, FormControl, ValidationErrors, UntypedFormGroup, FormGroup } from '@angular/forms';
|
|
8
8
|
import * as _verisoft_core from '@verisoft/core';
|
|
9
9
|
import { LazyLoadEvent, FilterEvent, DatasourceType, Sort, BaseHttpService } from '@verisoft/core';
|
|
10
10
|
import { Subscription, Observable } from 'rxjs';
|
|
@@ -301,11 +301,11 @@ declare class MultiselectComponent<T> extends BaseFormInputComponent implements
|
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
declare class NumberInputComponent extends BaseFormInputComponent implements ControlValueAccessor, NumberInputCore {
|
|
304
|
-
|
|
304
|
+
decimals: number;
|
|
305
305
|
currency: string;
|
|
306
306
|
min: number;
|
|
307
307
|
max: number;
|
|
308
|
-
step: number;
|
|
308
|
+
step: number | undefined;
|
|
309
309
|
floatLabel: boolean;
|
|
310
310
|
type: FieldTypeType;
|
|
311
311
|
minlength: number;
|
|
@@ -323,8 +323,10 @@ declare class NumberInputComponent extends BaseFormInputComponent implements Con
|
|
|
323
323
|
messageSlot: SlotPositionType;
|
|
324
324
|
icons: _verisoft_ui_core.CommonIcons;
|
|
325
325
|
constructor(ngControl: NgControl);
|
|
326
|
+
onGovBlur(): void;
|
|
327
|
+
computeStep(): number;
|
|
326
328
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, [{ optional: true; self: true; }]>;
|
|
327
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "v-number-input", never, { "
|
|
329
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "v-number-input", never, { "decimals": { "alias": "decimals"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "sufix": { "alias": "sufix"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "role": { "alias": "role"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "labelSlot": { "alias": "labelSlot"; "required": false; }; "errorSlot": { "alias": "errorSlot"; "required": false; }; "messageSlot": { "alias": "messageSlot"; "required": false; }; }, {}, never, never, true, never>;
|
|
328
330
|
}
|
|
329
331
|
|
|
330
332
|
declare class PageHeaderComponent implements PageHeaderCore {
|
|
@@ -795,105 +797,8 @@ declare class TooltipComponent implements TooltipCore {
|
|
|
795
797
|
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "v-tooltip", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tooltipText": { "alias": "tooltipText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
796
798
|
}
|
|
797
799
|
|
|
798
|
-
declare class
|
|
799
|
-
name: string;
|
|
800
|
-
type: GenericFieldTypeType | undefined;
|
|
801
|
-
label: string | undefined;
|
|
802
|
-
optionLabel: string;
|
|
803
|
-
optionValue: string | undefined;
|
|
804
|
-
options: unknown[] | undefined;
|
|
805
|
-
value?: unknown;
|
|
806
|
-
validator?: ValidatorFn[];
|
|
807
|
-
datasource: DatasourceType<any> | undefined;
|
|
808
|
-
filterField?: string;
|
|
809
|
-
showFilter?: boolean;
|
|
810
|
-
localSearch?: boolean;
|
|
811
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldDirective, never>;
|
|
812
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterFieldDirective, "v-filter-field", never, { "name": { "alias": "name"; "required": true; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "filterField": { "alias": "filterField"; "required": false; }; "showFilter": { "alias": "showFilter"; "required": false; }; "localSearch": { "alias": "localSearch"; "required": false; }; }, {}, never, never, true, never>;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
type FilterValueType = {
|
|
816
|
-
[key: string]: unknown;
|
|
817
|
-
};
|
|
818
|
-
declare class FilterComponent<T extends object> extends UnsubscribeComponent implements OnChanges, OnInit, AfterContentInit, FilterCore {
|
|
819
|
-
fieldDeclarations: QueryList<FilterFieldDirective>;
|
|
820
|
-
filterDetailTitle: string;
|
|
821
|
-
applyButtonLabel: string;
|
|
822
|
-
clearButtonLabel: string;
|
|
823
|
-
fields: GenericFieldDefinition[];
|
|
824
|
-
filters: GenericFieldDefinition[];
|
|
825
|
-
title?: string;
|
|
826
|
-
total?: number;
|
|
827
|
-
fulltextFieldName: string;
|
|
828
|
-
showFulltext: boolean;
|
|
829
|
-
showFilters: boolean;
|
|
830
|
-
autoBind: boolean;
|
|
831
|
-
buttonType: GovButtonTypeType;
|
|
832
|
-
buttonOutlined: boolean;
|
|
833
|
-
debounceTime?: number;
|
|
834
|
-
defaultExpanded: boolean;
|
|
835
|
-
icons: _verisoft_ui_core.CommonIcons;
|
|
836
|
-
protected isExpanded: boolean;
|
|
837
|
-
fieldDefinitios$?: Observable<GenericFieldDefinition[]>;
|
|
838
|
-
formGroup$?: Observable<FormGroup>;
|
|
839
|
-
simpleFormFieldDefinitions$?: Observable<GenericFieldDefinition[]>;
|
|
840
|
-
private get searchField();
|
|
841
|
-
private onTouch?;
|
|
842
|
-
private onChange?;
|
|
843
|
-
private inputFields$;
|
|
844
|
-
FieldSize: typeof FieldSize;
|
|
845
|
-
protected screenSizeService: ScreenSizeService;
|
|
846
|
-
protected changeDetectorRef: ChangeDetectorRef;
|
|
847
|
-
protected dialogService: DialogService;
|
|
848
|
-
service: BaseHttpService<T>;
|
|
849
|
-
formGroup: FormGroup<{}>;
|
|
850
|
-
filledFiltersCount$: Observable<string>;
|
|
851
|
-
private lastFormFields;
|
|
852
|
-
ngOnInit(): void;
|
|
853
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
854
|
-
ngAfterContentInit(): void;
|
|
855
|
-
protected toggleFilters(): void;
|
|
856
|
-
writeValue(data: FilterValueType): void;
|
|
857
|
-
registerOnChange(fn: (value: FilterValueType | undefined) => void): void;
|
|
858
|
-
registerOnTouched(fn: () => void): void;
|
|
859
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
860
|
-
submitValue(): void;
|
|
861
|
-
setFilterValues(dialogFormGroup: FormGroup): void;
|
|
862
|
-
clear(): void;
|
|
863
|
-
private convertFilter;
|
|
864
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
865
|
-
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; }; "total": { "alias": "total"; "required": false; }; "fulltextFieldName": { "alias": "fulltextFieldName"; "required": false; }; "showFulltext": { "alias": "showFulltext"; "required": false; }; "showFilters": { "alias": "showFilters"; "required": false; }; "autoBind": { "alias": "autoBind"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "buttonOutlined": { "alias": "buttonOutlined"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "defaultExpanded": { "alias": "defaultExpanded"; "required": false; }; }, {}, ["fieldDeclarations"], ["v-action-button-group"], true, never>;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
declare class FeatureListFilterFieldDirective extends FilterFieldDirective {
|
|
869
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListFilterFieldDirective, never>;
|
|
870
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureListFilterFieldDirective, "v-feature-list-filter-field", never, {}, {}, never, never, true, never>;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
interface FeatureListPageConfig {
|
|
874
|
-
title: string;
|
|
875
|
-
datasource: string;
|
|
876
|
-
tableName: string;
|
|
877
|
-
showAdd?: boolean;
|
|
878
|
-
showDownload?: boolean;
|
|
879
|
-
showDelete?: boolean;
|
|
880
|
-
}
|
|
881
|
-
declare const FEATURE_LIST_PAGE_CONFIG_PROPERTY = "feature_list_config";
|
|
882
|
-
declare function addFeatureListPage(value: Partial<Route> & {
|
|
883
|
-
config: FeatureListPageConfig;
|
|
884
|
-
}): Route;
|
|
885
|
-
interface FeatureListColumnDefinition<T> extends ColumnDefinition<T> {
|
|
886
|
-
filter?: boolean;
|
|
887
|
-
type?: GenericFieldTypeType;
|
|
888
|
-
}
|
|
889
|
-
declare const FEATURE_LIST_COLUMN_PROVIDER: InjectionToken<unknown>;
|
|
890
|
-
interface FeatureListColumnProvider<T> {
|
|
891
|
-
getDefinition: () => FeatureListColumnDefinition<T>;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
declare class FeatureListComponent<T> implements AfterViewInit {
|
|
800
|
+
declare class FeatureListComponent<T> implements AfterViewInit, FeatureListCore<T> {
|
|
895
801
|
viewColumns: QueryList<FeatureListColumnProvider<T>>;
|
|
896
|
-
fieldDeclarations: QueryList<FeatureListFilterFieldDirective>;
|
|
897
802
|
tableDatasourceDirective: TableDatasourceDirective<T>;
|
|
898
803
|
tableComponent: TableComponent<T>;
|
|
899
804
|
autoBind: boolean;
|
|
@@ -913,6 +818,7 @@ declare class FeatureListComponent<T> implements AfterViewInit {
|
|
|
913
818
|
canAdd: boolean;
|
|
914
819
|
useRouterFilter: boolean;
|
|
915
820
|
fulltextFieldName: string;
|
|
821
|
+
filterDialogShowFulltext: boolean;
|
|
916
822
|
showFulltext: boolean;
|
|
917
823
|
applyButtonLabel: string;
|
|
918
824
|
clearButtonLabel: string;
|
|
@@ -927,6 +833,8 @@ declare class FeatureListComponent<T> implements AfterViewInit {
|
|
|
927
833
|
extraFilter?: Partial<T>;
|
|
928
834
|
disableCustomClicks: boolean;
|
|
929
835
|
maximumColumnLength: number;
|
|
836
|
+
pageSize: number;
|
|
837
|
+
showPaginator: boolean;
|
|
930
838
|
addClick: EventEmitter<any>;
|
|
931
839
|
downloadClick: EventEmitter<any>;
|
|
932
840
|
deleteClick: EventEmitter<T[]>;
|
|
@@ -952,21 +860,61 @@ declare class FeatureListComponent<T> implements AfterViewInit {
|
|
|
952
860
|
private finishDeletion;
|
|
953
861
|
private convertToBlob;
|
|
954
862
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListComponent<any>, never>;
|
|
955
|
-
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; }; "applyButtonLabel": { "alias": "applyButtonLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "filterDetailTitle": { "alias": "filterDetailTitle"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "buttonOutlined": { "alias": "buttonOutlined"; "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; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "addClick": "addClick"; "downloadClick": "downloadClick"; "deleteClick": "deleteClick"; "selectionChange": "selectionChange"; }, ["viewColumns"
|
|
863
|
+
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; }; "filterDialogShowFulltext": { "alias": "filterDialogShowFulltext"; "required": false; }; "showFulltext": { "alias": "showFulltext"; "required": false; }; "applyButtonLabel": { "alias": "applyButtonLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "filterDetailTitle": { "alias": "filterDetailTitle"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "buttonOutlined": { "alias": "buttonOutlined"; "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; }; "pageSize": { "alias": "pageSize"; "required": false; }; "showPaginator": { "alias": "showPaginator"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "addClick": "addClick"; "downloadClick": "downloadClick"; "deleteClick": "deleteClick"; "selectionChange": "selectionChange"; }, ["viewColumns"], ["*"], true, never>;
|
|
956
864
|
}
|
|
957
865
|
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
866
|
+
type FilterValueType = {
|
|
867
|
+
[key: string]: unknown;
|
|
868
|
+
};
|
|
869
|
+
declare class FilterComponent<T extends object> extends UnsubscribeComponent implements OnChanges, OnInit, AfterContentInit, FilterCore {
|
|
870
|
+
fieldDeclarations: QueryList<FilterFieldDirective>;
|
|
871
|
+
filterDetailTitle: string;
|
|
872
|
+
applyButtonLabel: string;
|
|
873
|
+
clearButtonLabel: string;
|
|
874
|
+
fields: GenericFieldDefinition[];
|
|
875
|
+
filters: GenericFieldDefinition[];
|
|
876
|
+
title?: string;
|
|
877
|
+
total?: number;
|
|
878
|
+
fulltextFieldName: string;
|
|
879
|
+
showFulltext: boolean;
|
|
880
|
+
filterDetailShowFulltext: boolean;
|
|
881
|
+
showFilters: boolean;
|
|
882
|
+
autoBind: boolean;
|
|
883
|
+
buttonType: GovButtonTypeType;
|
|
884
|
+
buttonOutlined: boolean;
|
|
885
|
+
debounceTime?: number;
|
|
886
|
+
defaultExpanded: boolean;
|
|
887
|
+
icons: _verisoft_ui_core.CommonIcons;
|
|
888
|
+
protected isExpanded: boolean;
|
|
889
|
+
fieldDefinitios$?: Observable<GenericFieldDefinition[]>;
|
|
890
|
+
formGroup$?: Observable<FormGroup>;
|
|
891
|
+
simpleFormFieldDefinitions$?: Observable<GenericFieldDefinition[]>;
|
|
892
|
+
private get searchField();
|
|
893
|
+
private onTouch?;
|
|
894
|
+
private onChange?;
|
|
895
|
+
private inputFields$;
|
|
896
|
+
FieldSize: typeof FieldSize;
|
|
897
|
+
protected screenSizeService: ScreenSizeService;
|
|
898
|
+
protected changeDetectorRef: ChangeDetectorRef;
|
|
899
|
+
protected dialogService: DialogService;
|
|
900
|
+
service: BaseHttpService<T>;
|
|
901
|
+
formGroup: FormGroup<{}>;
|
|
902
|
+
filledFiltersCount$: Observable<string>;
|
|
903
|
+
private lastFormFields;
|
|
904
|
+
ngOnInit(): void;
|
|
905
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
906
|
+
ngAfterContentInit(): void;
|
|
907
|
+
protected toggleFilters(): void;
|
|
908
|
+
writeValue(data: FilterValueType): void;
|
|
909
|
+
registerOnChange(fn: (value: FilterValueType | undefined) => void): void;
|
|
910
|
+
registerOnTouched(fn: () => void): void;
|
|
911
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
912
|
+
submitValue(): void;
|
|
913
|
+
setFilterValues(dialogFormGroup: FormGroup): void;
|
|
914
|
+
clear(): void;
|
|
915
|
+
private convertFilter;
|
|
916
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
917
|
+
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; }; "total": { "alias": "total"; "required": false; }; "fulltextFieldName": { "alias": "fulltextFieldName"; "required": false; }; "showFulltext": { "alias": "showFulltext"; "required": false; }; "filterDetailShowFulltext": { "alias": "filterDetailShowFulltext"; "required": false; }; "showFilters": { "alias": "showFilters"; "required": false; }; "autoBind": { "alias": "autoBind"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "buttonOutlined": { "alias": "buttonOutlined"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "defaultExpanded": { "alias": "defaultExpanded"; "required": false; }; }, {}, ["fieldDeclarations"], ["v-action-button-group"], true, never>;
|
|
970
918
|
}
|
|
971
919
|
|
|
972
920
|
declare class GovColorPipe implements PipeTransform {
|
|
@@ -1013,5 +961,5 @@ declare class NotFoundComponent {
|
|
|
1013
961
|
|
|
1014
962
|
declare const Icons: CommonIcons;
|
|
1015
963
|
|
|
1016
|
-
export { ActionButtonComponent, ActionButtonGroupComponent, BreadcrumbComponent, ButtonComponent, CalendarComponent, CheckboxComponent, ConfirmDialogComponent, DropdownButtonComponent, DropdownComponent, DynamicComponent, DynamicComponentFactoryService, ErrorComponent,
|
|
1017
|
-
export type {
|
|
964
|
+
export { ActionButtonComponent, ActionButtonGroupComponent, BreadcrumbComponent, ButtonComponent, CalendarComponent, CheckboxComponent, ConfirmDialogComponent, DropdownButtonComponent, DropdownComponent, DynamicComponent, DynamicComponentFactoryService, ErrorComponent, FeatureListComponent, FilterComponent, FormFieldComponent, GenericFieldComponent, GenericFormComponent, GovColorPipe, GovInitService, GovMultiselectOptionsPipe, GovSizePipe, GovTagType, HeaderComponent, IconComponent, Icons, InputGroupComponent, LoaderComponent, MultiselectComponent, NotAuthenticatedComponent, NotAuthorizedComponent, NotFoundComponent, NumberInputComponent, PageHeaderComponent, PasswordComponent, RadioButtonComponent, SearchComponent, SectionComponent, SideMenuComponent, SideMenuModule, SnackbarComponent, SnackbarService, StepperComponent, SwitchComponent, TabViewComponent, TabViewItemComponent, TableComponent, TagComponent, TextareaComponent, TextfieldComponent, TooltipComponent, generateFormGroup, getColumnClass };
|
|
965
|
+
export type { GovTagTypeType };
|