@verisoft/ui-govcz 21.0.11 → 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-govcz",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.12",
|
|
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, 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';
|
|
@@ -795,105 +795,8 @@ declare class TooltipComponent implements TooltipCore {
|
|
|
795
795
|
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
796
|
}
|
|
797
797
|
|
|
798
|
-
declare class FilterFieldDirective implements GenericFieldDefinition {
|
|
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
798
|
declare class FeatureListComponent<T> implements AfterViewInit {
|
|
895
799
|
viewColumns: QueryList<FeatureListColumnProvider<T>>;
|
|
896
|
-
fieldDeclarations: QueryList<FeatureListFilterFieldDirective>;
|
|
897
800
|
tableDatasourceDirective: TableDatasourceDirective<T>;
|
|
898
801
|
tableComponent: TableComponent<T>;
|
|
899
802
|
autoBind: boolean;
|
|
@@ -952,21 +855,60 @@ declare class FeatureListComponent<T> implements AfterViewInit {
|
|
|
952
855
|
private finishDeletion;
|
|
953
856
|
private convertToBlob;
|
|
954
857
|
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"
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
declare class FeatureListColumnDirective<T> extends TableColumnDirective<T> implements FeatureListColumnProvider<T> {
|
|
959
|
-
filter: boolean;
|
|
960
|
-
type: GenericFieldTypeType;
|
|
961
|
-
getDefinition(): FeatureListColumnDefinition<T>;
|
|
962
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListColumnDirective<any>, never>;
|
|
963
|
-
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>;
|
|
858
|
+
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"], ["*"], true, never>;
|
|
964
859
|
}
|
|
965
860
|
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
861
|
+
type FilterValueType = {
|
|
862
|
+
[key: string]: unknown;
|
|
863
|
+
};
|
|
864
|
+
declare class FilterComponent<T extends object> extends UnsubscribeComponent implements OnChanges, OnInit, AfterContentInit, FilterCore {
|
|
865
|
+
fieldDeclarations: QueryList<FilterFieldDirective>;
|
|
866
|
+
filterDetailTitle: string;
|
|
867
|
+
applyButtonLabel: string;
|
|
868
|
+
clearButtonLabel: string;
|
|
869
|
+
fields: GenericFieldDefinition[];
|
|
870
|
+
filters: GenericFieldDefinition[];
|
|
871
|
+
title?: string;
|
|
872
|
+
total?: number;
|
|
873
|
+
fulltextFieldName: string;
|
|
874
|
+
showFulltext: boolean;
|
|
875
|
+
showFilters: boolean;
|
|
876
|
+
autoBind: boolean;
|
|
877
|
+
buttonType: GovButtonTypeType;
|
|
878
|
+
buttonOutlined: boolean;
|
|
879
|
+
debounceTime?: number;
|
|
880
|
+
defaultExpanded: boolean;
|
|
881
|
+
icons: _verisoft_ui_core.CommonIcons;
|
|
882
|
+
protected isExpanded: boolean;
|
|
883
|
+
fieldDefinitios$?: Observable<GenericFieldDefinition[]>;
|
|
884
|
+
formGroup$?: Observable<FormGroup>;
|
|
885
|
+
simpleFormFieldDefinitions$?: Observable<GenericFieldDefinition[]>;
|
|
886
|
+
private get searchField();
|
|
887
|
+
private onTouch?;
|
|
888
|
+
private onChange?;
|
|
889
|
+
private inputFields$;
|
|
890
|
+
FieldSize: typeof FieldSize;
|
|
891
|
+
protected screenSizeService: ScreenSizeService;
|
|
892
|
+
protected changeDetectorRef: ChangeDetectorRef;
|
|
893
|
+
protected dialogService: DialogService;
|
|
894
|
+
service: BaseHttpService<T>;
|
|
895
|
+
formGroup: FormGroup<{}>;
|
|
896
|
+
filledFiltersCount$: Observable<string>;
|
|
897
|
+
private lastFormFields;
|
|
898
|
+
ngOnInit(): void;
|
|
899
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
900
|
+
ngAfterContentInit(): void;
|
|
901
|
+
protected toggleFilters(): void;
|
|
902
|
+
writeValue(data: FilterValueType): void;
|
|
903
|
+
registerOnChange(fn: (value: FilterValueType | undefined) => void): void;
|
|
904
|
+
registerOnTouched(fn: () => void): void;
|
|
905
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
906
|
+
submitValue(): void;
|
|
907
|
+
setFilterValues(dialogFormGroup: FormGroup): void;
|
|
908
|
+
clear(): void;
|
|
909
|
+
private convertFilter;
|
|
910
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
911
|
+
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>;
|
|
970
912
|
}
|
|
971
913
|
|
|
972
914
|
declare class GovColorPipe implements PipeTransform {
|
|
@@ -1013,5 +955,5 @@ declare class NotFoundComponent {
|
|
|
1013
955
|
|
|
1014
956
|
declare const Icons: CommonIcons;
|
|
1015
957
|
|
|
1016
|
-
export { ActionButtonComponent, ActionButtonGroupComponent, BreadcrumbComponent, ButtonComponent, CalendarComponent, CheckboxComponent, ConfirmDialogComponent, DropdownButtonComponent, DropdownComponent, DynamicComponent, DynamicComponentFactoryService, ErrorComponent,
|
|
1017
|
-
export type {
|
|
958
|
+
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 };
|
|
959
|
+
export type { GovTagTypeType };
|