@netgrif/components 6.3.0-beta.3 → 6.3.0-rc.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.
- package/esm2020/lib/admin/admin.module.mjs +4 -4
- package/esm2020/lib/admin/ldap-group-role-assignment/ldap-group-role-assignment.component.mjs +3 -3
- package/esm2020/lib/admin/role-assignment/role-assignment.component.mjs +3 -3
- package/esm2020/lib/admin/user-invite/user-invite.component.mjs +3 -3
- package/esm2020/lib/authentication/auth.module.mjs +4 -4
- package/esm2020/lib/authentication/authentication-overlay/authentication-overlay.component.mjs +3 -3
- package/esm2020/lib/dashboard/cards/barchart-card/barchart-card.component.mjs +5 -5
- package/esm2020/lib/dashboard/cards/count-card/count-card.component.mjs +3 -3
- package/esm2020/lib/dashboard/cards/iframe-card/iframe-card.component.mjs +5 -5
- package/esm2020/lib/dashboard/cards/lineargauge-card/linear-gauge-card.component.mjs +3 -3
- package/esm2020/lib/dashboard/cards/linechart-card/line-chart-card.component.mjs +5 -5
- package/esm2020/lib/dashboard/cards/piechart-card/pie-chart-card.component.mjs +5 -5
- package/esm2020/lib/dashboard/cards/portal-card/portal-card.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard-content/dashboard-content.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard.module.mjs +7 -9
- package/esm2020/lib/data-fields/boolean-field/boolean-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/button-field/button-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-field-template/data-field-template.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-fields.module.mjs +12 -46
- package/esm2020/lib/data-fields/date-field/date-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/date-time-field/date-time-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.mjs +5 -5
- package/esm2020/lib/data-fields/enumeration-field/enumeration-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/enumeration-icon-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/enumeration-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/enumeration-select-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/file-field/file-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/file-field/preview-dialog/preview-dialog.component.mjs +3 -3
- package/esm2020/lib/data-fields/file-field-list/file-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/filter-field-content/filter-field-content.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/filter-field.component.mjs +5 -9
- package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/i18n-divider-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/i18n-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-list-field/multichoice-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-select-field/multichoice-select-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/number-field/number-currency-field/number-currency-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/number-field/number-default-field/number-default-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/number-field/number-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/public-api.mjs +1 -2
- package/esm2020/lib/data-fields/required-label/required-label.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/password-text-field/password-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/rich-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/simple-text-field/simple-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/text-field.component.mjs +8 -14
- package/esm2020/lib/data-fields/text-field/textarea-field/textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-field/user-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-list-field/user-list-field.component.mjs +5 -5
- package/esm2020/lib/forms/email-submission/email-submission-form.component.mjs +3 -3
- package/esm2020/lib/forms/email-submission/email-submission-form.module.mjs +4 -4
- package/esm2020/lib/forms/forgotten-password/forgotten-password-form-component.module.mjs +4 -4
- package/esm2020/lib/forms/forgotten-password/forgotten-password-form.component.mjs +3 -3
- package/esm2020/lib/forms/login/login-form.component.mjs +3 -3
- package/esm2020/lib/forms/login/login-form.module.mjs +4 -4
- package/esm2020/lib/forms/registration/registration-form.component.mjs +3 -3
- package/esm2020/lib/forms/registration/registration-form.module.mjs +4 -4
- 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 -3
- package/esm2020/lib/header/header.module.mjs +4 -4
- package/esm2020/lib/legal/legal-notice/legal-notice.component.mjs +3 -3
- package/esm2020/lib/legal/legal-notice/legal-notice.module.mjs +4 -4
- package/esm2020/lib/navigation/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component.mjs +3 -3
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.mjs +3 -3
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.mjs +3 -3
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.mjs +6 -6
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.mjs +3 -3
- package/esm2020/lib/navigation/group-navigation-component-resolver/group-navigation-component-resolver.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-double-drawer/navigation-double-drawer.component.mjs +5 -5
- package/esm2020/lib/navigation/navigation-drawer/navigation-drawer.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-rail/navigation-rail.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-tree/navigation-tree.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation.module.mjs +12 -9
- package/esm2020/lib/navigation/quick-panel/components/impersonate-quick-panel/impersonate-quick-panel.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/internal-link/internal-link.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/language-selector/language-selector.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/logout-shortcut.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/quick-panel.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/quick-panel.module.mjs +4 -4
- package/esm2020/lib/panel/case-panel/case-panel.component.mjs +3 -3
- package/esm2020/lib/panel/immediate/immediate-filter-text/immediate-filter-text.component.mjs +3 -3
- package/esm2020/lib/panel/immediate/immediate-filter-text-content/immediate-filter-text-content.component.mjs +3 -3
- package/esm2020/lib/panel/panel-item/panel-item.component.mjs +3 -3
- package/esm2020/lib/panel/panel.component.mjs +3 -3
- package/esm2020/lib/panel/panel.module.mjs +9 -13
- package/esm2020/lib/panel/public-workflow-panel/public-workflow-panel.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel/task-panel.component.mjs +9 -18
- package/esm2020/lib/panel/task-panel-list/task-list.component.mjs +5 -5
- package/esm2020/lib/panel/task-panel-list-pagination/task-list-pagination.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-single/single-task.component.mjs +12 -11
- package/esm2020/lib/panel/workflow-panel/workflow-panel.component.mjs +3 -3
- package/esm2020/lib/routing/redirect/redirect.component.mjs +3 -3
- package/esm2020/lib/routing/redirect.module.mjs +4 -4
- package/esm2020/lib/search/advanced-search/advanced-search-component/advanced-search.component.mjs +3 -3
- package/esm2020/lib/search/advanced-search/advanced-search.module.mjs +4 -4
- package/esm2020/lib/search/advanced-search/search-clause-component/search-clause.component.mjs +3 -3
- package/esm2020/lib/search/advanced-search/search-configuration-input-component/search-configuration-input.component.mjs +3 -3
- package/esm2020/lib/search/advanced-search/search-operand-input-component/search-operand-input.component.mjs +6 -6
- package/esm2020/lib/search/advanced-search/search-predicate-component/search-predicate.component.mjs +3 -3
- package/esm2020/lib/search/fulltext-search-component/fulltext-search.component.mjs +3 -3
- package/esm2020/lib/search/search-component/case-search/case-search.component.mjs +3 -3
- package/esm2020/lib/search/search-component/search.component.mjs +3 -3
- package/esm2020/lib/search/search-component/task-search/task-search.component.mjs +3 -3
- package/esm2020/lib/search/search.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/admin-impersonate/admin-impersonate-list/admin-impersonate-item/admin-impersonate-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/admin-impersonate/admin-impersonate-list/admin-impersonate-list.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/admin-impersonate/admin-impersonate.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/admin-impersonate/side-menu-admin-impersonate-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/filter-selector-list-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/filter-selector/side-menu-filter-selector-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/import-net/import-net.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/import-net/side-menu-import-net-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/load-filter/load-filter.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/load-filter/side-menu-load-filter-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/new-case/new-case.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/new-case/side-menu-new-case-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/option-selector/option-selector.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/option-selector/side-menu-option-selector-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/save-filter/save-filter.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/save-filter/side-menu-save-filter-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/side-menu-content-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/user-assign/side-menu-user-assign-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/user-assign-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-list.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-impersonate/side-menu-user-impersonate-component.module.mjs +4 -4
- package/esm2020/lib/side-menu/content-components/user-impersonate/user-impersonate.component.mjs +3 -3
- package/esm2020/lib/side-menu/side-menu-container/side-menu-container.component.mjs +3 -3
- package/esm2020/lib/side-menu/side-menu.module.mjs +4 -4
- package/esm2020/lib/tabs/tab-creation-detector/tab-creation-detector.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-view/tab-view.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +4 -4
- package/esm2020/lib/task-content/field-component-resolver/field-component-resolver.component.mjs +10 -13
- package/esm2020/lib/task-content/task-content/task-content.component.mjs +5 -6
- package/esm2020/lib/task-content/task-content.module.mjs +4 -4
- package/esm2020/lib/toolbar/toolbar.component.mjs +3 -3
- package/esm2020/lib/toolbar/toolbar.module.mjs +4 -4
- package/esm2020/lib/user/profile/profile.component.mjs +3 -3
- package/esm2020/lib/user/profile/profile.module.mjs +4 -4
- package/esm2020/lib/user/user-card/user-card.component.mjs +3 -3
- package/esm2020/lib/user/user.module.mjs +4 -4
- package/esm2020/lib/view/case-view/case-view.module.mjs +4 -4
- package/esm2020/lib/view/case-view/components/case-list/case-list.component.mjs +5 -5
- package/esm2020/lib/view/case-view/components/case-list-paginator/case-list-paginator.component.mjs +3 -3
- package/esm2020/lib/view/case-view/components/create-case-button/create-case-button.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-case-view.module.mjs +4 -4
- package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/add-child-node.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/remove-node/remove-node.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/tree.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.component.mjs +3 -3
- package/esm2020/lib/view/workflow-view/workflow-view.component.mjs +5 -5
- package/esm2020/lib/view/workflow-view.module.mjs +4 -4
- package/esm2020/public-api.mjs +1 -2
- package/fesm2015/netgrif-components.mjs +667 -1018
- package/fesm2015/netgrif-components.mjs.map +1 -1
- package/fesm2020/netgrif-components.mjs +667 -1006
- package/fesm2020/netgrif-components.mjs.map +1 -1
- package/lib/dashboard/dashboard.module.d.ts +1 -1
- package/lib/data-fields/data-fields.module.d.ts +16 -26
- package/lib/data-fields/public-api.d.ts +0 -1
- package/lib/data-fields/text-field/text-field.component.d.ts +1 -2
- package/lib/navigation/navigation.module.d.ts +1 -1
- package/lib/panel/panel.module.d.ts +1 -2
- package/lib/panel/task-panel/task-panel.component.d.ts +3 -4
- package/lib/task-content/field-component-resolver/field-component-resolver.component.d.ts +1 -3
- package/lib/task-content/task-content/task-content.component.d.ts +0 -1
- package/nae-theme.scss +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +0 -1
- package/schematics/view/create-view-prompt/views/public-resolver-view/create-public-resolver-view.js +4 -1
- package/schematics/view/create-view-prompt/views/public-resolver-view/create-public-resolver-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/public-single-task-view/create-public-single-task-view.js +3 -0
- package/schematics/view/create-view-prompt/views/public-single-task-view/create-public-single-task-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/public-task-view/create-public-task-view.js +3 -0
- package/schematics/view/create-view-prompt/views/public-task-view/create-public-task-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/public-workflow-view/create-public-workflow-view.js +3 -0
- package/schematics/view/create-view-prompt/views/public-workflow-view/create-public-workflow-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/public-workflow-view/files/common/__className@dasherize__.component.ts.template +3 -2
- package/src/lib/data-fields/data-field.theme.scss +1 -8
- package/esm2020/lib/data-fields/filter-field/tab-view-filter-field/filter-field-tab-view-content.component.mjs +0 -33
- package/esm2020/lib/data-fields/task-ref-field/task-ref-dashboard-field/task-ref-dashboard-tile/task-ref-dashboard-tile.component.mjs +0 -55
- package/esm2020/lib/data-fields/task-ref-field/task-ref-field.component.mjs +0 -38
- package/esm2020/lib/data-fields/text-field/dashboard-bar-chart-text-field/dashboard-bar-chart-text-field.component.mjs +0 -19
- package/esm2020/lib/data-fields/text-field/dashboard-iframe-text-field/dashboard-iframe-text-field.component.mjs +0 -19
- package/esm2020/lib/data-fields/text-field/dashboard-line-chart-text-field/dashboard-line-chart-text-field.component.mjs +0 -19
- package/esm2020/lib/data-fields/text-field/dashboard-pie-chart-text-field/dashboard-pie-chart-text-field.component.mjs +0 -19
- package/esm2020/lib/data-fields/text-field/dashboard-portal-text-field/dashboard-portal-text-field.component.mjs +0 -36
- package/esm2020/lib/filter-field-content/filter-field-content.module.mjs +0 -55
- package/esm2020/lib/filter-field-content/filter-field-tab-view/filter-field-tab-view.component.mjs +0 -23
- package/esm2020/lib/filter-field-content/filter-field-tabbed-case-view/filter-field-tabbed-case-view.component.mjs +0 -68
- package/esm2020/lib/filter-field-content/public-api.mjs +0 -4
- package/lib/data-fields/filter-field/tab-view-filter-field/filter-field-tab-view-content.component.d.ts +0 -8
- package/lib/data-fields/task-ref-field/task-ref-dashboard-field/task-ref-dashboard-tile/task-ref-dashboard-tile.component.d.ts +0 -16
- package/lib/data-fields/task-ref-field/task-ref-field.component.d.ts +0 -13
- package/lib/data-fields/text-field/dashboard-bar-chart-text-field/dashboard-bar-chart-text-field.component.d.ts +0 -8
- package/lib/data-fields/text-field/dashboard-iframe-text-field/dashboard-iframe-text-field.component.d.ts +0 -8
- package/lib/data-fields/text-field/dashboard-line-chart-text-field/dashboard-line-chart-text-field.component.d.ts +0 -8
- package/lib/data-fields/text-field/dashboard-pie-chart-text-field/dashboard-pie-chart-text-field.component.d.ts +0 -8
- package/lib/data-fields/text-field/dashboard-portal-text-field/dashboard-portal-text-field.component.d.ts +0 -17
- package/lib/filter-field-content/filter-field-content.module.d.ts +0 -15
- package/lib/filter-field-content/filter-field-tab-view/filter-field-tab-view.component.d.ts +0 -7
- package/lib/filter-field-content/filter-field-tabbed-case-view/filter-field-tabbed-case-view.component.d.ts +0 -16
- package/lib/filter-field-content/public-api.d.ts +0 -3
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { AbstractDashboardLineChartTextFieldComponent } from '@netgrif/components-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@ngx-translate/core";
|
|
5
|
-
import * as i2 from "../textarea-field/textarea-field.component";
|
|
6
|
-
import * as i3 from "../../../dashboard/cards/linechart-card/line-chart-card.component";
|
|
7
|
-
import * as i4 from "@angular/common";
|
|
8
|
-
export class DashboardLineChartTextFieldComponent extends AbstractDashboardLineChartTextFieldComponent {
|
|
9
|
-
constructor(translate) {
|
|
10
|
-
super(translate);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
DashboardLineChartTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DashboardLineChartTextFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
DashboardLineChartTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DashboardLineChartTextFieldComponent, selector: "nc-dashboard-line-chart-text-field", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"!formControlRef.disabled && textField.behavior.editable\" [ngIfElse]=\"visibleChart\">\n <nc-textarea-field [textAreaField]=\"textField\"\n [formControlRef]=\"formControlRef\"\n [showLargeLayout]=\"showLargeLayout\"></nc-textarea-field>\n</ng-template>\n\n<ng-template #visibleChart>\n <nc-line-chart-card *ngIf=\"initialized\" [card]=\"card\" class=\"full-size\"></nc-line-chart-card>\n</ng-template>\n", styles: [".full-size{width:100%;height:100%;margin:auto;padding:0}\n"], components: [{ type: i2.TextareaFieldComponent, selector: "nc-textarea-field" }, { type: i3.LineChartCardComponent, selector: "nc-line-chart-card", outputs: ["selectEvent"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DashboardLineChartTextFieldComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{ selector: 'nc-dashboard-line-chart-text-field', template: "<ng-template [ngIf]=\"!formControlRef.disabled && textField.behavior.editable\" [ngIfElse]=\"visibleChart\">\n <nc-textarea-field [textAreaField]=\"textField\"\n [formControlRef]=\"formControlRef\"\n [showLargeLayout]=\"showLargeLayout\"></nc-textarea-field>\n</ng-template>\n\n<ng-template #visibleChart>\n <nc-line-chart-card *ngIf=\"initialized\" [card]=\"card\" class=\"full-size\"></nc-line-chart-card>\n</ng-template>\n", styles: [".full-size{width:100%;height:100%;margin:auto;padding:0}\n"] }]
|
|
18
|
-
}], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLWxpbmUtY2hhcnQtdGV4dC1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZXRncmlmLWNvbXBvbmVudHMvc3JjL2xpYi9kYXRhLWZpZWxkcy90ZXh0LWZpZWxkL2Rhc2hib2FyZC1saW5lLWNoYXJ0LXRleHQtZmllbGQvZGFzaGJvYXJkLWxpbmUtY2hhcnQtdGV4dC1maWVsZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZXRncmlmLWNvbXBvbmVudHMvc3JjL2xpYi9kYXRhLWZpZWxkcy90ZXh0LWZpZWxkL2Rhc2hib2FyZC1saW5lLWNoYXJ0LXRleHQtZmllbGQvZGFzaGJvYXJkLWxpbmUtY2hhcnQtdGV4dC1maWVsZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3hDLE9BQU8sRUFBQyw0Q0FBNEMsRUFBQyxNQUFNLDBCQUEwQixDQUFDOzs7Ozs7QUFRdEYsTUFBTSxPQUFPLG9DQUFxQyxTQUFRLDRDQUE0QztJQUVsRyxZQUFZLFNBQTJCO1FBQ25DLEtBQUssQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNyQixDQUFDOztrSUFKUSxvQ0FBb0M7c0hBQXBDLG9DQUFvQyxpR0NUakQsNmRBU0E7NEZEQWEsb0NBQW9DO2tCQUxoRCxTQUFTOytCQUNJLG9DQUFvQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7QWJzdHJhY3REYXNoYm9hcmRMaW5lQ2hhcnRUZXh0RmllbGRDb21wb25lbnR9IGZyb20gJ0BuZXRncmlmL2NvbXBvbmVudHMtY29yZSc7XG5pbXBvcnQge1RyYW5zbGF0ZVNlcnZpY2V9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25jLWRhc2hib2FyZC1saW5lLWNoYXJ0LXRleHQtZmllbGQnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kYXNoYm9hcmQtbGluZS1jaGFydC10ZXh0LWZpZWxkLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9kYXNoYm9hcmQtbGluZS1jaGFydC10ZXh0LWZpZWxkLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkTGluZUNoYXJ0VGV4dEZpZWxkQ29tcG9uZW50IGV4dGVuZHMgQWJzdHJhY3REYXNoYm9hcmRMaW5lQ2hhcnRUZXh0RmllbGRDb21wb25lbnQge1xuXG4gICAgY29uc3RydWN0b3IodHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlKSB7XG4gICAgICAgIHN1cGVyKHRyYW5zbGF0ZSk7XG4gICAgfVxuXG59XG4iLCI8bmctdGVtcGxhdGUgW25nSWZdPVwiIWZvcm1Db250cm9sUmVmLmRpc2FibGVkICYmIHRleHRGaWVsZC5iZWhhdmlvci5lZGl0YWJsZVwiIFtuZ0lmRWxzZV09XCJ2aXNpYmxlQ2hhcnRcIj5cbiAgICA8bmMtdGV4dGFyZWEtZmllbGQgW3RleHRBcmVhRmllbGRdPVwidGV4dEZpZWxkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgW2Zvcm1Db250cm9sUmVmXT1cImZvcm1Db250cm9sUmVmXCJcbiAgICAgICAgICAgICAgICAgICAgICAgW3Nob3dMYXJnZUxheW91dF09XCJzaG93TGFyZ2VMYXlvdXRcIj48L25jLXRleHRhcmVhLWZpZWxkPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICN2aXNpYmxlQ2hhcnQ+XG4gICAgPG5jLWxpbmUtY2hhcnQtY2FyZCAqbmdJZj1cImluaXRpYWxpemVkXCIgW2NhcmRdPVwiY2FyZFwiIGNsYXNzPVwiZnVsbC1zaXplXCI+PC9uYy1saW5lLWNoYXJ0LWNhcmQ+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { AbstractDashboardPieChartTextFieldComponent } from '@netgrif/components-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@ngx-translate/core";
|
|
5
|
-
import * as i2 from "../textarea-field/textarea-field.component";
|
|
6
|
-
import * as i3 from "../../../dashboard/cards/piechart-card/pie-chart-card.component";
|
|
7
|
-
import * as i4 from "@angular/common";
|
|
8
|
-
export class DashboardPieChartTextFieldComponent extends AbstractDashboardPieChartTextFieldComponent {
|
|
9
|
-
constructor(translate) {
|
|
10
|
-
super(translate);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
DashboardPieChartTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DashboardPieChartTextFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
DashboardPieChartTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DashboardPieChartTextFieldComponent, selector: "nc-dashboard-pie-chart-text-field", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"!formControlRef.disabled && textField.behavior.editable\" [ngIfElse]=\"visibleChart\">\n <nc-textarea-field [textAreaField]=\"textField\"\n [formControlRef]=\"formControlRef\"\n [showLargeLayout]=\"showLargeLayout\"></nc-textarea-field>\n</ng-template>\n\n<ng-template #visibleChart>\n <nc-pie-chart-card *ngIf=\"initialized\" [card]=\"card\" class=\"full-size\"></nc-pie-chart-card>\n</ng-template>\n", styles: [".full-size{width:100%;height:100%;margin:auto;padding:0}\n"], components: [{ type: i2.TextareaFieldComponent, selector: "nc-textarea-field" }, { type: i3.PieChartCardComponent, selector: "nc-pie-chart-card", outputs: ["selectEvent"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DashboardPieChartTextFieldComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{ selector: 'nc-dashboard-pie-chart-text-field', template: "<ng-template [ngIf]=\"!formControlRef.disabled && textField.behavior.editable\" [ngIfElse]=\"visibleChart\">\n <nc-textarea-field [textAreaField]=\"textField\"\n [formControlRef]=\"formControlRef\"\n [showLargeLayout]=\"showLargeLayout\"></nc-textarea-field>\n</ng-template>\n\n<ng-template #visibleChart>\n <nc-pie-chart-card *ngIf=\"initialized\" [card]=\"card\" class=\"full-size\"></nc-pie-chart-card>\n</ng-template>\n", styles: [".full-size{width:100%;height:100%;margin:auto;padding:0}\n"] }]
|
|
18
|
-
}], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLXBpZS1jaGFydC10ZXh0LWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy9zcmMvbGliL2RhdGEtZmllbGRzL3RleHQtZmllbGQvZGFzaGJvYXJkLXBpZS1jaGFydC10ZXh0LWZpZWxkL2Rhc2hib2FyZC1waWUtY2hhcnQtdGV4dC1maWVsZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZXRncmlmLWNvbXBvbmVudHMvc3JjL2xpYi9kYXRhLWZpZWxkcy90ZXh0LWZpZWxkL2Rhc2hib2FyZC1waWUtY2hhcnQtdGV4dC1maWVsZC9kYXNoYm9hcmQtcGllLWNoYXJ0LXRleHQtZmllbGQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN4QyxPQUFPLEVBQUMsMkNBQTJDLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7O0FBUXJGLE1BQU0sT0FBTyxtQ0FBb0MsU0FBUSwyQ0FBMkM7SUFFaEcsWUFBWSxTQUEyQjtRQUNuQyxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDckIsQ0FBQzs7aUlBSlEsbUNBQW1DO3FIQUFuQyxtQ0FBbUMsZ0dDVGhELDJkQVNBOzRGREFhLG1DQUFtQztrQkFML0MsU0FBUzsrQkFDSSxtQ0FBbUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0Fic3RyYWN0RGFzaGJvYXJkUGllQ2hhcnRUZXh0RmllbGRDb21wb25lbnR9IGZyb20gJ0BuZXRncmlmL2NvbXBvbmVudHMtY29yZSc7XG5pbXBvcnQge1RyYW5zbGF0ZVNlcnZpY2V9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25jLWRhc2hib2FyZC1waWUtY2hhcnQtdGV4dC1maWVsZCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2Rhc2hib2FyZC1waWUtY2hhcnQtdGV4dC1maWVsZC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZGFzaGJvYXJkLXBpZS1jaGFydC10ZXh0LWZpZWxkLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkUGllQ2hhcnRUZXh0RmllbGRDb21wb25lbnQgZXh0ZW5kcyBBYnN0cmFjdERhc2hib2FyZFBpZUNoYXJ0VGV4dEZpZWxkQ29tcG9uZW50IHtcblxuICAgIGNvbnN0cnVjdG9yKHRyYW5zbGF0ZTogVHJhbnNsYXRlU2VydmljZSkge1xuICAgICAgICBzdXBlcih0cmFuc2xhdGUpO1xuICAgIH1cblxufVxuIiwiPG5nLXRlbXBsYXRlIFtuZ0lmXT1cIiFmb3JtQ29udHJvbFJlZi5kaXNhYmxlZCAmJiB0ZXh0RmllbGQuYmVoYXZpb3IuZWRpdGFibGVcIiBbbmdJZkVsc2VdPVwidmlzaWJsZUNoYXJ0XCI+XG4gICAgPG5jLXRleHRhcmVhLWZpZWxkIFt0ZXh0QXJlYUZpZWxkXT1cInRleHRGaWVsZFwiXG4gICAgICAgICAgICAgICAgICAgICAgIFtmb3JtQ29udHJvbFJlZl09XCJmb3JtQ29udHJvbFJlZlwiXG4gICAgICAgICAgICAgICAgICAgICAgIFtzaG93TGFyZ2VMYXlvdXRdPVwic2hvd0xhcmdlTGF5b3V0XCI+PC9uYy10ZXh0YXJlYS1maWVsZD5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjdmlzaWJsZUNoYXJ0PlxuICAgIDxuYy1waWUtY2hhcnQtY2FyZCAqbmdJZj1cImluaXRpYWxpemVkXCIgW2NhcmRdPVwiY2FyZFwiIGNsYXNzPVwiZnVsbC1zaXplXCI+PC9uYy1waWUtY2hhcnQtY2FyZD5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { AbstractDashboardPortalTextFieldComponent } from '@netgrif/components-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@ngx-translate/core";
|
|
5
|
-
import * as i2 from "@netgrif/components-core";
|
|
6
|
-
import * as i3 from "../textarea-field/textarea-field.component";
|
|
7
|
-
import * as i4 from "../../../dashboard/cards/portal-card/portal-card.component";
|
|
8
|
-
import * as i5 from "@angular/common";
|
|
9
|
-
export class DashboardPortalTextFieldComponent extends AbstractDashboardPortalTextFieldComponent {
|
|
10
|
-
constructor(translate, registry, injector) {
|
|
11
|
-
super(translate);
|
|
12
|
-
this.registry = registry;
|
|
13
|
-
this.injector = injector;
|
|
14
|
-
}
|
|
15
|
-
ngOnInit() {
|
|
16
|
-
super.ngOnInit();
|
|
17
|
-
this.initializePortalComponent();
|
|
18
|
-
this.sub = this.formControlRef.valueChanges.subscribe(newValue => {
|
|
19
|
-
this.initializePortalComponent();
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
initializePortalComponent() {
|
|
23
|
-
this.componentPortal = this.registry.get(this.card?.componentName, this.injector);
|
|
24
|
-
}
|
|
25
|
-
ngOnDestroy() {
|
|
26
|
-
super.ngOnDestroy();
|
|
27
|
-
this.sub.unsubscribe();
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
DashboardPortalTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DashboardPortalTextFieldComponent, deps: [{ token: i1.TranslateService }, { token: i2.DashboardPortalComponentRegistryService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
-
DashboardPortalTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DashboardPortalTextFieldComponent, selector: "nc-dashboard-portal-text-field", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"!formControlRef.disabled && textField.behavior.editable\" [ngIfElse]=\"visibleChart\">\n <nc-textarea-field [textAreaField]=\"textField\"\n [formControlRef]=\"formControlRef\"\n [showLargeLayout]=\"showLargeLayout\"></nc-textarea-field>\n</ng-template>\n\n<ng-template #visibleChart>\n <nc-portal-card *ngIf=\"initialized\" [componentPortal]=\"componentPortal\"></nc-portal-card>\n</ng-template>\n", styles: [""], components: [{ type: i3.TextareaFieldComponent, selector: "nc-textarea-field" }, { type: i4.PortalCardComponent, selector: "nc-portal-card", inputs: ["componentPortal"], outputs: ["selectEvent"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DashboardPortalTextFieldComponent, decorators: [{
|
|
33
|
-
type: Component,
|
|
34
|
-
args: [{ selector: 'nc-dashboard-portal-text-field', template: "<ng-template [ngIf]=\"!formControlRef.disabled && textField.behavior.editable\" [ngIfElse]=\"visibleChart\">\n <nc-textarea-field [textAreaField]=\"textField\"\n [formControlRef]=\"formControlRef\"\n [showLargeLayout]=\"showLargeLayout\"></nc-textarea-field>\n</ng-template>\n\n<ng-template #visibleChart>\n <nc-portal-card *ngIf=\"initialized\" [componentPortal]=\"componentPortal\"></nc-portal-card>\n</ng-template>\n", styles: [""] }]
|
|
35
|
-
}], ctorParameters: function () { return [{ type: i1.TranslateService }, { type: i2.DashboardPortalComponentRegistryService }, { type: i0.Injector }]; } });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLXBvcnRhbC10ZXh0LWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy9zcmMvbGliL2RhdGEtZmllbGRzL3RleHQtZmllbGQvZGFzaGJvYXJkLXBvcnRhbC10ZXh0LWZpZWxkL2Rhc2hib2FyZC1wb3J0YWwtdGV4dC1maWVsZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZXRncmlmLWNvbXBvbmVudHMvc3JjL2xpYi9kYXRhLWZpZWxkcy90ZXh0LWZpZWxkL2Rhc2hib2FyZC1wb3J0YWwtdGV4dC1maWVsZC9kYXNoYm9hcmQtcG9ydGFsLXRleHQtZmllbGQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBOEIsTUFBTSxlQUFlLENBQUM7QUFFckUsT0FBTyxFQUNILHlDQUF5QyxFQUU1QyxNQUFNLDBCQUEwQixDQUFDOzs7Ozs7O0FBU2xDLE1BQU0sT0FBTyxpQ0FBa0MsU0FBUSx5Q0FBeUM7SUFJNUYsWUFBWSxTQUEyQixFQUFVLFFBQWlELEVBQVUsUUFBa0I7UUFDMUgsS0FBSyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRDRCLGFBQVEsR0FBUixRQUFRLENBQXlDO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtJQUU5SCxDQUFDO0lBRUQsUUFBUTtRQUNKLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMseUJBQXlCLEVBQUUsQ0FBQTtRQUNoQyxJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsRUFBRTtZQUM3RCxJQUFJLENBQUMseUJBQXlCLEVBQUUsQ0FBQztRQUNyQyxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFUyx5QkFBeUI7UUFDL0IsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLGFBQWEsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDdEYsQ0FBQztJQUVELFdBQVc7UUFDUCxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDcEIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUMzQixDQUFDOzsrSEF2QlEsaUNBQWlDO21IQUFqQyxpQ0FBaUMsNkZDZDlDLHVkQVNBOzRGREthLGlDQUFpQztrQkFMN0MsU0FBUzsrQkFDSSxnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgSW5qZWN0b3IsIE9uRGVzdHJveSwgT25Jbml0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tcG9uZW50UG9ydGFsfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7XG4gICAgQWJzdHJhY3REYXNoYm9hcmRQb3J0YWxUZXh0RmllbGRDb21wb25lbnQsXG4gICAgRGFzaGJvYXJkUG9ydGFsQ29tcG9uZW50UmVnaXN0cnlTZXJ2aWNlXG59IGZyb20gJ0BuZXRncmlmL2NvbXBvbmVudHMtY29yZSc7XG5pbXBvcnQge1RyYW5zbGF0ZVNlcnZpY2V9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuaW1wb3J0IHtTdWJzY3JpcHRpb259IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25jLWRhc2hib2FyZC1wb3J0YWwtdGV4dC1maWVsZCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2Rhc2hib2FyZC1wb3J0YWwtdGV4dC1maWVsZC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZGFzaGJvYXJkLXBvcnRhbC10ZXh0LWZpZWxkLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkUG9ydGFsVGV4dEZpZWxkQ29tcG9uZW50IGV4dGVuZHMgQWJzdHJhY3REYXNoYm9hcmRQb3J0YWxUZXh0RmllbGRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gICAgcHJpdmF0ZSBzdWI6IFN1YnNjcmlwdGlvbjtcbiAgICBjb21wb25lbnRQb3J0YWw6IENvbXBvbmVudFBvcnRhbDxhbnk+O1xuXG4gICAgY29uc3RydWN0b3IodHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlLCBwcml2YXRlIHJlZ2lzdHJ5OiBEYXNoYm9hcmRQb3J0YWxDb21wb25lbnRSZWdpc3RyeVNlcnZpY2UsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKHRyYW5zbGF0ZSk7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XG4gICAgICAgIHRoaXMuaW5pdGlhbGl6ZVBvcnRhbENvbXBvbmVudCgpXG4gICAgICAgIHRoaXMuc3ViID0gdGhpcy5mb3JtQ29udHJvbFJlZi52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKG5ld1ZhbHVlID0+IHtcbiAgICAgICAgICAgIHRoaXMuaW5pdGlhbGl6ZVBvcnRhbENvbXBvbmVudCgpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgaW5pdGlhbGl6ZVBvcnRhbENvbXBvbmVudCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb21wb25lbnRQb3J0YWwgPSB0aGlzLnJlZ2lzdHJ5LmdldCh0aGlzLmNhcmQ/LmNvbXBvbmVudE5hbWUsIHRoaXMuaW5qZWN0b3IpO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBzdXBlci5uZ09uRGVzdHJveSgpO1xuICAgICAgICB0aGlzLnN1Yi51bnN1YnNjcmliZSgpO1xuICAgIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZSBbbmdJZl09XCIhZm9ybUNvbnRyb2xSZWYuZGlzYWJsZWQgJiYgdGV4dEZpZWxkLmJlaGF2aW9yLmVkaXRhYmxlXCIgW25nSWZFbHNlXT1cInZpc2libGVDaGFydFwiPlxuICAgIDxuYy10ZXh0YXJlYS1maWVsZCBbdGV4dEFyZWFGaWVsZF09XCJ0ZXh0RmllbGRcIlxuICAgICAgICAgICAgICAgICAgICAgICBbZm9ybUNvbnRyb2xSZWZdPVwiZm9ybUNvbnRyb2xSZWZcIlxuICAgICAgICAgICAgICAgICAgICAgICBbc2hvd0xhcmdlTGF5b3V0XT1cInNob3dMYXJnZUxheW91dFwiPjwvbmMtdGV4dGFyZWEtZmllbGQ+XG48L25nLXRlbXBsYXRlPlxuXG48bmctdGVtcGxhdGUgI3Zpc2libGVDaGFydD5cbiAgICA8bmMtcG9ydGFsLWNhcmQgKm5nSWY9XCJpbml0aWFsaXplZFwiIFtjb21wb25lbnRQb3J0YWxdPVwiY29tcG9uZW50UG9ydGFsXCI+PC9uYy1wb3J0YWwtY2FyZD5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { FilterFieldTabViewComponent } from './filter-field-tab-view/filter-field-tab-view.component';
|
|
4
|
-
import { FilterFieldTabbedCaseViewComponent } from './filter-field-tabbed-case-view/filter-field-tabbed-case-view.component';
|
|
5
|
-
import { TabsComponentModule } from '../tabs/tabs.module';
|
|
6
|
-
import { FlexModule } from '@angular/flex-layout';
|
|
7
|
-
import { MaterialModule } from '@netgrif/components-core';
|
|
8
|
-
import { SearchComponentModule } from '../search/search.module';
|
|
9
|
-
import { CaseViewComponentModule } from '../view/case-view/case-view.module';
|
|
10
|
-
import { HeaderComponentModule } from '../header/header.module';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export class FilterFieldContentModule {
|
|
13
|
-
}
|
|
14
|
-
FilterFieldContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
-
FilterFieldContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldContentModule, declarations: [FilterFieldTabViewComponent,
|
|
16
|
-
FilterFieldTabbedCaseViewComponent], imports: [CommonModule,
|
|
17
|
-
TabsComponentModule,
|
|
18
|
-
MaterialModule,
|
|
19
|
-
FlexModule,
|
|
20
|
-
SearchComponentModule,
|
|
21
|
-
CaseViewComponentModule,
|
|
22
|
-
HeaderComponentModule], exports: [FilterFieldTabViewComponent,
|
|
23
|
-
FilterFieldTabbedCaseViewComponent] });
|
|
24
|
-
FilterFieldContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldContentModule, imports: [[
|
|
25
|
-
CommonModule,
|
|
26
|
-
TabsComponentModule,
|
|
27
|
-
MaterialModule,
|
|
28
|
-
FlexModule,
|
|
29
|
-
SearchComponentModule,
|
|
30
|
-
CaseViewComponentModule,
|
|
31
|
-
HeaderComponentModule
|
|
32
|
-
]] });
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldContentModule, decorators: [{
|
|
34
|
-
type: NgModule,
|
|
35
|
-
args: [{
|
|
36
|
-
declarations: [
|
|
37
|
-
FilterFieldTabViewComponent,
|
|
38
|
-
FilterFieldTabbedCaseViewComponent
|
|
39
|
-
],
|
|
40
|
-
exports: [
|
|
41
|
-
FilterFieldTabViewComponent,
|
|
42
|
-
FilterFieldTabbedCaseViewComponent
|
|
43
|
-
],
|
|
44
|
-
imports: [
|
|
45
|
-
CommonModule,
|
|
46
|
-
TabsComponentModule,
|
|
47
|
-
MaterialModule,
|
|
48
|
-
FlexModule,
|
|
49
|
-
SearchComponentModule,
|
|
50
|
-
CaseViewComponentModule,
|
|
51
|
-
HeaderComponentModule
|
|
52
|
-
]
|
|
53
|
-
}]
|
|
54
|
-
}] });
|
|
55
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWZpZWxkLWNvbnRlbnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmV0Z3JpZi1jb21wb25lbnRzL3NyYy9saWIvZmlsdGVyLWZpZWxkLWNvbnRlbnQvZmlsdGVyLWZpZWxkLWNvbnRlbnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLHlEQUF5RCxDQUFDO0FBQ3RHLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLHlFQUF5RSxDQUFDO0FBQzdILE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzFELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNsRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDaEUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDN0UsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBcUJoRSxNQUFNLE9BQU8sd0JBQXdCOztzSEFBeEIsd0JBQXdCO3VIQUF4Qix3QkFBd0IsaUJBakI3QiwyQkFBMkI7UUFDM0Isa0NBQWtDLGFBT2xDLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsY0FBYztRQUNkLFVBQVU7UUFDVixxQkFBcUI7UUFDckIsdUJBQXVCO1FBQ3ZCLHFCQUFxQixhQVZyQiwyQkFBMkI7UUFDM0Isa0NBQWtDO3VIQVk3Qix3QkFBd0IsWUFWeEI7WUFDTCxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLGNBQWM7WUFDZCxVQUFVO1lBQ1YscUJBQXFCO1lBQ3JCLHVCQUF1QjtZQUN2QixxQkFBcUI7U0FDeEI7NEZBRVEsd0JBQXdCO2tCQW5CcEMsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUU7d0JBQ1YsMkJBQTJCO3dCQUMzQixrQ0FBa0M7cUJBQ3JDO29CQUNELE9BQU8sRUFBRTt3QkFDTCwyQkFBMkI7d0JBQzNCLGtDQUFrQztxQkFDckM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLFVBQVU7d0JBQ1YscUJBQXFCO3dCQUNyQix1QkFBdUI7d0JBQ3ZCLHFCQUFxQjtxQkFDeEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZpbHRlckZpZWxkVGFiVmlld0NvbXBvbmVudCB9IGZyb20gJy4vZmlsdGVyLWZpZWxkLXRhYi12aWV3L2ZpbHRlci1maWVsZC10YWItdmlldy5jb21wb25lbnQnO1xuaW1wb3J0IHsgRmlsdGVyRmllbGRUYWJiZWRDYXNlVmlld0NvbXBvbmVudCB9IGZyb20gJy4vZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcvZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcuY29tcG9uZW50JztcbmltcG9ydCB7IFRhYnNDb21wb25lbnRNb2R1bGUgfSBmcm9tICcuLi90YWJzL3RhYnMubW9kdWxlJztcbmltcG9ydCB7IEZsZXhNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mbGV4LWxheW91dCc7XG5pbXBvcnQgeyBNYXRlcmlhbE1vZHVsZSB9IGZyb20gJ0BuZXRncmlmL2NvbXBvbmVudHMtY29yZSc7XG5pbXBvcnQgeyBTZWFyY2hDb21wb25lbnRNb2R1bGUgfSBmcm9tICcuLi9zZWFyY2gvc2VhcmNoLm1vZHVsZSc7XG5pbXBvcnQgeyBDYXNlVmlld0NvbXBvbmVudE1vZHVsZSB9IGZyb20gJy4uL3ZpZXcvY2FzZS12aWV3L2Nhc2Utdmlldy5tb2R1bGUnO1xuaW1wb3J0IHsgSGVhZGVyQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vaGVhZGVyL2hlYWRlci5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBGaWx0ZXJGaWVsZFRhYlZpZXdDb21wb25lbnQsXG4gICAgICAgIEZpbHRlckZpZWxkVGFiYmVkQ2FzZVZpZXdDb21wb25lbnRcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRmlsdGVyRmllbGRUYWJWaWV3Q29tcG9uZW50LFxuICAgICAgICBGaWx0ZXJGaWVsZFRhYmJlZENhc2VWaWV3Q29tcG9uZW50XG4gICAgXSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgVGFic0NvbXBvbmVudE1vZHVsZSxcbiAgICAgICAgTWF0ZXJpYWxNb2R1bGUsXG4gICAgICAgIEZsZXhNb2R1bGUsXG4gICAgICAgIFNlYXJjaENvbXBvbmVudE1vZHVsZSxcbiAgICAgICAgQ2FzZVZpZXdDb21wb25lbnRNb2R1bGUsXG4gICAgICAgIEhlYWRlckNvbXBvbmVudE1vZHVsZVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRmlsdGVyRmllbGRDb250ZW50TW9kdWxlIHsgfVxuIl19
|
package/esm2020/lib/filter-field-content/filter-field-tab-view/filter-field-tab-view.component.mjs
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import { AbstractFilterFieldTabViewComponent, NAE_FILTER_FIELD } from '@netgrif/components-core';
|
|
3
|
-
import { DefaultTabbedTaskViewComponent } from '../../navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component';
|
|
4
|
-
import { FilterFieldTabbedCaseViewComponent } from '../filter-field-tabbed-case-view/filter-field-tabbed-case-view.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@netgrif/components-core";
|
|
7
|
-
import * as i2 from "../../tabs/tab-view/tab-view.component";
|
|
8
|
-
import * as i3 from "@angular/flex-layout/flex";
|
|
9
|
-
export class FilterFieldTabViewComponent extends AbstractFilterFieldTabViewComponent {
|
|
10
|
-
constructor(registry, filterField) {
|
|
11
|
-
super(registry, filterField, FilterFieldTabbedCaseViewComponent, DefaultTabbedTaskViewComponent);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
FilterFieldTabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldTabViewComponent, deps: [{ token: i1.DashboardPortalComponentRegistryService }, { token: NAE_FILTER_FIELD }], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
FilterFieldTabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: FilterFieldTabViewComponent, selector: "nc-filter-field-tab-view", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"column\" fxLayoutAlign=\"start stretch\" class=\"full-height\">\n <nc-tab-view [initialTabs]=\"tabs\" stretch=\"false\" class=\"full-height block\"></nc-tab-view>\n</div>\n", styles: [".full-height{height:100%}.block{display:block!important}\n"], components: [{ type: i2.TabViewComponent, selector: "nc-tab-view" }], directives: [{ type: i3.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i3.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }] });
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldTabViewComponent, decorators: [{
|
|
17
|
-
type: Component,
|
|
18
|
-
args: [{ selector: 'nc-filter-field-tab-view', template: "<div fxLayout=\"column\" fxLayoutAlign=\"start stretch\" class=\"full-height\">\n <nc-tab-view [initialTabs]=\"tabs\" stretch=\"false\" class=\"full-height block\"></nc-tab-view>\n</div>\n", styles: [".full-height{height:100%}.block{display:block!important}\n"] }]
|
|
19
|
-
}], ctorParameters: function () { return [{ type: i1.DashboardPortalComponentRegistryService }, { type: i1.FilterField, decorators: [{
|
|
20
|
-
type: Inject,
|
|
21
|
-
args: [NAE_FILTER_FIELD]
|
|
22
|
-
}] }]; } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWZpZWxkLXRhYi12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy9zcmMvbGliL2ZpbHRlci1maWVsZC1jb250ZW50L2ZpbHRlci1maWVsZC10YWItdmlldy9maWx0ZXItZmllbGQtdGFiLXZpZXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmV0Z3JpZi1jb21wb25lbnRzL3NyYy9saWIvZmlsdGVyLWZpZWxkLWNvbnRlbnQvZmlsdGVyLWZpZWxkLXRhYi12aWV3L2ZpbHRlci1maWVsZC10YWItdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBUSxNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBRUgsbUNBQW1DLEVBQ25DLGdCQUFnQixFQUVuQixNQUFNLDBCQUEwQixDQUFDO0FBQ2xDLE9BQU8sRUFDSCw4QkFBOEIsRUFDakMsTUFBTSxxSUFBcUksQ0FBQztBQUM3SSxPQUFPLEVBQ0gsa0NBQWtDLEVBQ3JDLE1BQU0sMEVBQTBFLENBQUM7Ozs7O0FBT2xGLE1BQU0sT0FBTywyQkFBNEIsU0FBUSxtQ0FBbUM7SUFFaEYsWUFBWSxRQUFpRCxFQUN2QixXQUF3QjtRQUMxRCxLQUFLLENBQUMsUUFBUSxFQUFFLFdBQVcsRUFBRSxrQ0FBa0MsRUFBRSw4QkFBOEIsQ0FBQyxDQUFDO0lBQ3JHLENBQUM7O3lIQUxRLDJCQUEyQix5RUFHaEIsZ0JBQWdCOzZHQUgzQiwyQkFBMkIsdUZDbkJ4QyxpTUFHQTs0RkRnQmEsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLDBCQUEwQjs7MEJBT3JCLE1BQU07MkJBQUMsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIFR5cGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgRGFzaGJvYXJkUG9ydGFsQ29tcG9uZW50UmVnaXN0cnlTZXJ2aWNlLFxuICAgIEFic3RyYWN0RmlsdGVyRmllbGRUYWJWaWV3Q29tcG9uZW50LFxuICAgIE5BRV9GSUxURVJfRklFTEQsXG4gICAgRmlsdGVyRmllbGRcbn0gZnJvbSAnQG5ldGdyaWYvY29tcG9uZW50cy1jb3JlJztcbmltcG9ydCB7XG4gICAgRGVmYXVsdFRhYmJlZFRhc2tWaWV3Q29tcG9uZW50XG59IGZyb20gJy4uLy4uL25hdmlnYXRpb24vZ3JvdXAtbmF2aWdhdGlvbi1jb21wb25lbnQtcmVzb2x2ZXIvZGVmYXVsdC1jb21wb25lbnRzL2RlZmF1bHQtdGFiYmVkLXRhc2stdmlldy9kZWZhdWx0LXRhYmJlZC10YXNrLXZpZXcuY29tcG9uZW50JztcbmltcG9ydCB7XG4gICAgRmlsdGVyRmllbGRUYWJiZWRDYXNlVmlld0NvbXBvbmVudFxufSBmcm9tICcuLi9maWx0ZXItZmllbGQtdGFiYmVkLWNhc2Utdmlldy9maWx0ZXItZmllbGQtdGFiYmVkLWNhc2Utdmlldy5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICduYy1maWx0ZXItZmllbGQtdGFiLXZpZXcnLFxuICB0ZW1wbGF0ZVVybDogJy4vZmlsdGVyLWZpZWxkLXRhYi12aWV3LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZmlsdGVyLWZpZWxkLXRhYi12aWV3LmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEZpbHRlckZpZWxkVGFiVmlld0NvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0RmlsdGVyRmllbGRUYWJWaWV3Q29tcG9uZW50IHtcblxuICAgIGNvbnN0cnVjdG9yKHJlZ2lzdHJ5OiBEYXNoYm9hcmRQb3J0YWxDb21wb25lbnRSZWdpc3RyeVNlcnZpY2UsXG4gICAgICAgICAgICAgICAgQEluamVjdChOQUVfRklMVEVSX0ZJRUxEKSBmaWx0ZXJGaWVsZDogRmlsdGVyRmllbGQpIHtcbiAgICAgICAgc3VwZXIocmVnaXN0cnksIGZpbHRlckZpZWxkLCBGaWx0ZXJGaWVsZFRhYmJlZENhc2VWaWV3Q29tcG9uZW50LCBEZWZhdWx0VGFiYmVkVGFza1ZpZXdDb21wb25lbnQpO1xuICAgIH1cbn1cbiIsIjxkaXYgZnhMYXlvdXQ9XCJjb2x1bW5cIiBmeExheW91dEFsaWduPVwic3RhcnQgc3RyZXRjaFwiIGNsYXNzPVwiZnVsbC1oZWlnaHRcIj5cbiAgICA8bmMtdGFiLXZpZXcgW2luaXRpYWxUYWJzXT1cInRhYnNcIiBzdHJldGNoPVwiZmFsc2VcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0IGJsb2NrXCI+PC9uYy10YWItdmlldz5cbjwvZGl2PlxuIl19
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { Component, Inject, Optional, ViewChild } from '@angular/core';
|
|
2
|
-
import { AbstractTabbedCaseViewComponent, AllowedNetsService, AllowedNetsServiceFactory, CaseViewService, CategoryFactory, CategoryResolverService, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_TASK_SEARCH_CATEGORIES, NAE_NEW_CASE_CONFIGURATION, NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, NAE_SEARCH_CATEGORIES, NAE_TAB_DATA, OverflowService, SearchService, ViewIdService } from '@netgrif/components-core';
|
|
3
|
-
import { searchCategoryConverter } from '../../search/search-component/search.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@netgrif/components-core";
|
|
6
|
-
import * as i2 from "../../header/header.component";
|
|
7
|
-
import * as i3 from "../../view/case-view/components/case-list/case-list.component";
|
|
8
|
-
import * as i4 from "@angular/flex-layout/flex";
|
|
9
|
-
import * as i5 from "@angular/common";
|
|
10
|
-
import * as i6 from "@angular/flex-layout/extended";
|
|
11
|
-
export const newCaseConfigFactory = () => {
|
|
12
|
-
return { useCachedProcesses: false };
|
|
13
|
-
};
|
|
14
|
-
export function localAllowedNetsFactory(factory) {
|
|
15
|
-
return factory.createWithAllNets();
|
|
16
|
-
}
|
|
17
|
-
export class FilterFieldTabbedCaseViewComponent extends AbstractTabbedCaseViewComponent {
|
|
18
|
-
constructor(caseViewService, loggerService, injectedTabData, _newCaseCreationConfig = {
|
|
19
|
-
enableCaseTitle: true,
|
|
20
|
-
isCaseTitleRequired: true
|
|
21
|
-
}) {
|
|
22
|
-
super(caseViewService, loggerService, injectedTabData, undefined, undefined, undefined, _newCaseCreationConfig);
|
|
23
|
-
this._newCaseCreationConfig = _newCaseCreationConfig;
|
|
24
|
-
}
|
|
25
|
-
ngAfterViewInit() {
|
|
26
|
-
super.initializeHeader(this.caseHeaderComponent);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
FilterFieldTabbedCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldTabbedCaseViewComponent, deps: [{ token: i1.CaseViewService }, { token: i1.LoggerService }, { token: NAE_TAB_DATA }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
30
|
-
FilterFieldTabbedCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: FilterFieldTabbedCaseViewComponent, selector: "nc-filter-field-tabbed-case-view", providers: [
|
|
31
|
-
CategoryFactory,
|
|
32
|
-
CaseViewService,
|
|
33
|
-
SearchService,
|
|
34
|
-
OverflowService,
|
|
35
|
-
ViewIdService,
|
|
36
|
-
{ provide: AllowedNetsService,
|
|
37
|
-
useFactory: localAllowedNetsFactory,
|
|
38
|
-
deps: [AllowedNetsServiceFactory] },
|
|
39
|
-
{ provide: NAE_SEARCH_CATEGORIES, useFactory: searchCategoryConverter, deps: [CategoryResolverService, NAE_TAB_DATA, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_TASK_SEARCH_CATEGORIES] },
|
|
40
|
-
{ provide: NAE_NEW_CASE_CONFIGURATION, useFactory: newCaseConfigFactory, deps: [NAE_TAB_DATA] }
|
|
41
|
-
], viewQueries: [{ propertyName: "caseHeaderComponent", first: true, predicate: ["header"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"case-view-container min-height-custom\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\n <div class=\"full-height transform-div custom-scrollbar\" [ngClass]=\"{'overflow-div': getOverflowStatus()}\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\n <div class=\"full-height transform-div max-width-fix\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\n <nc-header #header [type]=\"headerType\" [maxHeaderColumns]=\"7\" [responsiveHeaders]=\"true\" class=\"case-header-padding\" [ngStyle]=\"{'width': getWidth()}\"></nc-header>\n\n <nc-case-list [selectedHeaders$]=\"selectedHeaders$\" [showDeleteMenu]=\"true\" [width]=\"getWidth()\"\n (caseClick)=\"handleCaseClick($event)\" [responsiveBody]=\"true\" fxFlex [textEllipsis]=\"true\" [redirectEnabled]=\"true\"></nc-case-list>\n </div>\n </div>\n</div>\n", styles: [".case-view-container{margin:8px;height:calc(100% - 16px);overflow:auto}.case-view-search-container{padding:8px}.case-header-padding{padding-bottom:8px;padding-top:8px}.font-size-20{font-size:20px}.search-width{width:100%}.full-height{height:100%}.overflow-div{overflow-x:scroll}.transform-div{transform:rotateX(180deg);-ms-transform:rotateX(180deg);-webkit-transform:rotateX(180deg)}.custom-scrollbar::-webkit-scrollbar{width:15px;height:15px;cursor:pointer}.max-width-fix{max-width:calc(100% - 8px)!important}.min-height-custom{min-height:400px;height:400px}\n"], components: [{ type: i2.HeaderComponent, selector: "nc-header" }, { type: i3.CaseListComponent, selector: "nc-case-list" }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { type: i5.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i6.DefaultStyleDirective, selector: " [ngStyle], [ngStyle.xs], [ngStyle.sm], [ngStyle.md], [ngStyle.lg], [ngStyle.xl], [ngStyle.lt-sm], [ngStyle.lt-md], [ngStyle.lt-lg], [ngStyle.lt-xl], [ngStyle.gt-xs], [ngStyle.gt-sm], [ngStyle.gt-md], [ngStyle.gt-lg]", inputs: ["ngStyle", "ngStyle.xs", "ngStyle.sm", "ngStyle.md", "ngStyle.lg", "ngStyle.xl", "ngStyle.lt-sm", "ngStyle.lt-md", "ngStyle.lt-lg", "ngStyle.lt-xl", "ngStyle.gt-xs", "ngStyle.gt-sm", "ngStyle.gt-md", "ngStyle.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }] });
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterFieldTabbedCaseViewComponent, decorators: [{
|
|
43
|
-
type: Component,
|
|
44
|
-
args: [{ selector: 'nc-filter-field-tabbed-case-view', providers: [
|
|
45
|
-
CategoryFactory,
|
|
46
|
-
CaseViewService,
|
|
47
|
-
SearchService,
|
|
48
|
-
OverflowService,
|
|
49
|
-
ViewIdService,
|
|
50
|
-
{ provide: AllowedNetsService,
|
|
51
|
-
useFactory: localAllowedNetsFactory,
|
|
52
|
-
deps: [AllowedNetsServiceFactory] },
|
|
53
|
-
{ provide: NAE_SEARCH_CATEGORIES, useFactory: searchCategoryConverter, deps: [CategoryResolverService, NAE_TAB_DATA, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_TASK_SEARCH_CATEGORIES] },
|
|
54
|
-
{ provide: NAE_NEW_CASE_CONFIGURATION, useFactory: newCaseConfigFactory, deps: [NAE_TAB_DATA] }
|
|
55
|
-
], template: "<div class=\"case-view-container min-height-custom\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\n <div class=\"full-height transform-div custom-scrollbar\" [ngClass]=\"{'overflow-div': getOverflowStatus()}\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\n <div class=\"full-height transform-div max-width-fix\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\n <nc-header #header [type]=\"headerType\" [maxHeaderColumns]=\"7\" [responsiveHeaders]=\"true\" class=\"case-header-padding\" [ngStyle]=\"{'width': getWidth()}\"></nc-header>\n\n <nc-case-list [selectedHeaders$]=\"selectedHeaders$\" [showDeleteMenu]=\"true\" [width]=\"getWidth()\"\n (caseClick)=\"handleCaseClick($event)\" [responsiveBody]=\"true\" fxFlex [textEllipsis]=\"true\" [redirectEnabled]=\"true\"></nc-case-list>\n </div>\n </div>\n</div>\n", styles: [".case-view-container{margin:8px;height:calc(100% - 16px);overflow:auto}.case-view-search-container{padding:8px}.case-header-padding{padding-bottom:8px;padding-top:8px}.font-size-20{font-size:20px}.search-width{width:100%}.full-height{height:100%}.overflow-div{overflow-x:scroll}.transform-div{transform:rotateX(180deg);-ms-transform:rotateX(180deg);-webkit-transform:rotateX(180deg)}.custom-scrollbar::-webkit-scrollbar{width:15px;height:15px;cursor:pointer}.max-width-fix{max-width:calc(100% - 8px)!important}.min-height-custom{min-height:400px;height:400px}\n"] }]
|
|
56
|
-
}], ctorParameters: function () { return [{ type: i1.CaseViewService }, { type: i1.LoggerService }, { type: undefined, decorators: [{
|
|
57
|
-
type: Inject,
|
|
58
|
-
args: [NAE_TAB_DATA]
|
|
59
|
-
}] }, { type: undefined, decorators: [{
|
|
60
|
-
type: Optional
|
|
61
|
-
}, {
|
|
62
|
-
type: Inject,
|
|
63
|
-
args: [NAE_NEW_CASE_CREATION_CONFIGURATION_DATA]
|
|
64
|
-
}] }]; }, propDecorators: { caseHeaderComponent: [{
|
|
65
|
-
type: ViewChild,
|
|
66
|
-
args: ['header']
|
|
67
|
-
}] } });
|
|
68
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmV0Z3JpZi1jb21wb25lbnRzL3NyYy9saWIvZmlsdGVyLWZpZWxkLWNvbnRlbnQvZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcvZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmV0Z3JpZi1jb21wb25lbnRzL3NyYy9saWIvZmlsdGVyLWZpZWxkLWNvbnRlbnQvZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcvZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdEYsT0FBTyxFQUNILCtCQUErQixFQUMvQixrQkFBa0IsRUFDbEIseUJBQXlCLEVBQ3pCLGVBQWUsRUFDZixlQUFlLEVBQ2YsdUJBQXVCLEVBR3ZCLGtDQUFrQyxFQUNsQyxrQ0FBa0MsRUFDbEMsMEJBQTBCLEVBQUUsd0NBQXdDLEVBQ3BFLHFCQUFxQixFQUNyQixZQUFZLEVBQ1osZUFBZSxFQUNmLGFBQWEsRUFDYixhQUFhLEVBQ2hCLE1BQU0sMEJBQTBCLENBQUM7QUFFbEMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sZ0RBQWdELENBQUM7Ozs7Ozs7O0FBRXpGLE1BQU0sQ0FBQyxNQUFNLG9CQUFvQixHQUFHLEdBQUcsRUFBRTtJQUNyQyxPQUFPLEVBQUMsa0JBQWtCLEVBQUUsS0FBSyxFQUFDLENBQUM7QUFDdkMsQ0FBQyxDQUFDO0FBQ0YsTUFBTSxVQUFVLHVCQUF1QixDQUFDLE9BQWtDO0lBQ3RFLE9BQU8sT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUM7QUFDdkMsQ0FBQztBQWtCRCxNQUFNLE9BQU8sa0NBQW1DLFNBQVEsK0JBQStCO0lBSW5GLFlBQVksZUFBZ0MsRUFDaEMsYUFBNEIsRUFDTixlQUEyQyxFQUNPLHlCQUEyRDtRQUMvSCxlQUFlLEVBQUUsSUFBSTtRQUNyQixtQkFBbUIsRUFBRSxJQUFJO0tBQUM7UUFDdEMsS0FBSyxDQUFDLGVBQWUsRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLHNCQUFzQixDQUFDLENBQUM7UUFIaEMsMkJBQXNCLEdBQXRCLHNCQUFzQixDQUVoRTtJQUUxQyxDQUFDO0lBRUQsZUFBZTtRQUNYLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsQ0FBQztJQUNyRCxDQUFDOztnSUFmUSxrQ0FBa0MsOEVBTXZCLFlBQVksYUFDQSx3Q0FBd0M7b0hBUC9ELGtDQUFrQywyREFiaEM7UUFDUCxlQUFlO1FBQ2YsZUFBZTtRQUNmLGFBQWE7UUFDYixlQUFlO1FBQ2YsYUFBYTtRQUNiLEVBQUksT0FBTyxFQUFFLGtCQUFrQjtZQUMzQixVQUFVLEVBQUUsdUJBQXVCO1lBQ25DLElBQUksRUFBRSxDQUFDLHlCQUF5QixDQUFDLEVBQUM7UUFDdEMsRUFBQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsVUFBVSxFQUFFLHVCQUF1QixFQUFFLElBQUksRUFBRSxDQUFDLHVCQUF1QixFQUFFLFlBQVksRUFBRSxrQ0FBa0MsRUFBRSxrQ0FBa0MsQ0FBQyxFQUFDO1FBQzVMLEVBQUMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLFVBQVUsRUFBRSxvQkFBb0IsRUFBRSxJQUFJLEVBQUUsQ0FBQyxZQUFZLENBQUMsRUFBQztLQUNoRyxnS0MzQ0wsczRCQVVBOzRGRG1DYSxrQ0FBa0M7a0JBakI5QyxTQUFTOytCQUNFLGtDQUFrQyxhQUcvQjt3QkFDUCxlQUFlO3dCQUNmLGVBQWU7d0JBQ2YsYUFBYTt3QkFDYixlQUFlO3dCQUNmLGFBQWE7d0JBQ2IsRUFBSSxPQUFPLEVBQUUsa0JBQWtCOzRCQUMzQixVQUFVLEVBQUUsdUJBQXVCOzRCQUNuQyxJQUFJLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxFQUFDO3dCQUN0QyxFQUFDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxVQUFVLEVBQUUsdUJBQXVCLEVBQUUsSUFBSSxFQUFFLENBQUMsdUJBQXVCLEVBQUUsWUFBWSxFQUFFLGtDQUFrQyxFQUFFLGtDQUFrQyxDQUFDLEVBQUM7d0JBQzVMLEVBQUMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLFVBQVUsRUFBRSxvQkFBb0IsRUFBRSxJQUFJLEVBQUUsQ0FBQyxZQUFZLENBQUMsRUFBQztxQkFDaEc7OzBCQVFZLE1BQU07MkJBQUMsWUFBWTs7MEJBQ25CLFFBQVE7OzBCQUFJLE1BQU07MkJBQUMsd0NBQXdDOzRDQUw1QyxtQkFBbUI7c0JBQTlDLFNBQVM7dUJBQUMsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgSW5qZWN0LCBPcHRpb25hbCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIEFic3RyYWN0VGFiYmVkQ2FzZVZpZXdDb21wb25lbnQsXG4gICAgQWxsb3dlZE5ldHNTZXJ2aWNlLFxuICAgIEFsbG93ZWROZXRzU2VydmljZUZhY3RvcnksXG4gICAgQ2FzZVZpZXdTZXJ2aWNlLFxuICAgIENhdGVnb3J5RmFjdG9yeSxcbiAgICBDYXRlZ29yeVJlc29sdmVyU2VydmljZSxcbiAgICBJbmplY3RlZFRhYmJlZENhc2VWaWV3RGF0YSxcbiAgICBMb2dnZXJTZXJ2aWNlLFxuICAgIE5BRV9ERUZBVUxUX0NBU0VfU0VBUkNIX0NBVEVHT1JJRVMsXG4gICAgTkFFX0RFRkFVTFRfVEFTS19TRUFSQ0hfQ0FURUdPUklFUyxcbiAgICBOQUVfTkVXX0NBU0VfQ09ORklHVVJBVElPTiwgTkFFX05FV19DQVNFX0NSRUFUSU9OX0NPTkZJR1VSQVRJT05fREFUQSxcbiAgICBOQUVfU0VBUkNIX0NBVEVHT1JJRVMsXG4gICAgTkFFX1RBQl9EQVRBLCBOZXdDYXNlQ3JlYXRpb25Db25maWd1cmF0aW9uRGF0YSxcbiAgICBPdmVyZmxvd1NlcnZpY2UsXG4gICAgU2VhcmNoU2VydmljZSxcbiAgICBWaWV3SWRTZXJ2aWNlXG59IGZyb20gJ0BuZXRncmlmL2NvbXBvbmVudHMtY29yZSc7XG5pbXBvcnQgeyBIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi9oZWFkZXIvaGVhZGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBzZWFyY2hDYXRlZ29yeUNvbnZlcnRlciB9IGZyb20gJy4uLy4uL3NlYXJjaC9zZWFyY2gtY29tcG9uZW50L3NlYXJjaC5jb21wb25lbnQnO1xuXG5leHBvcnQgY29uc3QgbmV3Q2FzZUNvbmZpZ0ZhY3RvcnkgPSAoKSA9PiB7XG4gICAgcmV0dXJuIHt1c2VDYWNoZWRQcm9jZXNzZXM6IGZhbHNlfTtcbn07XG5leHBvcnQgZnVuY3Rpb24gbG9jYWxBbGxvd2VkTmV0c0ZhY3RvcnkoZmFjdG9yeTogQWxsb3dlZE5ldHNTZXJ2aWNlRmFjdG9yeSk6IEFsbG93ZWROZXRzU2VydmljZSB7XG4gICAgcmV0dXJuIGZhY3RvcnkuY3JlYXRlV2l0aEFsbE5ldHMoKTtcbn1cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ25jLWZpbHRlci1maWVsZC10YWJiZWQtY2FzZS12aWV3JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ZpbHRlci1maWVsZC10YWJiZWQtY2FzZS12aWV3LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcuY29tcG9uZW50LnNjc3MnXSxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgQ2F0ZWdvcnlGYWN0b3J5LFxuICAgICAgICBDYXNlVmlld1NlcnZpY2UsXG4gICAgICAgIFNlYXJjaFNlcnZpY2UsXG4gICAgICAgIE92ZXJmbG93U2VydmljZSxcbiAgICAgICAgVmlld0lkU2VydmljZSxcbiAgICAgICAgeyAgIHByb3ZpZGU6IEFsbG93ZWROZXRzU2VydmljZSxcbiAgICAgICAgICAgIHVzZUZhY3Rvcnk6IGxvY2FsQWxsb3dlZE5ldHNGYWN0b3J5LFxuICAgICAgICAgICAgZGVwczogW0FsbG93ZWROZXRzU2VydmljZUZhY3RvcnldfSxcbiAgICAgICAge3Byb3ZpZGU6IE5BRV9TRUFSQ0hfQ0FURUdPUklFUywgdXNlRmFjdG9yeTogc2VhcmNoQ2F0ZWdvcnlDb252ZXJ0ZXIsIGRlcHM6IFtDYXRlZ29yeVJlc29sdmVyU2VydmljZSwgTkFFX1RBQl9EQVRBLCBOQUVfREVGQVVMVF9DQVNFX1NFQVJDSF9DQVRFR09SSUVTLCBOQUVfREVGQVVMVF9UQVNLX1NFQVJDSF9DQVRFR09SSUVTXX0sXG4gICAgICAgIHtwcm92aWRlOiBOQUVfTkVXX0NBU0VfQ09ORklHVVJBVElPTiwgdXNlRmFjdG9yeTogbmV3Q2FzZUNvbmZpZ0ZhY3RvcnksIGRlcHM6IFtOQUVfVEFCX0RBVEFdfVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRmlsdGVyRmllbGRUYWJiZWRDYXNlVmlld0NvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0VGFiYmVkQ2FzZVZpZXdDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICAgIEBWaWV3Q2hpbGQoJ2hlYWRlcicpIHB1YmxpYyBjYXNlSGVhZGVyQ29tcG9uZW50OiBIZWFkZXJDb21wb25lbnQ7XG5cbiAgICBjb25zdHJ1Y3RvcihjYXNlVmlld1NlcnZpY2U6IENhc2VWaWV3U2VydmljZSxcbiAgICAgICAgICAgICAgICBsb2dnZXJTZXJ2aWNlOiBMb2dnZXJTZXJ2aWNlLFxuICAgICAgICAgICAgICAgIEBJbmplY3QoTkFFX1RBQl9EQVRBKSBpbmplY3RlZFRhYkRhdGE6IEluamVjdGVkVGFiYmVkQ2FzZVZpZXdEYXRhLFxuICAgICAgICAgICAgICAgIEBPcHRpb25hbCgpIEBJbmplY3QoTkFFX05FV19DQVNFX0NSRUFUSU9OX0NPTkZJR1VSQVRJT05fREFUQSkgcHJvdGVjdGVkIF9uZXdDYXNlQ3JlYXRpb25Db25maWc6IE5ld0Nhc2VDcmVhdGlvbkNvbmZpZ3VyYXRpb25EYXRhID0ge1xuICAgICAgICAgICAgICAgICAgICBlbmFibGVDYXNlVGl0bGU6IHRydWUsXG4gICAgICAgICAgICAgICAgICAgIGlzQ2FzZVRpdGxlUmVxdWlyZWQ6IHRydWV9KSB7XG4gICAgICAgIHN1cGVyKGNhc2VWaWV3U2VydmljZSwgbG9nZ2VyU2VydmljZSwgaW5qZWN0ZWRUYWJEYXRhLCB1bmRlZmluZWQsIHVuZGVmaW5lZCwgdW5kZWZpbmVkLCBfbmV3Q2FzZUNyZWF0aW9uQ29uZmlnKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHN1cGVyLmluaXRpYWxpemVIZWFkZXIodGhpcy5jYXNlSGVhZGVyQ29tcG9uZW50KTtcbiAgICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJjYXNlLXZpZXctY29udGFpbmVyIG1pbi1oZWlnaHQtY3VzdG9tXCIgZnhMYXlvdXQ9XCJjb2x1bW5cIiBmeExheW91dEFsaWduPVwic3RhcnQgc3RyZXRjaFwiPlxuICAgIDxkaXYgY2xhc3M9XCJmdWxsLWhlaWdodCB0cmFuc2Zvcm0tZGl2IGN1c3RvbS1zY3JvbGxiYXJcIiBbbmdDbGFzc109XCJ7J292ZXJmbG93LWRpdic6IGdldE92ZXJmbG93U3RhdHVzKCl9XCIgZnhMYXlvdXQ9XCJjb2x1bW5cIiBmeExheW91dEFsaWduPVwic3RhcnQgc3RyZXRjaFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZnVsbC1oZWlnaHQgdHJhbnNmb3JtLWRpdiBtYXgtd2lkdGgtZml4XCIgZnhMYXlvdXQ9XCJjb2x1bW5cIiBmeExheW91dEFsaWduPVwic3RhcnQgc3RyZXRjaFwiPlxuICAgICAgICAgICAgPG5jLWhlYWRlciAjaGVhZGVyIFt0eXBlXT1cImhlYWRlclR5cGVcIiBbbWF4SGVhZGVyQ29sdW1uc109XCI3XCIgW3Jlc3BvbnNpdmVIZWFkZXJzXT1cInRydWVcIiBjbGFzcz1cImNhc2UtaGVhZGVyLXBhZGRpbmdcIiBbbmdTdHlsZV09XCJ7J3dpZHRoJzogZ2V0V2lkdGgoKX1cIj48L25jLWhlYWRlcj5cblxuICAgICAgICAgICAgPG5jLWNhc2UtbGlzdCBbc2VsZWN0ZWRIZWFkZXJzJF09XCJzZWxlY3RlZEhlYWRlcnMkXCIgW3Nob3dEZWxldGVNZW51XT1cInRydWVcIiBbd2lkdGhdPVwiZ2V0V2lkdGgoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgIChjYXNlQ2xpY2spPVwiaGFuZGxlQ2FzZUNsaWNrKCRldmVudClcIiBbcmVzcG9uc2l2ZUJvZHldPVwidHJ1ZVwiIGZ4RmxleCBbdGV4dEVsbGlwc2lzXT1cInRydWVcIiBbcmVkaXJlY3RFbmFibGVkXT1cInRydWVcIj48L25jLWNhc2UtbGlzdD5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './filter-field-content.module';
|
|
2
|
-
export * from './filter-field-tab-view/filter-field-tab-view.component';
|
|
3
|
-
export * from './filter-field-tabbed-case-view/filter-field-tabbed-case-view.component';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy9zcmMvbGliL2ZpbHRlci1maWVsZC1jb250ZW50L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywrQkFBK0IsQ0FBQTtBQUU3QyxjQUFjLHlEQUF5RCxDQUFBO0FBQ3ZFLGNBQWMseUVBQXlFLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZpbHRlci1maWVsZC1jb250ZW50Lm1vZHVsZSdcblxuZXhwb3J0ICogZnJvbSAnLi9maWx0ZXItZmllbGQtdGFiLXZpZXcvZmlsdGVyLWZpZWxkLXRhYi12aWV3LmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcvZmlsdGVyLWZpZWxkLXRhYmJlZC1jYXNlLXZpZXcuY29tcG9uZW50J1xuXG5cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { DashboardPortalComponentRegistryService, FilterField, SearchService, AbstractFilterFieldTabViewContentComponent } from '@netgrif/components-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FilterFieldTabViewContentComponent extends AbstractFilterFieldTabViewContentComponent {
|
|
5
|
-
constructor(registry: DashboardPortalComponentRegistryService, injector: Injector, filterField: FilterField, searchService: SearchService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldTabViewContentComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldTabViewContentComponent, "nc-filter-field-tab-view-content", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit, Type } from '@angular/core';
|
|
2
|
-
import { AbstractTaskRefDashboardTileComponent, CallChainService, CaseResourceService, LoggerService, ProcessService, TaskContentService, TaskDataService, TaskOperations, TaskResourceService } from '@netgrif/components-core';
|
|
3
|
-
import { ComponentPortal } from '@angular/cdk/portal';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TaskRefDashboardTileComponent extends AbstractTaskRefDashboardTileComponent implements OnInit, OnDestroy {
|
|
6
|
-
protected _injector: Injector;
|
|
7
|
-
protected _myTaskContentService: TaskContentService;
|
|
8
|
-
portal: ComponentPortal<any>;
|
|
9
|
-
taskContentComponentClassReference: Type<any>;
|
|
10
|
-
private _subTask;
|
|
11
|
-
constructor(caseResourceService: CaseResourceService, processService: ProcessService, logger: LoggerService, taskResourceService: TaskResourceService, callChainService: CallChainService, taskDataService: TaskDataService, parentTaskContentService: TaskContentService, taskOperations: TaskOperations, _injector: Injector, _myTaskContentService: TaskContentService);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TaskRefDashboardTileComponent, [null, null, null, null, null, null, { skipSelf: true; }, null, null, { self: true; }]>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaskRefDashboardTileComponent, "nc-task-ref-dashboard-tile", never, { "taskContentComponentClassReference": "taskContentComponentClassReference"; }, {}, never, never>;
|
|
16
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import { AbstractTaskRefFieldComponent, LoggerService, TaskRefDashboardTile } from '@netgrif/components-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TaskRefFieldComponent extends AbstractTaskRefFieldComponent {
|
|
5
|
-
taskContentComponentClassReference: Type<any>;
|
|
6
|
-
constructor(logger: LoggerService, informAboutInvalidData: boolean | null);
|
|
7
|
-
getGridColumns(): string;
|
|
8
|
-
getGridRows(): string;
|
|
9
|
-
getTileGridColumn(tile: TaskRefDashboardTile): string;
|
|
10
|
-
getTileGridRow(tile: TaskRefDashboardTile): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TaskRefFieldComponent, [null, { optional: true; }]>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaskRefFieldComponent, "nc-task-ref-field", never, { "taskContentComponentClassReference": "taskContentComponentClassReference"; }, {}, never, never>;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
-
import { AbstractDashboardBarChartTextFieldComponent } from '@netgrif/components-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DashboardBarChartTextFieldComponent extends AbstractDashboardBarChartTextFieldComponent {
|
|
5
|
-
constructor(translate: TranslateService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardBarChartTextFieldComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardBarChartTextFieldComponent, "nc-dashboard-bar-chart-text-field", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AbstractDashboardIframeTextFieldComponent } from '@netgrif/components-core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DashboardIframeTextFieldComponent extends AbstractDashboardIframeTextFieldComponent {
|
|
5
|
-
constructor(translate: TranslateService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardIframeTextFieldComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardIframeTextFieldComponent, "nc-dashboard-iframe-text-field", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AbstractDashboardLineChartTextFieldComponent } from '@netgrif/components-core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DashboardLineChartTextFieldComponent extends AbstractDashboardLineChartTextFieldComponent {
|
|
5
|
-
constructor(translate: TranslateService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLineChartTextFieldComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardLineChartTextFieldComponent, "nc-dashboard-line-chart-text-field", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AbstractDashboardPieChartTextFieldComponent } from '@netgrif/components-core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DashboardPieChartTextFieldComponent extends AbstractDashboardPieChartTextFieldComponent {
|
|
5
|
-
constructor(translate: TranslateService);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardPieChartTextFieldComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardPieChartTextFieldComponent, "nc-dashboard-pie-chart-text-field", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
-
import { AbstractDashboardPortalTextFieldComponent, DashboardPortalComponentRegistryService } from '@netgrif/components-core';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DashboardPortalTextFieldComponent extends AbstractDashboardPortalTextFieldComponent implements OnInit, OnDestroy {
|
|
7
|
-
private registry;
|
|
8
|
-
private injector;
|
|
9
|
-
private sub;
|
|
10
|
-
componentPortal: ComponentPortal<any>;
|
|
11
|
-
constructor(translate: TranslateService, registry: DashboardPortalComponentRegistryService, injector: Injector);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
protected initializePortalComponent(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardPortalTextFieldComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardPortalTextFieldComponent, "nc-dashboard-portal-text-field", never, {}, {}, never, never>;
|
|
17
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./filter-field-tab-view/filter-field-tab-view.component";
|
|
3
|
-
import * as i2 from "./filter-field-tabbed-case-view/filter-field-tabbed-case-view.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "../tabs/tabs.module";
|
|
6
|
-
import * as i5 from "@netgrif/components-core";
|
|
7
|
-
import * as i6 from "@angular/flex-layout";
|
|
8
|
-
import * as i7 from "../search/search.module";
|
|
9
|
-
import * as i8 from "../view/case-view/case-view.module";
|
|
10
|
-
import * as i9 from "../header/header.module";
|
|
11
|
-
export declare class FilterFieldContentModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldContentModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterFieldContentModule, [typeof i1.FilterFieldTabViewComponent, typeof i2.FilterFieldTabbedCaseViewComponent], [typeof i3.CommonModule, typeof i4.TabsComponentModule, typeof i5.MaterialModule, typeof i6.FlexModule, typeof i7.SearchComponentModule, typeof i8.CaseViewComponentModule, typeof i9.HeaderComponentModule], [typeof i1.FilterFieldTabViewComponent, typeof i2.FilterFieldTabbedCaseViewComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FilterFieldContentModule>;
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DashboardPortalComponentRegistryService, AbstractFilterFieldTabViewComponent, FilterField } from '@netgrif/components-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FilterFieldTabViewComponent extends AbstractFilterFieldTabViewComponent {
|
|
4
|
-
constructor(registry: DashboardPortalComponentRegistryService, filterField: FilterField);
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldTabViewComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldTabViewComponent, "nc-filter-field-tab-view", never, {}, {}, never, never>;
|
|
7
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { AbstractTabbedCaseViewComponent, AllowedNetsService, AllowedNetsServiceFactory, CaseViewService, InjectedTabbedCaseViewData, LoggerService, NewCaseCreationConfigurationData } from '@netgrif/components-core';
|
|
3
|
-
import { HeaderComponent } from '../../header/header.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare const newCaseConfigFactory: () => {
|
|
6
|
-
useCachedProcesses: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare function localAllowedNetsFactory(factory: AllowedNetsServiceFactory): AllowedNetsService;
|
|
9
|
-
export declare class FilterFieldTabbedCaseViewComponent extends AbstractTabbedCaseViewComponent implements AfterViewInit {
|
|
10
|
-
protected _newCaseCreationConfig: NewCaseCreationConfigurationData;
|
|
11
|
-
caseHeaderComponent: HeaderComponent;
|
|
12
|
-
constructor(caseViewService: CaseViewService, loggerService: LoggerService, injectedTabData: InjectedTabbedCaseViewData, _newCaseCreationConfig?: NewCaseCreationConfigurationData);
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldTabbedCaseViewComponent, [null, null, null, { optional: true; }]>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldTabbedCaseViewComponent, "nc-filter-field-tabbed-case-view", never, {}, {}, never, never>;
|
|
16
|
-
}
|