@verisoft/ui-govcz 21.0.15 → 21.0.17
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,5 +1,5 @@
|
|
|
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, FeatureListCore, FeatureListColumnProvider, TableDatasourceDirective, FeatureListColumnDefinition, TableSelectionModeType, FilterCore, FilterFieldDirective, FieldSize, CommonIcons } 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, MenuKeyboardNavigationInput, 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, MenuKeyboardPort, MenuKeyboardFocusA11y, CommonIcons } from '@verisoft/ui-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { EventEmitter, OnInit, ChangeDetectorRef, OnChanges, OnDestroy, ElementRef, SimpleChanges, TemplateRef, AfterContentInit, QueryList, Type, ViewContainerRef, Injector, ComponentRef, AfterViewInit, ModuleWithProviders, PipeTransform } from '@angular/core';
|
|
5
5
|
import { Params } from '@angular/router';
|
|
@@ -163,10 +163,16 @@ declare class DropdownButtonComponent implements DropdownButtonCore {
|
|
|
163
163
|
size: i0.InputSignal<"small" | "medium" | "large" | "xl" | undefined>;
|
|
164
164
|
type: i0.InputSignal<"solid" | "outlined" | "base" | "link">;
|
|
165
165
|
items: i0.InputSignal<MenuItem[] | undefined>;
|
|
166
|
+
keyboardNavigation: i0.InputSignal<MenuKeyboardNavigationInput>;
|
|
167
|
+
protected readonly menuKeyboardDefaults: {
|
|
168
|
+
activeItemClass: string;
|
|
169
|
+
};
|
|
166
170
|
fireClick: i0.OutputEmitterRef<MenuItem>;
|
|
171
|
+
private readonly menuKeyboard;
|
|
167
172
|
fireClickItem(item: MenuItem): void;
|
|
173
|
+
protected selectItem(item: MenuItem): void;
|
|
168
174
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownButtonComponent, never>;
|
|
169
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownButtonComponent, "v-dropdown-button", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; "raised": { "alias": "raised"; "required": false; "isSignal": true; }; "outlined": { "alias": "outlined"; "required": false; "isSignal": true; }; "severity": { "alias": "severity"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "fireClick": "fireClick"; }, never, never, true, never>;
|
|
175
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownButtonComponent, "v-dropdown-button", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; "raised": { "alias": "raised"; "required": false; "isSignal": true; }; "outlined": { "alias": "outlined"; "required": false; "isSignal": true; }; "severity": { "alias": "severity"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "keyboardNavigation": { "alias": "keyboardNavigation"; "required": false; "isSignal": true; }; }, { "fireClick": "fireClick"; }, never, never, true, never>;
|
|
170
176
|
}
|
|
171
177
|
|
|
172
178
|
declare class ErrorComponent {
|
|
@@ -917,6 +923,24 @@ declare class FilterComponent<T extends object> extends UnsubscribeComponent imp
|
|
|
917
923
|
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>;
|
|
918
924
|
}
|
|
919
925
|
|
|
926
|
+
declare class GovDropdownKeyboardDirective implements MenuKeyboardPort {
|
|
927
|
+
private readonly elementRef;
|
|
928
|
+
private readonly injector;
|
|
929
|
+
onGovChange(event: Event): void;
|
|
930
|
+
open(): Promise<boolean>;
|
|
931
|
+
close(restoreFocus: boolean): Promise<void>;
|
|
932
|
+
focusTrigger(triggerHost: HTMLElement, a11y?: MenuKeyboardFocusA11y): void;
|
|
933
|
+
focusItem(itemHost: HTMLElement, a11y?: MenuKeyboardFocusA11y): void;
|
|
934
|
+
applyTriggerAccessibility(triggerHost: HTMLElement, a11y: MenuKeyboardFocusA11y): void;
|
|
935
|
+
applyItemAccessibility(itemHost: HTMLElement, a11y: MenuKeyboardFocusA11y): void;
|
|
936
|
+
private setGovOpen;
|
|
937
|
+
private clickTrigger;
|
|
938
|
+
private getGovDropdown;
|
|
939
|
+
private getHost;
|
|
940
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GovDropdownKeyboardDirective, never>;
|
|
941
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GovDropdownKeyboardDirective, "gov-dropdown[vGovDropdownKeyboard]", never, {}, {}, never, never, true, never>;
|
|
942
|
+
}
|
|
943
|
+
|
|
920
944
|
declare class GovColorPipe implements PipeTransform {
|
|
921
945
|
transform(color: ControlSeverityType | undefined): string | undefined;
|
|
922
946
|
static ɵfac: i0.ɵɵFactoryDeclaration<GovColorPipe, never>;
|
|
@@ -961,5 +985,5 @@ declare class NotFoundComponent {
|
|
|
961
985
|
|
|
962
986
|
declare const Icons: CommonIcons;
|
|
963
987
|
|
|
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 };
|
|
988
|
+
export { ActionButtonComponent, ActionButtonGroupComponent, BreadcrumbComponent, ButtonComponent, CalendarComponent, CheckboxComponent, ConfirmDialogComponent, DropdownButtonComponent, DropdownComponent, DynamicComponent, DynamicComponentFactoryService, ErrorComponent, FeatureListComponent, FilterComponent, FormFieldComponent, GenericFieldComponent, GenericFormComponent, GovColorPipe, GovDropdownKeyboardDirective, 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
989
|
export type { GovTagTypeType };
|