@netgrif/components 6.0.4 → 6.1.0
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/README.md +1 -9
- package/esm2020/lib/admin/admin.module.mjs +31 -0
- package/esm2020/lib/admin/ldap-group-role-assignment/ldap-group-role-assignment.component.mjs +39 -0
- package/esm2020/lib/admin/public-api.mjs +7 -0
- package/esm2020/lib/admin/role-assignment/role-assignment.component.mjs +40 -0
- package/esm2020/lib/admin/user-invite/user-invite.component.mjs +34 -0
- package/esm2020/lib/authentication/auth.module.mjs +22 -0
- package/esm2020/lib/authentication/authentication-overlay/authentication-overlay.component.mjs +22 -0
- package/esm2020/lib/authentication/public-api.mjs +5 -0
- package/esm2020/lib/dashboard/cards/barchart-card/barchart-card.component.mjs +40 -0
- package/esm2020/lib/dashboard/cards/count-card/count-card.component.mjs +20 -0
- package/esm2020/lib/dashboard/cards/iframe-card/iframe-card.component.mjs +19 -0
- package/esm2020/lib/dashboard/cards/lineargauge-card/linear-gauge-card.component.mjs +37 -0
- package/esm2020/lib/dashboard/cards/linechart-card/line-chart-card.component.mjs +49 -0
- package/esm2020/lib/dashboard/cards/piechart-card/pie-chart-card.component.mjs +42 -0
- package/esm2020/lib/dashboard/cards/portal-card/portal-card.component.mjs +36 -0
- package/esm2020/lib/dashboard/dashboard-content/dashboard-content.component.mjs +26 -0
- package/esm2020/lib/dashboard/dashboard.module.mjs +77 -0
- package/esm2020/lib/dashboard/public-api.mjs +12 -0
- package/esm2020/lib/data-fields/boolean-field/boolean-field.component.mjs +34 -0
- package/esm2020/lib/data-fields/button-field/button-field.component.mjs +32 -0
- package/esm2020/lib/data-fields/data-field-template/data-field-template.component.mjs +23 -0
- package/esm2020/lib/data-fields/data-fields.module.mjs +226 -0
- package/esm2020/lib/data-fields/date-field/date-field.component.mjs +32 -0
- package/esm2020/lib/data-fields/date-time-field/date-time-field.component.mjs +33 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component.mjs +25 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.mjs +23 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-field.component.mjs +28 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/enumeration-icon-field.component.mjs +22 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/enumeration-list-field.component.mjs +22 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/enumeration-select-field.component.mjs +21 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component.mjs +23 -0
- package/esm2020/lib/data-fields/file-field/file-field.component.mjs +51 -0
- package/esm2020/lib/data-fields/file-field/preview-dialog/preview-dialog.component.mjs +33 -0
- package/esm2020/lib/data-fields/file-field-list/file-list-field.component.mjs +33 -0
- package/esm2020/lib/data-fields/filter-field/filter-field-content/filter-field-content.component.mjs +45 -0
- package/esm2020/lib/data-fields/filter-field/filter-field.component.mjs +27 -0
- package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/i18n-divider-field.component.mjs +18 -0
- package/esm2020/lib/data-fields/i18n-field/i18n-field.component.mjs +24 -0
- package/esm2020/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.mjs +61 -0
- package/esm2020/lib/data-fields/multichoice-field/multichoice-field.component.mjs +24 -0
- package/esm2020/lib/data-fields/multichoice-field/multichoice-list-field/multichoice-list-field.component.mjs +21 -0
- package/esm2020/lib/data-fields/multichoice-field/multichoice-select-field/multichoice-select-field.component.mjs +18 -0
- package/esm2020/lib/data-fields/number-field/number-currency-field/number-currency-field.component.mjs +29 -0
- package/esm2020/lib/data-fields/number-field/number-default-field/number-default-field.component.mjs +20 -0
- package/esm2020/lib/data-fields/number-field/number-field.component.mjs +33 -0
- package/esm2020/lib/data-fields/public-api.mjs +18 -0
- package/esm2020/lib/data-fields/required-label/required-label.component.mjs +18 -0
- package/esm2020/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.mjs +23 -0
- package/esm2020/lib/data-fields/text-field/password-text-field/password-text-field.component.mjs +24 -0
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component.mjs +82 -0
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/rich-textarea-field.component.mjs +22 -0
- package/esm2020/lib/data-fields/text-field/simple-text-field/simple-text-field.component.mjs +21 -0
- package/esm2020/lib/data-fields/text-field/text-field.component.mjs +27 -0
- package/esm2020/lib/data-fields/text-field/textarea-field/textarea-field.component.mjs +24 -0
- package/esm2020/lib/data-fields/user-field/user-field.component.mjs +32 -0
- package/esm2020/lib/forms/email-submission/email-submission-form.component.mjs +25 -0
- package/esm2020/lib/forms/email-submission/email-submission-form.module.mjs +41 -0
- package/esm2020/lib/forms/forgotten-password/forgotten-password-form-component.module.mjs +37 -0
- package/esm2020/lib/forms/forgotten-password/forgotten-password-form.component.mjs +25 -0
- package/esm2020/lib/forms/login/login-form.component.mjs +26 -0
- package/esm2020/lib/forms/login/login-form.module.mjs +37 -0
- package/esm2020/lib/forms/public-api.mjs +11 -0
- package/esm2020/lib/forms/registration/registration-form.component.mjs +26 -0
- package/esm2020/lib/forms/registration/registration-form.module.mjs +41 -0
- package/esm2020/lib/header/header-modes/edit-mode/edit-mode.component.mjs +27 -0
- package/esm2020/lib/header/header-modes/loading-mode/loading-mode.component.mjs +18 -0
- package/esm2020/lib/header/header-modes/search-mode/search-mode.component.mjs +41 -0
- package/esm2020/lib/header/header-modes/sort-mode/sort-mode.component.mjs +20 -0
- package/esm2020/lib/header/header.component.mjs +49 -0
- package/esm2020/lib/header/header.module.mjs +64 -0
- package/esm2020/lib/header/public-api.mjs +12 -0
- package/esm2020/lib/legal/legal-notice/legal-notice.component.mjs +17 -0
- package/esm2020/lib/legal/legal-notice/legal-notice.module.mjs +26 -0
- package/esm2020/lib/legal/public-api.mjs +5 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component.mjs +80 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.mjs +42 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.mjs +85 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.mjs +77 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/model/factory-methods.mjs +30 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.mjs +2 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.mjs +31 -0
- package/esm2020/lib/navigation/group-navigation-component-resolver/group-navigation-component-resolver.component.mjs +23 -0
- package/esm2020/lib/navigation/navigation-drawer/navigation-drawer.component.mjs +31 -0
- package/esm2020/lib/navigation/navigation-rail/navigation-rail.component.mjs +42 -0
- package/esm2020/lib/navigation/navigation-tree/navigation-tree.component.mjs +24 -0
- package/esm2020/lib/navigation/navigation.module.mjs +124 -0
- package/esm2020/lib/navigation/public-api.mjs +14 -0
- package/esm2020/lib/navigation/quick-panel/components/internal-link/internal-link.component.mjs +18 -0
- package/esm2020/lib/navigation/quick-panel/components/language-selector/language-selector.component.mjs +39 -0
- package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/logout-shortcut.component.mjs +23 -0
- package/esm2020/lib/navigation/quick-panel/components/quick-panel.component.mjs +26 -0
- package/esm2020/lib/navigation/quick-panel/public-api.mjs +9 -0
- package/esm2020/lib/navigation/quick-panel/quick-panel.module.mjs +52 -0
- package/esm2020/lib/panel/case-panel/case-panel.component.mjs +36 -0
- package/esm2020/lib/panel/immediate/immediate-filter-text/immediate-filter-text.component.mjs +21 -0
- package/esm2020/lib/panel/immediate/immediate-filter-text-content/immediate-filter-text-content.component.mjs +49 -0
- package/esm2020/lib/panel/panel-item/panel-item.component.mjs +22 -0
- package/esm2020/lib/panel/panel.component.mjs +19 -0
- package/esm2020/lib/panel/panel.module.mjs +96 -0
- package/esm2020/lib/panel/public-api.mjs +14 -0
- package/esm2020/lib/panel/public-workflow-panel/public-workflow-panel.component.mjs +22 -0
- package/esm2020/lib/panel/task-panel/task-panel.component.mjs +104 -0
- package/esm2020/lib/panel/task-panel-list/task-list.component.mjs +33 -0
- package/esm2020/lib/panel/task-panel-list-pagination/task-list-pagination.component.mjs +33 -0
- package/esm2020/lib/panel/workflow-panel/workflow-panel.component.mjs +26 -0
- package/esm2020/lib/routing/public-api.mjs +3 -0
- package/esm2020/lib/routing/redirect/redirect.component.mjs +20 -0
- package/esm2020/lib/routing/redirect.module.mjs +17 -0
- package/esm2020/lib/search/advanced-search/advanced-search-component/advanced-search.component.mjs +21 -0
- package/esm2020/lib/search/advanced-search/advanced-search.module.mjs +57 -0
- package/esm2020/lib/search/advanced-search/public-api.mjs +8 -0
- package/esm2020/lib/search/advanced-search/search-clause-component/search-clause.component.mjs +20 -0
- package/esm2020/lib/search/advanced-search/search-configuration-input-component/search-configuration-input.component.mjs +31 -0
- package/esm2020/lib/search/advanced-search/search-operand-input-component/search-operand-input.component.mjs +36 -0
- package/esm2020/lib/search/advanced-search/search-predicate-component/search-predicate.component.mjs +29 -0
- package/esm2020/lib/search/fulltext-search-component/fulltext-search.component.mjs +20 -0
- package/esm2020/lib/search/public-api.mjs +10 -0
- package/esm2020/lib/search/search-component/case-search/case-search.component.mjs +25 -0
- package/esm2020/lib/search/search-component/search.component.mjs +107 -0
- package/esm2020/lib/search/search-component/task-search/task-search.component.mjs +25 -0
- package/esm2020/lib/search/search.module.mjs +60 -0
- package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/filter-selector-list-item.component.mjs +17 -0
- package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector.component.mjs +51 -0
- package/esm2020/lib/side-menu/content-components/filter-selector/side-menu-filter-selector-component.module.mjs +36 -0
- package/esm2020/lib/side-menu/content-components/import-net/import-net.component.mjs +51 -0
- package/esm2020/lib/side-menu/content-components/import-net/side-menu-import-net-component.module.mjs +45 -0
- package/esm2020/lib/side-menu/content-components/load-filter/load-filter.component.mjs +64 -0
- package/esm2020/lib/side-menu/content-components/load-filter/side-menu-load-filter-component.module.mjs +42 -0
- package/esm2020/lib/side-menu/content-components/new-case/new-case.component.mjs +43 -0
- package/esm2020/lib/side-menu/content-components/new-case/side-menu-new-case-component.module.mjs +57 -0
- package/esm2020/lib/side-menu/content-components/option-selector/option-selector.component.mjs +30 -0
- package/esm2020/lib/side-menu/content-components/option-selector/side-menu-option-selector-component.module.mjs +38 -0
- package/esm2020/lib/side-menu/content-components/public-api.mjs +19 -0
- package/esm2020/lib/side-menu/content-components/save-filter/save-filter.component.mjs +58 -0
- package/esm2020/lib/side-menu/content-components/save-filter/side-menu-save-filter-component.module.mjs +38 -0
- package/esm2020/lib/side-menu/content-components/side-menu-content-component.module.mjs +87 -0
- package/esm2020/lib/side-menu/content-components/user-assign/side-menu-user-assign-component.module.mjs +56 -0
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/user-assign-item.component.mjs +22 -0
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-list.component.mjs +27 -0
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign.component.mjs +36 -0
- package/esm2020/lib/side-menu/public-api.mjs +7 -0
- package/esm2020/lib/side-menu/side-menu-container/side-menu-container.component.mjs +20 -0
- package/esm2020/lib/side-menu/side-menu.module.mjs +42 -0
- package/esm2020/lib/tabs/public-api.mjs +4 -0
- package/esm2020/lib/tabs/tab-creation-detector/tab-creation-detector.component.mjs +21 -0
- package/esm2020/lib/tabs/tab-view/tab-view.component.mjs +32 -0
- package/esm2020/lib/tabs/tabs.module.mjs +44 -0
- package/esm2020/lib/task-content/field-component-resolver/field-component-resolver.component.mjs +32 -0
- package/esm2020/lib/task-content/public-api.mjs +6 -0
- package/esm2020/lib/task-content/task-content/task-content.component.mjs +36 -0
- package/esm2020/lib/task-content/task-content.module.mjs +47 -0
- package/esm2020/lib/toolbar/public-api.mjs +3 -0
- package/esm2020/lib/toolbar/toolbar.component.mjs +26 -0
- package/esm2020/lib/toolbar/toolbar.module.mjs +35 -0
- package/esm2020/lib/user/profile/profile.component.mjs +25 -0
- package/esm2020/lib/user/profile/profile.module.mjs +31 -0
- package/esm2020/lib/user/public-api.mjs +7 -0
- package/esm2020/lib/user/user-card/user-card.component.mjs +23 -0
- package/esm2020/lib/user/user.module.mjs +35 -0
- package/esm2020/lib/view/case-view/case-view.module.mjs +38 -0
- package/esm2020/lib/view/case-view/components/case-list/case-list.component.mjs +34 -0
- package/esm2020/lib/view/case-view/components/case-list-paginator/case-list-paginator.component.mjs +36 -0
- package/esm2020/lib/view/public-api.mjs +11 -0
- package/esm2020/lib/view/tree-case-view/tree-case-view.module.mjs +60 -0
- package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/add-child-node.component.mjs +22 -0
- package/esm2020/lib/view/tree-case-view/tree-component/remove-node/remove-node.component.mjs +21 -0
- package/esm2020/lib/view/tree-case-view/tree-component/tree.component.mjs +27 -0
- package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.component.mjs +57 -0
- package/esm2020/lib/view/workflow-view/workflow-view.component.mjs +34 -0
- package/esm2020/lib/view/workflow-view.module.mjs +53 -0
- package/esm2020/netgrif-components.mjs +5 -0
- package/esm2020/public-api.mjs +22 -0
- package/fesm2015/netgrif-components.mjs +4255 -0
- package/fesm2015/netgrif-components.mjs.map +1 -0
- package/fesm2020/netgrif-components.mjs +4181 -0
- package/fesm2020/netgrif-components.mjs.map +1 -0
- package/lib/admin/admin.module.d.ts +9 -0
- package/lib/admin/ldap-group-role-assignment/ldap-group-role-assignment.component.d.ts +8 -0
- package/lib/admin/public-api.d.ts +2 -0
- package/lib/admin/role-assignment/role-assignment.component.d.ts +5 -2
- package/lib/admin/user-invite/user-invite.component.d.ts +3 -0
- package/lib/authentication/auth.module.d.ts +6 -0
- package/lib/authentication/authentication-overlay/authentication-overlay.component.d.ts +5 -2
- package/lib/dashboard/cards/barchart-card/barchart-card.component.d.ts +5 -2
- package/lib/dashboard/cards/count-card/count-card.component.d.ts +5 -2
- package/lib/dashboard/cards/iframe-card/iframe-card.component.d.ts +5 -2
- package/lib/dashboard/cards/lineargauge-card/linear-gauge-card.component.d.ts +5 -2
- package/lib/dashboard/cards/linechart-card/line-chart-card.component.d.ts +5 -2
- package/lib/dashboard/cards/piechart-card/pie-chart-card.component.d.ts +5 -2
- package/lib/dashboard/cards/portal-card/portal-card.component.d.ts +6 -3
- package/lib/dashboard/dashboard-content/dashboard-content.component.d.ts +5 -2
- package/lib/dashboard/dashboard.module.d.ts +16 -0
- package/lib/data-fields/boolean-field/boolean-field.component.d.ts +3 -0
- package/lib/data-fields/button-field/button-field.component.d.ts +3 -0
- package/lib/data-fields/data-field-template/data-field-template.component.d.ts +3 -0
- package/lib/data-fields/data-fields.module.d.ts +54 -0
- package/lib/data-fields/date-field/date-field.component.d.ts +3 -0
- package/lib/data-fields/date-time-field/date-time-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-icon-field/enumeration-icon-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-list-field/enumeration-list-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-select-field/enumeration-select-field.component.d.ts +3 -0
- package/lib/data-fields/enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component.d.ts +3 -0
- package/lib/data-fields/file-field/file-field.component.d.ts +3 -0
- package/lib/data-fields/file-field/preview-dialog/preview-dialog.component.d.ts +4 -3
- package/lib/data-fields/file-field-list/file-list-field.component.d.ts +3 -0
- package/lib/data-fields/filter-field/filter-field-content/filter-field-content.component.d.ts +3 -0
- package/lib/data-fields/filter-field/filter-field.component.d.ts +3 -0
- package/lib/data-fields/i18n-field/i18n-divider-field/i18n-divider-field.component.d.ts +3 -0
- package/lib/data-fields/i18n-field/i18n-field.component.d.ts +3 -0
- package/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.d.ts +6 -2
- package/lib/data-fields/multichoice-field/multichoice-field.component.d.ts +3 -0
- package/lib/data-fields/multichoice-field/multichoice-list-field/multichoice-list-field.component.d.ts +3 -0
- package/lib/data-fields/multichoice-field/multichoice-select-field/multichoice-select-field.component.d.ts +3 -0
- package/lib/data-fields/number-field/number-currency-field/number-currency-field.component.d.ts +6 -3
- package/lib/data-fields/number-field/number-default-field/number-default-field.component.d.ts +3 -0
- package/lib/data-fields/number-field/number-field.component.d.ts +3 -0
- package/lib/data-fields/required-label/required-label.component.d.ts +4 -3
- package/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.d.ts +3 -0
- package/lib/data-fields/text-field/password-text-field/password-text-field.component.d.ts +4 -3
- package/lib/data-fields/text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component.d.ts +23 -0
- package/lib/data-fields/text-field/rich-textarea-field/rich-textarea-field.component.d.ts +3 -0
- package/lib/data-fields/text-field/simple-text-field/simple-text-field.component.d.ts +3 -0
- package/lib/data-fields/text-field/text-field.component.d.ts +3 -0
- package/lib/data-fields/text-field/textarea-field/textarea-field.component.d.ts +3 -0
- package/lib/data-fields/user-field/user-field.component.d.ts +3 -0
- package/lib/forms/email-submission/email-submission-form.component.d.ts +3 -0
- package/lib/forms/email-submission/email-submission-form.module.d.ts +10 -0
- package/lib/forms/forgotten-password/forgotten-password-form-component.module.d.ts +9 -0
- package/lib/forms/forgotten-password/forgotten-password-form.component.d.ts +3 -0
- package/lib/forms/login/login-form.component.d.ts +3 -0
- package/lib/forms/login/login-form.module.d.ts +9 -0
- package/lib/forms/registration/registration-form.component.d.ts +3 -0
- package/lib/forms/registration/registration-form.module.d.ts +10 -0
- package/lib/header/header-modes/edit-mode/edit-mode.component.d.ts +3 -0
- package/lib/header/header-modes/loading-mode/loading-mode.component.d.ts +3 -0
- package/lib/header/header-modes/search-mode/search-mode.component.d.ts +3 -0
- package/lib/header/header-modes/sort-mode/sort-mode.component.d.ts +3 -0
- package/lib/header/header.component.d.ts +3 -0
- package/lib/header/header.module.d.ts +13 -0
- package/lib/legal/legal-notice/legal-notice.component.d.ts +3 -0
- package/lib/legal/legal-notice/legal-notice.module.d.ts +7 -0
- package/lib/navigation/group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component.d.ts +5 -2
- package/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.d.ts +3 -0
- package/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.d.ts +5 -2
- package/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.d.ts +5 -2
- package/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.d.ts +3 -0
- package/lib/navigation/group-navigation-component-resolver/group-navigation-component-resolver.component.d.ts +3 -0
- package/lib/navigation/navigation-drawer/navigation-drawer.component.d.ts +3 -0
- package/lib/navigation/navigation-rail/navigation-rail.component.d.ts +3 -0
- package/lib/navigation/navigation-tree/navigation-tree.component.d.ts +3 -0
- package/lib/navigation/navigation.module.d.ts +25 -0
- package/lib/navigation/public-api.d.ts +5 -0
- package/lib/navigation/quick-panel/components/internal-link/internal-link.component.d.ts +3 -0
- package/lib/navigation/quick-panel/components/language-selector/language-selector.component.d.ts +3 -0
- package/lib/navigation/quick-panel/components/logout-shortcut/logout-shortcut.component.d.ts +3 -0
- package/lib/navigation/quick-panel/components/quick-panel.component.d.ts +3 -0
- package/lib/navigation/quick-panel/quick-panel.module.d.ts +11 -0
- package/lib/panel/case-panel/case-panel.component.d.ts +3 -0
- package/lib/panel/immediate/immediate-filter-text/immediate-filter-text.component.d.ts +3 -0
- package/lib/panel/immediate/immediate-filter-text-content/immediate-filter-text-content.component.d.ts +3 -0
- package/lib/panel/panel-item/panel-item.component.d.ts +7 -0
- package/lib/panel/panel.component.d.ts +3 -0
- package/lib/panel/panel.module.d.ts +20 -0
- package/lib/panel/public-api.d.ts +4 -0
- package/lib/panel/public-workflow-panel/public-workflow-panel.component.d.ts +3 -0
- package/lib/panel/task-panel/task-panel.component.d.ts +3 -0
- package/lib/panel/task-panel-list/task-list.component.d.ts +3 -0
- package/lib/panel/task-panel-list-pagination/task-list-pagination.component.d.ts +11 -0
- package/lib/panel/workflow-panel/workflow-panel.component.d.ts +3 -0
- package/lib/routing/redirect/redirect.component.d.ts +3 -0
- package/lib/routing/redirect.module.d.ts +5 -0
- package/lib/search/advanced-search/advanced-search-component/advanced-search.component.d.ts +3 -0
- package/lib/search/advanced-search/advanced-search.module.d.ts +12 -0
- package/lib/search/advanced-search/search-clause-component/search-clause.component.d.ts +3 -0
- package/lib/search/advanced-search/search-configuration-input-component/search-configuration-input.component.d.ts +3 -0
- package/lib/search/advanced-search/search-operand-input-component/search-operand-input.component.d.ts +3 -0
- package/lib/search/advanced-search/search-predicate-component/search-predicate.component.d.ts +3 -0
- package/lib/search/fulltext-search-component/fulltext-search.component.d.ts +3 -0
- package/lib/search/search-component/case-search/case-search.component.d.ts +3 -0
- package/lib/search/search-component/search.component.d.ts +3 -0
- package/lib/search/search-component/task-search/task-search.component.d.ts +3 -0
- package/lib/search/search.module.d.ts +12 -0
- package/lib/side-menu/content-components/filter-selector/filter-selector-list-item/filter-selector-list-item.component.d.ts +3 -0
- package/lib/side-menu/content-components/filter-selector/filter-selector.component.d.ts +3 -0
- package/lib/side-menu/content-components/filter-selector/side-menu-filter-selector-component.module.d.ts +8 -0
- package/lib/side-menu/content-components/import-net/import-net.component.d.ts +3 -0
- package/lib/side-menu/content-components/import-net/side-menu-import-net-component.module.d.ts +9 -0
- package/lib/side-menu/content-components/load-filter/load-filter.component.d.ts +3 -0
- package/lib/side-menu/content-components/load-filter/side-menu-load-filter-component.module.d.ts +9 -0
- package/lib/side-menu/content-components/new-case/new-case.component.d.ts +3 -0
- package/lib/side-menu/content-components/new-case/side-menu-new-case-component.module.d.ts +10 -0
- package/lib/side-menu/content-components/option-selector/option-selector.component.d.ts +3 -0
- package/lib/side-menu/content-components/option-selector/side-menu-option-selector-component.module.d.ts +7 -0
- package/lib/side-menu/content-components/save-filter/save-filter.component.d.ts +3 -0
- package/lib/side-menu/content-components/save-filter/side-menu-save-filter-component.module.d.ts +8 -0
- package/lib/side-menu/content-components/side-menu-content-component.module.d.ts +12 -0
- package/lib/side-menu/content-components/user-assign/side-menu-user-assign-component.module.d.ts +11 -0
- package/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/user-assign-item.component.d.ts +3 -0
- package/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-list.component.d.ts +3 -0
- package/lib/side-menu/content-components/user-assign/user-assign.component.d.ts +3 -0
- package/lib/side-menu/side-menu-container/side-menu-container.component.d.ts +3 -0
- package/lib/side-menu/side-menu.module.d.ts +10 -0
- package/lib/tabs/tab-creation-detector/tab-creation-detector.component.d.ts +3 -0
- package/lib/tabs/tab-view/tab-view.component.d.ts +3 -0
- package/lib/tabs/tabs.module.d.ts +10 -0
- package/lib/task-content/field-component-resolver/field-component-resolver.component.d.ts +3 -0
- package/lib/task-content/task-content/task-content.component.d.ts +3 -0
- package/lib/task-content/task-content.module.d.ts +10 -0
- package/lib/toolbar/toolbar.component.d.ts +3 -0
- package/lib/toolbar/toolbar.module.d.ts +8 -0
- package/lib/user/profile/profile.component.d.ts +3 -0
- package/lib/user/profile/profile.module.d.ts +7 -0
- package/lib/user/user-card/user-card.component.d.ts +3 -0
- package/lib/user/user.module.d.ts +8 -0
- package/lib/view/case-view/case-view.module.d.ts +10 -0
- package/lib/view/case-view/components/case-list/case-list.component.d.ts +3 -0
- package/lib/view/case-view/components/case-list-paginator/case-list-paginator.component.d.ts +13 -0
- package/lib/view/public-api.d.ts +1 -0
- package/lib/view/tree-case-view/tree-case-view.module.d.ts +14 -0
- package/lib/view/tree-case-view/tree-component/add-child-node/add-child-node.component.d.ts +3 -0
- package/lib/view/tree-case-view/tree-component/remove-node/remove-node.component.d.ts +3 -0
- package/lib/view/tree-case-view/tree-component/tree.component.d.ts +3 -0
- package/lib/view/tree-case-view/tree-task-content/tree-task-content.component.d.ts +3 -0
- package/lib/view/workflow-view/workflow-view.component.d.ts +3 -0
- package/lib/view/workflow-view.module.d.ts +12 -0
- package/netgrif-components.d.ts +1 -39
- package/package.json +51 -42
- package/schematics/_commons/view-class-info.js +4 -4
- package/schematics/_commons/view-class-info.js.map +1 -1
- package/schematics/_utility/modified-library-functions.js +6 -6
- package/schematics/_utility/modified-library-functions.js.map +1 -1
- package/schematics/_utility/utility-functions.js +6 -6
- package/schematics/_utility/utility-functions.js.map +1 -1
- package/schematics/add/add/index.js +2 -2
- package/schematics/add/add/index.js.map +1 -1
- package/schematics/add/create-nc-files/index.js +5 -5
- package/schematics/add/create-nc-files/index.js.map +1 -1
- package/schematics/add/custom-themes/files/custom-themes/custom-themes.scss.template +2 -2
- package/schematics/add/custom-themes/files/dark-theme/custom-dark-theme.scss.template +1 -1
- package/schematics/add/custom-themes/files/light-theme/custom-light-theme.scss.template +1 -1
- package/schematics/add/custom-themes/index.js +5 -5
- package/schematics/add/custom-themes/index.js.map +1 -1
- package/schematics/migrations/4.1/migration-4.1.js +6 -6
- package/schematics/migrations/4.1/migration-4.1.js.map +1 -1
- package/schematics/migrations/5.4/migration-5.4.js +20 -20
- package/schematics/migrations/5.4/migration-5.4.js.map +1 -1
- package/schematics/view/_utility/add-view-to-nae-json.js +1 -1
- package/schematics/view/_utility/add-view-to-nae-json.js.map +1 -1
- package/schematics/view/_utility/view-service-functions.js +7 -10
- package/schematics/view/_utility/view-service-functions.js.map +1 -1
- package/schematics/view/_utility/view-utility-functions.js +6 -6
- package/schematics/view/_utility/view-utility-functions.js.map +1 -1
- package/schematics/view/create-view/schematic-create-view.js +4 -4
- package/schematics/view/create-view/schematic-create-view.js.map +1 -1
- package/schematics/view/create-view-prompt/schematic-create-sidenav-prompt.js +1 -1
- package/schematics/view/create-view-prompt/schematic-create-sidenav-prompt.js.map +1 -1
- package/schematics/view/create-view-prompt/schematic-create-view-prompt.js +15 -15
- 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 +9 -13
- package/schematics/view/create-view-prompt/views/case-view/create-case-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/dashboard-view/create-dashboard-view.js +7 -7
- package/schematics/view/create-view-prompt/views/dashboard-view/create-dashboard-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/empty-view/create-empty-view.js +6 -6
- package/schematics/view/create-view-prompt/views/empty-view/create-empty-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/group-view/create-group-view.js +7 -7
- package/schematics/view/create-view-prompt/views/group-view/create-group-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/login/create-login-view.js +7 -7
- package/schematics/view/create-view-prompt/views/login/create-login-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/sidenav-toolbar-view/create-sidenav-or-toolbar-view.js +8 -8
- 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/tab-view/create-tab-view.js +9 -16
- package/schematics/view/create-view-prompt/views/tab-view/create-tab-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/task-view/create-task-view.js +9 -9
- package/schematics/view/create-view-prompt/views/task-view/create-task-view.js.map +1 -1
- package/schematics/view/create-view-prompt/views/tree-case-view/create-tree-case-view.js +7 -7
- package/schematics/view/create-view-prompt/views/tree-case-view/create-tree-case-view.js.map +1 -1
- package/src/lib/admin/ldap-group-role-assignment/ldap-group-role-assignment.component.theme.scss +10 -0
- package/src/lib/admin/role-assignment/role-assignment.component.theme.scss +2 -2
- package/src/lib/data-fields/data-field.theme.scss +31 -11
- package/src/lib/dialog/dialog.theme.scss +0 -2
- package/src/lib/header/header.theme.scss +2 -2
- package/src/lib/navigation/navigation.theme.scss +2 -2
- package/src/lib/panel/panel.theme.scss +7 -7
- package/src/lib/search/advanced-search/search-clause-component/search-clause.component.theme.scss +2 -2
- package/src/lib/search/advanced-search/search-configuration-input-component/search-configuration-input.component.theme.scss +2 -2
- package/src/lib/search/advanced-search/search-predicate-component/search-predicate.component.theme.scss +2 -2
- package/src/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/theme/user-assign-item.component.theme.scss +5 -5
- package/src/lib/side-menu/side-menu.theme.scss +3 -3
- package/src/lib/snack-bar/snack-bar.theme.scss +0 -2
- package/src/lib/tabs/tabs.theme.scss +0 -2
- package/src/lib/user/user.theme.scss +2 -2
- package/src/lib/view/view.theme.scss +3 -3
- package/bundles/netgrif-components.umd.js +0 -4769
- package/bundles/netgrif-components.umd.js.map +0 -1
- package/bundles/netgrif-components.umd.min.js +0 -16
- package/bundles/netgrif-components.umd.min.js.map +0 -1
- package/esm2015/lib/admin/admin.module.js +0 -19
- package/esm2015/lib/admin/public-api.js +0 -5
- package/esm2015/lib/admin/role-assignment/role-assignment.component.js +0 -28
- package/esm2015/lib/admin/user-invite/user-invite.component.js +0 -35
- package/esm2015/lib/authentication/auth.module.js +0 -15
- package/esm2015/lib/authentication/authentication-overlay/authentication-overlay.component.js +0 -35
- package/esm2015/lib/authentication/public-api.js +0 -5
- package/esm2015/lib/dashboard/cards/barchart-card/barchart-card.component.js +0 -49
- package/esm2015/lib/dashboard/cards/count-card/count-card.component.js +0 -22
- package/esm2015/lib/dashboard/cards/iframe-card/iframe-card.component.js +0 -23
- package/esm2015/lib/dashboard/cards/lineargauge-card/linear-gauge-card.component.js +0 -47
- package/esm2015/lib/dashboard/cards/linechart-card/line-chart-card.component.js +0 -59
- package/esm2015/lib/dashboard/cards/piechart-card/pie-chart-card.component.js +0 -52
- package/esm2015/lib/dashboard/cards/portal-card/portal-card.component.js +0 -47
- package/esm2015/lib/dashboard/dashboard-content/dashboard-content.component.js +0 -22
- package/esm2015/lib/dashboard/dashboard.module.js +0 -44
- package/esm2015/lib/dashboard/public-api.js +0 -12
- package/esm2015/lib/data-fields/boolean-field/boolean-field.component.js +0 -28
- package/esm2015/lib/data-fields/button-field/button-field.component.js +0 -27
- package/esm2015/lib/data-fields/data-field-template/data-field-template.component.js +0 -25
- package/esm2015/lib/data-fields/data-fields.module.js +0 -134
- package/esm2015/lib/data-fields/date-field/date-field.component.js +0 -30
- package/esm2015/lib/data-fields/date-time-field/date-time-field.component.js +0 -30
- package/esm2015/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component.js +0 -23
- package/esm2015/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.js +0 -23
- package/esm2015/lib/data-fields/enumeration-field/enumeration-field.component.js +0 -21
- package/esm2015/lib/data-fields/enumeration-field/enumeration-icon-field/enumeration-icon-field.component.js +0 -16
- package/esm2015/lib/data-fields/enumeration-field/enumeration-list-field/enumeration-list-field.component.js +0 -16
- package/esm2015/lib/data-fields/enumeration-field/enumeration-select-field/enumeration-select-field.component.js +0 -16
- package/esm2015/lib/data-fields/enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component.js +0 -22
- package/esm2015/lib/data-fields/file-field/file-field.component.js +0 -52
- package/esm2015/lib/data-fields/file-field/preview-dialog/preview-dialog.component.js +0 -33
- package/esm2015/lib/data-fields/file-field-list/file-list-field.component.js +0 -32
- package/esm2015/lib/data-fields/filter-field/filter-field-content/filter-field-content.component.js +0 -42
- package/esm2015/lib/data-fields/filter-field/filter-field.component.js +0 -27
- package/esm2015/lib/data-fields/i18n-field/i18n-divider-field/i18n-divider-field.component.js +0 -16
- package/esm2015/lib/data-fields/i18n-field/i18n-field.component.js +0 -21
- package/esm2015/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.js +0 -22
- package/esm2015/lib/data-fields/multichoice-field/multichoice-field.component.js +0 -21
- package/esm2015/lib/data-fields/multichoice-field/multichoice-list-field/multichoice-list-field.component.js +0 -16
- package/esm2015/lib/data-fields/multichoice-field/multichoice-select-field/multichoice-select-field.component.js +0 -12
- package/esm2015/lib/data-fields/number-field/number-currency-field/number-currency-field.component.js +0 -34
- package/esm2015/lib/data-fields/number-field/number-default-field/number-default-field.component.js +0 -22
- package/esm2015/lib/data-fields/number-field/number-field.component.js +0 -32
- package/esm2015/lib/data-fields/public-api.js +0 -18
- package/esm2015/lib/data-fields/required-label/required-label.component.js +0 -20
- package/esm2015/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.js +0 -27
- package/esm2015/lib/data-fields/text-field/password-text-field/password-text-field.component.js +0 -26
- package/esm2015/lib/data-fields/text-field/rich-textarea-field/rich-textarea-field.component.js +0 -23
- package/esm2015/lib/data-fields/text-field/simple-text-field/simple-text-field.component.js +0 -23
- package/esm2015/lib/data-fields/text-field/text-field.component.js +0 -21
- package/esm2015/lib/data-fields/text-field/textarea-field/textarea-field.component.js +0 -26
- package/esm2015/lib/data-fields/user-field/user-field.component.js +0 -32
- package/esm2015/lib/forms/email-submission/email-submission-form.component.js +0 -22
- package/esm2015/lib/forms/email-submission/email-submission-form.module.js +0 -24
- package/esm2015/lib/forms/forgotten-password/forgotten-password-form-component.module.js +0 -22
- package/esm2015/lib/forms/forgotten-password/forgotten-password-form.component.js +0 -29
- package/esm2015/lib/forms/login/login-form.component.js +0 -25
- package/esm2015/lib/forms/login/login-form.module.js +0 -22
- package/esm2015/lib/forms/public-api.js +0 -11
- package/esm2015/lib/forms/registration/registration-form.component.js +0 -29
- package/esm2015/lib/forms/registration/registration-form.module.js +0 -24
- package/esm2015/lib/header/header-modes/edit-mode/edit-mode.component.js +0 -26
- package/esm2015/lib/header/header-modes/loading-mode/loading-mode.component.js +0 -16
- package/esm2015/lib/header/header-modes/search-mode/search-mode.component.js +0 -34
- package/esm2015/lib/header/header-modes/sort-mode/sort-mode.component.js +0 -16
- package/esm2015/lib/header/header.component.js +0 -36
- package/esm2015/lib/header/header.module.js +0 -39
- package/esm2015/lib/header/public-api.js +0 -12
- package/esm2015/lib/legal/legal-notice/legal-notice.component.js +0 -21
- package/esm2015/lib/legal/legal-notice/legal-notice.module.js +0 -17
- package/esm2015/lib/legal/public-api.js +0 -5
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component.js +0 -54
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.js +0 -43
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.js +0 -67
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.js +0 -58
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-components/model/factory-methods.js +0 -30
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.js +0 -2
- package/esm2015/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.js +0 -35
- package/esm2015/lib/navigation/group-navigation-component-resolver/group-navigation-component-resolver.component.js +0 -30
- package/esm2015/lib/navigation/navigation-drawer/navigation-drawer.component.js +0 -30
- package/esm2015/lib/navigation/navigation-rail/navigation-rail.component.js +0 -40
- package/esm2015/lib/navigation/navigation-tree/navigation-tree.component.js +0 -42
- package/esm2015/lib/navigation/navigation.module.js +0 -81
- package/esm2015/lib/navigation/public-api.js +0 -9
- package/esm2015/lib/navigation/quick-panel/components/internal-link/internal-link.component.js +0 -16
- package/esm2015/lib/navigation/quick-panel/components/language-selector/language-selector.component.js +0 -39
- package/esm2015/lib/navigation/quick-panel/components/logout-shortcut/logout-shortcut.component.js +0 -32
- package/esm2015/lib/navigation/quick-panel/components/quick-panel.component.js +0 -25
- package/esm2015/lib/navigation/quick-panel/public-api.js +0 -9
- package/esm2015/lib/navigation/quick-panel/quick-panel.module.js +0 -33
- package/esm2015/lib/panel/case-panel/case-panel.component.js +0 -50
- package/esm2015/lib/panel/immediate/immediate-filter-text/immediate-filter-text.component.js +0 -25
- package/esm2015/lib/panel/immediate/immediate-filter-text-content/immediate-filter-text-content.component.js +0 -46
- package/esm2015/lib/panel/panel.component.js +0 -22
- package/esm2015/lib/panel/panel.module.js +0 -55
- package/esm2015/lib/panel/public-api.js +0 -10
- package/esm2015/lib/panel/public-workflow-panel/public-workflow-panel.component.js +0 -26
- package/esm2015/lib/panel/task-panel/task-panel.component.js +0 -113
- package/esm2015/lib/panel/task-panel-list/task-list.component.js +0 -31
- package/esm2015/lib/panel/workflow-panel/workflow-panel.component.js +0 -26
- package/esm2015/lib/routing/public-api.js +0 -3
- package/esm2015/lib/routing/redirect/redirect.component.js +0 -28
- package/esm2015/lib/routing/redirect.module.js +0 -12
- package/esm2015/lib/search/advanced-search/advanced-search-component/advanced-search.component.js +0 -24
- package/esm2015/lib/search/advanced-search/advanced-search.module.js +0 -36
- package/esm2015/lib/search/advanced-search/public-api.js +0 -8
- package/esm2015/lib/search/advanced-search/search-clause-component/search-clause.component.js +0 -16
- package/esm2015/lib/search/advanced-search/search-configuration-input-component/search-configuration-input.component.js +0 -20
- package/esm2015/lib/search/advanced-search/search-operand-input-component/search-operand-input.component.js +0 -26
- package/esm2015/lib/search/advanced-search/search-predicate-component/search-predicate.component.js +0 -27
- package/esm2015/lib/search/fulltext-search-component/fulltext-search.component.js +0 -21
- package/esm2015/lib/search/public-api.js +0 -10
- package/esm2015/lib/search/search-component/case-search/case-search.component.js +0 -24
- package/esm2015/lib/search/search-component/search.component.js +0 -98
- package/esm2015/lib/search/search-component/task-search/task-search.component.js +0 -24
- package/esm2015/lib/search/search.module.js +0 -36
- package/esm2015/lib/side-menu/content-components/filter-selector/filter-selector-list-item/filter-selector-list-item.component.js +0 -16
- package/esm2015/lib/side-menu/content-components/filter-selector/filter-selector.component.js +0 -45
- package/esm2015/lib/side-menu/content-components/filter-selector/side-menu-filter-selector-component.module.js +0 -27
- package/esm2015/lib/side-menu/content-components/import-net/import-net.component.js +0 -44
- package/esm2015/lib/side-menu/content-components/import-net/side-menu-import-net-component.module.js +0 -27
- package/esm2015/lib/side-menu/content-components/load-filter/load-filter.component.js +0 -54
- package/esm2015/lib/side-menu/content-components/load-filter/side-menu-load-filter-component.module.js +0 -28
- package/esm2015/lib/side-menu/content-components/new-case/new-case.component.js +0 -48
- package/esm2015/lib/side-menu/content-components/new-case/side-menu-new-case-component.module.js +0 -35
- package/esm2015/lib/side-menu/content-components/option-selector/option-selector.component.js +0 -22
- package/esm2015/lib/side-menu/content-components/option-selector/side-menu-option-selector-component.module.js +0 -30
- package/esm2015/lib/side-menu/content-components/public-api.js +0 -19
- package/esm2015/lib/side-menu/content-components/save-filter/save-filter.component.js +0 -53
- package/esm2015/lib/side-menu/content-components/save-filter/side-menu-save-filter-component.module.js +0 -26
- package/esm2015/lib/side-menu/content-components/side-menu-content-component.module.js +0 -50
- package/esm2015/lib/side-menu/content-components/user-assign/side-menu-user-assign-component.module.js +0 -36
- package/esm2015/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/user-assign-item.component.js +0 -19
- package/esm2015/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-list.component.js +0 -25
- package/esm2015/lib/side-menu/content-components/user-assign/user-assign.component.js +0 -29
- package/esm2015/lib/side-menu/public-api.js +0 -7
- package/esm2015/lib/side-menu/side-menu-container/side-menu-container.component.js +0 -22
- package/esm2015/lib/side-menu/side-menu.module.js +0 -27
- package/esm2015/lib/tabs/public-api.js +0 -4
- package/esm2015/lib/tabs/tab-creation-detector/tab-creation-detector.component.js +0 -22
- package/esm2015/lib/tabs/tab-view/tab-view.component.js +0 -32
- package/esm2015/lib/tabs/tabs.module.js +0 -28
- package/esm2015/lib/task-content/field-component-resolver/field-component-resolver.component.js +0 -21
- package/esm2015/lib/task-content/public-api.js +0 -6
- package/esm2015/lib/task-content/task-content/task-content.component.js +0 -36
- package/esm2015/lib/task-content/task-content.module.js +0 -32
- package/esm2015/lib/toolbar/public-api.js +0 -3
- package/esm2015/lib/toolbar/toolbar.component.js +0 -26
- package/esm2015/lib/toolbar/toolbar.module.js +0 -22
- package/esm2015/lib/user/profile/profile.component.js +0 -22
- package/esm2015/lib/user/profile/profile.module.js +0 -20
- package/esm2015/lib/user/public-api.js +0 -7
- package/esm2015/lib/user/user-card/user-card.component.js +0 -22
- package/esm2015/lib/user/user.module.js +0 -22
- package/esm2015/lib/view/case-view/case-view.module.js +0 -22
- package/esm2015/lib/view/case-view/components/case-list/case-list.component.js +0 -31
- package/esm2015/lib/view/public-api.js +0 -10
- package/esm2015/lib/view/tree-case-view/tree-case-view.module.js +0 -38
- package/esm2015/lib/view/tree-case-view/tree-component/add-child-node/add-child-node.component.js +0 -22
- package/esm2015/lib/view/tree-case-view/tree-component/remove-node/remove-node.component.js +0 -22
- package/esm2015/lib/view/tree-case-view/tree-component/tree.component.js +0 -23
- package/esm2015/lib/view/tree-case-view/tree-task-content/tree-task-content.component.js +0 -55
- package/esm2015/lib/view/workflow-view/workflow-view.component.js +0 -36
- package/esm2015/lib/view/workflow-view.module.js +0 -36
- package/esm2015/netgrif-components.js +0 -43
- package/esm2015/public-api.js +0 -22
- package/esm5/lib/admin/admin.module.js +0 -23
- package/esm5/lib/admin/public-api.js +0 -5
- package/esm5/lib/admin/role-assignment/role-assignment.component.js +0 -33
- package/esm5/lib/admin/user-invite/user-invite.component.js +0 -40
- package/esm5/lib/authentication/auth.module.js +0 -19
- package/esm5/lib/authentication/authentication-overlay/authentication-overlay.component.js +0 -40
- package/esm5/lib/authentication/public-api.js +0 -5
- package/esm5/lib/dashboard/cards/barchart-card/barchart-card.component.js +0 -55
- package/esm5/lib/dashboard/cards/count-card/count-card.component.js +0 -27
- package/esm5/lib/dashboard/cards/iframe-card/iframe-card.component.js +0 -28
- package/esm5/lib/dashboard/cards/lineargauge-card/linear-gauge-card.component.js +0 -52
- package/esm5/lib/dashboard/cards/linechart-card/line-chart-card.component.js +0 -65
- package/esm5/lib/dashboard/cards/piechart-card/pie-chart-card.component.js +0 -58
- package/esm5/lib/dashboard/cards/portal-card/portal-card.component.js +0 -52
- package/esm5/lib/dashboard/dashboard-content/dashboard-content.component.js +0 -27
- package/esm5/lib/dashboard/dashboard.module.js +0 -48
- package/esm5/lib/dashboard/public-api.js +0 -12
- package/esm5/lib/data-fields/boolean-field/boolean-field.component.js +0 -33
- package/esm5/lib/data-fields/button-field/button-field.component.js +0 -32
- package/esm5/lib/data-fields/data-field-template/data-field-template.component.js +0 -30
- package/esm5/lib/data-fields/data-fields.module.js +0 -138
- package/esm5/lib/data-fields/date-field/date-field.component.js +0 -34
- package/esm5/lib/data-fields/date-time-field/date-time-field.component.js +0 -34
- package/esm5/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component.js +0 -28
- package/esm5/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component.js +0 -28
- package/esm5/lib/data-fields/enumeration-field/enumeration-field.component.js +0 -25
- package/esm5/lib/data-fields/enumeration-field/enumeration-icon-field/enumeration-icon-field.component.js +0 -20
- package/esm5/lib/data-fields/enumeration-field/enumeration-list-field/enumeration-list-field.component.js +0 -20
- package/esm5/lib/data-fields/enumeration-field/enumeration-select-field/enumeration-select-field.component.js +0 -20
- package/esm5/lib/data-fields/enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component.js +0 -27
- package/esm5/lib/data-fields/file-field/file-field.component.js +0 -57
- package/esm5/lib/data-fields/file-field/preview-dialog/preview-dialog.component.js +0 -36
- package/esm5/lib/data-fields/file-field-list/file-list-field.component.js +0 -36
- package/esm5/lib/data-fields/filter-field/filter-field-content/filter-field-content.component.js +0 -46
- package/esm5/lib/data-fields/filter-field/filter-field.component.js +0 -31
- package/esm5/lib/data-fields/i18n-field/i18n-divider-field/i18n-divider-field.component.js +0 -20
- package/esm5/lib/data-fields/i18n-field/i18n-field.component.js +0 -25
- package/esm5/lib/data-fields/i18n-field/i18n-text-field/i18n-text-field.component.js +0 -26
- package/esm5/lib/data-fields/multichoice-field/multichoice-field.component.js +0 -25
- package/esm5/lib/data-fields/multichoice-field/multichoice-list-field/multichoice-list-field.component.js +0 -20
- package/esm5/lib/data-fields/multichoice-field/multichoice-select-field/multichoice-select-field.component.js +0 -19
- package/esm5/lib/data-fields/number-field/number-currency-field/number-currency-field.component.js +0 -38
- package/esm5/lib/data-fields/number-field/number-default-field/number-default-field.component.js +0 -26
- package/esm5/lib/data-fields/number-field/number-field.component.js +0 -36
- package/esm5/lib/data-fields/public-api.js +0 -18
- package/esm5/lib/data-fields/required-label/required-label.component.js +0 -22
- package/esm5/lib/data-fields/text-field/html-textarea-field/html-textarea-field.component.js +0 -32
- package/esm5/lib/data-fields/text-field/password-text-field/password-text-field.component.js +0 -31
- package/esm5/lib/data-fields/text-field/rich-textarea-field/rich-textarea-field.component.js +0 -28
- package/esm5/lib/data-fields/text-field/simple-text-field/simple-text-field.component.js +0 -28
- package/esm5/lib/data-fields/text-field/text-field.component.js +0 -25
- package/esm5/lib/data-fields/text-field/textarea-field/textarea-field.component.js +0 -31
- package/esm5/lib/data-fields/user-field/user-field.component.js +0 -36
- package/esm5/lib/forms/email-submission/email-submission-form.component.js +0 -26
- package/esm5/lib/forms/email-submission/email-submission-form.module.js +0 -28
- package/esm5/lib/forms/forgotten-password/forgotten-password-form-component.module.js +0 -26
- package/esm5/lib/forms/forgotten-password/forgotten-password-form.component.js +0 -33
- package/esm5/lib/forms/login/login-form.component.js +0 -30
- package/esm5/lib/forms/login/login-form.module.js +0 -26
- package/esm5/lib/forms/public-api.js +0 -11
- package/esm5/lib/forms/registration/registration-form.component.js +0 -33
- package/esm5/lib/forms/registration/registration-form.module.js +0 -28
- package/esm5/lib/header/header-modes/edit-mode/edit-mode.component.js +0 -31
- package/esm5/lib/header/header-modes/loading-mode/loading-mode.component.js +0 -20
- package/esm5/lib/header/header-modes/search-mode/search-mode.component.js +0 -39
- package/esm5/lib/header/header-modes/sort-mode/sort-mode.component.js +0 -20
- package/esm5/lib/header/header.component.js +0 -41
- package/esm5/lib/header/header.module.js +0 -43
- package/esm5/lib/header/public-api.js +0 -12
- package/esm5/lib/legal/legal-notice/legal-notice.component.js +0 -25
- package/esm5/lib/legal/legal-notice/legal-notice.module.js +0 -21
- package/esm5/lib/legal/public-api.js +0 -5
- package/esm5/lib/navigation/group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component.js +0 -58
- package/esm5/lib/navigation/group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component.js +0 -45
- package/esm5/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component.js +0 -71
- package/esm5/lib/navigation/group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component.js +0 -62
- package/esm5/lib/navigation/group-navigation-component-resolver/default-components/model/factory-methods.js +0 -30
- package/esm5/lib/navigation/group-navigation-component-resolver/default-components/model/injected-tabbed-case-view-data-with-navigation-item-task-data.js +0 -2
- package/esm5/lib/navigation/group-navigation-component-resolver/default-group-navigation-component-resolver.service.js +0 -39
- package/esm5/lib/navigation/group-navigation-component-resolver/group-navigation-component-resolver.component.js +0 -34
- package/esm5/lib/navigation/navigation-drawer/navigation-drawer.component.js +0 -35
- package/esm5/lib/navigation/navigation-rail/navigation-rail.component.js +0 -44
- package/esm5/lib/navigation/navigation-tree/navigation-tree.component.js +0 -46
- package/esm5/lib/navigation/navigation.module.js +0 -85
- package/esm5/lib/navigation/public-api.js +0 -9
- package/esm5/lib/navigation/quick-panel/components/internal-link/internal-link.component.js +0 -20
- package/esm5/lib/navigation/quick-panel/components/language-selector/language-selector.component.js +0 -44
- package/esm5/lib/navigation/quick-panel/components/logout-shortcut/logout-shortcut.component.js +0 -37
- package/esm5/lib/navigation/quick-panel/components/quick-panel.component.js +0 -30
- package/esm5/lib/navigation/quick-panel/public-api.js +0 -9
- package/esm5/lib/navigation/quick-panel/quick-panel.module.js +0 -37
- package/esm5/lib/panel/case-panel/case-panel.component.js +0 -55
- package/esm5/lib/panel/immediate/immediate-filter-text/immediate-filter-text.component.js +0 -29
- package/esm5/lib/panel/immediate/immediate-filter-text-content/immediate-filter-text-content.component.js +0 -50
- package/esm5/lib/panel/panel.component.js +0 -26
- package/esm5/lib/panel/panel.module.js +0 -59
- package/esm5/lib/panel/public-api.js +0 -10
- package/esm5/lib/panel/public-workflow-panel/public-workflow-panel.component.js +0 -30
- package/esm5/lib/panel/task-panel/task-panel.component.js +0 -118
- package/esm5/lib/panel/task-panel-list/task-list.component.js +0 -36
- package/esm5/lib/panel/workflow-panel/workflow-panel.component.js +0 -30
- package/esm5/lib/routing/public-api.js +0 -3
- package/esm5/lib/routing/redirect/redirect.component.js +0 -30
- package/esm5/lib/routing/redirect.module.js +0 -16
- package/esm5/lib/search/advanced-search/advanced-search-component/advanced-search.component.js +0 -28
- package/esm5/lib/search/advanced-search/advanced-search.module.js +0 -40
- package/esm5/lib/search/advanced-search/public-api.js +0 -8
- package/esm5/lib/search/advanced-search/search-clause-component/search-clause.component.js +0 -20
- package/esm5/lib/search/advanced-search/search-configuration-input-component/search-configuration-input.component.js +0 -25
- package/esm5/lib/search/advanced-search/search-operand-input-component/search-operand-input.component.js +0 -31
- package/esm5/lib/search/advanced-search/search-predicate-component/search-predicate.component.js +0 -31
- package/esm5/lib/search/fulltext-search-component/fulltext-search.component.js +0 -25
- package/esm5/lib/search/public-api.js +0 -10
- package/esm5/lib/search/search-component/case-search/case-search.component.js +0 -28
- package/esm5/lib/search/search-component/search.component.js +0 -105
- package/esm5/lib/search/search-component/task-search/task-search.component.js +0 -28
- package/esm5/lib/search/search.module.js +0 -40
- package/esm5/lib/side-menu/content-components/filter-selector/filter-selector-list-item/filter-selector-list-item.component.js +0 -23
- package/esm5/lib/side-menu/content-components/filter-selector/filter-selector.component.js +0 -50
- package/esm5/lib/side-menu/content-components/filter-selector/side-menu-filter-selector-component.module.js +0 -31
- package/esm5/lib/side-menu/content-components/import-net/import-net.component.js +0 -49
- package/esm5/lib/side-menu/content-components/import-net/side-menu-import-net-component.module.js +0 -31
- package/esm5/lib/side-menu/content-components/load-filter/load-filter.component.js +0 -58
- package/esm5/lib/side-menu/content-components/load-filter/side-menu-load-filter-component.module.js +0 -32
- package/esm5/lib/side-menu/content-components/new-case/new-case.component.js +0 -53
- package/esm5/lib/side-menu/content-components/new-case/side-menu-new-case-component.module.js +0 -39
- package/esm5/lib/side-menu/content-components/option-selector/option-selector.component.js +0 -27
- package/esm5/lib/side-menu/content-components/option-selector/side-menu-option-selector-component.module.js +0 -34
- package/esm5/lib/side-menu/content-components/public-api.js +0 -19
- package/esm5/lib/side-menu/content-components/save-filter/save-filter.component.js +0 -57
- package/esm5/lib/side-menu/content-components/save-filter/side-menu-save-filter-component.module.js +0 -30
- package/esm5/lib/side-menu/content-components/side-menu-content-component.module.js +0 -54
- package/esm5/lib/side-menu/content-components/user-assign/side-menu-user-assign-component.module.js +0 -40
- package/esm5/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/user-assign-item.component.js +0 -23
- package/esm5/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-list.component.js +0 -30
- package/esm5/lib/side-menu/content-components/user-assign/user-assign.component.js +0 -34
- package/esm5/lib/side-menu/public-api.js +0 -7
- package/esm5/lib/side-menu/side-menu-container/side-menu-container.component.js +0 -27
- package/esm5/lib/side-menu/side-menu.module.js +0 -31
- package/esm5/lib/tabs/public-api.js +0 -4
- package/esm5/lib/tabs/tab-creation-detector/tab-creation-detector.component.js +0 -26
- package/esm5/lib/tabs/tab-view/tab-view.component.js +0 -37
- package/esm5/lib/tabs/tabs.module.js +0 -32
- package/esm5/lib/task-content/field-component-resolver/field-component-resolver.component.js +0 -25
- package/esm5/lib/task-content/public-api.js +0 -6
- package/esm5/lib/task-content/task-content/task-content.component.js +0 -41
- package/esm5/lib/task-content/task-content.module.js +0 -36
- package/esm5/lib/toolbar/public-api.js +0 -3
- package/esm5/lib/toolbar/toolbar.component.js +0 -31
- package/esm5/lib/toolbar/toolbar.module.js +0 -26
- package/esm5/lib/user/profile/profile.component.js +0 -27
- package/esm5/lib/user/profile/profile.module.js +0 -24
- package/esm5/lib/user/public-api.js +0 -7
- package/esm5/lib/user/user-card/user-card.component.js +0 -27
- package/esm5/lib/user/user.module.js +0 -26
- package/esm5/lib/view/case-view/case-view.module.js +0 -26
- package/esm5/lib/view/case-view/components/case-list/case-list.component.js +0 -36
- package/esm5/lib/view/public-api.js +0 -10
- package/esm5/lib/view/tree-case-view/tree-case-view.module.js +0 -42
- package/esm5/lib/view/tree-case-view/tree-component/add-child-node/add-child-node.component.js +0 -27
- package/esm5/lib/view/tree-case-view/tree-component/remove-node/remove-node.component.js +0 -27
- package/esm5/lib/view/tree-case-view/tree-component/tree.component.js +0 -28
- package/esm5/lib/view/tree-case-view/tree-task-content/tree-task-content.component.js +0 -60
- package/esm5/lib/view/workflow-view/workflow-view.component.js +0 -41
- package/esm5/lib/view/workflow-view.module.js +0 -40
- package/esm5/netgrif-components.js +0 -43
- package/esm5/public-api.js +0 -22
- package/fesm2015/netgrif-components.js +0 -4034
- package/fesm2015/netgrif-components.js.map +0 -1
- package/fesm5/netgrif-components.js +0 -4419
- package/fesm5/netgrif-components.js.map +0 -1
- package/netgrif-components.metadata.json +0 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractNumberFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class NumberFieldComponent extends AbstractNumberFieldComponent {
|
|
4
5
|
constructor(translate: TranslateService, informAboutInvalidData: boolean | null);
|
|
5
6
|
resolveComponent(): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFieldComponent, [null, { optional: true; }]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFieldComponent, "nc-number-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare class RequiredLabelComponent
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class RequiredLabelComponent {
|
|
3
3
|
isIn: boolean;
|
|
4
4
|
constructor();
|
|
5
|
-
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RequiredLabelComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RequiredLabelComponent, "nc-required-label", never, { "isIn": "isIn"; }, {}, never, never>;
|
|
6
7
|
}
|
|
@@ -2,8 +2,11 @@ import { 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
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class HtmlTextareaFieldComponent extends AbstractHtmlTextareaFieldComponent implements OnInit {
|
|
6
7
|
protected _translate: TranslateService;
|
|
7
8
|
protected _sanitizer: DomSanitizer;
|
|
8
9
|
constructor(_translate: TranslateService, _sanitizer: DomSanitizer);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlTextareaFieldComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HtmlTextareaFieldComponent, "nc-html-textarea-field", never, {}, {}, never, never>;
|
|
9
12
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
2
|
import { AbstractPasswordTextFieldComponent } from '@netgrif/components-core';
|
|
4
|
-
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PasswordTextFieldComponent extends AbstractPasswordTextFieldComponent {
|
|
5
5
|
protected _translate: TranslateService;
|
|
6
6
|
hide: boolean;
|
|
7
7
|
constructor(_translate: TranslateService);
|
|
8
|
-
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordTextFieldComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordTextFieldComponent, "nc-password-text-field", never, {}, {}, never, never>;
|
|
9
10
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
+
import { TextAreaField } from '@netgrif/components-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class EasymdeWrapperComponent implements OnDestroy, AfterViewInit, ControlValueAccessor {
|
|
6
|
+
private _easyMDE;
|
|
7
|
+
private _fromEditor;
|
|
8
|
+
options: any;
|
|
9
|
+
formControlRef: FormControl;
|
|
10
|
+
textAreaField: TextAreaField;
|
|
11
|
+
textarea: ElementRef;
|
|
12
|
+
constructor();
|
|
13
|
+
propagateChange: (_: any) => any;
|
|
14
|
+
onTouched: () => any;
|
|
15
|
+
writeValue(value: any): void;
|
|
16
|
+
registerOnChange(fn: any): void;
|
|
17
|
+
registerOnTouched(fn: any): void;
|
|
18
|
+
ngAfterViewInit(): void;
|
|
19
|
+
private _onChange;
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EasymdeWrapperComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EasymdeWrapperComponent, "nc-easymde-wrapper", never, { "formControlRef": "formControlRef"; "textAreaField": "textAreaField"; }, {}, never, never>;
|
|
23
|
+
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractRichTextareaFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class RichTextareaFieldComponent extends AbstractRichTextareaFieldComponent {
|
|
4
5
|
protected _translate: TranslateService;
|
|
5
6
|
constructor(_translate: TranslateService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextareaFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextareaFieldComponent, "nc-rich-textarea-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractSimpleTextFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SimpleTextFieldComponent extends AbstractSimpleTextFieldComponent {
|
|
4
5
|
protected _translate: TranslateService;
|
|
5
6
|
constructor(_translate: TranslateService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleTextFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleTextFieldComponent, "nc-simple-text-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractTextFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TextFieldComponent extends AbstractTextFieldComponent {
|
|
3
4
|
constructor(informAboutInvalidData: boolean | null);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, [{ optional: true; }]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "nc-text-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { NgZone } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { AbstractTextareaFieldComponent } from '@netgrif/components-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TextareaFieldComponent extends AbstractTextareaFieldComponent {
|
|
5
6
|
protected _translate: TranslateService;
|
|
6
7
|
protected _ngZone: NgZone;
|
|
7
8
|
constructor(_translate: TranslateService, _ngZone: NgZone);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldComponent, "nc-textarea-field", never, {}, {}, never, never>;
|
|
8
11
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractUserFieldComponent, SideMenuService, SnackBarService } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class UserFieldComponent extends AbstractUserFieldComponent {
|
|
4
5
|
constructor(sideMenuService: SideMenuService, snackbar: SnackBarService, translate: TranslateService, informAboutInvalidData: boolean | null);
|
|
5
6
|
selectUser(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserFieldComponent, [null, null, null, { optional: true; }]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserFieldComponent, "nc-user-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { FormBuilder } from '@angular/forms';
|
|
2
2
|
import { AbstractEmailSubmissionFormComponent } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class EmailSubmissionFormComponent extends AbstractEmailSubmissionFormComponent {
|
|
4
5
|
constructor(formBuilder: FormBuilder);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailSubmissionFormComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmailSubmissionFormComponent, "nc-email-submission-form", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./email-submission-form.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@netgrif/components-core";
|
|
5
|
+
import * as i4 from "@angular/flex-layout";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../../legal/legal-notice/legal-notice.module";
|
|
1
8
|
export declare class EmailSubmissionFormComponentModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailSubmissionFormComponentModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EmailSubmissionFormComponentModule, [typeof i1.EmailSubmissionFormComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.FlexLayoutModule, typeof i5.ReactiveFormsModule, typeof i3.TranslateLibModule, typeof i6.LegalNoticeModule], [typeof i1.EmailSubmissionFormComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EmailSubmissionFormComponentModule>;
|
|
2
12
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./forgotten-password-form.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@netgrif/components-core";
|
|
5
|
+
import * as i4 from "@angular/flex-layout";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
1
7
|
export declare class ForgottenPasswordFormComponentModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ForgottenPasswordFormComponentModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ForgottenPasswordFormComponentModule, [typeof i1.ForgottenPasswordFormComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.FlexLayoutModule, typeof i5.ReactiveFormsModule, typeof i3.TranslateLibModule], [typeof i1.ForgottenPasswordFormComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ForgottenPasswordFormComponentModule>;
|
|
2
11
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractForgottenPasswordComponent, LoggerService, SignUpService } from '@netgrif/components-core';
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ForgottenPasswordFormComponent extends AbstractForgottenPasswordComponent {
|
|
5
6
|
constructor(formBuilder: FormBuilder, signupService: SignUpService, log: LoggerService, translate: TranslateService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ForgottenPasswordFormComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ForgottenPasswordFormComponent, "nc-forgotten-password-form", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { FormBuilder } from '@angular/forms';
|
|
2
2
|
import { AbstractLoginFormComponent, UserService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class LoginFormComponent extends AbstractLoginFormComponent {
|
|
4
5
|
protected _userService: UserService;
|
|
5
6
|
constructor(formBuilder: FormBuilder, _userService: UserService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "nc-login-form", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./login-form.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@netgrif/components-core";
|
|
5
|
+
import * as i4 from "@angular/flex-layout";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
1
7
|
export declare class LoginFormComponentModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponentModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoginFormComponentModule, [typeof i1.LoginFormComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.FlexLayoutModule, typeof i5.ReactiveFormsModule, typeof i3.TranslateLibModule], [typeof i1.LoginFormComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LoginFormComponentModule>;
|
|
2
11
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { FormBuilder } from '@angular/forms';
|
|
2
2
|
import { AbstractRegistrationFormComponent, LoggerService, SignUpService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class RegistrationFormComponent extends AbstractRegistrationFormComponent {
|
|
5
6
|
constructor(formBuilder: FormBuilder, signupService: SignUpService, log: LoggerService, translate: TranslateService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RegistrationFormComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RegistrationFormComponent, "nc-registration-form", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./registration-form.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@netgrif/components-core";
|
|
5
|
+
import * as i4 from "@angular/flex-layout";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../../legal/legal-notice/legal-notice.module";
|
|
1
8
|
export declare class RegistrationFormComponentModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RegistrationFormComponentModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RegistrationFormComponentModule, [typeof i1.RegistrationFormComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.FlexLayoutModule, typeof i5.ReactiveFormsModule, typeof i3.TranslateLibModule, typeof i6.LegalNoticeModule], [typeof i1.RegistrationFormComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RegistrationFormComponentModule>;
|
|
2
12
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { AbstractEditModeComponent, LoggerService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class EditModeComponent extends AbstractEditModeComponent {
|
|
4
5
|
protected _translate: TranslateService;
|
|
5
6
|
protected loggerService: LoggerService;
|
|
6
7
|
constructor(_translate: TranslateService, loggerService: LoggerService);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditModeComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditModeComponent, "nc-edit-mode", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractLoadingModeComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class LoadingModeComponent extends AbstractLoadingModeComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingModeComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingModeComponent, "nc-loading-mode", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractSearchModeComponent, SideMenuService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class SearchModeComponent extends AbstractSearchModeComponent {
|
|
3
4
|
protected _sideMenuService: SideMenuService;
|
|
4
5
|
constructor(_sideMenuService: SideMenuService);
|
|
5
6
|
selectUser(column: number): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchModeComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchModeComponent, "nc-search-mode", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractSortModeComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class SortModeComponent extends AbstractSortModeComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SortModeComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SortModeComponent, "nc-sort-mode", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { AbstractHeaderComponent, OverflowService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class HeaderComponent extends AbstractHeaderComponent {
|
|
5
6
|
protected _injector: Injector;
|
|
6
7
|
protected _translate: TranslateService;
|
|
7
8
|
protected overflowService: OverflowService;
|
|
8
9
|
constructor(_injector: Injector, _translate: TranslateService, overflowService: OverflowService);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, [null, null, { optional: true; }]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "nc-header", never, {}, {}, never, never>;
|
|
9
12
|
}
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./header.component";
|
|
3
|
+
import * as i2 from "./header-modes/sort-mode/sort-mode.component";
|
|
4
|
+
import * as i3 from "./header-modes/search-mode/search-mode.component";
|
|
5
|
+
import * as i4 from "./header-modes/edit-mode/edit-mode.component";
|
|
6
|
+
import * as i5 from "./header-modes/loading-mode/loading-mode.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@netgrif/components-core";
|
|
9
|
+
import * as i8 from "@angular/flex-layout";
|
|
10
|
+
import * as i9 from "@angular-material-components/datetime-picker";
|
|
1
11
|
export declare class HeaderComponentModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponentModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderComponentModule, [typeof i1.HeaderComponent, typeof i2.SortModeComponent, typeof i3.SearchModeComponent, typeof i4.EditModeComponent, typeof i5.LoadingModeComponent], [typeof i6.CommonModule, typeof i7.MaterialModule, typeof i8.FlexModule, typeof i7.TranslateLibModule, typeof i7.MaterialModule, typeof i9.NgxMatDatetimePickerModule], [typeof i1.HeaderComponent, typeof i2.SortModeComponent, typeof i3.SearchModeComponent, typeof i4.EditModeComponent, typeof i5.LoadingModeComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderComponentModule>;
|
|
2
15
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractLegalNoticeComponent, ConfigurationService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class LegalNoticeComponent extends AbstractLegalNoticeComponent {
|
|
3
4
|
constructor(config: ConfigurationService);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LegalNoticeComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LegalNoticeComponent, "nc-legal-notice", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./legal-notice.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@netgrif/components-core";
|
|
1
5
|
export declare class LegalNoticeModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LegalNoticeModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LegalNoticeModule, [typeof i1.LegalNoticeComponent], [typeof i2.CommonModule, typeof i3.TranslateLibModule], [typeof i1.LegalNoticeComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LegalNoticeModule>;
|
|
2
9
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractTaskViewComponent, TaskViewService } from '@netgrif/components-core';
|
|
3
3
|
import { HeaderComponent } from '../../../../header/header.component';
|
|
4
|
-
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DefaultSimpleTaskViewComponent extends AbstractTaskViewComponent implements AfterViewInit {
|
|
5
6
|
taskHeaderComponent: HeaderComponent;
|
|
6
7
|
constructor(taskViewService: TaskViewService);
|
|
7
8
|
ngAfterViewInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultSimpleTaskViewComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultSimpleTaskViewComponent, "nc-default-simple-task-view", never, {}, {}, never, never>;
|
|
8
11
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { TabContent, DataGroup } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DefaultTabViewComponent {
|
|
3
4
|
protected _navigationItemTaskData: Array<DataGroup>;
|
|
4
5
|
tabs: Array<TabContent>;
|
|
5
6
|
constructor(_navigationItemTaskData: Array<DataGroup>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTabViewComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTabViewComponent, "nc-default-tab-view", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { CaseViewService,
|
|
2
|
+
import { CaseViewService, AbstractTabbedCaseViewComponent, LoggerService, SavedFilterMetadata } from '@netgrif/components-core';
|
|
3
3
|
import { HeaderComponent } from '../../../../header/header.component';
|
|
4
4
|
import { InjectedTabbedCaseViewDataWithNavigationItemTaskData } from '../model/injected-tabbed-case-view-data-with-navigation-item-task-data';
|
|
5
|
-
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DefaultTabbedCaseViewComponent extends AbstractTabbedCaseViewComponent implements AfterViewInit {
|
|
6
7
|
caseHeaderComponent: HeaderComponent;
|
|
7
8
|
constructor(caseViewService: CaseViewService, loggerService: LoggerService, injectedTabData: InjectedTabbedCaseViewDataWithNavigationItemTaskData);
|
|
8
9
|
ngAfterViewInit(): void;
|
|
9
10
|
loadFilter(filterData: SavedFilterMetadata): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTabbedCaseViewComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTabbedCaseViewComponent, "nc-default-tabbed-case-view", never, {}, {}, never, never>;
|
|
10
13
|
}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { TaskViewService,
|
|
2
|
+
import { TaskViewService, AbstractTabbedTaskViewComponent, InjectedTabbedTaskViewData } from '@netgrif/components-core';
|
|
3
3
|
import { HeaderComponent } from '../../../../header/header.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare function baseFilterFactory(injectedTabData: InjectedTabbedTaskViewData): {
|
|
5
6
|
filter: import("@netgrif/components-core").Filter;
|
|
6
7
|
};
|
|
7
|
-
export declare class DefaultTabbedTaskViewComponent extends
|
|
8
|
+
export declare class DefaultTabbedTaskViewComponent extends AbstractTabbedTaskViewComponent implements AfterViewInit {
|
|
8
9
|
taskHeaderComponent: HeaderComponent;
|
|
9
10
|
constructor(taskViewService: TaskViewService, injectedTabData: InjectedTabbedTaskViewData);
|
|
10
11
|
ngAfterViewInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTabbedTaskViewComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTabbedTaskViewComponent, "nc-default-tabbed-task-view", never, {}, {}, never, never>;
|
|
11
14
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import { DataGroup, GroupNavigationComponentResolverService, LoggerService, TaskResourceService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DefaultGroupNavigationComponentResolverService extends GroupNavigationComponentResolverService {
|
|
4
5
|
constructor(taskResourceService: TaskResourceService, log: LoggerService);
|
|
5
6
|
resolveViewComponent(navigationItemTaskData: Array<DataGroup>): Type<any>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultGroupNavigationComponentResolverService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultGroupNavigationComponentResolverService>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { AbstractGroupNavigationComponentResolverComponent, GroupNavigationComponentResolverService, LoggerService } from '@netgrif/components-core';
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class GroupNavigationComponentResolverComponent extends AbstractGroupNavigationComponentResolverComponent {
|
|
5
6
|
constructor(componentResolverService: GroupNavigationComponentResolverService, parentInjector: Injector, activatedRoute: ActivatedRoute, router: Router, log: LoggerService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupNavigationComponentResolverComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupNavigationComponentResolverComponent, "nc-group-navigation-component-resolver", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import 'hammerjs';
|
|
2
2
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
3
3
|
import { AbstractNavigationDrawerComponent, LoggerService, UserPreferenceService } from '@netgrif/components-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NavigationDrawerComponent extends AbstractNavigationDrawerComponent {
|
|
5
6
|
protected breakpoint: BreakpointObserver;
|
|
6
7
|
protected _log: LoggerService;
|
|
7
8
|
protected userPreferenceService: UserPreferenceService;
|
|
8
9
|
constructor(breakpoint: BreakpointObserver, _log: LoggerService, userPreferenceService: UserPreferenceService);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDrawerComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationDrawerComponent, "nc-navigation-drawer", never, {}, {}, never, ["*"]>;
|
|
9
12
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractNavigationRailComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class NavigationRailComponent extends AbstractNavigationRailComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationRailComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationRailComponent, "nc-navigation-rail", never, {}, {}, never, ["*"]>;
|
|
4
7
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { AbstractNavigationTreeComponent, AuthorityGuardService, ConfigurationService, LoggerService, RoleGuardService, UserService, GroupGuardService, ActiveGroupService, TaskResourceService, LanguageService, DynamicNavigationRouteProviderService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class NavigationTreeComponent extends AbstractNavigationTreeComponent {
|
|
4
5
|
constructor(config: ConfigurationService, router: Router, log: LoggerService, userService: UserService, roleGuard: RoleGuardService, authorityGuard: AuthorityGuardService, groupGuard: GroupGuardService, activeGroupService: ActiveGroupService, taskResourceService: TaskResourceService, languageService: LanguageService, navigationRouteProvider: DynamicNavigationRouteProviderService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationTreeComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationTreeComponent, "nc-navigation-tree", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
@@ -1,3 +1,28 @@
|
|
|
1
1
|
import 'hammerjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./navigation-drawer/navigation-drawer.component";
|
|
4
|
+
import * as i2 from "./navigation-rail/navigation-rail.component";
|
|
5
|
+
import * as i3 from "./navigation-tree/navigation-tree.component";
|
|
6
|
+
import * as i4 from "./group-navigation-component-resolver/group-navigation-component-resolver.component";
|
|
7
|
+
import * as i5 from "./group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component";
|
|
8
|
+
import * as i6 from "./group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component";
|
|
9
|
+
import * as i7 from "./group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component";
|
|
10
|
+
import * as i8 from "./group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component";
|
|
11
|
+
import * as i9 from "@angular/common";
|
|
12
|
+
import * as i10 from "@angular/router";
|
|
13
|
+
import * as i11 from "@netgrif/components-core";
|
|
14
|
+
import * as i12 from "@angular/flex-layout";
|
|
15
|
+
import * as i13 from "./quick-panel/quick-panel.module";
|
|
16
|
+
import * as i14 from "../user/user.module";
|
|
17
|
+
import * as i15 from "angular-resizable-element";
|
|
18
|
+
import * as i16 from "@angular/material/progress-spinner";
|
|
19
|
+
import * as i17 from "../search/search.module";
|
|
20
|
+
import * as i18 from "../header/header.module";
|
|
21
|
+
import * as i19 from "../panel/panel.module";
|
|
22
|
+
import * as i20 from "../tabs/tabs.module";
|
|
23
|
+
import * as i21 from "../view/case-view/case-view.module";
|
|
2
24
|
export declare class NavigationComponentModule {
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponentModule, never>;
|
|
26
|
+
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.CommonModule, typeof i10.RouterModule, typeof i11.MaterialModule, typeof i12.FlexModule, typeof i12.FlexLayoutModule, typeof i13.QuickPanelComponentModule, typeof i11.TranslateLibModule, typeof i14.UserComponentModule, typeof i15.ResizableModule, typeof i16.MatProgressSpinnerModule, typeof i17.SearchComponentModule, typeof i18.HeaderComponentModule, typeof i19.PanelComponentModule, typeof i20.TabsComponentModule, typeof i21.CaseViewComponentModule], [typeof i1.NavigationDrawerComponent, typeof i2.NavigationRailComponent, typeof i3.NavigationTreeComponent, typeof i4.GroupNavigationComponentResolverComponent, typeof i5.DefaultSimpleTaskViewComponent, typeof i6.DefaultTabbedTaskViewComponent, typeof i7.DefaultTabbedCaseViewComponent, typeof i8.DefaultTabViewComponent]>;
|
|
27
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationComponentModule>;
|
|
3
28
|
}
|
|
@@ -3,3 +3,8 @@ export * from './navigation.module';
|
|
|
3
3
|
export * from './navigation-tree/navigation-tree.component';
|
|
4
4
|
export * from './navigation-drawer/navigation-drawer.component';
|
|
5
5
|
export * from './navigation-rail/navigation-rail.component';
|
|
6
|
+
export * from './group-navigation-component-resolver/group-navigation-component-resolver.component';
|
|
7
|
+
export * from './group-navigation-component-resolver/default-components/default-simple-task-view/default-simple-task-view.component';
|
|
8
|
+
export * from './group-navigation-component-resolver/default-components/default-tab-view/default-tab-view.component';
|
|
9
|
+
export * from './group-navigation-component-resolver/default-components/default-tabbed-case-view/default-tabbed-case-view.component';
|
|
10
|
+
export * from './group-navigation-component-resolver/default-components/default-tabbed-task-view/default-tabbed-task-view.component';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractInternalLinkComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class InternalLinkComponent extends AbstractInternalLinkComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InternalLinkComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InternalLinkComponent, "nc-internal-link", never, {}, {}, never, never>;
|
|
4
7
|
}
|
package/lib/navigation/quick-panel/components/language-selector/language-selector.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AbstractLanguageSelectorComponent, LanguageService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class LanguageSelectorComponent extends AbstractLanguageSelectorComponent {
|
|
3
4
|
protected _select: LanguageService;
|
|
4
5
|
constructor(_select: LanguageService);
|
|
@@ -6,4 +7,6 @@ export declare class LanguageSelectorComponent extends AbstractLanguageSelectorC
|
|
|
6
7
|
deFlag: string;
|
|
7
8
|
gbFlag: string;
|
|
8
9
|
getFlag(flagCode: string): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectorComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectorComponent, "nc-language-selector", never, {}, {}, never, never>;
|
|
9
12
|
}
|
package/lib/navigation/quick-panel/components/logout-shortcut/logout-shortcut.component.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { AbstractLogoutShortcutComponent, ConfigurationService, LoggerService, UserService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class LogoutShortcutComponent extends AbstractLogoutShortcutComponent {
|
|
4
5
|
protected _user: UserService;
|
|
5
6
|
protected _log: LoggerService;
|
|
6
7
|
protected _config: ConfigurationService;
|
|
7
8
|
protected _router: Router;
|
|
8
9
|
constructor(_user: UserService, _log: LoggerService, _config: ConfigurationService, _router: Router);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutShortcutComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutShortcutComponent, "nc-logout-shortcut", never, {}, {}, never, never>;
|
|
9
12
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractQuickPanelComponent, LanguageService, PaperViewService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class QuickPanelComponent extends AbstractQuickPanelComponent {
|
|
3
4
|
protected _select: LanguageService;
|
|
4
5
|
protected _paperView: PaperViewService;
|
|
5
6
|
constructor(_select: LanguageService, _paperView: PaperViewService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuickPanelComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickPanelComponent, "nc-quick-panel", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/quick-panel.component";
|
|
3
|
+
import * as i2 from "./components/logout-shortcut/logout-shortcut.component";
|
|
4
|
+
import * as i3 from "./components/language-selector/language-selector.component";
|
|
5
|
+
import * as i4 from "./components/internal-link/internal-link.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/router";
|
|
8
|
+
import * as i7 from "@netgrif/components-core";
|
|
1
9
|
export declare class QuickPanelComponentModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuickPanelComponentModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<QuickPanelComponentModule, [typeof i1.QuickPanelComponent, typeof i2.LogoutShortcutComponent, typeof i3.LanguageSelectorComponent, typeof i4.InternalLinkComponent], [typeof i5.CommonModule, typeof i6.RouterModule, typeof i7.MaterialModule, typeof i7.TranslateLibModule], [typeof i1.QuickPanelComponent, typeof i2.LogoutShortcutComponent, typeof i3.LanguageSelectorComponent, typeof i4.InternalLinkComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<QuickPanelComponentModule>;
|
|
2
13
|
}
|
|
@@ -3,6 +3,7 @@ import { CaseResourceService, PermissionService } from '@netgrif/components-core
|
|
|
3
3
|
import { SnackBarService } from '@netgrif/components-core';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { CurrencyPipe } from '@angular/common';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class CasePanelComponent extends AbstractCasePanelComponent {
|
|
7
8
|
protected _caseResourceService: CaseResourceService;
|
|
8
9
|
protected _caseViewService: CaseViewService;
|
|
@@ -14,4 +15,6 @@ export declare class CasePanelComponent extends AbstractCasePanelComponent {
|
|
|
14
15
|
protected _currencyPipe: CurrencyPipe;
|
|
15
16
|
_permissionService: PermissionService;
|
|
16
17
|
constructor(_caseResourceService: CaseResourceService, _caseViewService: CaseViewService, _snackBarService: SnackBarService, _translateService: TranslateService, _log: LoggerService, _overflowService: OverflowService, _userService: UserService, _currencyPipe: CurrencyPipe, _permissionService: PermissionService);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CasePanelComponent, [null, null, null, null, null, { optional: true; }, null, null, null]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CasePanelComponent, "nc-case-panel", never, {}, {}, never, never>;
|
|
17
20
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { ComponentType } from '@angular/cdk/portal';
|
|
2
2
|
import { Injector } from '@angular/core';
|
|
3
3
|
import { AbstractImmediateFilterTextComponent, AbstractImmediateFilterTextContentComponent } from '@netgrif/components-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ImmediateFilterTextComponent extends AbstractImmediateFilterTextComponent {
|
|
5
6
|
constructor(parentInjector: Injector);
|
|
6
7
|
protected getFilterTextContentComponent(): ComponentType<AbstractImmediateFilterTextContentComponent>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImmediateFilterTextComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImmediateFilterTextComponent, "nc-immediate-filter-text", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { AbstractImmediateFilterTextContentComponent, FilterTextConfiguration, SearchService, BaseFilter, AllowedNetsServiceFactory, AllowedNetsService, CategoryFactory, Category } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare function filterTextBaseFilterFactory(configuration: FilterTextConfiguration): BaseFilter;
|
|
4
5
|
export declare function filterTextAllowedNetsFactory(factory: AllowedNetsServiceFactory, configuration: FilterTextConfiguration): AllowedNetsService;
|
|
5
6
|
export declare function filterTextCategoriesFactory(factory: CategoryFactory, configuration: FilterTextConfiguration): Array<Category<any>>;
|
|
6
7
|
export declare class ImmediateFilterTextContentComponent extends AbstractImmediateFilterTextContentComponent {
|
|
7
8
|
constructor(configuration: FilterTextConfiguration, textSearchService: SearchService, translateService: TranslateService);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImmediateFilterTextContentComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImmediateFilterTextContentComponent, "nc-immediate-filter-text-content", never, {}, {}, never, never>;
|
|
8
11
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AbstractPanelItemComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PanelItemComponent extends AbstractPanelItemComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelItemComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelItemComponent, "nc-panel-item", never, {}, {}, never, never>;
|
|
7
|
+
}
|