@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,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./role-assignment/role-assignment.component";
|
|
3
|
+
import * as i2 from "./ldap-group-role-assignment/ldap-group-role-assignment.component";
|
|
4
|
+
import * as i3 from "./user-invite/user-invite.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@netgrif/components-core";
|
|
1
7
|
export declare class AdminComponentModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdminComponentModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminComponentModule, [typeof i1.RoleAssignmentComponent, typeof i2.LdapGroupRoleAssignmentComponent, typeof i3.UserInviteComponent], [typeof i4.CommonModule, typeof i5.MaterialModule, typeof i5.TranslateLibModule], [typeof i1.RoleAssignmentComponent, typeof i2.LdapGroupRoleAssignmentComponent, typeof i3.UserInviteComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdminComponentModule>;
|
|
2
11
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbstractLdapGroupRoleAssignment, RoleAssignmentLdapGroupService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LdapGroupRoleAssignmentComponent extends AbstractLdapGroupRoleAssignment {
|
|
4
|
+
protected _service: RoleAssignmentLdapGroupService;
|
|
5
|
+
constructor(_service: RoleAssignmentLdapGroupService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LdapGroupRoleAssignmentComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LdapGroupRoleAssignmentComponent, "nc-ldap-group-role-assignment", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { AbstractRoleAssignmentComponent, RoleAssignmentService, UserService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RoleAssignmentComponent extends AbstractRoleAssignmentComponent {
|
|
3
4
|
protected _service: RoleAssignmentService;
|
|
4
5
|
protected _userService: UserService;
|
|
5
6
|
constructor(_service: RoleAssignmentService, _userService: UserService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoleAssignmentComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoleAssignmentComponent, "nc-role-assignment", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AbstractUserInviteComponent, OrganizationListService, SignUpService, SnackBarService, UserInviteService } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class UserInviteComponent extends AbstractUserInviteComponent {
|
|
4
5
|
protected _userInviteService: UserInviteService;
|
|
5
6
|
protected _orgList: OrganizationListService;
|
|
@@ -7,4 +8,6 @@ export declare class UserInviteComponent extends AbstractUserInviteComponent {
|
|
|
7
8
|
protected _snackBar: SnackBarService;
|
|
8
9
|
protected _translate: TranslateService;
|
|
9
10
|
constructor(_userInviteService: UserInviteService, _orgList: OrganizationListService, _signUpService: SignUpService, _snackBar: SnackBarService, _translate: TranslateService);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserInviteComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserInviteComponent, "nc-user-invite", never, {}, {}, never, never>;
|
|
10
13
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./authentication-overlay/authentication-overlay.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class AuthenticationComponentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationComponentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AuthenticationComponentModule, [typeof i1.AuthenticationOverlayComponent], [typeof i2.CommonModule], [typeof i1.AuthenticationOverlayComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AuthenticationComponentModule>;
|
|
2
8
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
|
-
import { RedirectService, SessionService, SpinnerOverlayService,
|
|
3
|
-
|
|
2
|
+
import { RedirectService, SessionService, SpinnerOverlayService, AbstractAuthenticationOverlayComponent, UserService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AuthenticationOverlayComponent extends AbstractAuthenticationOverlayComponent {
|
|
4
5
|
protected _session: SessionService;
|
|
5
6
|
protected _spinnerOverlay: SpinnerOverlayService;
|
|
6
7
|
protected router: Router;
|
|
7
8
|
protected redirectService: RedirectService;
|
|
8
9
|
protected userService: UserService;
|
|
9
10
|
constructor(_session: SessionService, _spinnerOverlay: SpinnerOverlayService, router: Router, redirectService: RedirectService, userService: UserService);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationOverlayComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationOverlayComponent, "nc-authentication-overlay", never, {}, {}, never, ["*"]>;
|
|
10
13
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractCustomCardComponent, AggregationResult, DashboardEventContent, DashboardResourceService, LoggerService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
-
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BarchartCardComponent extends AbstractCustomCardComponent implements OnInit {
|
|
5
6
|
protected _injector: Injector;
|
|
6
7
|
protected resourceService: DashboardResourceService;
|
|
7
8
|
protected translateService: TranslateService;
|
|
@@ -11,4 +12,6 @@ export declare class BarchartCardComponent extends AbstractCustomCard implements
|
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
onSelect(data: DashboardEventContent): void;
|
|
13
14
|
convertData(json: AggregationResult): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarchartCardComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarchartCardComponent, "nc-barchart-card", never, {}, { "selectEvent": "selectEvent"; }, never, never>;
|
|
14
17
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { AbstractCountCardComponent } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CountCardComponent extends AbstractCountCardComponent {
|
|
4
5
|
protected _injector: Injector;
|
|
5
6
|
constructor(_injector: Injector);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CountCardComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CountCardComponent, "nc-count-card", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractIframeCardComponent } from '@netgrif/components-core';
|
|
2
2
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IframeCardComponent extends AbstractIframeCardComponent {
|
|
4
5
|
protected _sanitizer: DomSanitizer;
|
|
5
6
|
constructor(_sanitizer: DomSanitizer);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IframeCardComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeCardComponent, "nc-iframe-card", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractCustomCardComponent, DashboardEventContent, DashboardResourceService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { AggregationResult, LoggerService } from '@netgrif/components-core';
|
|
5
|
-
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LinearGaugeCardComponent extends AbstractCustomCardComponent implements OnInit {
|
|
6
7
|
protected _injector: Injector;
|
|
7
8
|
protected resourceService: DashboardResourceService;
|
|
8
9
|
protected translateService: TranslateService;
|
|
@@ -12,4 +13,6 @@ export declare class LinearGaugeCardComponent extends AbstractCustomCard impleme
|
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
onSelect(data: DashboardEventContent): void;
|
|
14
15
|
convertData(json: AggregationResult): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeCardComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeCardComponent, "nc-linear-gauge-card", never, {}, { "selectEvent": "selectEvent"; }, never, never>;
|
|
15
18
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractCustomCardComponent, DashboardEventContent, DashboardResourceService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { AggregationResult, LoggerService } from '@netgrif/components-core';
|
|
5
|
-
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LineChartCardComponent extends AbstractCustomCardComponent implements OnInit {
|
|
6
7
|
protected _injector: Injector;
|
|
7
8
|
protected resourceService: DashboardResourceService;
|
|
8
9
|
protected translateService: TranslateService;
|
|
@@ -13,4 +14,6 @@ export declare class LineChartCardComponent extends AbstractCustomCard implement
|
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
onSelect(data: DashboardEventContent): void;
|
|
15
16
|
convertData(json: AggregationResult): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LineChartCardComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LineChartCardComponent, "nc-line-chart-card", never, {}, { "selectEvent": "selectEvent"; }, never, never>;
|
|
16
19
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractCustomCardComponent, DashboardEventContent, DashboardResourceService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { AggregationResult, LoggerService } from '@netgrif/components-core';
|
|
5
|
-
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PieChartCardComponent extends AbstractCustomCardComponent implements OnInit {
|
|
6
7
|
protected _injector: Injector;
|
|
7
8
|
protected resourceService: DashboardResourceService;
|
|
8
9
|
protected translateService: TranslateService;
|
|
@@ -14,4 +15,6 @@ export declare class PieChartCardComponent extends AbstractCustomCard implements
|
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
onSelect(data: DashboardEventContent): void;
|
|
16
17
|
convertData(json: AggregationResult): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PieChartCardComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PieChartCardComponent, "nc-pie-chart-card", never, {}, { "selectEvent": "selectEvent"; }, never, never>;
|
|
17
20
|
}
|
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import { EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractCustomCardComponent, DashboardEventContent, DashboardResourceService } from '@netgrif/components-core';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { ComponentPortal, Portal } from '@angular/cdk/portal';
|
|
5
5
|
import { AggregationResult, LoggerService } from '@netgrif/components-core';
|
|
6
|
-
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class PortalCardComponent extends AbstractCustomCardComponent implements OnInit {
|
|
7
8
|
protected _injector: Injector;
|
|
8
9
|
protected resourceService: DashboardResourceService;
|
|
9
10
|
protected translateService: TranslateService;
|
|
10
11
|
protected loggerService: LoggerService;
|
|
11
12
|
injectedDashboard: Portal<any>;
|
|
12
|
-
componentPortal: ComponentPortal<
|
|
13
|
+
componentPortal: ComponentPortal<AbstractCustomCardComponent>;
|
|
13
14
|
selectEvent: EventEmitter<DashboardEventContent>;
|
|
14
15
|
constructor(_injector: Injector, resourceService: DashboardResourceService, translateService: TranslateService, loggerService: LoggerService);
|
|
15
16
|
ngOnInit(): void;
|
|
16
17
|
onSelect(data: DashboardEventContent): void;
|
|
17
18
|
convertData(json: AggregationResult): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PortalCardComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PortalCardComponent, "nc-portal-card", never, { "componentPortal": "componentPortal"; }, { "selectEvent": "selectEvent"; }, never, never>;
|
|
18
21
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { AbstractDashboardContentComponent, LoggerService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DashboardContentComponent extends AbstractDashboardContentComponent {
|
|
3
4
|
protected _log: LoggerService;
|
|
4
5
|
constructor(_log: LoggerService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardContentComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardContentComponent, "nc-dashboard-content", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
@@ -1,2 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./cards/count-card/count-card.component";
|
|
3
|
+
import * as i2 from "./cards/iframe-card/iframe-card.component";
|
|
4
|
+
import * as i3 from "./dashboard-content/dashboard-content.component";
|
|
5
|
+
import * as i4 from "./cards/piechart-card/pie-chart-card.component";
|
|
6
|
+
import * as i5 from "./cards/linechart-card/line-chart-card.component";
|
|
7
|
+
import * as i6 from "./cards/barchart-card/barchart-card.component";
|
|
8
|
+
import * as i7 from "./cards/lineargauge-card/linear-gauge-card.component";
|
|
9
|
+
import * as i8 from "./cards/portal-card/portal-card.component";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@netgrif/components-core";
|
|
12
|
+
import * as i11 from "@swimlane/ngx-charts";
|
|
13
|
+
import * as i12 from "@angular/material/grid-list";
|
|
1
14
|
export declare class DashboardComponentModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponentModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardComponentModule, [typeof i1.CountCardComponent, typeof i2.IframeCardComponent, typeof i3.DashboardContentComponent, typeof i4.PieChartCardComponent, typeof i5.LineChartCardComponent, typeof i6.BarchartCardComponent, typeof i7.LinearGaugeCardComponent, typeof i8.PortalCardComponent], [typeof i9.CommonModule, typeof i10.MaterialModule, typeof i10.TranslateLibModule, typeof i11.NgxChartsModule, typeof i10.MaterialModule, typeof i12.MatGridListModule], [typeof i1.CountCardComponent, typeof i2.IframeCardComponent, typeof i3.DashboardContentComponent, typeof i4.PieChartCardComponent, typeof i5.LineChartCardComponent, typeof i6.BarchartCardComponent, typeof i7.LinearGaugeCardComponent]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardComponentModule>;
|
|
2
18
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { AbstractBooleanFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class BooleanFieldComponent extends AbstractBooleanFieldComponent {
|
|
4
5
|
protected isEnabled: boolean;
|
|
5
6
|
valueLabelEnabled: boolean;
|
|
6
7
|
constructor(translate: TranslateService, isEnabled: boolean, informAboutInvalidData: boolean | null);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFieldComponent, [null, { optional: true; }, { optional: true; }]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFieldComponent, "nc-boolean-field", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { AbstractButtonFieldComponent, DialogService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ButtonFieldComponent extends AbstractButtonFieldComponent {
|
|
4
5
|
protected dialogService: DialogService;
|
|
5
6
|
constructor(translate: TranslateService, dialogService: DialogService, informAboutInvalidData: boolean | null);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonFieldComponent, [null, null, { optional: true; }]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonFieldComponent, "nc-button-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractDataFieldTemplateComponent, PaperViewService, ConfigurationService } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DataFieldTemplateComponent extends AbstractDataFieldTemplateComponent {
|
|
3
4
|
protected _paperView: PaperViewService;
|
|
4
5
|
protected _config: ConfigurationService;
|
|
5
6
|
constructor(_paperView: PaperViewService, _config: ConfigurationService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataFieldTemplateComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataFieldTemplateComponent, "nc-data-field-template", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,2 +1,56 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./boolean-field/boolean-field.component";
|
|
3
|
+
import * as i2 from "./button-field/button-field.component";
|
|
4
|
+
import * as i3 from "./data-field-template/data-field-template.component";
|
|
5
|
+
import * as i4 from "./date-field/date-field.component";
|
|
6
|
+
import * as i5 from "./date-time-field/date-time-field.component";
|
|
7
|
+
import * as i6 from "./enumeration-field/enumeration-field.component";
|
|
8
|
+
import * as i7 from "./enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-select-field.component";
|
|
9
|
+
import * as i8 from "./enumeration-field/enumeration-select-field/enumeration-select-field.component";
|
|
10
|
+
import * as i9 from "./enumeration-field/enumeration-list-field/enumeration-list-field.component";
|
|
11
|
+
import * as i10 from "./file-field/file-field.component";
|
|
12
|
+
import * as i11 from "./file-field-list/file-list-field.component";
|
|
13
|
+
import * as i12 from "./multichoice-field/multichoice-field.component";
|
|
14
|
+
import * as i13 from "./multichoice-field/multichoice-select-field/multichoice-select-field.component";
|
|
15
|
+
import * as i14 from "./multichoice-field/multichoice-list-field/multichoice-list-field.component";
|
|
16
|
+
import * as i15 from "./number-field/number-field.component";
|
|
17
|
+
import * as i16 from "./text-field/text-field.component";
|
|
18
|
+
import * as i17 from "./text-field/textarea-field/textarea-field.component";
|
|
19
|
+
import * as i18 from "./text-field/rich-textarea-field/rich-textarea-field.component";
|
|
20
|
+
import * as i19 from "./text-field/simple-text-field/simple-text-field.component";
|
|
21
|
+
import * as i20 from "./user-field/user-field.component";
|
|
22
|
+
import * as i21 from "./required-label/required-label.component";
|
|
23
|
+
import * as i22 from "./text-field/html-textarea-field/html-textarea-field.component";
|
|
24
|
+
import * as i23 from "./text-field/password-text-field/password-text-field.component";
|
|
25
|
+
import * as i24 from "./number-field/number-currency-field/number-currency-field.component";
|
|
26
|
+
import * as i25 from "./number-field/number-default-field/number-default-field.component";
|
|
27
|
+
import * as i26 from "./file-field/preview-dialog/preview-dialog.component";
|
|
28
|
+
import * as i27 from "./enumeration-field/enumeration-stepper-field/enumeration-stepper-field.component";
|
|
29
|
+
import * as i28 from "./enumeration-field/enumeration-icon-field/enumeration-icon-field.component";
|
|
30
|
+
import * as i29 from "./enumeration-field/enumeration-autocomplete-dynamic-field/enumeration-autocomplete-dynamic-field.component";
|
|
31
|
+
import * as i30 from "./filter-field/filter-field.component";
|
|
32
|
+
import * as i31 from "./filter-field/filter-field-content/filter-field-content.component";
|
|
33
|
+
import * as i32 from "./i18n-field/i18n-field.component";
|
|
34
|
+
import * as i33 from "./i18n-field/i18n-divider-field/i18n-divider-field.component";
|
|
35
|
+
import * as i34 from "./i18n-field/i18n-text-field/i18n-text-field.component";
|
|
36
|
+
import * as i35 from "./text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component";
|
|
37
|
+
import * as i36 from "@angular/common";
|
|
38
|
+
import * as i37 from "@angular/flex-layout";
|
|
39
|
+
import * as i38 from "@netgrif/components-core";
|
|
40
|
+
import * as i39 from "angular-resize-event";
|
|
41
|
+
import * as i40 from "@angular/common/http";
|
|
42
|
+
import * as i41 from "@angular/forms";
|
|
43
|
+
import * as i42 from "@angular-material-components/datetime-picker";
|
|
44
|
+
import * as i43 from "@angular-material-components/moment-adapter";
|
|
45
|
+
import * as i44 from "../side-menu/content-components/user-assign/side-menu-user-assign-component.module";
|
|
46
|
+
import * as i45 from "ngx-quill";
|
|
47
|
+
import * as i46 from "@angular/material/dialog";
|
|
48
|
+
import * as i47 from "../search/advanced-search/advanced-search.module";
|
|
49
|
+
import * as i48 from "@angular/material/progress-spinner";
|
|
50
|
+
import * as i49 from "@angular/platform-browser";
|
|
51
|
+
import * as i50 from "@angular/platform-browser/animations";
|
|
1
52
|
export declare class DataFieldsComponentModule {
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataFieldsComponentModule, never>;
|
|
54
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DataFieldsComponentModule, [typeof i1.BooleanFieldComponent, typeof i2.ButtonFieldComponent, typeof i3.DataFieldTemplateComponent, typeof i4.DateFieldComponent, typeof i5.DateTimeFieldComponent, typeof i6.EnumerationFieldComponent, typeof i7.EnumerationAutocompleteSelectFieldComponent, typeof i8.EnumerationSelectFieldComponent, typeof i9.EnumerationListFieldComponent, typeof i10.FileFieldComponent, typeof i11.FileListFieldComponent, typeof i12.MultichoiceFieldComponent, typeof i13.MultichoiceSelectFieldComponent, typeof i14.MultichoiceListFieldComponent, typeof i15.NumberFieldComponent, typeof i16.TextFieldComponent, typeof i17.TextareaFieldComponent, typeof i18.RichTextareaFieldComponent, typeof i19.SimpleTextFieldComponent, typeof i20.UserFieldComponent, typeof i21.RequiredLabelComponent, typeof i22.HtmlTextareaFieldComponent, typeof i23.PasswordTextFieldComponent, typeof i24.NumberCurrencyFieldComponent, typeof i25.NumberDefaultFieldComponent, typeof i26.PreviewDialogComponent, typeof i25.NumberDefaultFieldComponent, typeof i27.EnumerationStepperFieldComponent, typeof i28.EnumerationIconFieldComponent, typeof i29.EnumerationAutocompleteDynamicFieldComponent, typeof i30.FilterFieldComponent, typeof i31.FilterFieldContentComponent, typeof i32.I18nFieldComponent, typeof i33.I18nDividerFieldComponent, typeof i34.I18nTextFieldComponent, typeof i35.EasymdeWrapperComponent], [typeof i36.CommonModule, typeof i37.FlexLayoutModule, typeof i38.MaterialModule, typeof i38.CovalentModule, typeof i39.AngularResizeEventModule, typeof i40.HttpClientModule, typeof i41.ReactiveFormsModule, typeof i42.NgxMatDatetimePickerModule, typeof i43.NgxMatMomentModule, typeof i38.TranslateLibModule, typeof i44.SideMenuUserAssignComponentModule, typeof i45.QuillModule, typeof i46.MatDialogModule, typeof i47.AdvancedSearchComponentModule, typeof i48.MatProgressSpinnerModule, typeof i38.CurrencyModule, typeof i49.BrowserModule, typeof i50.BrowserAnimationsModule], [typeof i1.BooleanFieldComponent, typeof i2.ButtonFieldComponent, typeof i3.DataFieldTemplateComponent, typeof i4.DateFieldComponent, typeof i5.DateTimeFieldComponent, typeof i6.EnumerationFieldComponent, typeof i10.FileFieldComponent, typeof i11.FileListFieldComponent, typeof i12.MultichoiceFieldComponent, typeof i15.NumberFieldComponent, typeof i16.TextFieldComponent, typeof i20.UserFieldComponent, typeof i30.FilterFieldComponent, typeof i32.I18nFieldComponent]>;
|
|
55
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DataFieldsComponentModule>;
|
|
2
56
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { AbstractDateFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DateFieldComponent extends AbstractDateFieldComponent {
|
|
4
5
|
constructor(translate: TranslateService, informAboutInvalidData: boolean | null);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateFieldComponent, [null, { optional: true; }]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFieldComponent, "nc-date-field", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { AbstractDateTimeFieldComponent } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DateTimeFieldComponent extends AbstractDateTimeFieldComponent {
|
|
4
5
|
constructor(translate: TranslateService, informAboutInvalidData: boolean | null);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeFieldComponent, [null, { optional: true; }]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeFieldComponent, "nc-date-time-field", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AbstractEnumerationAutocompleteDynamicFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class EnumerationAutocompleteDynamicFieldComponent extends AbstractEnumerationAutocompleteDynamicFieldComponent {
|
|
4
5
|
protected _translate: TranslateService;
|
|
5
6
|
constructor(_translate: TranslateService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationAutocompleteDynamicFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationAutocompleteDynamicFieldComponent, "nc-enumeration-autocomplete-dynamic-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { AbstractEnumerationAutocompleteSelectFieldComponent } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class EnumerationAutocompleteSelectFieldComponent extends AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
4
5
|
protected _translate: TranslateService;
|
|
5
6
|
constructor(_translate: TranslateService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationAutocompleteSelectFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationAutocompleteSelectFieldComponent, "nc-enumeration-autocomplete-select-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractEnumerationFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class EnumerationFieldComponent extends AbstractEnumerationFieldComponent {
|
|
3
4
|
constructor(informAboutInvalidData: boolean | null);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationFieldComponent, [{ optional: true; }]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationFieldComponent, "nc-enumeration-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractEnumerationIconFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class EnumerationIconFieldComponent extends AbstractEnumerationIconFieldComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationIconFieldComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationIconFieldComponent, "nc-enumeration-icon-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractEnumerationListFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class EnumerationListFieldComponent extends AbstractEnumerationListFieldComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationListFieldComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationListFieldComponent, "nc-enumeration-list-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractEnumerationSelectFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class EnumerationSelectFieldComponent extends AbstractEnumerationSelectFieldComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationSelectFieldComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationSelectFieldComponent, "nc-enumeration-select-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { AbstractEnumerationStepperFieldComponent } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class EnumerationStepperFieldComponent extends AbstractEnumerationStepperFieldComponent {
|
|
4
5
|
protected ref: ElementRef;
|
|
5
6
|
constructor(ref: ElementRef);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumerationStepperFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumerationStepperFieldComponent, "nc-enumeration-stepper-field", never, {}, {}, never, never>;
|
|
6
9
|
}
|
|
@@ -2,9 +2,12 @@ import { TranslateService } from '@ngx-translate/core';
|
|
|
2
2
|
import { AbstractFileFieldComponent, EventService, LoggerService, SnackBarService, TaskResourceService } from '@netgrif/components-core';
|
|
3
3
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class FileFieldComponent extends AbstractFileFieldComponent {
|
|
6
7
|
protected _sanitizer: DomSanitizer;
|
|
7
8
|
protected dialog: MatDialog;
|
|
8
9
|
constructor(taskResourceService: TaskResourceService, log: LoggerService, snackbar: SnackBarService, translate: TranslateService, eventService: EventService, informAboutInvalidData: boolean | null, _sanitizer: DomSanitizer, dialog: MatDialog);
|
|
9
10
|
showPreviewDialog(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileFieldComponent, [null, null, null, null, null, { optional: true; }, null, null]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileFieldComponent, "nc-file-field", never, {}, {}, never, never>;
|
|
10
13
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { PreviewDialogData } from '@netgrif/components-core';
|
|
3
2
|
import { SafeUrl } from '@angular/platform-browser';
|
|
4
|
-
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PreviewDialogComponent {
|
|
5
5
|
data: PreviewDialogData;
|
|
6
6
|
image: SafeUrl;
|
|
7
7
|
constructor(data: PreviewDialogData);
|
|
8
|
-
ngOnInit(): void;
|
|
9
8
|
fullImageExists(): boolean;
|
|
10
9
|
isPdf(): boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewDialogComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewDialogComponent, "nc-preview-dialog", never, {}, {}, never, never>;
|
|
11
12
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { AbstractFileListFieldComponent, EventService, LoggerService, SnackBarService, TaskResourceService } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class FileListFieldComponent extends AbstractFileListFieldComponent {
|
|
4
5
|
constructor(taskResourceService: TaskResourceService, log: LoggerService, snackbar: SnackBarService, translate: TranslateService, eventService: EventService, informAboutInvalidData: boolean | null);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileListFieldComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileListFieldComponent, "nc-file-list-field", never, {}, {}, never, never>;
|
|
5
8
|
}
|
package/lib/data-fields/filter-field/filter-field-content/filter-field-content.component.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import { AbstractFilterFieldContentComponent, SearchService, AllowedNetsService, AllowedNetsServiceFactory, FilterField, BaseFilter, CategoryResolverService, Category } from '@netgrif/components-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare function filterFieldBaseFilterFactory(filterField: FilterField): BaseFilter;
|
|
4
5
|
export declare function filterFieldAllowedNetsFactory(factory: AllowedNetsServiceFactory, filterField: FilterField): AllowedNetsService;
|
|
5
6
|
export declare function filterFieldCategoriesFactory(factory: CategoryResolverService, filterField: FilterField): Array<Type<Category<any>>>;
|
|
6
7
|
export declare class FilterFieldContentComponent extends AbstractFilterFieldContentComponent {
|
|
7
8
|
constructor(filterField: FilterField, fieldSearchService: SearchService);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldContentComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldContentComponent, "nc-filter-field-content", never, {}, {}, never, never>;
|
|
8
11
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { AbstractFilterFieldComponent, AbstractFilterFieldContentComponent } from '@netgrif/components-core';
|
|
3
3
|
import { ComponentType } from '@angular/cdk/portal';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class FilterFieldComponent extends AbstractFilterFieldComponent {
|
|
5
6
|
constructor(parentInjector: Injector, informAboutInvalidData: boolean | null);
|
|
6
7
|
protected getFilterContentComponent(): ComponentType<AbstractFilterFieldContentComponent>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldComponent, [null, { optional: true; }]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldComponent, "nc-filter-field", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractI18nDividerFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class I18nDividerFieldComponent extends AbstractI18nDividerFieldComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nDividerFieldComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<I18nDividerFieldComponent, "nc-i18n-divider-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractI18nFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class I18nFieldComponent extends AbstractI18nFieldComponent {
|
|
3
4
|
constructor(informAboutInvalidData: boolean | null);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nFieldComponent, [{ optional: true; }]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<I18nFieldComponent, "nc-i18n-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { AbstractI18nTextFieldComponent } from '@netgrif/components-core';
|
|
1
|
+
import { AbstractI18nTextFieldComponent, LanguageIconsService } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
3
5
|
export declare class I18nTextFieldComponent extends AbstractI18nTextFieldComponent {
|
|
4
|
-
constructor(translateService: TranslateService);
|
|
6
|
+
constructor(languageIconsService: LanguageIconsService, translateService: TranslateService, domSanitizer: DomSanitizer);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nTextFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<I18nTextFieldComponent, "nc-i18n-text-field", never, {}, {}, never, never>;
|
|
5
9
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractMultichoiceFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class MultichoiceFieldComponent extends AbstractMultichoiceFieldComponent {
|
|
3
4
|
constructor(informAboutInvalidData: boolean | null);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultichoiceFieldComponent, [{ optional: true; }]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultichoiceFieldComponent, "nc-multichoice-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { AbstractMultichoiceListFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class MultichoiceListFieldComponent extends AbstractMultichoiceListFieldComponent {
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultichoiceListFieldComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultichoiceListFieldComponent, "nc-multichoice-list-field", never, {}, {}, never, never>;
|
|
4
7
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { AbstractMultichoiceSelectFieldComponent } from '@netgrif/components-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class MultichoiceSelectFieldComponent extends AbstractMultichoiceSelectFieldComponent {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultichoiceSelectFieldComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultichoiceSelectFieldComponent, "nc-multichoice-select-field", never, {}, {}, never, never>;
|
|
3
6
|
}
|
package/lib/data-fields/number-field/number-currency-field/number-currency-field.component.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { AbstractCurrencyNumberFieldComponent } from '@netgrif/components-core';
|
|
4
4
|
import { CurrencyPipe } from '@angular/common';
|
|
5
|
-
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NumberCurrencyFieldComponent extends AbstractCurrencyNumberFieldComponent implements AfterViewInit {
|
|
6
7
|
constructor(currencyPipe: CurrencyPipe, translate: TranslateService);
|
|
7
|
-
|
|
8
|
+
ngAfterViewInit(): void;
|
|
8
9
|
onFocusOut(event: Event): void;
|
|
9
10
|
onFocusIn(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberCurrencyFieldComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberCurrencyFieldComponent, "nc-number-currency-field", never, {}, {}, never, never>;
|
|
10
13
|
}
|
package/lib/data-fields/number-field/number-default-field/number-default-field.component.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { AbstractDefaultNumberFieldComponent } from '@netgrif/components-core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class NumberDefaultFieldComponent extends AbstractDefaultNumberFieldComponent {
|
|
4
5
|
constructor(translate: TranslateService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberDefaultFieldComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberDefaultFieldComponent, "nc-number-default-field", never, {}, {}, never, never>;
|
|
5
8
|
}
|