@verisoft/ui-primeng 20.1.0 → 20.1.2

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.
Files changed (219) hide show
  1. package/fesm2022/verisoft-ui-primeng.mjs +3003 -0
  2. package/fesm2022/verisoft-ui-primeng.mjs.map +1 -0
  3. package/index.d.ts +752 -0
  4. package/package.json +18 -6
  5. package/.eslintrc.json +0 -43
  6. package/assets/.gitkeep +0 -0
  7. package/jest.config.ts +0 -22
  8. package/ng-package.json +0 -14
  9. package/project.json +0 -36
  10. package/src/index.ts +0 -34
  11. package/src/lib/components/breadcrumb/breadcrumb.component.html +0 -11
  12. package/src/lib/components/breadcrumb/breadcrumb.component.scss +0 -18
  13. package/src/lib/components/breadcrumb/breadcrumb.component.spec.ts +0 -21
  14. package/src/lib/components/breadcrumb/breadcrumb.component.stories.ts +0 -36
  15. package/src/lib/components/breadcrumb/breadcrumb.component.ts +0 -27
  16. package/src/lib/components/breadcrumb/breadcrumb.pipe.ts +0 -13
  17. package/src/lib/components/breadcrumb/index.ts +0 -1
  18. package/src/lib/components/button/button-severity.pipe.ts +0 -20
  19. package/src/lib/components/button/button.component.html +0 -20
  20. package/src/lib/components/button/button.component.scss +0 -0
  21. package/src/lib/components/button/button.component.spec.ts +0 -21
  22. package/src/lib/components/button/button.component.ts +0 -49
  23. package/src/lib/components/button/index.ts +0 -1
  24. package/src/lib/components/calendar/calendar.component.html +0 -53
  25. package/src/lib/components/calendar/calendar.component.scss +0 -0
  26. package/src/lib/components/calendar/calendar.component.spec.ts +0 -21
  27. package/src/lib/components/calendar/calendar.component.ts +0 -70
  28. package/src/lib/components/calendar/index.ts +0 -1
  29. package/src/lib/components/checkbox/checkbox.component.html +0 -20
  30. package/src/lib/components/checkbox/checkbox.component.scss +0 -15
  31. package/src/lib/components/checkbox/checkbox.component.spec.ts +0 -21
  32. package/src/lib/components/checkbox/checkbox.component.stories.ts +0 -72
  33. package/src/lib/components/checkbox/checkbox.component.ts +0 -46
  34. package/src/lib/components/checkbox/index.ts +0 -1
  35. package/src/lib/components/confirm-dialog/confirm-dialog.component.html +0 -51
  36. package/src/lib/components/confirm-dialog/confirm-dialog.component.scss +0 -3
  37. package/src/lib/components/confirm-dialog/confirm-dialog.component.spec.ts +0 -21
  38. package/src/lib/components/confirm-dialog/confirm-dialog.component.stories.ts +0 -74
  39. package/src/lib/components/confirm-dialog/confirm-dialog.component.ts +0 -73
  40. package/src/lib/components/confirm-dialog/index.ts +0 -1
  41. package/src/lib/components/dropdown/dropdown.component.html +0 -93
  42. package/src/lib/components/dropdown/dropdown.component.scss +0 -16
  43. package/src/lib/components/dropdown/dropdown.component.spec.ts +0 -21
  44. package/src/lib/components/dropdown/dropdown.component.ts +0 -139
  45. package/src/lib/components/dropdown/index.ts +0 -1
  46. package/src/lib/components/dropdown-button/dropdown-button.component.html +0 -1
  47. package/src/lib/components/dropdown-button/dropdown-button.component.ts +0 -20
  48. package/src/lib/components/dropdown-button/index.ts +0 -1
  49. package/src/lib/components/errors/error.component.html +0 -7
  50. package/src/lib/components/errors/error.component.scss +0 -3
  51. package/src/lib/components/errors/error.component.ts +0 -34
  52. package/src/lib/components/errors/index.ts +0 -1
  53. package/src/lib/components/feature-list/directives/feature-list-column.directive.ts +0 -32
  54. package/src/lib/components/feature-list/directives/feature-list-filter-field.directive.ts +0 -8
  55. package/src/lib/components/feature-list/feature-list-filter.pipe.ts +0 -21
  56. package/src/lib/components/feature-list/feature-list-page.component.ts +0 -32
  57. package/src/lib/components/feature-list/feature-list-page.model.ts +0 -42
  58. package/src/lib/components/feature-list/feature-list.component.html +0 -59
  59. package/src/lib/components/feature-list/feature-list.component.scss +0 -10
  60. package/src/lib/components/feature-list/feature-list.component.ts +0 -341
  61. package/src/lib/components/feature-list/index.ts +0 -5
  62. package/src/lib/components/filter/directives/filter-field.directive.ts +0 -34
  63. package/src/lib/components/filter/filter.component.html +0 -68
  64. package/src/lib/components/filter/filter.component.scss +0 -0
  65. package/src/lib/components/filter/filter.component.spec.ts +0 -21
  66. package/src/lib/components/filter/filter.component.stories.ts +0 -23
  67. package/src/lib/components/filter/filter.component.ts +0 -281
  68. package/src/lib/components/filter/filter.model.ts +0 -18
  69. package/src/lib/components/filter/index.ts +0 -2
  70. package/src/lib/components/form-field/form-field.component.html +0 -42
  71. package/src/lib/components/form-field/form-field.component.scss +0 -0
  72. package/src/lib/components/form-field/form-field.component.spec.ts +0 -21
  73. package/src/lib/components/form-field/form-field.component.stories.ts +0 -69
  74. package/src/lib/components/form-field/form-field.component.ts +0 -37
  75. package/src/lib/components/form-field/index.ts +0 -1
  76. package/src/lib/components/header/header.component.html +0 -84
  77. package/src/lib/components/header/header.component.scss +0 -0
  78. package/src/lib/components/header/header.component.spec.ts +0 -21
  79. package/src/lib/components/header/header.component.stories.ts +0 -24
  80. package/src/lib/components/header/header.component.ts +0 -65
  81. package/src/lib/components/header/index.ts +0 -2
  82. package/src/lib/components/header/services/header-provider.service.ts +0 -15
  83. package/src/lib/components/icon/icon.component.html +0 -2
  84. package/src/lib/components/icon/icon.component.scss +0 -51
  85. package/src/lib/components/icon/icon.component.ts +0 -86
  86. package/src/lib/components/icon/index.ts +0 -2
  87. package/src/lib/components/input-group/index.ts +0 -1
  88. package/src/lib/components/input-group/input-group.component.html +0 -34
  89. package/src/lib/components/input-group/input-group.component.spec.ts +0 -21
  90. package/src/lib/components/input-group/input-group.component.ts +0 -58
  91. package/src/lib/components/loader/index.ts +0 -1
  92. package/src/lib/components/loader/loader.component.html +0 -5
  93. package/src/lib/components/loader/loader.component.scss +0 -0
  94. package/src/lib/components/loader/loader.component.spec.ts +0 -21
  95. package/src/lib/components/loader/loader.component.ts +0 -16
  96. package/src/lib/components/multiselect/index.ts +0 -1
  97. package/src/lib/components/multiselect/multiselect.component.html +0 -67
  98. package/src/lib/components/multiselect/multiselect.component.scss +0 -0
  99. package/src/lib/components/multiselect/multiselect.component.spec.ts +0 -21
  100. package/src/lib/components/multiselect/multiselect.component.ts +0 -120
  101. package/src/lib/components/number-input/index.ts +0 -1
  102. package/src/lib/components/number-input/number-input.component.html +0 -22
  103. package/src/lib/components/number-input/number-input.component.spec.ts +0 -21
  104. package/src/lib/components/number-input/number-input.component.ts +0 -55
  105. package/src/lib/components/page-header/index.ts +0 -1
  106. package/src/lib/components/page-header/page-header.component.html +0 -35
  107. package/src/lib/components/page-header/page-header.component.scss +0 -0
  108. package/src/lib/components/page-header/page-header.component.spec.ts +0 -21
  109. package/src/lib/components/page-header/page-header.component.ts +0 -31
  110. package/src/lib/components/password/index.ts +0 -1
  111. package/src/lib/components/password/password.component.html +0 -24
  112. package/src/lib/components/password/password.component.scss +0 -0
  113. package/src/lib/components/password/password.component.spec.ts +0 -21
  114. package/src/lib/components/password/password.component.ts +0 -56
  115. package/src/lib/components/radiobutton/index.ts +0 -1
  116. package/src/lib/components/radiobutton/radiobutton.component.html +0 -34
  117. package/src/lib/components/radiobutton/radiobutton.component.scss +0 -6
  118. package/src/lib/components/radiobutton/radiobutton.component.spec.ts +0 -21
  119. package/src/lib/components/radiobutton/radiobutton.component.stories.ts +0 -71
  120. package/src/lib/components/radiobutton/radiobutton.component.ts +0 -61
  121. package/src/lib/components/section/index.ts +0 -1
  122. package/src/lib/components/section/section.component.html +0 -25
  123. package/src/lib/components/section/section.component.scss +0 -0
  124. package/src/lib/components/section/section.component.spec.ts +0 -21
  125. package/src/lib/components/section/section.component.ts +0 -31
  126. package/src/lib/components/shared-components/.eslintrc.json +0 -42
  127. package/src/lib/components/shared-components/action-button-group/action-button-group.component.html +0 -25
  128. package/src/lib/components/shared-components/action-button-group/action-button-group.component.scss +0 -0
  129. package/src/lib/components/shared-components/action-button-group/action-button-group.component.spec.ts +0 -21
  130. package/src/lib/components/shared-components/action-button-group/action-button-group.component.ts +0 -111
  131. package/src/lib/components/shared-components/action-button-group/components/action-button/action-button.component.html +0 -10
  132. package/src/lib/components/shared-components/action-button-group/components/action-button/action-button.component.scss +0 -0
  133. package/src/lib/components/shared-components/action-button-group/components/action-button/action-button.component.spec.ts +0 -21
  134. package/src/lib/components/shared-components/action-button-group/components/action-button/action-button.component.ts +0 -69
  135. package/src/lib/components/shared-components/action-button-group/index.ts +0 -2
  136. package/src/lib/components/shared-components/dynamic-component/dynamic-component-factory.service.ts +0 -142
  137. package/src/lib/components/shared-components/dynamic-component/dynamic-component.component.ts +0 -56
  138. package/src/lib/components/shared-components/dynamic-component/index.ts +0 -2
  139. package/src/lib/components/shared-components/generic-field/generic-field.component.html +0 -98
  140. package/src/lib/components/shared-components/generic-field/generic-field.component.spec.ts +0 -21
  141. package/src/lib/components/shared-components/generic-field/generic-field.component.ts +0 -90
  142. package/src/lib/components/shared-components/generic-field/index.ts +0 -1
  143. package/src/lib/components/shared-components/generic-form/generic-form.component.html +0 -46
  144. package/src/lib/components/shared-components/generic-form/generic-form.component.spec.ts +0 -21
  145. package/src/lib/components/shared-components/generic-form/generic-form.component.ts +0 -56
  146. package/src/lib/components/shared-components/generic-form/generic-form.model.spec.ts +0 -82
  147. package/src/lib/components/shared-components/generic-form/generic-form.model.ts +0 -68
  148. package/src/lib/components/shared-components/generic-form/index.ts +0 -2
  149. package/src/lib/components/shared-components/index.ts +0 -4
  150. package/src/lib/components/side-menu/index.ts +0 -2
  151. package/src/lib/components/side-menu/side-menu.component.html +0 -53
  152. package/src/lib/components/side-menu/side-menu.component.scss +0 -0
  153. package/src/lib/components/side-menu/side-menu.component.spec.ts +0 -21
  154. package/src/lib/components/side-menu/side-menu.component.ts +0 -96
  155. package/src/lib/components/side-menu/side-menu.module.ts +0 -66
  156. package/src/lib/components/slider/index.ts +0 -1
  157. package/src/lib/components/slider/slider.component.html +0 -19
  158. package/src/lib/components/slider/slider.component.spec.ts +0 -21
  159. package/src/lib/components/slider/slider.component.ts +0 -56
  160. package/src/lib/components/snackbar/index.ts +0 -2
  161. package/src/lib/components/snackbar/services/snackbar.service.ts +0 -45
  162. package/src/lib/components/snackbar/snackbar.component.html +0 -3
  163. package/src/lib/components/snackbar/snackbar.component.scss +0 -0
  164. package/src/lib/components/snackbar/snackbar.component.spec.ts +0 -21
  165. package/src/lib/components/snackbar/snackbar.component.stories.ts +0 -70
  166. package/src/lib/components/snackbar/snackbar.component.ts +0 -25
  167. package/src/lib/components/stepper/index.ts +0 -1
  168. package/src/lib/components/stepper/stepper.component.html +0 -35
  169. package/src/lib/components/stepper/stepper.component.spec.ts +0 -21
  170. package/src/lib/components/stepper/stepper.component.ts +0 -39
  171. package/src/lib/components/switch/index.ts +0 -1
  172. package/src/lib/components/switch/switch.component.html +0 -18
  173. package/src/lib/components/switch/switch.component.scss +0 -0
  174. package/src/lib/components/switch/switch.component.spec.ts +0 -21
  175. package/src/lib/components/switch/switch.component.stories.ts +0 -65
  176. package/src/lib/components/switch/switch.component.ts +0 -52
  177. package/src/lib/components/tab-view/index.ts +0 -2
  178. package/src/lib/components/tab-view/tab-view-item.component.ts +0 -22
  179. package/src/lib/components/tab-view/tab-view.component.html +0 -41
  180. package/src/lib/components/tab-view/tab-view.component.ts +0 -55
  181. package/src/lib/components/table/index.ts +0 -1
  182. package/src/lib/components/table/table-filter.pipe.ts +0 -59
  183. package/src/lib/components/table/table.component.html +0 -127
  184. package/src/lib/components/table/table.component.scss +0 -11
  185. package/src/lib/components/table/table.component.spec.ts +0 -21
  186. package/src/lib/components/table/table.component.stories.ts +0 -55
  187. package/src/lib/components/table/table.component.ts +0 -288
  188. package/src/lib/components/table/table.models.ts +0 -26
  189. package/src/lib/components/tag/index.ts +0 -2
  190. package/src/lib/components/tag/tag.component.html +0 -12
  191. package/src/lib/components/tag/tag.component.scss +0 -33
  192. package/src/lib/components/tag/tag.component.ts +0 -83
  193. package/src/lib/components/textarea/index.ts +0 -1
  194. package/src/lib/components/textarea/textarea.component.html +0 -40
  195. package/src/lib/components/textarea/textarea.component.scss +0 -5
  196. package/src/lib/components/textarea/textarea.component.spec.ts +0 -21
  197. package/src/lib/components/textarea/textarea.component.stories.ts +0 -98
  198. package/src/lib/components/textarea/textarea.component.ts +0 -62
  199. package/src/lib/components/textfield/index.ts +0 -1
  200. package/src/lib/components/textfield/textfield.component.html +0 -82
  201. package/src/lib/components/textfield/textfield.component.scss +0 -23
  202. package/src/lib/components/textfield/textfield.component.spec.ts +0 -21
  203. package/src/lib/components/textfield/textfield.component.stories.ts +0 -85
  204. package/src/lib/components/textfield/textfield.component.ts +0 -68
  205. package/src/lib/components/tooltip/index.ts +0 -1
  206. package/src/lib/components/tooltip/tooltip.component.html +0 -3
  207. package/src/lib/components/tooltip/tooltip.component.ts +0 -17
  208. package/src/lib/icons.ts +0 -36
  209. package/src/lib/interceptors/http-error-message.interceptor.ts +0 -35
  210. package/src/lib/pages/not-found-page/not-found-page.component.html +0 -26
  211. package/src/lib/pages/not-found-page/not-found-page.component.scss +0 -0
  212. package/src/lib/pages/not-found-page/not-found-page.component.spec.ts +0 -21
  213. package/src/lib/pages/not-found-page/not-found-page.component.ts +0 -16
  214. package/src/tab-view.ts +0 -1
  215. package/src/test-setup.ts +0 -8
  216. package/tsconfig.json +0 -29
  217. package/tsconfig.lib.json +0 -18
  218. package/tsconfig.lib.prod.json +0 -9
  219. package/tsconfig.spec.json +0 -16
package/index.d.ts ADDED
@@ -0,0 +1,752 @@
1
+ import { ControlValueAccessor, NgControl, UntypedFormGroup, ValidatorFn, FormGroup } from '@angular/forms';
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';
4
+ import * as i0 from '@angular/core';
5
+ import { OnInit, ChangeDetectorRef, AfterContentInit, EventEmitter, ElementRef, ModuleWithProviders, AfterViewInit, OnChanges, QueryList, TemplateRef, SimpleChanges, OnDestroy, ComponentFactoryResolver, Type, ViewContainerRef, Injector, ComponentRef, InjectionToken, PipeTransform } from '@angular/core';
6
+ import * as _verisoft_core from '@verisoft/core';
7
+ import { Sort, LazyLoadEvent, DatasourceType, FilterEvent, BaseHttpService } from '@verisoft/core';
8
+ import { Params, Router, ActivatedRoute, Route } from '@angular/router';
9
+ import { MessageService, SortMeta, ScrollerOptions, MenuItem as MenuItem$1 } from 'primeng/api';
10
+ import { TreeNodeSelectEvent } from 'primeng/tree';
11
+ import { Table, TablePageEvent, TableLazyLoadEvent } from 'primeng/table';
12
+ import { Observable } from 'rxjs';
13
+ import { ScrollerLazyLoadEvent } from 'primeng/scroller';
14
+ import { SelectFilterEvent } from 'primeng/select';
15
+ import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
16
+
17
+ declare class InputGroupComponent extends BaseFormInputComponent implements ControlValueAccessor, InputGroupCore {
18
+ constructor(ngControl: NgControl);
19
+ items: InputGroupItem[];
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, [{ optional: true; self: true; }]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "v-input-group", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
22
+ }
23
+
24
+ declare class TextfieldComponent extends BaseFormInputComponent implements ControlValueAccessor, TextfieldCore {
25
+ icons: _verisoft_ui_core.CommonIcons;
26
+ constructor(ngControl: NgControl);
27
+ size: FieldSizeType | undefined;
28
+ type: FieldTypeType;
29
+ floatLabel: boolean;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextfieldComponent, [{ optional: true; self: true; }]>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextfieldComponent, "v-textfield", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; }, {}, never, never, true, never>;
32
+ }
33
+
34
+ declare class BreadcrumbComponent extends BreadcrumbCoreComponent {
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "v-breadcrumb", never, {}, {}, never, never, true, never>;
37
+ }
38
+
39
+ declare class CheckboxComponent extends BaseFormInputComponent implements ControlValueAccessor, CheckboxCore {
40
+ indeterminate: i0.InputSignal<boolean>;
41
+ icon: _verisoft_ui_core.CommonIcons;
42
+ constructor(ngControl: NgControl);
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, [{ optional: true; self: true; }]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "v-checkbox", never, { "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
45
+ }
46
+
47
+ declare class CalendarComponent extends BaseFormInputComponent implements ControlValueAccessor, CalendarCore {
48
+ constructor(ngControl: NgControl);
49
+ maxDate: Date;
50
+ icon: string;
51
+ minDate: Date;
52
+ header: string;
53
+ footer: string;
54
+ floatLabel: string | undefined;
55
+ selectionMode: 'single' | 'multiple' | 'range' | undefined;
56
+ icons: _verisoft_ui_core.CommonIcons;
57
+ formDisplay: "flex" | "block";
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, [{ optional: true; self: true; }]>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "v-calendar", never, { "maxDate": { "alias": "maxDate"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "header": { "alias": "header"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, {}, never, never, true, never>;
60
+ }
61
+
62
+ declare class FormFieldComponent extends BaseFormInputComponent implements FormFieldCore {
63
+ display: 'flex' | 'block';
64
+ variant: 'simple';
65
+ protected readonly errorProvider: _verisoft_core.ErrorProvider;
66
+ icons: _verisoft_ui_core.CommonIcons;
67
+ constructor(ngControl: NgControl);
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, [{ optional: true; self: true; }]>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "v-form-field", never, { "display": { "alias": "display"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
70
+ }
71
+
72
+ declare class PasswordComponent extends BaseFormInputComponent implements ControlValueAccessor, PasswordCore {
73
+ toggleMask: boolean;
74
+ feedback: boolean;
75
+ formDisplay: "flex" | "block";
76
+ constructor(ngControl: NgControl);
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponent, [{ optional: true; self: true; }]>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "v-password", never, { "toggleMask": { "alias": "toggleMask"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; }, {}, never, never, true, never>;
79
+ }
80
+
81
+ declare class SectionComponent implements SectionCore {
82
+ title: string;
83
+ showContent: boolean;
84
+ backgroundColor: string;
85
+ icons: _verisoft_ui_core.CommonIcons;
86
+ protected icon: string;
87
+ protected toggle(): void;
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "v-section", never, { "title": { "alias": "title"; "required": false; }; "showContent": { "alias": "showContent"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, {}, never, ["[actions]", "*"], true, never>;
90
+ }
91
+
92
+ declare class ButtonComponent implements ButtonCore {
93
+ label?: string;
94
+ icon?: string;
95
+ badge?: string;
96
+ iconPos: IconPositionType;
97
+ disabled: boolean;
98
+ rounded: boolean;
99
+ outlined: boolean;
100
+ raised: boolean;
101
+ severity?: ControlSeverityType;
102
+ routerLink: any[];
103
+ size: FieldSizeType | undefined;
104
+ queryParams?: Params;
105
+ fireClick(event: Event): void;
106
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
107
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "v-button", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "outlined": { "alias": "outlined"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "size": { "alias": "size"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; }, {}, never, never, true, never>;
108
+ }
109
+
110
+ declare class DropdownButtonComponent implements DropdownButtonCore {
111
+ label: i0.InputSignal<string | undefined>;
112
+ icon: i0.InputSignal<string | undefined>;
113
+ rounded: i0.InputSignal<boolean | undefined>;
114
+ raised: i0.InputSignal<boolean | undefined>;
115
+ outlined: i0.InputSignal<boolean | undefined>;
116
+ severity: i0.InputSignal<"warning" | "success" | "info" | "danger" | "help" | "primary" | "secondary" | "contrast" | undefined>;
117
+ size: i0.InputSignal<"small" | "medium" | "large" | "xl" | undefined>;
118
+ items: i0.InputSignal<MenuItem[] | undefined>;
119
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownButtonComponent, never>;
120
+ 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; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
121
+ }
122
+
123
+ declare class RadioButtonComponent<T> extends BaseFormInputComponent implements ControlValueAccessor, RadiobuttonCore<T> {
124
+ constructor(ngControl: NgControl);
125
+ radioGroupName: string;
126
+ items: RadioButtonItem<T>[];
127
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent<any>, [{ optional: true; self: true; }]>;
128
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent<any>, "v-radiobutton", never, { "radioGroupName": { "alias": "radioGroupName"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
129
+ }
130
+
131
+ declare class NumberInputComponent extends BaseFormInputComponent implements ControlValueAccessor, NumberInputCore {
132
+ constructor(ngControl: NgControl);
133
+ mode: string;
134
+ currency: string;
135
+ min: number;
136
+ max: number;
137
+ step: number;
138
+ errorMessage?: string;
139
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, [{ optional: true; self: true; }]>;
140
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "v-number-input", never, { "mode": { "alias": "mode"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, never, true, never>;
141
+ }
142
+
143
+ declare class HeaderProviderService {
144
+ private settingsMenu;
145
+ constructor(settingsMenu: MenuItem[]);
146
+ menu: MenuItem[];
147
+ init(): void;
148
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderProviderService, never>;
149
+ static ɵprov: i0.ɵɵInjectableDeclaration<HeaderProviderService>;
150
+ }
151
+
152
+ declare class HeaderComponent extends UnsubscribeComponent implements OnInit, HeaderCore {
153
+ readonly providerService: HeaderProviderService;
154
+ readonly screenSizeService: ScreenSizeService;
155
+ readonly cdr: ChangeDetectorRef;
156
+ constructor(providerService: HeaderProviderService, screenSizeService: ScreenSizeService, cdr: ChangeDetectorRef);
157
+ title: string;
158
+ logoUrl: string;
159
+ userName: string;
160
+ userRole: any | any[] | undefined;
161
+ menuRef: HTMLDivElement;
162
+ exampleHeader: boolean;
163
+ icons: _verisoft_ui_core.CommonIcons;
164
+ protected menuVisible: boolean;
165
+ protected logoRouterLink: string;
166
+ ngOnInit(): void;
167
+ toggleMenu(): void;
168
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
169
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "v-header", never, { "title": { "alias": "title"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "userRole": { "alias": "userRole"; "required": false; }; "menuRef": { "alias": "menuRef"; "required": false; }; "exampleHeader": { "alias": "exampleHeader"; "required": false; }; }, {}, never, ["[module]", "[breadcrumbs]", "[useractions]", "[useractions]", "[dbcontext]"], true, never>;
170
+ }
171
+
172
+ declare class TextareaComponent extends BaseFormInputComponent implements ControlValueAccessor, TextareaCore {
173
+ rows: number;
174
+ cols: number;
175
+ autoResize: boolean;
176
+ floatLabel: string | undefined;
177
+ constructor(ngControl: NgControl);
178
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, [{ optional: true; self: true; }]>;
179
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "v-textarea", never, { "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "autoResize": { "alias": "autoResize"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; }, {}, never, never, true, never>;
180
+ }
181
+
182
+ declare class LoaderComponent implements LoaderCore {
183
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
184
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "v-loader", never, {}, {}, never, never, true, never>;
185
+ }
186
+
187
+ declare class SnackbarService {
188
+ readonly messageService: MessageService;
189
+ constructor(messageService: MessageService);
190
+ showSuccess(message: string, icon?: string): void;
191
+ showInfo(message: string, icon?: string): void;
192
+ showWarn(message: string, icon?: string): void;
193
+ showError(message: string, icon?: string): void;
194
+ static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarService, never>;
195
+ static ɵprov: i0.ɵɵInjectableDeclaration<SnackbarService>;
196
+ }
197
+
198
+ declare class SnackbarComponent implements SnackbarCore {
199
+ private snackbarService;
200
+ constructor(snackbarService: SnackbarService);
201
+ static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
202
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "v-snackbar", never, {}, {}, never, never, true, never>;
203
+ }
204
+
205
+ declare class SideMenuComponent extends UnsubscribeComponent implements SideMenuCore, AfterContentInit {
206
+ items: MenuItem[];
207
+ logoUrl: string;
208
+ userName: string;
209
+ userRole: any | any[] | undefined;
210
+ minimalized: EventEmitter<boolean>;
211
+ itemSelected: EventEmitter<MenuItem>;
212
+ menu: ElementRef<HTMLDivElement>;
213
+ menuService: SideMenuService;
214
+ router: Router;
215
+ icons: _verisoft_ui_core.CommonIcons;
216
+ protected screenSizeService: ScreenSizeService;
217
+ protected logoRouterLink: string;
218
+ protected isMinimalized: boolean;
219
+ ngAfterContentInit(): void;
220
+ protected menuMinimalize(menu: HTMLDivElement): void;
221
+ onSelectionChange(event: any): void;
222
+ onNodeSelect(event: TreeNodeSelectEvent): void;
223
+ private setMenuMinimalized;
224
+ static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuComponent, never>;
225
+ static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuComponent, "v-side-menu", never, { "items": { "alias": "items"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "userRole": { "alias": "userRole"; "required": false; }; }, { "minimalized": "minimalized"; "itemSelected": "itemSelected"; }, never, never, true, never>;
226
+ }
227
+
228
+ declare class SideMenuModule extends UnsubscribeComponent {
229
+ private readonly service;
230
+ constructor(service: SideMenuProviderService);
231
+ static forRoot(config?: SideMenuModuleConfig): ModuleWithProviders<SideMenuModule>;
232
+ static forChild(menu: MenuItem[]): ModuleWithProviders<SideMenuModule>;
233
+ static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuModule, never>;
234
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SideMenuModule, never, [typeof SideMenuComponent], [typeof SideMenuComponent]>;
235
+ static ɵinj: i0.ɵɵInjectorDeclaration<SideMenuModule>;
236
+ }
237
+
238
+ declare class TableComponent<T> implements AfterViewInit, OnChanges, TableCore<T> {
239
+ viewColumns: QueryList<ColumnProvider<T>>;
240
+ table: Table | undefined;
241
+ rowDetailTemplate: TemplateRef<any>;
242
+ sorters: Sort[];
243
+ data: T[];
244
+ total: number;
245
+ filter: Partial<T> | undefined;
246
+ loading: boolean;
247
+ scrollable: boolean;
248
+ pageSize: number;
249
+ currentPage: number;
250
+ showPaginator: boolean;
251
+ sortMultiple: boolean;
252
+ lazy: boolean;
253
+ selectionMode: TableSelectionModeType | undefined;
254
+ showPageSizePicker: boolean;
255
+ entityKey: string | undefined;
256
+ maximumColumnLength: number;
257
+ disableCustomClicks: boolean;
258
+ set columns(value: ColumnDefinition<T>[]);
259
+ get columns(): ColumnDefinition<T>[];
260
+ selection: T[];
261
+ pageSizeChange: EventEmitter<number>;
262
+ selectionChange: EventEmitter<T[]>;
263
+ pageChange: EventEmitter<TablePageEvent>;
264
+ sortChange: EventEmitter<Sort[]>;
265
+ lazyLoad: EventEmitter<LazyLoadEvent>;
266
+ sorted: boolean;
267
+ cdRef: ChangeDetectorRef;
268
+ tableColumns: ColumnModel<T>[];
269
+ tableRows: RowModel<T>[];
270
+ tableSelection: RowModel<T>[] | RowModel<T> | undefined;
271
+ expandedRows: {};
272
+ expansionTemplate: {
273
+ template: TemplateRef<any>;
274
+ };
275
+ sortMeta: SortMeta[] | undefined;
276
+ sortSignleColumn: SortMeta | undefined;
277
+ globalFilterFields: string[] | undefined;
278
+ router: Router;
279
+ route: ActivatedRoute;
280
+ icons: _verisoft_ui_core.CommonIcons;
281
+ private _columns;
282
+ ngOnChanges(changes: SimpleChanges): void;
283
+ ngAfterViewInit(): void;
284
+ updateRowModels(): void;
285
+ pageChanged(page: TablePageEvent): void;
286
+ pageSizeChanged(pageSize: number): void;
287
+ sortChanged(event: SortMeta | {
288
+ multisortmeta: SortMeta[];
289
+ }): void;
290
+ selectionChanged(event: RowModel<T>[] | RowModel<T>): void;
291
+ fireLazyLoad(event: TableLazyLoadEvent): void;
292
+ private removePrefix;
293
+ private convertToSortDirection;
294
+ private getSorts;
295
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, never>;
296
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "v-table", never, { "data": { "alias": "data"; "required": false; }; "total": { "alias": "total"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "showPaginator": { "alias": "showPaginator"; "required": false; }; "sortMultiple": { "alias": "sortMultiple"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "showPageSizePicker": { "alias": "showPageSizePicker"; "required": false; }; "entityKey": { "alias": "entityKey"; "required": false; }; "maximumColumnLength": { "alias": "maximumColumnLength"; "required": false; }; "disableCustomClicks": { "alias": "disableCustomClicks"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "pageSizeChange": "pageSizeChange"; "selectionChange": "selectionChange"; "pageChange": "pageChange"; "sortChange": "sortChange"; "lazyLoad": "lazyLoad"; }, ["rowDetailTemplate", "viewColumns"], never, true, never>;
297
+ }
298
+
299
+ declare class ActionButtonComponent implements ActionButton, OnChanges {
300
+ disabled: boolean;
301
+ toolTip?: string;
302
+ id?: string;
303
+ icon?: string;
304
+ outlined: boolean;
305
+ raised: boolean;
306
+ severity?: ControlSeverityType;
307
+ label?: string;
308
+ size?: FieldSizeType;
309
+ click: EventEmitter<MouseEvent>;
310
+ icons: _verisoft_ui_core.CommonIcons;
311
+ private propertyChangeSubject;
312
+ propertyChanged: Observable<unknown>;
313
+ buttonGroup: ActionButtonGroupCore | null;
314
+ ngOnChanges(changes: SimpleChanges): void;
315
+ handleClick(event: MouseEvent): void;
316
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonComponent, never>;
317
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonComponent, "v-action-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "toolTip": { "alias": "toolTip"; "required": false; }; "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outlined": { "alias": "outlined"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "click": "click"; }, never, never, true, never>;
318
+ }
319
+
320
+ declare class ActionButtonGroupComponent extends UnsubscribeComponent implements AfterContentInit, ActionButtonGroupCore {
321
+ private readonly changeDetectorRef;
322
+ readonly screenSizeService: ScreenSizeService;
323
+ actions: QueryList<ActionButtonComponent>;
324
+ maxItems: number;
325
+ maxItemsMobile: number;
326
+ items: ActionButton[];
327
+ menuIconPos: IconPositionType;
328
+ menuIcon: string;
329
+ label?: string;
330
+ icon?: string;
331
+ icons: _verisoft_ui_core.CommonIcons;
332
+ allItems: ActionButton[];
333
+ visibleActions: ActionButton[];
334
+ menuItems: MenuItem[];
335
+ constructor(changeDetectorRef: ChangeDetectorRef, screenSizeService: ScreenSizeService);
336
+ ngAfterContentInit(): void;
337
+ fireClick(item: ActionButton, event: MouseEvent): void;
338
+ private subscribeItemChange;
339
+ private computeItems;
340
+ private convertToMenuItem;
341
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonGroupComponent, never>;
342
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonGroupComponent, "v-action-button-group", never, { "maxItems": { "alias": "maxItems"; "required": false; }; "maxItemsMobile": { "alias": "maxItemsMobile"; "required": false; }; "items": { "alias": "items"; "required": false; }; "menuIconPos": { "alias": "menuIconPos"; "required": false; }; "menuIcon": { "alias": "menuIcon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["actions"], never, true, never>;
343
+ }
344
+
345
+ declare class GenericFieldComponent<T> extends BaseFormInputComponent implements GenericFieldCore<T> {
346
+ type?: GenericFieldTypeType;
347
+ floatLabel?: boolean;
348
+ optionLabel: string | undefined;
349
+ optionValue: string | undefined;
350
+ options: T[] | undefined;
351
+ size?: FieldSizeType;
352
+ loading: boolean;
353
+ lazy: boolean;
354
+ filter: boolean;
355
+ datasource?: DatasourceType<T>;
356
+ filterField?: string;
357
+ showFilter?: boolean;
358
+ localSearch?: boolean;
359
+ changed: EventEmitter<any>;
360
+ showed: EventEmitter<any>;
361
+ cleared: EventEmitter<any>;
362
+ lazyLoad: EventEmitter<LazyLoadEvent>;
363
+ filtered: EventEmitter<FilterEvent>;
364
+ fieldTypes: typeof GenericFieldType;
365
+ icons: _verisoft_ui_core.CommonIcons;
366
+ static ɵfac: i0.ɵɵFactoryDeclaration<GenericFieldComponent<any>, never>;
367
+ static ɵcmp: i0.ɵɵComponentDeclaration<GenericFieldComponent<any>, "v-generic-field", never, { "type": { "alias": "type"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "size": { "alias": "size"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "filterField": { "alias": "filterField"; "required": false; }; "showFilter": { "alias": "showFilter"; "required": false; }; "localSearch": { "alias": "localSearch"; "required": false; }; }, { "changed": "changed"; "showed": "showed"; "cleared": "cleared"; "lazyLoad": "lazyLoad"; "filtered": "filtered"; }, never, never, true, never>;
368
+ }
369
+
370
+ declare class GenericFormComponent implements OnChanges {
371
+ formGroup?: UntypedFormGroup;
372
+ fields?: GenericFieldDefinition[];
373
+ columns?: number;
374
+ showAsRow: boolean;
375
+ formGroupComputed: UntypedFormGroup;
376
+ columnClass?: string;
377
+ ngOnChanges(changes: SimpleChanges): void;
378
+ static ɵfac: i0.ɵɵFactoryDeclaration<GenericFormComponent, never>;
379
+ static ɵcmp: i0.ɵɵComponentDeclaration<GenericFormComponent, "v-generic-form", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "showAsRow": { "alias": "showAsRow"; "required": false; }; }, {}, never, never, true, never>;
380
+ }
381
+
382
+ declare function generateFormGroup(fields: GenericFieldDefinition[] | undefined, lastGroupValue: UntypedFormGroup | undefined, inputGroup: UntypedFormGroup | undefined, inputGroupChanged?: boolean): UntypedFormGroup;
383
+ declare function getColumnClass(value?: number): string | undefined;
384
+
385
+ declare class DynamicComponentFactoryService implements OnDestroy {
386
+ private componentFactoryResolver;
387
+ constructor(componentFactoryResolver: ComponentFactoryResolver);
388
+ ngOnDestroy(): void;
389
+ createDynamicComponent<TComponent>(componentType: Type<TComponent>, viewContainerRef: ViewContainerRef, inputs: ExtendedComponent<TComponent>, injector?: Injector | undefined): Promise<ComponentRef<TComponent>>;
390
+ setComponentData<TComponent>(component: ComponentRef<TComponent>, inputs: Partial<TComponent>): void;
391
+ private unsubscribeComponentEvents;
392
+ private fireComponentEvents;
393
+ private setComponentDataInt;
394
+ private fireInputComponentEvents;
395
+ private fireOutputComponentEvents;
396
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentFactoryService, never>;
397
+ static ɵprov: i0.ɵɵInjectableDeclaration<DynamicComponentFactoryService>;
398
+ }
399
+
400
+ declare class DynamicComponent<TComponent> implements AfterViewInit, OnChanges {
401
+ componentType: Type<TComponent>;
402
+ data: ExtendedComponent<TComponent>;
403
+ container: ViewContainerRef;
404
+ private factoryServices;
405
+ private changeDetectorRef;
406
+ private injector;
407
+ ngOnChanges(): void;
408
+ ngAfterViewInit(): void;
409
+ private createComponent;
410
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponent<any>, never>;
411
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicComponent<any>, "v-dynamic-component", never, { "componentType": { "alias": "componentType"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
412
+ }
413
+
414
+ declare class PageHeaderComponent extends PageHeaderCoreComponent implements OnInit, PageHeaderCore {
415
+ buttonGroup?: ActionButtonGroupComponent;
416
+ icons: _verisoft_ui_core.CommonIcons;
417
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
418
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "v-page-header", never, {}, {}, ["buttonGroup"], ["*"], true, never>;
419
+ }
420
+
421
+ declare class StepperComponent implements StepperCore {
422
+ items: StepperItem[];
423
+ icons: _verisoft_ui_core.CommonIcons;
424
+ prefix: string;
425
+ label: string;
426
+ size: FieldSizeType | undefined;
427
+ layout: LayoutTypeType;
428
+ icon: string;
429
+ activeIndex: number;
430
+ annotation: string;
431
+ activeIndexChange: EventEmitter<number>;
432
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
433
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "v-stepper", never, { "items": { "alias": "items"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "annotation": { "alias": "annotation"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; }, never, never, true, never>;
434
+ }
435
+
436
+ declare class DropdownComponent<T> extends BaseFormInputComponent implements ControlValueAccessor, OnChanges, OnDestroy, OnInit, DropdownCore<T> {
437
+ constructor(ngControl: NgControl);
438
+ options: T[] | undefined;
439
+ optionLabel: string | undefined;
440
+ optionValue: string | undefined;
441
+ dropdownIcon?: string;
442
+ floatLabel?: string;
443
+ editable: boolean;
444
+ loading: boolean;
445
+ lazy: boolean;
446
+ filter: boolean;
447
+ forceMinWidth: boolean;
448
+ showFilter: boolean;
449
+ localSearch: boolean;
450
+ showed: EventEmitter<any>;
451
+ cleared: EventEmitter<any>;
452
+ lazyLoad: EventEmitter<LazyLoadEvent>;
453
+ filtered: EventEmitter<FilterEvent>;
454
+ private destroy$;
455
+ virtualScrollOptions: ScrollerOptions | undefined;
456
+ virtualOptionSize: number;
457
+ ngOnChanges(changes: SimpleChanges): void;
458
+ ngOnDestroy(): void;
459
+ onLazyLoad(event: ScrollerLazyLoadEvent): void;
460
+ filterChange(event: SelectFilterEvent): void;
461
+ onDropdownShow(): void;
462
+ onDropdownClear(): void;
463
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent<any>, [{ optional: true; self: true; }]>;
464
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent<any>, "v-dropdown", never, { "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dropdownIcon": { "alias": "dropdownIcon"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "forceMinWidth": { "alias": "forceMinWidth"; "required": false; }; "showFilter": { "alias": "showFilter"; "required": false; }; "localSearch": { "alias": "localSearch"; "required": false; }; }, { "showed": "showed"; "cleared": "cleared"; "lazyLoad": "lazyLoad"; "filtered": "filtered"; }, never, never, true, never>;
465
+ }
466
+
467
+ declare class MultiselectComponent<T> extends BaseFormInputComponent implements ControlValueAccessor, MultiselectCore<T>, OnChanges {
468
+ constructor(ngControl: NgControl);
469
+ options: T[] | undefined;
470
+ optionLabel: string | undefined;
471
+ optionValue: string | undefined;
472
+ dropdownIcon?: string;
473
+ floatLabel?: string;
474
+ editable: boolean;
475
+ loading: boolean;
476
+ lazy: boolean;
477
+ filter: boolean;
478
+ size: FieldSizeType;
479
+ changed: EventEmitter<any>;
480
+ showed: EventEmitter<any>;
481
+ cleared: EventEmitter<any>;
482
+ lazyLoad: EventEmitter<LazyLoadEvent>;
483
+ filtered: EventEmitter<FilterEvent>;
484
+ virtualScrollOptions: ScrollerOptions | undefined;
485
+ virtualOptionSize: number;
486
+ ngOnChanges(changes: SimpleChanges): void;
487
+ onLazyLoad(event: ScrollerLazyLoadEvent): void;
488
+ selectionChange(event: any): void;
489
+ onDropdownShow(): void;
490
+ onDropdownClear(): void;
491
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectComponent<any>, [{ optional: true; self: true; }]>;
492
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent<any>, "v-multiselect", never, { "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dropdownIcon": { "alias": "dropdownIcon"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "changed": "changed"; "showed": "showed"; "cleared": "cleared"; "lazyLoad": "lazyLoad"; "filtered": "filtered"; }, never, never, true, never>;
493
+ }
494
+
495
+ declare class SliderComponent extends BaseFormInputComponent implements ControlValueAccessor, SliderCore {
496
+ step: number;
497
+ min: number;
498
+ max: number;
499
+ range: boolean;
500
+ constructor(ngControl: NgControl);
501
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, [{ optional: true; self: true; }]>;
502
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "v-slider", never, { "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "range": { "alias": "range"; "required": false; }; }, {}, never, never, true, never>;
503
+ }
504
+
505
+ declare class ConfirmDialogComponent extends UnsubscribeComponent implements OnInit, ConfirmDialogCore {
506
+ private readonly dialogService;
507
+ private readonly cdr;
508
+ constructor(dialogService: DialogService, cdr: ChangeDetectorRef);
509
+ visible: boolean;
510
+ protected closable: boolean;
511
+ data: DialogData;
512
+ ngOnInit(): void;
513
+ protected dialogClick(confirm: boolean): void;
514
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
515
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "v-confirm-dialog", never, {}, {}, never, never, true, never>;
516
+ }
517
+
518
+ declare class SwitchComponent extends BaseFormInputComponent implements ControlValueAccessor, SwitchCore {
519
+ constructor(ngControl: NgControl);
520
+ id: string;
521
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, [{ optional: true; self: true; }]>;
522
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "v-switch", never, {}, {}, never, never, true, never>;
523
+ }
524
+
525
+ declare class HttpErrorMessageInterceptor implements HttpInterceptor {
526
+ private readonly snackbarService;
527
+ constructor(snackbarService: SnackbarService);
528
+ intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
529
+ static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorMessageInterceptor, never>;
530
+ static ɵprov: i0.ɵɵInjectableDeclaration<HttpErrorMessageInterceptor>;
531
+ }
532
+
533
+ declare class TabViewItemComponent {
534
+ contentTemplate: TemplateRef<any>;
535
+ title: string;
536
+ url?: string;
537
+ icon?: string;
538
+ disabled?: boolean;
539
+ content?: string;
540
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabViewItemComponent, never>;
541
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabViewItemComponent, "v-tab-view-item", never, { "title": { "alias": "title"; "required": false; }; "url": { "alias": "url"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, ["*"], true, never>;
542
+ }
543
+
544
+ declare class TabViewComponent implements AfterContentInit, TabViewCore {
545
+ children: QueryList<TabViewItemComponent>;
546
+ items: TabViewItemCore[];
547
+ useRouting: boolean;
548
+ activeIndex: number;
549
+ activeIndexChange: EventEmitter<number>;
550
+ mergedItems: TabViewItemCore[];
551
+ ngAfterContentInit(): void;
552
+ protected activeItemChanged(item: MenuItem$1 | number): void;
553
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabViewComponent, never>;
554
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabViewComponent, "v-tab-view", never, { "items": { "alias": "items"; "required": false; }; "useRouting": { "alias": "useRouting"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; }, ["children"], never, true, never>;
555
+ }
556
+
557
+ declare class FilterFieldDirective implements GenericFieldDefinition {
558
+ name: string;
559
+ type: GenericFieldTypeType | undefined;
560
+ label: string | undefined;
561
+ optionLabel: string;
562
+ optionValue: string | undefined;
563
+ options: unknown[] | undefined;
564
+ value?: unknown;
565
+ validator?: ValidatorFn[];
566
+ datasource: DatasourceType<any> | undefined;
567
+ filterField?: string;
568
+ showFilter?: boolean;
569
+ localSearch?: boolean;
570
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldDirective, never>;
571
+ 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>;
572
+ }
573
+
574
+ type FilterValueType = {
575
+ [key: string]: unknown;
576
+ };
577
+ declare class FilterComponent<T extends object> extends UnsubscribeComponent implements OnChanges, OnInit, AfterContentInit, FilterCore {
578
+ fieldDeclarations: QueryList<FilterFieldDirective>;
579
+ fields: GenericFieldDefinition[];
580
+ filters: GenericFieldDefinition[];
581
+ title?: string;
582
+ fulltextFieldName: string;
583
+ showFulltext: boolean;
584
+ showFilters: boolean;
585
+ autoBind: boolean;
586
+ debounceTime?: number;
587
+ icons: _verisoft_ui_core.CommonIcons;
588
+ fieldDefinitios$?: Observable<GenericFieldDefinition[]>;
589
+ formGroup$?: Observable<FormGroup>;
590
+ simpleFormFieldDefinitions$?: Observable<GenericFieldDefinition[]>;
591
+ private searchField;
592
+ private onTouch?;
593
+ private onChange?;
594
+ private inputFields$;
595
+ FieldSize: typeof FieldSize;
596
+ protected screenSizeService: ScreenSizeService;
597
+ protected changeDetectorRef: ChangeDetectorRef;
598
+ protected dialogService: DialogService;
599
+ service: BaseHttpService<T>;
600
+ formGroup: FormGroup<{}>;
601
+ filledFiltersCount$: Observable<string>;
602
+ private lastFormFields;
603
+ ngOnInit(): void;
604
+ ngOnChanges(changes: SimpleChanges): void;
605
+ ngAfterContentInit(): void;
606
+ protected openFilter(): void;
607
+ protected openSearch(): void;
608
+ writeValue(data: FilterValueType): void;
609
+ registerOnChange(fn: (value: FilterValueType | undefined) => void): void;
610
+ registerOnTouched(fn: () => void): void;
611
+ setDisabledState?(isDisabled: boolean): void;
612
+ submitValue(): void;
613
+ setFilterValues(dialogFormGroup: FormGroup): void;
614
+ clear(): void;
615
+ private convertFilter;
616
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
617
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "v-filter", never, { "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>;
618
+ }
619
+
620
+ declare class FeatureListFilterFieldDirective extends FilterFieldDirective {
621
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListFilterFieldDirective, never>;
622
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureListFilterFieldDirective, "v-feature-list-filter-field", never, {}, {}, never, never, true, never>;
623
+ }
624
+
625
+ interface FeatureListPageConfig {
626
+ title: string;
627
+ datasource: string;
628
+ tableName: string;
629
+ showAdd?: boolean;
630
+ showDownload?: boolean;
631
+ showDelete?: boolean;
632
+ }
633
+ declare const FEATURE_LIST_PAGE_CONFIG_PROPERTY = "feature_list_config";
634
+ declare function addFeatureListPage(value: Partial<Route> & {
635
+ config: FeatureListPageConfig;
636
+ }): Route;
637
+ interface FeatureListColumnDefinition<T> extends ColumnDefinition<T> {
638
+ filter?: boolean;
639
+ type?: GenericFieldTypeType;
640
+ }
641
+ declare const FEATURE_LIST_COLUMN_PROVIDER: InjectionToken<unknown>;
642
+ interface FeatureListColumnProvider<T> {
643
+ getDefinition: () => FeatureListColumnDefinition<T>;
644
+ }
645
+
646
+ declare class FeatureListComponent<T> implements AfterViewInit {
647
+ viewColumns: QueryList<FeatureListColumnProvider<T>>;
648
+ fieldDeclarations: QueryList<FeatureListFilterFieldDirective>;
649
+ tableDatasourceDirective: TableDatasourceDirective<T>;
650
+ autoBind: boolean;
651
+ title: string;
652
+ columns: FeatureListColumnDefinition<T>[];
653
+ filters: GenericFieldDefinition[];
654
+ maxVisibleActions: number;
655
+ tableName: string;
656
+ ngrxFeatureKey?: string;
657
+ maxVisibleMobileActions: number;
658
+ showExtendedFilter: boolean;
659
+ showDownload: boolean;
660
+ showDelete: boolean;
661
+ showAdd: boolean;
662
+ canDownload: boolean;
663
+ canDelete: boolean;
664
+ canAdd: boolean;
665
+ useRouterFilter: boolean;
666
+ fulltextFieldName: string;
667
+ showFulltext: boolean;
668
+ deleteConfirmMessage: string | undefined;
669
+ autoDeleteEnabled: boolean;
670
+ autoDownloadEnabled: boolean;
671
+ downloadFileName: string;
672
+ datasource: DatasourceType<T>;
673
+ extraFilter: Partial<T> | undefined;
674
+ disableCustomClicks: boolean;
675
+ maximumColumnLength: number;
676
+ addClick: EventEmitter<any>;
677
+ downloadClick: EventEmitter<any>;
678
+ deleteClick: EventEmitter<T[]>;
679
+ selectionChange: EventEmitter<any>;
680
+ set selectionMode(mode: TableSelectionModeType | undefined);
681
+ get selectionMode(): TableSelectionModeType | undefined;
682
+ icons: _verisoft_ui_core.CommonIcons;
683
+ private httpClient;
684
+ private baseUrl;
685
+ private _selectionMode;
686
+ private cdRef;
687
+ private dialogService;
688
+ selection: T[];
689
+ ngAfterViewInit(): void;
690
+ selectItems(items: T[]): void;
691
+ startDeleteItems(): void;
692
+ startDownload(): void;
693
+ private deleteItems;
694
+ private forceDelete;
695
+ private createDeleteFn;
696
+ private createDownloadFn;
697
+ private finishDeletion;
698
+ private convertToBlob;
699
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListComponent<any>, never>;
700
+ 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; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "addClick": "addClick"; "downloadClick": "downloadClick"; "deleteClick": "deleteClick"; "selectionChange": "selectionChange"; }, ["viewColumns", "fieldDeclarations"], never, true, never>;
701
+ }
702
+
703
+ declare class FeatureListColumnDirective<T> extends TableColumnDirective<T> implements FeatureListColumnProvider<T> {
704
+ filter: boolean;
705
+ type: GenericFieldTypeType;
706
+ getDefinition(): FeatureListColumnDefinition<T>;
707
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListColumnDirective<any>, never>;
708
+ 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>;
709
+ }
710
+
711
+ declare class FeatureListFilterPipe<T> implements PipeTransform {
712
+ transform(value: FeatureListColumnDefinition<T>[] | undefined): GenericFieldDefinition[] | undefined;
713
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureListFilterPipe<any>, never>;
714
+ static ɵpipe: i0.ɵɵPipeDeclaration<FeatureListFilterPipe<any>, "featureListColumn", true>;
715
+ }
716
+
717
+ declare class TooltipComponent implements TooltipCore {
718
+ color: i0.InputSignal<"warning" | "success" | "info" | "danger" | "help" | "primary" | "secondary" | "contrast" | undefined>;
719
+ position: i0.InputSignal<"top" | "bottom" | "left" | "right" | undefined>;
720
+ size: i0.InputSignal<"small" | "medium" | "large" | "xl" | undefined>;
721
+ tooltipText: i0.InputSignal<string | undefined>;
722
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
723
+ 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>;
724
+ }
725
+
726
+ type PrimeSeverity = 'success' | 'info' | 'warning' | 'danger' | null;
727
+ declare class TagComponent implements TagCore {
728
+ label: i0.InputSignal<string | undefined>;
729
+ severity: i0.InputSignal<"warning" | "success" | "info" | "danger" | "help" | "primary" | "secondary" | "contrast" | undefined>;
730
+ variant: i0.InputSignal<TagVariant>;
731
+ size: i0.InputSignal<"small" | "medium" | "large" | "xl">;
732
+ protected readonly primeSeverity: i0.Signal<PrimeSeverity>;
733
+ protected readonly tagClasses: i0.Signal<string>;
734
+ protected readonly rounded: i0.Signal<boolean>;
735
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
736
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "v-tag", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "severity": { "alias": "severity"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
737
+ }
738
+
739
+ declare class IconComponent extends IconsComponent {
740
+ get primeIconClasses(): string;
741
+ get hostClasses(): string;
742
+ private get primeSizeClass();
743
+ private get primeColorClass();
744
+ private mapSeverityToPrimeClass;
745
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
746
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "v-icon", never, {}, {}, never, never, true, never>;
747
+ }
748
+
749
+ declare const Icons: CommonIcons;
750
+
751
+ 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, addFeatureListPage, generateFormGroup, getColumnClass };
752
+ export type { FeatureListColumnDefinition, FeatureListColumnProvider, FeatureListPageConfig };