@netgrif/components 6.4.0-beta.1 → 6.4.0-beta.3

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 (46) hide show
  1. package/esm2020/lib/data-fields/case-ref-field/case-ref-default/case-ref-default.component.mjs +2 -2
  2. package/esm2020/lib/data-fields/data-fields.module.mjs +2 -1
  3. package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/i18n-divider-field.component.mjs +3 -3
  4. package/esm2020/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.mjs +3 -3
  5. package/esm2020/lib/dialog/import-net-dialog/import-net-dialog.component.mjs +6 -4
  6. package/esm2020/lib/dialog/load-filter-dialog/load-filter-dialog.component.mjs +3 -3
  7. package/esm2020/lib/dialog/multi-user-assign-dialog/multi-user-assign-dialog.component.mjs +2 -2
  8. package/esm2020/lib/dialog/user-impersonate-dialog/user-impersonate-dialog.component.mjs +3 -3
  9. package/esm2020/lib/header/header.component.mjs +3 -3
  10. package/esm2020/lib/navigation/breadcrumbs/breadcrumbs.component.mjs +3 -3
  11. package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-no-filter-provided/default-no-filter-provided.component.mjs +14 -0
  12. package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.mjs +111 -18
  13. package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.mjs +99 -8
  14. package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.mjs +41 -6
  15. package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.mjs +1 -1
  16. package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-task-view-data-with-navigation-item-task-data.mjs +2 -0
  17. package/esm2020/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.mjs +53 -11
  18. package/esm2020/lib/navigation/navigation-double-drawer/navigation-double-drawer.component.mjs +15 -16
  19. package/esm2020/lib/navigation/navigation.module.mjs +8 -3
  20. package/esm2020/lib/panel/task-panel/task-panel.component.mjs +3 -3
  21. package/esm2020/lib/panel/task-panel-list/task-list.component.mjs +3 -3
  22. package/esm2020/lib/side-menu/content-components/import-net/import-net.component.mjs +6 -5
  23. package/esm2020/lib/side-menu/content-components/load-filter/load-filter.component.mjs +3 -3
  24. package/esm2020/lib/side-menu/content-components/user-impersonate/user-impersonate.component.mjs +3 -3
  25. package/esm2020/lib/task-content/field-component-resolver/field-component-resolver.component.mjs +13 -4
  26. package/esm2020/lib/view/case-view/components/create-case-button/create-case-button.component.mjs +2 -2
  27. package/fesm2015/netgrif-components.mjs +527 -243
  28. package/fesm2015/netgrif-components.mjs.map +1 -1
  29. package/fesm2020/netgrif-components.mjs +526 -243
  30. package/fesm2020/netgrif-components.mjs.map +1 -1
  31. package/lib/data-fields/case-ref-field/case-ref-default/case-ref-default.component.d.ts +1 -1
  32. package/lib/dialog/import-net-dialog/import-net-dialog.component.d.ts +3 -2
  33. package/lib/dialog/multi-user-assign-dialog/multi-user-assign-dialog.component.d.ts +1 -1
  34. package/lib/navigation/group-navigation-component-resolver/default-components/default-no-filter-provided/default-no-filter-provided.component.d.ts +5 -0
  35. package/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.d.ts +8 -2
  36. package/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.d.ts +16 -2
  37. package/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.d.ts +14 -3
  38. package/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.d.ts +16 -1
  39. package/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-task-view-data-with-navigation-item-task-data.d.ts +15 -0
  40. package/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.d.ts +9 -3
  41. package/lib/navigation/navigation-double-drawer/navigation-double-drawer.component.d.ts +2 -1
  42. package/lib/navigation/navigation.module.d.ts +16 -15
  43. package/lib/side-menu/content-components/import-net/import-net.component.d.ts +3 -2
  44. package/lib/task-content/field-component-resolver/field-component-resolver.component.d.ts +3 -0
  45. package/package.json +2 -2
  46. package/schematics/view/create-view-prompt/views/public-workflow-view/files/common/__className@dasherize__.component.html.template +1 -1
@@ -1,5 +1,5 @@
1
1
  import { Injector } from '@angular/core';
2
- import { AbstractCaseRefDefaultComponent, DataFieldPortalData, TaskRefField } from 'netgrif-components-core';
2
+ import { AbstractCaseRefDefaultComponent, DataFieldPortalData, TaskRefField } from '@netgrif/components-core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CaseRefDefaultComponent extends AbstractCaseRefDefaultComponent {
5
5
  constructor(injector: Injector, dataFieldPortalData: DataFieldPortalData<TaskRefField>);
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
- import { FileUploadModel, LoggerService, PetriNetEventOutcome, PetriNetResourceService, SnackBarService } from '@netgrif/components-core';
3
+ import { FileUploadModel, LoggerService, PetriNetEventOutcome, PetriNetResourceService, SnackBarService, UriService } from '@netgrif/components-core';
4
4
  import { TranslateService } from '@ngx-translate/core';
5
5
  import { MatDialogRef } from '@angular/material/dialog';
6
6
  import * as i0 from "@angular/core";
@@ -12,13 +12,14 @@ export declare class ImportNetDialogComponent implements AfterViewInit {
12
12
  protected _petriNetResource: PetriNetResourceService;
13
13
  protected _log: LoggerService;
14
14
  protected _snackbar: SnackBarService;
15
+ protected _uriService: UriService;
15
16
  protected _translate: TranslateService;
16
17
  files: FileList;
17
18
  releaseTypes: Array<string>;
18
19
  releaseTypeControl: FormControl;
19
20
  protected _response: PetriNetEventOutcome;
20
21
  protected _fileInput: HTMLInputElement;
21
- constructor(_dialogRef: MatDialogRef<ImportNetDialogComponent>, _petriNetResource: PetriNetResourceService, _log: LoggerService, _snackbar: SnackBarService, _translate: TranslateService);
22
+ constructor(_dialogRef: MatDialogRef<ImportNetDialogComponent>, _petriNetResource: PetriNetResourceService, _log: LoggerService, _snackbar: SnackBarService, _uriService: UriService, _translate: TranslateService);
22
23
  ngAfterViewInit(): void;
23
24
  get fileList(): Array<FileUploadModel>;
24
25
  get isAllFinished(): boolean;
@@ -1,4 +1,4 @@
1
- import { ProcessRole, UserListInjectedData, UserValue } from 'netgrif-components-core';
1
+ import { ProcessRole, UserListInjectedData, UserValue } from '@netgrif/components-core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { MatDialogRef } from '@angular/material/dialog';
4
4
  import * as i0 from "@angular/core";
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DefaultNoFilterProvidedComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefaultNoFilterProvidedComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultNoFilterProvidedComponent, "nc-default-no-filter-provided", never, {}, {}, never, never>;
5
+ }
@@ -1,9 +1,15 @@
1
- import { TabContent, DataGroup } from '@netgrif/components-core';
1
+ import { DataGroup, TabContent, FilterExtractionService } from '@netgrif/components-core';
2
+ import { TranslateService } from "@ngx-translate/core";
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class DefaultTabViewComponent {
4
5
  protected _navigationItemTaskData: Array<DataGroup>;
6
+ protected translationService: TranslateService;
7
+ protected extractionService: FilterExtractionService;
5
8
  tabs: Array<TabContent>;
6
- constructor(_navigationItemTaskData: Array<DataGroup>);
9
+ constructor(_navigationItemTaskData: Array<DataGroup>, translationService: TranslateService, extractionService: FilterExtractionService);
10
+ private getTabs;
11
+ private getCaseTabs;
12
+ private getTaskTabs;
7
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTabViewComponent, never>;
8
14
  static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTabViewComponent, "nc-default-tab-view", never, {}, {}, never, never>;
9
15
  }
@@ -1,13 +1,27 @@
1
1
  import { AfterViewInit } from '@angular/core';
2
- import { CaseViewService, AbstractTabbedCaseViewComponent, LoggerService, SavedFilterMetadata } from '@netgrif/components-core';
2
+ import { AbstractTabbedCaseViewComponent, Case, CaseViewService, HeaderMode, LoggerService, SavedFilterMetadata, SearchMode, ViewIdService } from '@netgrif/components-core';
3
3
  import { HeaderComponent } from '../../../../header/header.component';
4
4
  import { InjectedTabbedCaseViewDataWithNavigationItemTaskData } from '../model/injected-tabbed-case-view-data-with-navigation-item-task-data';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DefaultTabbedCaseViewComponent extends AbstractTabbedCaseViewComponent implements AfterViewInit {
7
+ protected _injectedTabData: InjectedTabbedCaseViewDataWithNavigationItemTaskData;
7
8
  caseHeaderComponent: HeaderComponent;
8
- constructor(caseViewService: CaseViewService, loggerService: LoggerService, injectedTabData: InjectedTabbedCaseViewDataWithNavigationItemTaskData);
9
+ initialSearchMode: SearchMode;
10
+ showToggleButton: boolean;
11
+ enableSearch: boolean;
12
+ showDeleteMenu: boolean;
13
+ headersChangeable: boolean;
14
+ headersMode: string[];
15
+ allowTableMode: boolean;
16
+ defaultHeadersMode: HeaderMode;
17
+ constructor(caseViewService: CaseViewService, loggerService: LoggerService, viewIdService: ViewIdService, _injectedTabData: InjectedTabbedCaseViewDataWithNavigationItemTaskData);
9
18
  ngAfterViewInit(): void;
10
19
  loadFilter(filterData: SavedFilterMetadata): void;
20
+ protected openTab(openCase: Case): void;
21
+ private resolveFilter;
22
+ private resolveAllowedNets;
23
+ isMenuOptionEnabled(option: string): boolean;
24
+ private resolveHeaderMode;
11
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTabbedCaseViewComponent, never>;
12
26
  static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTabbedCaseViewComponent, "nc-default-tabbed-case-view", never, {}, {}, never, never>;
13
27
  }
@@ -1,14 +1,25 @@
1
1
  import { AfterViewInit } from '@angular/core';
2
- import { TaskViewService, AbstractTabbedTaskViewComponent, InjectedTabbedTaskViewData } from '@netgrif/components-core';
2
+ import { TaskViewService, AbstractTabbedTaskViewComponent, SearchMode, HeaderMode } from '@netgrif/components-core';
3
3
  import { HeaderComponent } from '../../../../header/header.component';
4
+ import { InjectedTabbedTaskViewDataWithNavigationItemTaskData } from "../model/injected-tabbed-task-view-data-with-navigation-item-task-data";
4
5
  import * as i0 from "@angular/core";
5
- export declare function baseFilterFactory(injectedTabData: InjectedTabbedTaskViewData): {
6
+ export declare function baseFilterFactory(injectedTabData: InjectedTabbedTaskViewDataWithNavigationItemTaskData): {
6
7
  filter: import("@netgrif/components-core").Filter;
7
8
  };
8
9
  export declare class DefaultTabbedTaskViewComponent extends AbstractTabbedTaskViewComponent implements AfterViewInit {
9
10
  taskHeaderComponent: HeaderComponent;
10
- constructor(taskViewService: TaskViewService, injectedTabData: InjectedTabbedTaskViewData);
11
+ initialSearchMode: SearchMode;
12
+ showToggleButton: boolean;
13
+ enableSearch: boolean;
14
+ headersChangeable: boolean;
15
+ headersMode: string[];
16
+ allowTableMode: boolean;
17
+ defaultHeadersMode: HeaderMode;
18
+ showMoreMenu: boolean;
19
+ constructor(taskViewService: TaskViewService, injectedTabData: InjectedTabbedTaskViewDataWithNavigationItemTaskData);
11
20
  ngAfterViewInit(): void;
21
+ isMenuOptionEnabled(option: string): boolean;
22
+ private resolveHeaderMode;
12
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTabbedTaskViewComponent, never>;
13
24
  static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTabbedTaskViewComponent, "nc-default-tabbed-task-view", never, {}, {}, never, never>;
14
25
  }
@@ -1,4 +1,4 @@
1
- import { InjectedTabbedCaseViewData, DataGroup, NewCaseCreationConfigurationData } from '@netgrif/components-core';
1
+ import { InjectedTabbedCaseViewData, DataGroup, NewCaseCreationConfigurationData, SearchComponentConfiguration, SimpleFilter } from '@netgrif/components-core';
2
2
  /**
3
3
  * A variation of {@link InjectedTabbedCaseViewData} that contain the task data of a navigation item task.
4
4
  *
@@ -7,4 +7,19 @@ import { InjectedTabbedCaseViewData, DataGroup, NewCaseCreationConfigurationData
7
7
  export interface InjectedTabbedCaseViewDataWithNavigationItemTaskData extends InjectedTabbedCaseViewData {
8
8
  navigationItemTaskData: Array<DataGroup>;
9
9
  newCaseButtonConfiguration: NewCaseCreationConfigurationData;
10
+ caseViewSearchTypeConfiguration: SearchComponentConfiguration;
11
+ caseViewShowMoreMenu: boolean;
12
+ caseViewHeadersChangeable: boolean;
13
+ caseViewHeadersMode: string[];
14
+ caseViewAllowTableMode: boolean;
15
+ caseViewDefaultHeadersMode: string;
16
+ taskViewSearchTypeConfiguration: SearchComponentConfiguration;
17
+ taskViewShowMoreMenu: boolean;
18
+ taskViewMergeWithBaseFilter: boolean;
19
+ taskViewAdditionalFilter: SimpleFilter;
20
+ taskViewAdditionalAllowedNets: string[];
21
+ taskViewHeadersChangeable: boolean;
22
+ taskViewHeadersMode: string[];
23
+ taskViewAllowTableMode: boolean;
24
+ taskViewDefaultHeadersMode: string;
10
25
  }
@@ -0,0 +1,15 @@
1
+ import { DataGroup, InjectedTabbedTaskViewData, SearchComponentConfiguration } from '@netgrif/components-core';
2
+ /**
3
+ * A variation of {@link InjectedTabbedCaseViewData} that contain the task data of a navigation item task.
4
+ *
5
+ * It is used to resolve filter and visual attributes of dynamic navigation views
6
+ */
7
+ export interface InjectedTabbedTaskViewDataWithNavigationItemTaskData extends InjectedTabbedTaskViewData {
8
+ navigationItemTaskData: Array<DataGroup>;
9
+ searchTypeConfiguration: SearchComponentConfiguration;
10
+ showMoreMenu: boolean;
11
+ headersChangeable: boolean;
12
+ headersMode: string[];
13
+ allowTableMode: boolean;
14
+ defaultHeadersMode: string;
15
+ }
@@ -1,9 +1,15 @@
1
1
  import { Type } from '@angular/core';
2
- import { DataGroup, GroupNavigationComponentResolverService, LoggerService, TaskResourceService } from '@netgrif/components-core';
2
+ import { DataGroup, GroupNavigationComponentResolverService, LoggerService, TaskResourceService, ConfigurationService, ViewService } from '@netgrif/components-core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DefaultGroupNavigationComponentResolverService extends GroupNavigationComponentResolverService {
5
- constructor(taskResourceService: TaskResourceService, log: LoggerService);
6
- resolveViewComponent(navigationItemTaskData: Array<DataGroup>): Type<any>;
5
+ private _configService;
6
+ private _viewService;
7
+ constructor(taskResourceService: TaskResourceService, log: LoggerService, _configService: ConfigurationService, _viewService: ViewService);
8
+ resolveViewComponent(navItemData: Array<DataGroup>): Type<any>;
9
+ private resolveCustomComponent;
10
+ private resolveComponentClass;
11
+ private resolveComponentClassFromLayout;
12
+ private resolveDefaultComponent;
7
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultGroupNavigationComponentResolverService, never>;
8
14
  static ɵprov: i0.ɵɵInjectableDeclaration<DefaultGroupNavigationComponentResolverService>;
9
15
  }
@@ -1,13 +1,14 @@
1
1
  import { ActivatedRoute, Router } from '@angular/router';
2
2
  import { BreakpointObserver } from '@angular/cdk/layout';
3
3
  import { ConfigurationService, LanguageService, UriService, LoggerService, UserService, AbstractNavigationDoubleDrawerComponent, DynamicNavigationRouteProviderService, AccessService, ImpersonationUserSelectService, ImpersonationService } from '@netgrif/components-core';
4
+ import { TranslateService } from "@ngx-translate/core";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class NavigationDoubleDrawerComponent extends AbstractNavigationDoubleDrawerComponent {
6
7
  isSectionOpen: {
7
8
  folders: boolean;
8
9
  views: boolean;
9
10
  };
10
- constructor(_router: Router, _activatedRoute: ActivatedRoute, _breakpoint: BreakpointObserver, _languageService: LanguageService, _userService: UserService, _accessService: AccessService, _log: LoggerService, _config: ConfigurationService, _uriService: UriService, _impersonationUserSelect: ImpersonationUserSelectService, _impersonation: ImpersonationService, _dynamicRouteProviderService: DynamicNavigationRouteProviderService);
11
+ constructor(_router: Router, _activatedRoute: ActivatedRoute, _breakpoint: BreakpointObserver, _languageService: LanguageService, _translateService: TranslateService, _userService: UserService, _accessService: AccessService, _log: LoggerService, _config: ConfigurationService, _uriService: UriService, _impersonationUserSelect: ImpersonationUserSelectService, _impersonation: ImpersonationService, _dynamicRouteProviderService: DynamicNavigationRouteProviderService);
11
12
  toggleSection(section: string): void;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDoubleDrawerComponent, never>;
13
14
  static ɵcmp: i0.ɵɵComponentDeclaration<NavigationDoubleDrawerComponent, "nc-navigation-double-drawer", never, {}, {}, never, ["*"]>;
@@ -12,22 +12,23 @@ import * as i9 from "./navigation-double-drawer/navigation-double-drawer.compone
12
12
  import * as i10 from "./breadcrumbs/breadcrumbs.component";
13
13
  import * as i11 from "./group-navigation-component-resolver/default-components/default-task-view/default-task-view.component";
14
14
  import * as i12 from "./group-navigation-component-resolver/default-components/default-case-ref-list-view/default-case-ref-list-view.component";
15
- import * as i13 from "@angular/common";
16
- import * as i14 from "@angular/router";
17
- import * as i15 from "@netgrif/components-core";
18
- import * as i16 from "@angular/flex-layout";
19
- import * as i17 from "./quick-panel/quick-panel.module";
20
- import * as i18 from "../user/user.module";
21
- import * as i19 from "angular-resizable-element";
22
- import * as i20 from "@angular/material/progress-spinner";
23
- import * as i21 from "../search/search.module";
24
- import * as i22 from "../header/header.module";
25
- import * as i23 from "../panel/panel.module";
26
- import * as i24 from "../tabs/tabs.module";
27
- import * as i25 from "../view/case-view/case-view.module";
28
- import * as i26 from "@angular/material/divider";
15
+ import * as i13 from "./group-navigation-component-resolver/default-components/default-no-filter-provided/default-no-filter-provided.component";
16
+ import * as i14 from "@angular/common";
17
+ import * as i15 from "@angular/router";
18
+ import * as i16 from "@netgrif/components-core";
19
+ import * as i17 from "@angular/flex-layout";
20
+ import * as i18 from "./quick-panel/quick-panel.module";
21
+ import * as i19 from "../user/user.module";
22
+ import * as i20 from "angular-resizable-element";
23
+ import * as i21 from "@angular/material/progress-spinner";
24
+ import * as i22 from "../search/search.module";
25
+ import * as i23 from "../header/header.module";
26
+ import * as i24 from "../panel/panel.module";
27
+ import * as i25 from "../tabs/tabs.module";
28
+ import * as i26 from "../view/case-view/case-view.module";
29
+ import * as i27 from "@angular/material/divider";
29
30
  export declare class NavigationComponentModule {
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponentModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationComponentModule, [typeof i1.NavigationDrawerComponent, typeof i2.NavigationRailComponent, typeof i3.NavigationTreeComponent, typeof i4.GroupNavigationComponentResolverComponent, typeof i5.DefaultSimpleTaskViewComponent, typeof i6.DefaultTabbedTaskViewComponent, typeof i7.DefaultTabbedCaseViewComponent, typeof i8.DefaultTabViewComponent, typeof i9.NavigationDoubleDrawerComponent, typeof i10.BreadcrumbsComponent, typeof i11.DefaultTaskViewComponent, typeof i12.DefaultCaseRefListViewComponent], [typeof i13.CommonModule, typeof i14.RouterModule, typeof i15.MaterialModule, typeof i16.FlexModule, typeof i16.FlexLayoutModule, typeof i17.QuickPanelComponentModule, typeof i15.TranslateLibModule, typeof i18.UserComponentModule, typeof i19.ResizableModule, typeof i20.MatProgressSpinnerModule, typeof i21.SearchComponentModule, typeof i22.HeaderComponentModule, typeof i23.PanelComponentModule, typeof i24.TabsComponentModule, typeof i25.CaseViewComponentModule, typeof i26.MatDividerModule, typeof i15.UtilityModule], [typeof i1.NavigationDrawerComponent, typeof i9.NavigationDoubleDrawerComponent, typeof i2.NavigationRailComponent, typeof i3.NavigationTreeComponent, typeof i4.GroupNavigationComponentResolverComponent, typeof i5.DefaultSimpleTaskViewComponent, typeof i6.DefaultTabbedTaskViewComponent, typeof i7.DefaultTabbedCaseViewComponent, typeof i8.DefaultTabViewComponent, typeof i10.BreadcrumbsComponent]>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationComponentModule, [typeof i1.NavigationDrawerComponent, typeof i2.NavigationRailComponent, typeof i3.NavigationTreeComponent, typeof i4.GroupNavigationComponentResolverComponent, typeof i5.DefaultSimpleTaskViewComponent, typeof i6.DefaultTabbedTaskViewComponent, typeof i7.DefaultTabbedCaseViewComponent, typeof i8.DefaultTabViewComponent, typeof i9.NavigationDoubleDrawerComponent, typeof i10.BreadcrumbsComponent, typeof i11.DefaultTaskViewComponent, typeof i12.DefaultCaseRefListViewComponent, typeof i10.BreadcrumbsComponent, typeof i13.DefaultNoFilterProvidedComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.MaterialModule, typeof i17.FlexModule, typeof i17.FlexLayoutModule, typeof i18.QuickPanelComponentModule, typeof i16.TranslateLibModule, typeof i19.UserComponentModule, typeof i20.ResizableModule, typeof i21.MatProgressSpinnerModule, typeof i22.SearchComponentModule, typeof i23.HeaderComponentModule, typeof i24.PanelComponentModule, typeof i25.TabsComponentModule, typeof i26.CaseViewComponentModule, typeof i27.MatDividerModule, typeof i16.UtilityModule], [typeof i1.NavigationDrawerComponent, typeof i9.NavigationDoubleDrawerComponent, typeof i2.NavigationRailComponent, typeof i3.NavigationTreeComponent, typeof i4.GroupNavigationComponentResolverComponent, typeof i5.DefaultSimpleTaskViewComponent, typeof i6.DefaultTabbedTaskViewComponent, typeof i7.DefaultTabbedCaseViewComponent, typeof i8.DefaultTabViewComponent, typeof i10.BreadcrumbsComponent]>;
32
33
  static ɵinj: i0.ɵɵInjectorDeclaration<NavigationComponentModule>;
33
34
  }
@@ -1,13 +1,14 @@
1
- import { AbstractImportNetComponent, LoggerService, PetriNetResourceService, SideMenuControl, SnackBarService } from '@netgrif/components-core';
1
+ import { AbstractImportNetComponent, LoggerService, PetriNetResourceService, SideMenuControl, SnackBarService, UriService } from '@netgrif/components-core';
2
2
  import { TranslateService } from '@ngx-translate/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ImportNetComponent extends AbstractImportNetComponent {
5
5
  protected _sideMenuControl: SideMenuControl;
6
6
  protected _petriNetResource: PetriNetResourceService;
7
+ protected _uriService: UriService;
7
8
  protected _log: LoggerService;
8
9
  protected _snackbar: SnackBarService;
9
10
  protected _translate: TranslateService;
10
- constructor(_sideMenuControl: SideMenuControl, _petriNetResource: PetriNetResourceService, _log: LoggerService, _snackbar: SnackBarService, _translate: TranslateService);
11
+ constructor(_sideMenuControl: SideMenuControl, _petriNetResource: PetriNetResourceService, _uriService: UriService, _log: LoggerService, _snackbar: SnackBarService, _translate: TranslateService);
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportNetComponent, never>;
12
13
  static ɵcmp: i0.ɵɵComponentDeclaration<ImportNetComponent, "nc-import-net", never, {}, {}, never, never>;
13
14
  }
@@ -4,6 +4,9 @@ import * as i0 from "@angular/core";
4
4
  export declare class FieldComponentResolverComponent extends AbstractFieldComponentResolverComponent {
5
5
  taskContentComponentClassReference: Type<any>;
6
6
  constructor(taskContentService: TaskContentService, _informAboutInvalidData: boolean | null);
7
+ isEnumOrMulti(): boolean;
8
+ isDateType(): boolean;
9
+ isFileType(): boolean;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponentResolverComponent, [null, { optional: true; }]>;
8
11
  static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponentResolverComponent, "nc-field-component-resolver", never, { "taskContentComponentClassReference": "taskContentComponentClassReference"; }, {}, never, never>;
9
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netgrif/components",
3
- "version": "6.4.0-beta.1",
3
+ "version": "6.4.0-beta.3",
4
4
  "description": "Netgrif Application Engine frontend Angular components",
5
5
  "homepage": "https://components.netgrif.com",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -29,7 +29,7 @@
29
29
  "nae frontend"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@netgrif/components-core": "6.4.0-beta.1",
32
+ "@netgrif/components-core": "6.4.0-beta.3",
33
33
  "@angular-material-components/datetime-picker": "~7.0.1",
34
34
  "@angular-material-components/moment-adapter": "~7.0.0",
35
35
  "@angular/animations": "~13.3.1",
@@ -1,6 +1,6 @@
1
1
  <div class="workflow-container full-height" fxLayout="column" fxLayoutAlign="start stretch">
2
2
  <div fxLayout="row" fxLayoutAlign="center" class="workflow-header">
3
- <nc-header #header fxFlex="100" [hideEditMode]="true" [type]="headerType"></nc-header>
3
+ <nc-header #header fxFlex="100" [hideHeaderMenu]="true" [type]="headerType"></nc-header>
4
4
  </div>
5
5
  <div fxLayout="column" fxLayoutAlign="start center" fxFlex class="workflow-panels-container">
6
6
  <ng-container *ngIf="workflows$ | async as workflows">