@netgrif/components 6.2.0-rc.9 → 6.2.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.
- package/esm2020/lib/admin/ldap-group-role-assignment/ldap-group-role-assignment.component.mjs +5 -5
- package/esm2020/lib/admin/role-assignment/role-assignment.component.mjs +3 -3
- package/esm2020/lib/data-fields/button-field/button-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-fields.module.mjs +12 -4
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component.mjs +2 -2
- package/esm2020/lib/data-fields/file-field-list/file-list-field.component.mjs +2 -2
- package/esm2020/lib/data-fields/i18n-field/i18n-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-field.component.mjs +24 -0
- package/esm2020/lib/data-fields/multichoice-field/multichoice-field.component.mjs +7 -6
- package/esm2020/lib/data-fields/number-field/number-field.component.mjs +3 -12
- package/esm2020/lib/data-fields/public-api.mjs +2 -1
- package/esm2020/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.mjs +10 -3
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component.mjs +2 -2
- package/esm2020/lib/data-fields/text-field/text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-list-field/user-list-field.component.mjs +35 -0
- package/esm2020/lib/header/header-modes/edit-mode/edit-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/loading-mode/loading-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/search-mode/search-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/sort-mode/sort-mode.component.mjs +3 -3
- package/esm2020/lib/header/header.component.mjs +3 -6
- package/esm2020/lib/navigation/breadcrumbs/breadcrumbs.component.mjs +19 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.mjs +15 -2
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.mjs +8 -9
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.mjs +1 -1
- package/esm2020/lib/navigation/navigation-double-drawer/navigation-double-drawer.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation.module.mjs +10 -5
- package/esm2020/lib/navigation/public-api.mjs +2 -1
- package/esm2020/lib/panel/case-panel/case-panel.component.mjs +9 -9
- package/esm2020/lib/panel/panel.component.mjs +11 -10
- package/esm2020/lib/panel/public-workflow-panel/public-workflow-panel.component.mjs +10 -8
- package/esm2020/lib/panel/task-panel/task-panel.component.mjs +11 -8
- package/esm2020/lib/panel/task-panel-single/single-task.component.mjs +3 -3
- package/esm2020/lib/panel/workflow-panel/workflow-panel.component.mjs +10 -8
- package/esm2020/lib/search/advanced-search/search-operand-input-component/search-operand-input.component.mjs +3 -3
- package/esm2020/lib/side-menu/side-menu-container/side-menu-container.component.mjs +2 -2
- package/esm2020/lib/task-content/field-component-resolver/field-component-resolver.component.mjs +10 -9
- package/esm2020/lib/view/case-view/case-view.module.mjs +6 -5
- package/esm2020/lib/view/case-view/components/create-case-button/create-case-button.component.mjs +51 -0
- package/esm2020/lib/view/public-api.mjs +2 -1
- package/fesm2015/netgrif-components.mjs +331 -207
- package/fesm2015/netgrif-components.mjs.map +1 -1
- package/fesm2020/netgrif-components.mjs +324 -207
- package/fesm2020/netgrif-components.mjs.map +1 -1
- package/lib/admin/ldap-group-role-assignment/ldap-group-role-assignment.component.d.ts +2 -2
- package/lib/data-fields/data-fields.module.d.ts +39 -37
- package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-field.component.d.ts +7 -0
- package/lib/data-fields/number-field/number-field.component.d.ts +0 -1
- package/lib/data-fields/public-api.d.ts +1 -0
- package/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.d.ts +3 -2
- package/lib/data-fields/user-list-field/user-list-field.component.d.ts +10 -0
- package/lib/header/header.component.d.ts +1 -4
- package/lib/navigation/breadcrumbs/breadcrumbs.component.d.ts +8 -0
- package/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.d.ts +2 -1
- package/lib/navigation/navigation.module.d.ts +16 -15
- package/lib/navigation/public-api.d.ts +1 -0
- package/lib/panel/case-panel/case-panel.component.d.ts +3 -3
- package/lib/panel/panel.component.d.ts +2 -1
- package/lib/panel/public-workflow-panel/public-workflow-panel.component.d.ts +3 -3
- package/lib/panel/task-panel/task-panel.component.d.ts +4 -3
- package/lib/panel/task-panel-single/single-task.component.d.ts +1 -1
- package/lib/panel/workflow-panel/workflow-panel.component.d.ts +3 -3
- package/lib/view/case-view/case-view.module.d.ts +7 -6
- package/lib/view/case-view/components/create-case-button/create-case-button.component.d.ts +18 -0
- package/lib/view/public-api.d.ts +1 -0
- package/package.json +2 -2
- package/schematics/_commons/view-class-info.js +16 -0
- package/schematics/_commons/view-class-info.js.map +1 -1
- package/schematics/view/create-view/models/nullable-create-view-arguments.d.ts +2 -0
- package/schematics/view/create-view/schematic-create-view.js +26 -11
- package/schematics/view/create-view/schematic-create-view.js.map +1 -1
- package/schematics/view/create-view-prompt/models/create-view-arguments.d.ts +27 -1
- package/schematics/view/create-view-prompt/schema-create-view-prompt.json +19 -3
- package/schematics/view/create-view-prompt/schematic-create-view-prompt.js +30 -0
- package/schematics/view/create-view-prompt/schematic-create-view-prompt.js.map +1 -1
- package/schematics/view/create-view-prompt/views/case-view/create-case-view.js +4 -3
- package/schematics/view/create-view-prompt/views/case-view/create-case-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/case-view/files/common/__className@dasherize__.component.html.template +9 -8
- package/schematics/view/create-view-prompt/views/case-view/files/common/__className@dasherize__.component.spec.ts.template +6 -2
- package/schematics/view/create-view-prompt/views/case-view/files/simple/__className@dasherize__.component.scss.template +27 -5
- package/schematics/view/create-view-prompt/views/case-view/files/simple/__className@dasherize__.component.ts.template +7 -5
- package/schematics/view/create-view-prompt/views/case-view/files/tabbed/__className@dasherize__.component.scss.template +33 -5
- package/schematics/view/create-view-prompt/views/case-view/files/tabbed/__className@dasherize__.component.ts.template +6 -3
- package/schematics/view/create-view-prompt/views/dashboard-view/create-dashboard-view.js +1 -0
- package/schematics/view/create-view-prompt/views/dashboard-view/create-dashboard-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/dashboard-view/files/__className@dasherize__.component.spec.ts.template +10 -3
- package/schematics/view/create-view-prompt/views/group-view/files/__className@dasherize__.component.scss.template +4 -4
- package/schematics/view/create-view-prompt/views/group-view/files/__className@dasherize__.component.spec.ts.template +5 -2
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/files/__className@dasherize__.component.html.template +1 -0
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/files/__className@dasherize__.component.scss.template +25 -0
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/files/__className@dasherize__.component.spec.ts.template +26 -0
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/files/__className@dasherize__.component.ts.template +17 -0
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/ldap-role-assignment-view.d.ts +3 -0
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/ldap-role-assignment-view.js +36 -0
- package/schematics/view/create-view-prompt/views/ldap-role-assignment-view/ldap-role-assignment-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/login/files/__className@dasherize__.component.html.template +1 -1
- package/schematics/view/create-view-prompt/views/login/files/__className@dasherize__.component.ts.template +37 -2
- package/schematics/view/create-view-prompt/views/public-resolver-view/create-public-resolver-view.d.ts +4 -0
- package/schematics/view/create-view-prompt/views/public-resolver-view/create-public-resolver-view.js +35 -0
- package/schematics/view/create-view-prompt/views/public-resolver-view/create-public-resolver-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/public-resolver-view/files/common/__className@dasherize__.component.html.template +4 -0
- package/schematics/view/create-view-prompt/views/public-resolver-view/files/common/__className@dasherize__.component.scss.template +0 -0
- package/schematics/view/create-view-prompt/views/public-resolver-view/files/common/__className@dasherize__.component.spec.ts.template +49 -0
- package/schematics/view/create-view-prompt/views/public-resolver-view/files/common/__className@dasherize__.component.ts.template +46 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/create-public-single-task-view.d.ts +4 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/create-public-single-task-view.js +37 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/create-public-single-task-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/files/common/__className@dasherize__.component.html.template +33 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/files/common/__className@dasherize__.component.scss.template +69 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/files/common/__className@dasherize__.component.spec.ts.template +52 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/files/common/__className@dasherize__.component.ts.template +151 -0
- package/schematics/view/create-view-prompt/views/public-task-view/create-public-task-view.d.ts +4 -0
- package/schematics/view/create-view-prompt/views/public-task-view/create-public-task-view.js +37 -0
- package/schematics/view/create-view-prompt/views/public-task-view/create-public-task-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/public-task-view/files/common/__className@dasherize__.component.html.template +6 -0
- package/schematics/view/create-view-prompt/views/public-task-view/files/common/__className@dasherize__.component.scss.template +24 -0
- package/schematics/view/create-view-prompt/views/public-task-view/files/common/__className@dasherize__.component.spec.ts.template +52 -0
- package/schematics/view/create-view-prompt/views/public-task-view/files/common/__className@dasherize__.component.ts.template +136 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/create-public-workflow-view.d.ts +4 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/create-public-workflow-view.js +38 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/create-public-workflow-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/files/common/__className@dasherize__.component.html.template +36 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/files/common/__className@dasherize__.component.scss.template +39 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/files/common/__className@dasherize__.component.spec.ts.template +67 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/files/common/__className@dasherize__.component.ts.template +72 -0
- package/schematics/view/create-view-prompt/views/role-assignment-view/files/__className@dasherize__.component.html.template +1 -0
- package/schematics/view/create-view-prompt/views/role-assignment-view/files/__className@dasherize__.component.scss.template +25 -0
- package/schematics/view/create-view-prompt/views/role-assignment-view/files/__className@dasherize__.component.ts.template +17 -0
- package/schematics/view/create-view-prompt/views/role-assignment-view/role-assignment-view.d.ts +3 -0
- package/schematics/view/create-view-prompt/views/role-assignment-view/role-assignment-view.js +36 -0
- package/schematics/view/create-view-prompt/views/role-assignment-view/role-assignment-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/sidenav-toolbar-view/create-sidenav-or-toolbar-view.js +13 -7
- package/schematics/view/create-view-prompt/views/sidenav-toolbar-view/create-sidenav-or-toolbar-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/sidenav-toolbar-view/files/__className@dasherize__.component.html.template +3 -3
- package/schematics/view/create-view-prompt/views/task-view/files/common/__className@dasherize__.component.scss.template +4 -4
- package/schematics/view/create-view-prompt/views/task-view/files/common/__className@dasherize__.component.spec.ts.template +5 -2
- package/schematics/view/create-view-prompt/views/task-view/files/simple/__className@dasherize__.component.ts.template +1 -1
- package/schematics/view/create-view-prompt/views/workflow-view/create-workflow-view.d.ts +3 -0
- package/schematics/view/create-view-prompt/views/workflow-view/create-workflow-view.js +38 -0
- package/schematics/view/create-view-prompt/views/workflow-view/create-workflow-view.js.map +1 -0
- package/schematics/view/create-view-prompt/views/workflow-view/files/__className@dasherize__.component.html.template +3 -0
- package/schematics/view/create-view-prompt/views/workflow-view/files/__className@dasherize__.component.scss.template +5 -0
- package/schematics/view/create-view-prompt/views/workflow-view/files/__className@dasherize__.component.ts.template +45 -0
- package/src/lib/data-fields/data-field.theme.scss +47 -1
- package/src/lib/header/header.theme.scss +6 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractLdapGroupRoleAssignmentComponent, RoleAssignmentLdapGroupService } from '@netgrif/components-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LdapGroupRoleAssignmentComponent extends
|
|
3
|
+
export declare class LdapGroupRoleAssignmentComponent extends AbstractLdapGroupRoleAssignmentComponent {
|
|
4
4
|
protected _service: RoleAssignmentLdapGroupService;
|
|
5
5
|
constructor(_service: RoleAssignmentLdapGroupService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<LdapGroupRoleAssignmentComponent, never>;
|
|
@@ -13,44 +13,46 @@ import * as i11 from "./file-field-list/file-list-field.component";
|
|
|
13
13
|
import * as i12 from "./multichoice-field/multichoice-field.component";
|
|
14
14
|
import * as i13 from "./multichoice-field/multichoice-select-field/multichoice-select-field.component";
|
|
15
15
|
import * as i14 from "./multichoice-field/multichoice-list-field/multichoice-list-field.component";
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./text-field/
|
|
19
|
-
import * as i18 from "./text-field/
|
|
20
|
-
import * as i19 from "./text-field/
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./text-field/
|
|
25
|
-
import * as i24 from "./
|
|
26
|
-
import * as i25 from "./number-field/number-
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./enumeration-field/enumeration-
|
|
30
|
-
import * as i29 from "./enumeration-field/enumeration-
|
|
31
|
-
import * as i30 from "./
|
|
32
|
-
import * as i31 from "./filter-field/filter-field
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./i18n-field/i18n-
|
|
35
|
-
import * as i34 from "./i18n-field/i18n-
|
|
36
|
-
import * as i35 from "./
|
|
37
|
-
import * as i36 from "
|
|
38
|
-
import * as i37 from "
|
|
39
|
-
import * as i38 from "@
|
|
40
|
-
import * as i39 from "angular-
|
|
41
|
-
import * as i40 from "@
|
|
42
|
-
import * as i41 from "
|
|
43
|
-
import * as i42 from "@angular
|
|
44
|
-
import * as i43 from "@angular
|
|
45
|
-
import * as i44 from "
|
|
46
|
-
import * as i45 from "
|
|
47
|
-
import * as i46 from "
|
|
48
|
-
import * as i47 from "
|
|
49
|
-
import * as i48 from "@angular/material/
|
|
50
|
-
import * as i49 from "
|
|
51
|
-
import * as i50 from "@angular/
|
|
16
|
+
import * as i15 from "./multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-field.component";
|
|
17
|
+
import * as i16 from "./number-field/number-field.component";
|
|
18
|
+
import * as i17 from "./text-field/text-field.component";
|
|
19
|
+
import * as i18 from "./text-field/textarea-field/textarea-field.component";
|
|
20
|
+
import * as i19 from "./text-field/rich-textarea-field/rich-textarea-field.component";
|
|
21
|
+
import * as i20 from "./text-field/simple-text-field/simple-text-field.component";
|
|
22
|
+
import * as i21 from "./user-field/user-field.component";
|
|
23
|
+
import * as i22 from "./required-label/required-label.component";
|
|
24
|
+
import * as i23 from "./text-field/html-textarea-field/html-textarea-field.component";
|
|
25
|
+
import * as i24 from "./text-field/password-text-field/password-text-field.component";
|
|
26
|
+
import * as i25 from "./number-field/number-currency-field/number-currency-field.component";
|
|
27
|
+
import * as i26 from "./number-field/number-default-field/number-default-field.component";
|
|
28
|
+
import * as i27 from "./file-field/preview-dialog/preview-dialog.component";
|
|
29
|
+
import * as i28 from "./enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component";
|
|
30
|
+
import * as i29 from "./enumeration-field/enumeration-icon-field/enumeration-icon-field.component";
|
|
31
|
+
import * as i30 from "./enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component";
|
|
32
|
+
import * as i31 from "./filter-field/filter-field.component";
|
|
33
|
+
import * as i32 from "./filter-field/filter-field-content/filter-field-content.component";
|
|
34
|
+
import * as i33 from "./i18n-field/i18n-field.component";
|
|
35
|
+
import * as i34 from "./i18n-field/i18n-divider-field/i18n-divider-field.component";
|
|
36
|
+
import * as i35 from "./i18n-field/i18n-text-field/i18n-text-field.component";
|
|
37
|
+
import * as i36 from "./text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component";
|
|
38
|
+
import * as i37 from "./user-list-field/user-list-field.component";
|
|
39
|
+
import * as i38 from "@angular/common";
|
|
40
|
+
import * as i39 from "@angular/flex-layout";
|
|
41
|
+
import * as i40 from "@netgrif/components-core";
|
|
42
|
+
import * as i41 from "angular-resize-event";
|
|
43
|
+
import * as i42 from "@angular/common/http";
|
|
44
|
+
import * as i43 from "@angular/forms";
|
|
45
|
+
import * as i44 from "@angular-material-components/datetime-picker";
|
|
46
|
+
import * as i45 from "@angular-material-components/moment-adapter";
|
|
47
|
+
import * as i46 from "../side-menu/content-components/user-assign/side-menu-user-assign-component.module";
|
|
48
|
+
import * as i47 from "ngx-quill";
|
|
49
|
+
import * as i48 from "@angular/material/dialog";
|
|
50
|
+
import * as i49 from "../search/advanced-search/advanced-search.module";
|
|
51
|
+
import * as i50 from "@angular/material/progress-spinner";
|
|
52
|
+
import * as i51 from "@angular/platform-browser";
|
|
53
|
+
import * as i52 from "@angular/platform-browser/animations";
|
|
52
54
|
export declare class DataFieldsComponentModule {
|
|
53
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataFieldsComponentModule, never>;
|
|
54
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DataFieldsComponentModule, [typeof i1.BooleanFieldComponent, typeof i2.ButtonFieldComponent, typeof i3.DataFieldTemplateComponent, typeof i4.DateFieldComponent, typeof i5.DateTimeFieldComponent, typeof i6.EnumerationFieldComponent, typeof i7.EnumerationAutocompleteSelectFieldComponent, typeof i8.EnumerationSelectFieldComponent, typeof i9.EnumerationListFieldComponent, typeof i10.FileFieldComponent, typeof i11.FileListFieldComponent, typeof i12.MultichoiceFieldComponent, typeof i13.MultichoiceSelectFieldComponent, typeof i14.MultichoiceListFieldComponent, typeof i15.
|
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DataFieldsComponentModule, [typeof i1.BooleanFieldComponent, typeof i2.ButtonFieldComponent, typeof i3.DataFieldTemplateComponent, typeof i4.DateFieldComponent, typeof i5.DateTimeFieldComponent, typeof i6.EnumerationFieldComponent, typeof i7.EnumerationAutocompleteSelectFieldComponent, typeof i8.EnumerationSelectFieldComponent, typeof i9.EnumerationListFieldComponent, typeof i10.FileFieldComponent, typeof i11.FileListFieldComponent, typeof i12.MultichoiceFieldComponent, typeof i13.MultichoiceSelectFieldComponent, typeof i14.MultichoiceListFieldComponent, typeof i15.MultichoiceAutocompleteFieldComponent, typeof i16.NumberFieldComponent, typeof i17.TextFieldComponent, typeof i18.TextareaFieldComponent, typeof i19.RichTextareaFieldComponent, typeof i20.SimpleTextFieldComponent, typeof i21.UserFieldComponent, typeof i22.RequiredLabelComponent, typeof i23.HtmlTextareaFieldComponent, typeof i24.PasswordTextFieldComponent, typeof i25.NumberCurrencyFieldComponent, typeof i26.NumberDefaultFieldComponent, typeof i27.PreviewDialogComponent, typeof i26.NumberDefaultFieldComponent, typeof i28.EnumerationStepperFieldComponent, typeof i29.EnumerationIconFieldComponent, typeof i30.EnumerationAutocompleteDynamicFieldComponent, typeof i31.FilterFieldComponent, typeof i32.FilterFieldContentComponent, typeof i33.I18nFieldComponent, typeof i34.I18nDividerFieldComponent, typeof i35.I18nTextFieldComponent, typeof i36.EasymdeWrapperComponent, typeof i37.UserListFieldComponent], [typeof i38.CommonModule, typeof i39.FlexLayoutModule, typeof i40.MaterialModule, typeof i40.CovalentModule, typeof i41.AngularResizeEventModule, typeof i42.HttpClientModule, typeof i43.ReactiveFormsModule, typeof i44.NgxMatDatetimePickerModule, typeof i45.NgxMatMomentModule, typeof i40.TranslateLibModule, typeof i46.SideMenuUserAssignComponentModule, typeof i47.QuillModule, typeof i48.MatDialogModule, typeof i49.AdvancedSearchComponentModule, typeof i50.MatProgressSpinnerModule, typeof i40.CurrencyModule, typeof i51.BrowserModule, typeof i52.BrowserAnimationsModule], [typeof i1.BooleanFieldComponent, typeof i2.ButtonFieldComponent, typeof i3.DataFieldTemplateComponent, typeof i4.DateFieldComponent, typeof i5.DateTimeFieldComponent, typeof i6.EnumerationFieldComponent, typeof i10.FileFieldComponent, typeof i11.FileListFieldComponent, typeof i12.MultichoiceFieldComponent, typeof i16.NumberFieldComponent, typeof i17.TextFieldComponent, typeof i21.UserFieldComponent, typeof i31.FilterFieldComponent, typeof i33.I18nFieldComponent, typeof i37.UserListFieldComponent]>;
|
|
55
57
|
static ɵinj: i0.ɵɵInjectorDeclaration<DataFieldsComponentModule>;
|
|
56
58
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AbstractMultichoiceAutocompleteFieldComponentComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MultichoiceAutocompleteFieldComponent extends AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultichoiceAutocompleteFieldComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultichoiceAutocompleteFieldComponent, "nc-multichoice-autocomplete-field", never, {}, {}, never, never>;
|
|
7
|
+
}
|
|
@@ -3,7 +3,6 @@ import { TranslateService } from '@ngx-translate/core';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class NumberFieldComponent extends AbstractNumberFieldComponent {
|
|
5
5
|
constructor(translate: TranslateService, informAboutInvalidData: boolean | null);
|
|
6
|
-
resolveComponent(): string;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFieldComponent, [null, { optional: true; }]>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFieldComponent, "nc-number-field", never, {}, {}, never, never>;
|
|
9
8
|
}
|
|
@@ -13,3 +13,4 @@ export * from './text-field/text-field.component';
|
|
|
13
13
|
export * from './user-field/user-field.component';
|
|
14
14
|
export * from './filter-field/filter-field.component';
|
|
15
15
|
export * from './i18n-field/i18n-field.component';
|
|
16
|
+
export * from './user-list-field/user-list-field.component';
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractHtmlTextareaFieldComponent } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class HtmlTextareaFieldComponent extends AbstractHtmlTextareaFieldComponent implements OnInit {
|
|
6
|
+
export declare class HtmlTextareaFieldComponent extends AbstractHtmlTextareaFieldComponent implements OnInit, AfterViewInit {
|
|
7
7
|
protected _translate: TranslateService;
|
|
8
8
|
protected _sanitizer: DomSanitizer;
|
|
9
9
|
constructor(_translate: TranslateService, _sanitizer: DomSanitizer);
|
|
10
|
+
ngAfterViewInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlTextareaFieldComponent, never>;
|
|
11
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<HtmlTextareaFieldComponent, "nc-html-textarea-field", never, {}, {}, never, never>;
|
|
12
13
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { AbstractUserListFieldComponent, SideMenuService, SnackBarService, UserValue } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UserListFieldComponent extends AbstractUserListFieldComponent {
|
|
5
|
+
constructor(sideMenuService: SideMenuService, snackbar: SnackBarService, translate: TranslateService, informAboutInvalidData: boolean | null);
|
|
6
|
+
selectUser(): void;
|
|
7
|
+
deleteUser(user: UserValue): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserListFieldComponent, [null, null, null, { optional: true; }]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserListFieldComponent, "nc-user-list-field", never, {}, {}, never, never>;
|
|
10
|
+
}
|
|
@@ -3,10 +3,7 @@ import { AbstractHeaderComponent, OverflowService } from '@netgrif/components-co
|
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class HeaderComponent extends AbstractHeaderComponent {
|
|
6
|
-
|
|
7
|
-
protected _translate: TranslateService;
|
|
8
|
-
protected overflowService: OverflowService;
|
|
9
|
-
constructor(_injector: Injector, _translate: TranslateService, overflowService: OverflowService);
|
|
6
|
+
constructor(injector: Injector, translate: TranslateService, overflowService: OverflowService);
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, [null, null, { optional: true; }]>;
|
|
11
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "nc-header", never, {}, {}, never, never>;
|
|
12
9
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UriService, AbstractBreadcrumbsComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BreadcrumbsComponent extends AbstractBreadcrumbsComponent {
|
|
4
|
+
protected _uriService: UriService;
|
|
5
|
+
constructor(_uriService: UriService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "nc-breadcrumbs", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InjectedTabbedCaseViewData, DataGroup } from '@netgrif/components-core';
|
|
1
|
+
import { InjectedTabbedCaseViewData, DataGroup, NewCaseCreationConfigurationData } 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
|
*
|
|
@@ -6,4 +6,5 @@ import { InjectedTabbedCaseViewData, DataGroup } from '@netgrif/components-core'
|
|
|
6
6
|
*/
|
|
7
7
|
export interface InjectedTabbedCaseViewDataWithNavigationItemTaskData extends InjectedTabbedCaseViewData {
|
|
8
8
|
navigationItemTaskData: Array<DataGroup>;
|
|
9
|
+
newCaseButtonConfiguration: NewCaseCreationConfigurationData;
|
|
9
10
|
}
|
|
@@ -9,22 +9,23 @@ import * as i6 from "./group-navigation-component-resolver/default-components/de
|
|
|
9
9
|
import * as i7 from "./group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component";
|
|
10
10
|
import * as i8 from "./group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component";
|
|
11
11
|
import * as i9 from "./navigation-double-drawer/navigation-double-drawer.component";
|
|
12
|
-
import * as i10 from "
|
|
13
|
-
import * as i11 from "@angular/
|
|
14
|
-
import * as i12 from "@
|
|
15
|
-
import * as i13 from "@
|
|
16
|
-
import * as i14 from "
|
|
17
|
-
import * as i15 from "
|
|
18
|
-
import * as i16 from "
|
|
19
|
-
import * as i17 from "
|
|
20
|
-
import * as i18 from "
|
|
21
|
-
import * as i19 from "../
|
|
22
|
-
import * as i20 from "../
|
|
23
|
-
import * as i21 from "../
|
|
24
|
-
import * as i22 from "../
|
|
25
|
-
import * as i23 from "
|
|
12
|
+
import * as i10 from "./breadcrumbs/breadcrumbs.component";
|
|
13
|
+
import * as i11 from "@angular/common";
|
|
14
|
+
import * as i12 from "@angular/router";
|
|
15
|
+
import * as i13 from "@netgrif/components-core";
|
|
16
|
+
import * as i14 from "@angular/flex-layout";
|
|
17
|
+
import * as i15 from "./quick-panel/quick-panel.module";
|
|
18
|
+
import * as i16 from "../user/user.module";
|
|
19
|
+
import * as i17 from "angular-resizable-element";
|
|
20
|
+
import * as i18 from "@angular/material/progress-spinner";
|
|
21
|
+
import * as i19 from "../search/search.module";
|
|
22
|
+
import * as i20 from "../header/header.module";
|
|
23
|
+
import * as i21 from "../panel/panel.module";
|
|
24
|
+
import * as i22 from "../tabs/tabs.module";
|
|
25
|
+
import * as i23 from "../view/case-view/case-view.module";
|
|
26
|
+
import * as i24 from "@angular/material/divider";
|
|
26
27
|
export declare class NavigationComponentModule {
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponentModule, never>;
|
|
28
|
-
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
|
|
29
|
+
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.CommonModule, typeof i12.RouterModule, typeof i13.MaterialModule, typeof i14.FlexModule, typeof i14.FlexLayoutModule, typeof i15.QuickPanelComponentModule, typeof i13.TranslateLibModule, typeof i16.UserComponentModule, typeof i17.ResizableModule, typeof i18.MatProgressSpinnerModule, typeof i19.SearchComponentModule, typeof i20.HeaderComponentModule, typeof i21.PanelComponentModule, typeof i22.TabsComponentModule, typeof i23.CaseViewComponentModule, typeof i24.MatDividerModule], [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]>;
|
|
29
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationComponentModule>;
|
|
30
31
|
}
|
|
@@ -9,5 +9,6 @@ export * from './group-navigation-component-resolver/default-components/default-
|
|
|
9
9
|
export * from './group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component';
|
|
10
10
|
export * from './group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component';
|
|
11
11
|
export * from './group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component';
|
|
12
|
+
export * from './breadcrumbs/breadcrumbs.component';
|
|
12
13
|
export * from './group-navigation-component-resolver/default-components/model/factory-methods';
|
|
13
14
|
export * from './group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data';
|
|
@@ -10,11 +10,11 @@ export declare class CasePanelComponent extends AbstractCasePanelComponent {
|
|
|
10
10
|
protected _snackBarService: SnackBarService;
|
|
11
11
|
protected _translateService: TranslateService;
|
|
12
12
|
protected _log: LoggerService;
|
|
13
|
-
protected _overflowService: OverflowService;
|
|
14
13
|
protected _userService: UserService;
|
|
15
14
|
protected _currencyPipe: CurrencyPipe;
|
|
16
15
|
_permissionService: PermissionService;
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
protected _overflowService: OverflowService;
|
|
17
|
+
constructor(_caseResourceService: CaseResourceService, _caseViewService: CaseViewService, _snackBarService: SnackBarService, _translateService: TranslateService, _log: LoggerService, _userService: UserService, _currencyPipe: CurrencyPipe, _permissionService: PermissionService, _overflowService: OverflowService);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CasePanelComponent, [null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CasePanelComponent, "nc-case-panel", never, {}, {}, never, never>;
|
|
20
20
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { AbstractPanelComponent } from '@netgrif/components-core';
|
|
2
2
|
import { CaseListFontColorService } from '@netgrif/components-core';
|
|
3
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class PanelComponent extends AbstractPanelComponent {
|
|
5
|
-
constructor(caseListFontColorService: CaseListFontColorService);
|
|
6
|
+
constructor(caseListFontColorService: CaseListFontColorService, activatedRoute: ActivatedRoute);
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
|
|
7
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "nc-app-panel", never, {}, {}, never, never>;
|
|
8
9
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
-
import { AbstractWorkflowPanelComponent, WorkflowViewService, LoggerService } from '@netgrif/components-core';
|
|
2
|
+
import { AbstractWorkflowPanelComponent, WorkflowViewService, LoggerService, PetriNetResourceService, OverflowService } from '@netgrif/components-core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PublicWorkflowPanelComponent extends AbstractWorkflowPanelComponent {
|
|
5
|
-
constructor(log: LoggerService, translate: TranslateService, workflowService: WorkflowViewService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PublicWorkflowPanelComponent,
|
|
5
|
+
constructor(log: LoggerService, translate: TranslateService, workflowService: WorkflowViewService, petriNetResource: PetriNetResourceService, overflowService: OverflowService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PublicWorkflowPanelComponent, [null, null, null, null, { optional: true; }]>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<PublicWorkflowPanelComponent, "nc-public-workflow-panel", never, {}, {}, never, never>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { AbstractTaskPanelComponent, AssignPolicyService, AssignTaskService, CallChainService, CancelTaskService, DelegateTaskService, DisableButtonFuntions, FinishTaskService, LoggerService, PaperViewService, SubjectTaskOperations, TaskContentService, TaskDataService, TaskEventService, TaskRequestStateService, TaskViewService, PermissionService, ChangedFieldsService } from '@netgrif/components-core';
|
|
2
|
+
import { AbstractTaskPanelComponent, AssignPolicyService, AssignTaskService, CallChainService, CancelTaskService, DelegateTaskService, DisableButtonFuntions, FinishPolicyService, FinishTaskService, LoggerService, PaperViewService, SubjectTaskOperations, TaskContentService, TaskDataService, TaskEventService, TaskRequestStateService, TaskViewService, PermissionService, ChangedFieldsService, OverflowService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { CurrencyPipe } from '@angular/common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class TaskPanelComponent extends AbstractTaskPanelComponent {
|
|
|
16
16
|
protected _taskState: TaskRequestStateService;
|
|
17
17
|
protected _taskDataService: TaskDataService;
|
|
18
18
|
protected _assignPolicyService: AssignPolicyService;
|
|
19
|
+
protected _finishPolicyService: FinishPolicyService;
|
|
19
20
|
protected _callChain: CallChainService;
|
|
20
21
|
protected _translate: TranslateService;
|
|
21
22
|
protected _disableFunctions: DisableButtonFuntions;
|
|
@@ -24,8 +25,8 @@ export declare class TaskPanelComponent extends AbstractTaskPanelComponent {
|
|
|
24
25
|
protected _currencyPipe: CurrencyPipe;
|
|
25
26
|
protected _changedFieldsService: ChangedFieldsService;
|
|
26
27
|
protected _permissionService: PermissionService;
|
|
27
|
-
constructor(_taskContentService: TaskContentService, _log: LoggerService, _taskViewService: TaskViewService, _paperView: PaperViewService, _taskEventService: TaskEventService, _assignTaskService: AssignTaskService, _delegateTaskService: DelegateTaskService, _cancelTaskService: CancelTaskService, _finishTaskService: FinishTaskService, _taskState: TaskRequestStateService, _taskDataService: TaskDataService, _assignPolicyService: AssignPolicyService, _callChain: CallChainService, _translate: TranslateService, _taskOperations: SubjectTaskOperations, _disableFunctions: DisableButtonFuntions, isEnabled: boolean, _parentInjector: Injector, _currencyPipe: CurrencyPipe, _changedFieldsService: ChangedFieldsService, _permissionService: PermissionService);
|
|
28
|
+
constructor(_taskContentService: TaskContentService, _log: LoggerService, _taskViewService: TaskViewService, _paperView: PaperViewService, _taskEventService: TaskEventService, _assignTaskService: AssignTaskService, _delegateTaskService: DelegateTaskService, _cancelTaskService: CancelTaskService, _finishTaskService: FinishTaskService, _taskState: TaskRequestStateService, _taskDataService: TaskDataService, _assignPolicyService: AssignPolicyService, _finishPolicyService: FinishPolicyService, _callChain: CallChainService, _translate: TranslateService, _taskOperations: SubjectTaskOperations, _disableFunctions: DisableButtonFuntions, isEnabled: boolean, _parentInjector: Injector, _currencyPipe: CurrencyPipe, _changedFieldsService: ChangedFieldsService, _permissionService: PermissionService, overflowService: OverflowService);
|
|
28
29
|
protected createContentPortal(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TaskPanelComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null, null]>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaskPanelComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }]>;
|
|
30
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<TaskPanelComponent, "nc-task-panel", never, {}, {}, never, never>;
|
|
31
32
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AbstractSingleTaskComponent, InjectedTabData, LoggerService } from 'netgrif
|
|
1
|
+
import { AbstractSingleTaskComponent, InjectedTabData, LoggerService } from '@netgrif/components-core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SingleTaskComponent extends AbstractSingleTaskComponent {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AbstractWorkflowPanelComponent, LoggerService, WorkflowViewService } from '@netgrif/components-core';
|
|
1
|
+
import { AbstractWorkflowPanelComponent, LoggerService, WorkflowViewService, PetriNetResourceService, OverflowService } 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 WorkflowPanelComponent extends AbstractWorkflowPanelComponent {
|
|
5
|
-
constructor(log: LoggerService, translate: TranslateService, workflowService: WorkflowViewService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPanelComponent,
|
|
5
|
+
constructor(log: LoggerService, translate: TranslateService, workflowService: WorkflowViewService, petriNetResource: PetriNetResourceService, overflowService: OverflowService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPanelComponent, [null, null, null, null, { optional: true; }]>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowPanelComponent, "nc-workflow-panel", never, {}, {}, never, never>;
|
|
8
8
|
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./components/case-list/case-list.component";
|
|
3
|
-
import * as i2 from "./components/case-
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "
|
|
3
|
+
import * as i2 from "./components/create-case-button/create-case-button.component";
|
|
4
|
+
import * as i3 from "./components/case-list-paginator/case-list-paginator.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@netgrif/components-core";
|
|
7
|
+
import * as i6 from "@angular/flex-layout";
|
|
8
|
+
import * as i7 from "../../panel/panel.module";
|
|
8
9
|
export declare class CaseViewComponentModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseViewComponentModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CaseViewComponentModule, [typeof i1.CaseListComponent, typeof i2.CaseListPaginatorComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaseViewComponentModule, [typeof i1.CaseListComponent, typeof i2.CreateCaseButtonComponent, typeof i3.CaseListPaginatorComponent], [typeof i4.CommonModule, typeof i5.MaterialModule, typeof i6.FlexModule, typeof i7.PanelComponentModule, typeof i5.TranslateLibModule], [typeof i1.CaseListComponent, typeof i2.CreateCaseButtonComponent, typeof i3.CaseListPaginatorComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CaseViewComponentModule>;
|
|
12
13
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { Case, CaseViewService, NewCaseCreationConfigurationData } from '@netgrif/components-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CreateCaseButtonComponent implements OnInit {
|
|
6
|
+
protected _caseViewService: CaseViewService;
|
|
7
|
+
caseCreatedEvent: EventEmitter<Case>;
|
|
8
|
+
newCaseCreationConfig: NewCaseCreationConfigurationData;
|
|
9
|
+
protected _resolvedCaseButtonTitle: string;
|
|
10
|
+
protected _resolvedCaseButtonIcon: string;
|
|
11
|
+
constructor(_caseViewService: CaseViewService);
|
|
12
|
+
get resolvedCaseButtonTitle(): string;
|
|
13
|
+
get resolvedCaseButtonIcon(): string;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
createNewCase(): Observable<Case>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateCaseButtonComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateCaseButtonComponent, "nc-create-case-button", never, { "newCaseCreationConfig": "newCaseCreationConfig"; }, { "caseCreatedEvent": "caseCreatedEvent"; }, never, never>;
|
|
18
|
+
}
|
package/lib/view/public-api.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './workflow-view/workflow-view.component';
|
|
2
2
|
export * from './case-view/components/case-list/case-list.component';
|
|
3
|
+
export * from './case-view/components/create-case-button/create-case-button.component';
|
|
3
4
|
export * from './case-view/components/case-list-paginator/case-list-paginator.component';
|
|
4
5
|
export * from './tree-case-view/tree-component/tree.component';
|
|
5
6
|
export * from './tree-case-view/tree-task-content/tree-task-content.component';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netgrif/components",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
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.2.
|
|
32
|
+
"@netgrif/components-core": "6.2.2",
|
|
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",
|
|
@@ -39,6 +39,8 @@ class ViewClassInfo extends import_to_add_1.ImportToAdd {
|
|
|
39
39
|
return 'EmptyView';
|
|
40
40
|
case 'sidenavView':
|
|
41
41
|
return 'SidenavView';
|
|
42
|
+
case 'doubleDrawerView':
|
|
43
|
+
return 'DoubleDrawerView';
|
|
42
44
|
case 'toolbarView':
|
|
43
45
|
return 'ToolbarView';
|
|
44
46
|
case 'sidenavAndToolbarView':
|
|
@@ -49,6 +51,20 @@ class ViewClassInfo extends import_to_add_1.ImportToAdd {
|
|
|
49
51
|
return 'Dashboard';
|
|
50
52
|
case 'treeCaseView':
|
|
51
53
|
return 'TreeCaseView';
|
|
54
|
+
case 'publicTaskView':
|
|
55
|
+
return 'PublicTaskView';
|
|
56
|
+
case 'publicWorkflowView':
|
|
57
|
+
return 'PublicWorkflowView';
|
|
58
|
+
case 'publicSingleTaskView':
|
|
59
|
+
return 'PublicSingleTaskView';
|
|
60
|
+
case 'publicResolverView':
|
|
61
|
+
return 'PublicResolverView';
|
|
62
|
+
case 'workflowView':
|
|
63
|
+
return 'WorkflowView';
|
|
64
|
+
case 'roleAssignmentView':
|
|
65
|
+
return 'RoleAssignmentView';
|
|
66
|
+
case 'ldapRoleAssignmentView':
|
|
67
|
+
return 'LdapRoleAssignmentView';
|
|
52
68
|
default:
|
|
53
69
|
throw new schematics_1.SchematicsException(`Unknown view type '${view}'`);
|
|
54
70
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-class-info.js","sourceRoot":"","sources":["../../../../projects/netgrif-components/schematics/_commons/view-class-info.ts"],"names":[],"mappings":";;;AAAA,mDAA4C;AAC5C,uFAAsE;AACtE,2DAA+D;AAE/D,uFAAuF;AAEvF,MAAa,aAAc,SAAQ,2BAAW;IAmB1C,YAAY,IAAY,EAAE,QAAgB,EAAE,mBAA4B;QACpE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACd,IAAI,CAAC,mBAAmB,EAAE;YACtB,IAAI,CAAC,MAAM,GAAG,aAAa,CAAC,4BAA4B,CAAC,IAAI,CAAC,CAAC;YAC/D,MAAM,WAAW,GAAG,aAAa,CAAC,yBAAyB,CAAC,QAAQ,CAAC,CAAC;YACtE,IAAI,CAAC,oBAAoB,GAAG,GAAG,IAAA,0CAAQ,EAAC,IAAI,CAAC,MAAM,CAAC,GAAG,WAAW,EAAE,CAAC;YACrE,IAAI,CAAC,cAAc,GAAG,WAAW,IAAI,IAAI,IAAA,2CAAS,EAAC,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC;SAC7F;aAAM;YACH,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;YACjB,IAAI,CAAC,oBAAoB,GAAG,IAAA,0CAAQ,EAAC,mBAAmB,CAAC,CAAC;YAC1D,IAAI,CAAC,cAAc,GAAG,WAAW,IAAI,IAAI,IAAA,2CAAS,EAAC,mBAAmB,CAAC,YAAY,CAAC;SACvF;QACD,IAAI,CAAC,SAAS,GAAG,GAAG,IAAI,CAAC,oBAAoB,WAAW,CAAC;IAC7D,CAAC;IAEO,MAAM,CAAC,4BAA4B,CAAC,IAAY;QACpD,MAAM,SAAS,GAAG,IAAI,CAAC;QACvB,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,iBAAiB,EAAE,CAAC;IAChF,CAAC;IAEO,MAAM,CAAC,yBAAyB,CAAC,IAAY;QACjD,QAAQ,IAAI,EAAE;YACV,KAAK,OAAO;gBACR,OAAO,OAAO,CAAC;YACnB,KAAK,SAAS;gBACV,OAAO,SAAS,CAAC;YACrB,KAAK,UAAU;gBACX,OAAO,UAAU,CAAC;YACtB,KAAK,UAAU;gBACX,OAAO,UAAU,CAAC;YACtB,KAAK,WAAW;gBACZ,OAAO,WAAW,CAAC;YACvB,KAAK,aAAa;gBACd,OAAO,aAAa,CAAC;YACzB,KAAK,aAAa;gBACd,OAAO,aAAa,CAAC;YACzB,KAAK,uBAAuB;gBACxB,OAAO,uBAAuB,CAAC;YACnC,KAAK,WAAW;gBACZ,OAAO,WAAW,CAAC;YACvB,KAAK,WAAW;gBACZ,OAAO,WAAW,CAAC;YACvB,KAAK,cAAc;gBACf,OAAO,cAAc,CAAC;YAC1B;gBACI,MAAM,IAAI,gCAAmB,CAAC,sBAAsB,IAAI,GAAG,CAAC,CAAC;SACpE;IACL,CAAC;CACJ;
|
|
1
|
+
{"version":3,"file":"view-class-info.js","sourceRoot":"","sources":["../../../../projects/netgrif-components/schematics/_commons/view-class-info.ts"],"names":[],"mappings":";;;AAAA,mDAA4C;AAC5C,uFAAsE;AACtE,2DAA+D;AAE/D,uFAAuF;AAEvF,MAAa,aAAc,SAAQ,2BAAW;IAmB1C,YAAY,IAAY,EAAE,QAAgB,EAAE,mBAA4B;QACpE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACd,IAAI,CAAC,mBAAmB,EAAE;YACtB,IAAI,CAAC,MAAM,GAAG,aAAa,CAAC,4BAA4B,CAAC,IAAI,CAAC,CAAC;YAC/D,MAAM,WAAW,GAAG,aAAa,CAAC,yBAAyB,CAAC,QAAQ,CAAC,CAAC;YACtE,IAAI,CAAC,oBAAoB,GAAG,GAAG,IAAA,0CAAQ,EAAC,IAAI,CAAC,MAAM,CAAC,GAAG,WAAW,EAAE,CAAC;YACrE,IAAI,CAAC,cAAc,GAAG,WAAW,IAAI,IAAI,IAAA,2CAAS,EAAC,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC;SAC7F;aAAM;YACH,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;YACjB,IAAI,CAAC,oBAAoB,GAAG,IAAA,0CAAQ,EAAC,mBAAmB,CAAC,CAAC;YAC1D,IAAI,CAAC,cAAc,GAAG,WAAW,IAAI,IAAI,IAAA,2CAAS,EAAC,mBAAmB,CAAC,YAAY,CAAC;SACvF;QACD,IAAI,CAAC,SAAS,GAAG,GAAG,IAAI,CAAC,oBAAoB,WAAW,CAAC;IAC7D,CAAC;IAEO,MAAM,CAAC,4BAA4B,CAAC,IAAY;QACpD,MAAM,SAAS,GAAG,IAAI,CAAC;QACvB,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,iBAAiB,EAAE,CAAC;IAChF,CAAC;IAEO,MAAM,CAAC,yBAAyB,CAAC,IAAY;QACjD,QAAQ,IAAI,EAAE;YACV,KAAK,OAAO;gBACR,OAAO,OAAO,CAAC;YACnB,KAAK,SAAS;gBACV,OAAO,SAAS,CAAC;YACrB,KAAK,UAAU;gBACX,OAAO,UAAU,CAAC;YACtB,KAAK,UAAU;gBACX,OAAO,UAAU,CAAC;YACtB,KAAK,WAAW;gBACZ,OAAO,WAAW,CAAC;YACvB,KAAK,aAAa;gBACd,OAAO,aAAa,CAAC;YACzB,KAAK,kBAAkB;gBACnB,OAAO,kBAAkB,CAAC;YAC9B,KAAK,aAAa;gBACd,OAAO,aAAa,CAAC;YACzB,KAAK,uBAAuB;gBACxB,OAAO,uBAAuB,CAAC;YACnC,KAAK,WAAW;gBACZ,OAAO,WAAW,CAAC;YACvB,KAAK,WAAW;gBACZ,OAAO,WAAW,CAAC;YACvB,KAAK,cAAc;gBACf,OAAO,cAAc,CAAC;YAC1B,KAAK,gBAAgB;gBACjB,OAAO,gBAAgB,CAAC;YAC5B,KAAK,oBAAoB;gBACrB,OAAO,oBAAoB,CAAC;YAChC,KAAK,sBAAsB;gBACvB,OAAO,sBAAsB,CAAC;YAClC,KAAK,oBAAoB;gBACrB,OAAO,oBAAoB,CAAC;YAChC,KAAK,cAAc;gBACf,OAAO,cAAc,CAAC;YAC1B,KAAK,oBAAoB;gBACrB,OAAO,oBAAoB,CAAC;YAChC,KAAK,wBAAwB;gBACzB,OAAO,wBAAwB,CAAC;YACpC;gBACI,MAAM,IAAI,gCAAmB,CAAC,sBAAsB,IAAI,GAAG,CAAC,CAAC;SACpE;IACL,CAAC;CACJ;AAnFD,sCAmFC"}
|
|
@@ -8,4 +8,6 @@ export interface NullableCreateViewArguments {
|
|
|
8
8
|
access: CreateViewArguments['access'] | undefined;
|
|
9
9
|
enableCaseTitle?: CreateViewArguments['enableCaseTitle'];
|
|
10
10
|
isCaseTitleRequired?: CreateViewArguments['enableCaseTitle'];
|
|
11
|
+
showDeleteMenu?: CreateViewArguments['showDeleteMenu'];
|
|
12
|
+
confirmWorkflowDeletion?: CreateViewArguments['confirmWorkflowDeletion'];
|
|
11
13
|
}
|
|
@@ -9,16 +9,24 @@ const view_service_functions_1 = require("../_utility/view-service-functions");
|
|
|
9
9
|
function schematicEntryPoint() {
|
|
10
10
|
return (tree) => {
|
|
11
11
|
const naeConfig = (0, utility_functions_1.getNaeConfiguration)(tree);
|
|
12
|
-
|
|
12
|
+
let arrayCreateSchematic = [];
|
|
13
|
+
getSchematicArguments(tree, naeConfig.views).forEach(it => {
|
|
14
|
+
arrayCreateSchematic.push((0, schematics_1.schematic)('create-view-prompt', it));
|
|
15
|
+
});
|
|
16
|
+
return (0, schematics_1.chain)(arrayCreateSchematic);
|
|
13
17
|
};
|
|
14
18
|
}
|
|
15
19
|
exports.schematicEntryPoint = schematicEntryPoint;
|
|
16
20
|
function getSchematicArguments(tree, naeViews) {
|
|
17
21
|
if (Object.keys(naeViews).length === 0) {
|
|
18
|
-
return emptyArguments();
|
|
22
|
+
return [emptyArguments()];
|
|
19
23
|
}
|
|
20
24
|
const generatedViews = (0, view_service_functions_1.getGeneratedViewClassNames)(tree);
|
|
21
|
-
|
|
25
|
+
const arrayMissingView = findMissingView(naeViews, generatedViews).filter(filterUndefined);
|
|
26
|
+
return arrayMissingView.length === 0 ? [emptyArguments()] : arrayMissingView;
|
|
27
|
+
}
|
|
28
|
+
function filterUndefined(item) {
|
|
29
|
+
return item.path !== undefined;
|
|
22
30
|
}
|
|
23
31
|
/**
|
|
24
32
|
* Finds the first view that is declared in `nae.json` but was not yet generated in the app.
|
|
@@ -29,16 +37,23 @@ function getSchematicArguments(tree, naeViews) {
|
|
|
29
37
|
* Arguments will be empty (and thus a prompt will be displayed) if no missing views exist
|
|
30
38
|
*/
|
|
31
39
|
function findMissingView(naeViews, generatedViews, pathPrefix = '') {
|
|
40
|
+
let arrayMissingView = [];
|
|
32
41
|
for (const pathSegment of Object.keys(naeViews)) {
|
|
33
42
|
const view = naeViews[pathSegment];
|
|
34
43
|
const viewPath = (0, view_utility_functions_1.constructRoutePath)(pathPrefix, pathSegment);
|
|
44
|
+
if (viewPath === undefined) {
|
|
45
|
+
throw new schematics_1.SchematicsException(`Please set viewPath! (PathSegment: ${pathSegment} )`);
|
|
46
|
+
}
|
|
35
47
|
if (view.layout === undefined && view.component === undefined) {
|
|
36
48
|
throw new schematics_1.SchematicsException(`View must have either the 'layout' or the 'component' attribute defined! (Path: ${viewPath} )`);
|
|
37
49
|
}
|
|
38
50
|
if (!!view.layout) {
|
|
51
|
+
if (view.layout.name === 'groupNavigation') {
|
|
52
|
+
continue;
|
|
53
|
+
}
|
|
39
54
|
const viewClassInfo = new view_class_info_1.ViewClassInfo(viewPath, view.layout.name, view.layout.componentName);
|
|
40
55
|
if (!generatedViews.has(viewClassInfo.className)) {
|
|
41
|
-
|
|
56
|
+
arrayMissingView.push({
|
|
42
57
|
path: viewPath,
|
|
43
58
|
viewType: view.layout.name,
|
|
44
59
|
componentName: view.layout.componentName,
|
|
@@ -46,28 +61,28 @@ function findMissingView(naeViews, generatedViews, pathPrefix = '') {
|
|
|
46
61
|
access: view.access,
|
|
47
62
|
enableCaseTitle: view.layout.enableCaseTitle,
|
|
48
63
|
isCaseTitleRequired: view.layout.isCaseTitleRequired,
|
|
49
|
-
|
|
64
|
+
showDeleteMenu: view.layout.showDeleteMenu,
|
|
65
|
+
confirmWorkflowDeletion: view.layout.confirmWorkflowDeletion
|
|
66
|
+
});
|
|
50
67
|
}
|
|
51
68
|
}
|
|
52
69
|
else {
|
|
53
70
|
if (view.component !== undefined && !generatedViews.has(view.component.class)) {
|
|
54
|
-
|
|
71
|
+
arrayMissingView.push({
|
|
55
72
|
path: viewPath,
|
|
56
73
|
viewType: 'customView',
|
|
57
74
|
componentName: view.component.class,
|
|
58
75
|
customImportPath: view.component.from,
|
|
59
76
|
access: view.access
|
|
60
|
-
};
|
|
77
|
+
});
|
|
61
78
|
}
|
|
62
79
|
}
|
|
63
80
|
if (!!view.children) {
|
|
64
81
|
const result = findMissingView(view.children, generatedViews, viewPath);
|
|
65
|
-
|
|
66
|
-
return result;
|
|
67
|
-
}
|
|
82
|
+
arrayMissingView.push(...result);
|
|
68
83
|
}
|
|
69
84
|
}
|
|
70
|
-
return
|
|
85
|
+
return arrayMissingView;
|
|
71
86
|
}
|
|
72
87
|
function emptyArguments() {
|
|
73
88
|
return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schematic-create-view.js","sourceRoot":"","sources":["../../../../../projects/netgrif-components/schematics/view/create-view/schematic-create-view.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"schematic-create-view.js","sourceRoot":"","sources":["../../../../../projects/netgrif-components/schematics/view/create-view/schematic-create-view.ts"],"names":[],"mappings":"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"}
|