@verisoft/ui-govcz 21.0.3 → 21.0.4
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,7 +1,7 @@
|
|
|
1
1
|
import * as _verisoft_ui_core from '@verisoft/ui-core';
|
|
2
2
|
import { BreadcrumbCoreComponent, ButtonCore, IconLibraryType, IconPositionType, FieldSizeType, ControlSeverityType, GovButtonTypeType, BaseFormInputComponent, CalendarCore, SlotPositionType, FieldType, CheckboxCore, UnsubscribeComponent, ConfirmDialogCore, 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, FilterCore, FieldSize, DialogService, TableDatasourceDirective, TableSelectionModeType, TableColumnDirective, CommonIcons } from '@verisoft/ui-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { EventEmitter, OnInit, OnChanges, OnDestroy,
|
|
4
|
+
import { EventEmitter, OnInit, ElementRef, OnChanges, OnDestroy, ChangeDetectorRef, SimpleChanges, TemplateRef, AfterContentInit, QueryList, ComponentFactoryResolver, Type, ViewContainerRef, Injector, ComponentRef, AfterViewInit, ModuleWithProviders, InjectionToken, PipeTransform } from '@angular/core';
|
|
5
5
|
import { Params, ActivatedRoute, Route } from '@angular/router';
|
|
6
6
|
import { GovButtonCustomEvent, ButtonEvent, FormSelectEvent, FormCheckboxEvent, GovFormMultiSelectItem } from '@gov-design-system-ce/components';
|
|
7
7
|
import { ControlValueAccessor, NgControl, FormControl, ValidationErrors, UntypedFormGroup, ValidatorFn, FormGroup } from '@angular/forms';
|
|
@@ -77,10 +77,13 @@ declare class CheckboxComponent extends BaseFormInputComponent implements Contro
|
|
|
77
77
|
declare class ConfirmDialogComponent extends UnsubscribeComponent implements OnInit, ConfirmDialogCore {
|
|
78
78
|
private readonly dialogService;
|
|
79
79
|
private readonly cdr;
|
|
80
|
+
cancelButton?: ElementRef;
|
|
81
|
+
confirmButton?: ElementRef;
|
|
80
82
|
visible: boolean;
|
|
81
83
|
protected closable: boolean;
|
|
82
84
|
data: DialogData;
|
|
83
85
|
ngOnInit(): void;
|
|
86
|
+
private setInitialFocus;
|
|
84
87
|
onKeyDown(event: KeyboardEvent): void;
|
|
85
88
|
protected dialogClick(confirm: boolean): void;
|
|
86
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
|