aril 1.2.37 → 1.2.38
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/boot/config/api/src/api.service.d.ts +2 -1
- package/esm2022/boot/config/api/src/api.service.mjs +24 -7
- package/esm2022/boot/config/apps/src/apps.service.mjs +4 -4
- package/esm2022/boot/config/apps/src/auth.guard.mjs +4 -4
- package/esm2022/boot/config/apps/src/showdowDOMWrapper.mjs +4 -4
- package/esm2022/boot/host/src/app.component.mjs +4 -4
- package/esm2022/boot/host/src/bootstrap.mjs +13 -4
- package/esm2022/boot/mfe/src/app.component.mjs +4 -4
- package/esm2022/boot/pages/src/forbidden.component.mjs +4 -4
- package/esm2022/boot/pages/src/notFound.component.mjs +4 -4
- package/esm2022/http/src/httpBackend.mjs +4 -4
- package/esm2022/i18n/src/i18n.module.mjs +5 -5
- package/esm2022/i18n/src/loader.mjs +4 -4
- package/esm2022/permission/aril-permission.mjs +5 -0
- package/esm2022/permission/index.mjs +4 -0
- package/esm2022/permission/src/constants.mjs +4 -0
- package/esm2022/permission/src/has-permission.directive.mjs +49 -0
- package/esm2022/permission/src/permission.service.mjs +57 -0
- package/esm2022/provider/src/index.mjs +2 -1
- package/esm2022/provider/src/prodiveHost.mjs +3 -2
- package/esm2022/provider/src/provideHostPermissions.mjs +43 -0
- package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +4 -4
- package/esm2022/theme/layout/app/environment-banner/environment-banner.component.mjs +4 -4
- package/esm2022/theme/layout/app/expandableMenu/expandable-menu.component.mjs +4 -4
- package/esm2022/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.mjs +4 -4
- package/esm2022/theme/layout/app/favorite-pages/favorite-pages.service.mjs +4 -4
- package/esm2022/theme/layout/app/favorite-pages/modals/add-edit-favorite-modal/add-edit-favorite-modal.component.mjs +4 -4
- package/esm2022/theme/layout/app/general-search/general-search.component.mjs +4 -4
- package/esm2022/theme/layout/app/history/history-sidebar.component.mjs +4 -4
- package/esm2022/theme/layout/app/history/history.service.mjs +4 -4
- package/esm2022/theme/layout/app/layout/app.layout.component.mjs +4 -4
- package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +4 -4
- package/esm2022/theme/layout/app/notifications/notifications-sidebar.component.mjs +4 -4
- package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +4 -4
- package/esm2022/theme/layout/app/profileSidebar/modals/change-password-modal/change-password-modal.component.mjs +4 -4
- package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +4 -4
- package/esm2022/theme/layout/app/profileSidebar/profile.service.mjs +4 -4
- package/esm2022/theme/layout/app/site-map/site-map-sidebar.component.mjs +4 -4
- package/esm2022/theme/layout/app/static-sidebar/static-sidebar.component.mjs +4 -4
- package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +4 -4
- package/esm2022/theme/layout/service/app.layout.service.mjs +4 -4
- package/esm2022/theme/layout/service/app.menu.service.mjs +4 -4
- package/esm2022/theme/layout/service/breadcrumb.service.mjs +4 -4
- package/esm2022/theme/layout/service/notifications.service.mjs +4 -4
- package/esm2022/theme/layout/service/search.service.mjs +4 -4
- package/esm2022/theme/layout/service/selection-group.service.mjs +4 -4
- package/esm2022/ui/autoComplete/src/auto-complete.component.mjs +4 -4
- package/esm2022/ui/badge/src/badge.component.mjs +4 -4
- package/esm2022/ui/button/src/button.component.mjs +4 -4
- package/esm2022/ui/button/src/split-button.component.mjs +4 -4
- package/esm2022/ui/calendar/src/calendar.component.mjs +4 -4
- package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/gauge/solid-gauge.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +4 -4
- package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +4 -4
- package/esm2022/ui/checkbox/src/check-box.component.mjs +4 -4
- package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +4 -4
- package/esm2022/ui/chip/src/chip.component.mjs +4 -4
- package/esm2022/ui/collapse-reorder-list/src/collapse-reorder-list.component.mjs +4 -4
- package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +4 -4
- package/esm2022/ui/dxField/src/dx-field.component.mjs +4 -4
- package/esm2022/ui/editor/src/aril-editor.component.mjs +4 -4
- package/esm2022/ui/field/src/field.component.mjs +4 -4
- package/esm2022/ui/fileUpload/src/file-upload.component.mjs +4 -4
- package/esm2022/ui/form/index.mjs +5 -5
- package/esm2022/ui/form/src/form-submit-button.component.mjs +4 -4
- package/esm2022/ui/form/src/form.component.mjs +4 -4
- package/esm2022/ui/img-viewer/src/img-viewer.component.mjs +4 -4
- package/esm2022/ui/json-diff-comparison/src/json-diff.component.mjs +4 -4
- package/esm2022/ui/lib/src/form/form-error-message.component.mjs +4 -4
- package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +4 -4
- package/esm2022/ui/lib/src/grid/enum-color-picker.pipe.mjs +4 -4
- package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +4 -4
- package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +4 -4
- package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +4 -4
- package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +4 -4
- package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +4 -4
- package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +4 -4
- package/esm2022/ui/lib/src/tooltip/tooltip-on-overflow.directive.mjs +4 -4
- package/esm2022/ui/loader/src/loader.component.mjs +4 -4
- package/esm2022/ui/mask/src/mask.component.mjs +4 -4
- package/esm2022/ui/multiSelect/src/multi-select.component.mjs +4 -4
- package/esm2022/ui/number/src/number.component.mjs +4 -4
- package/esm2022/ui/operation-types-dialog/src/operation-types-dialog.component.mjs +4 -4
- package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +4 -4
- package/esm2022/ui/panel/src/panel.component.mjs +4 -4
- package/esm2022/ui/password/src/password.component.mjs +4 -4
- package/esm2022/ui/pdf-viewer/src/pdf-viewer.component.mjs +4 -4
- package/esm2022/ui/progressbar/src/progressbar.component.mjs +4 -4
- package/esm2022/ui/radioButton/src/radio-button.component.mjs +4 -4
- package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +4 -4
- package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
- package/esm2022/ui/switch/src/switch.component.mjs +4 -4
- package/esm2022/ui/table/index.mjs +5 -5
- package/esm2022/ui/table/src/export-overlay-panel.component.mjs +4 -4
- package/esm2022/ui/table/src/table-column.component.mjs +4 -4
- package/esm2022/ui/table/src/table.component.mjs +4 -4
- package/esm2022/ui/table-expand/index.mjs +5 -5
- package/esm2022/ui/table-expand/src/table-column.component.mjs +4 -4
- package/esm2022/ui/table-expand/src/table-expand-area.component.mjs +4 -4
- package/esm2022/ui/table-expand/src/table.component.mjs +4 -4
- package/esm2022/ui/tag/src/tag.component.mjs +4 -4
- package/esm2022/ui/tagBox/src/tag-box.component.mjs +4 -4
- package/esm2022/ui/text/src/text.component.mjs +4 -4
- package/esm2022/ui/textArea/src/text-area.component.mjs +4 -4
- package/esm2022/ui/toggle-button/src/toggle-button.component.mjs +4 -4
- package/esm2022/ui/tooltip/src/tooltip-component.mjs +4 -4
- package/esm2022/ui/translate-input/src/aril-lang-modal/aril-lang-modal.component.mjs +4 -4
- package/esm2022/ui/translate-input/src/aril-translate-input.component.mjs +4 -4
- package/esm2022/ui/tree/src/tree.component.mjs +4 -4
- package/esm2022/ui/treeSelect/src/treeSelect.component.mjs +4 -4
- package/esm2022/ui/treeTable/src/tree-table.component.mjs +4 -4
- package/esm2022/ui/value/src/value.component.mjs +4 -4
- package/esm2022/ui-business/assetPicker/src/asset-picker.component.mjs +4 -4
- package/esm2022/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.mjs +4 -4
- package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +4 -4
- package/esm2022/ui-business/image-viewer/src/aril-image-viewer.component.mjs +4 -4
- package/esm2022/ui-business/multiAssetPicker/src/multi-asset-picker.component.mjs +4 -4
- package/esm2022/ui-business/multiple-ref-value/src/multiple-ref-value.component.mjs +4 -4
- package/esm2022/ui-business/notification-templates-dialog/src/notification-templates-dialog.component.mjs +4 -4
- package/esm2022/ui-business/pdf-preview-modal/src/pdf-preview-modal.component.mjs +4 -4
- package/esm2022/ui-business/ref-value/src/ref-value.component.mjs +4 -4
- package/esm2022/ui-business/rolePicker/src/role-picker.component.mjs +4 -4
- package/esm2022/ui-business/trace-drawer/src/app-log.service.mjs +4 -4
- package/esm2022/ui-business/trace-drawer/src/trace-drawer.component.mjs +4 -4
- package/esm2022/ui-business/trace-drawer/src/trace-log.service.mjs +4 -4
- package/esm2022/ui-business/trace-id/src/trace-id.component.mjs +4 -4
- package/esm2022/ui-business/userPicker/src/user-picker.component.mjs +4 -4
- package/esm2022/util/activity/src/activity.service.mjs +4 -4
- package/esm2022/util/block/src/block.mjs +7 -7
- package/esm2022/util/directives/src/detail-page-customization/detail-page-customization.directive.mjs +4 -4
- package/esm2022/util/directives/src/dialog-component/plugin-dialog.component.mjs +4 -4
- package/esm2022/util/directives/src/dialog-service/plugin-dialog.service.mjs +4 -4
- package/esm2022/util/lib/src/module-router.mjs +4 -4
- package/esm2022/util/pipes/src/distance-to-now.pipe.mjs +4 -4
- package/esm2022/util/pipes/src/get-column-by-field.pipe.mjs +4 -4
- package/esm2022/util/pipes/src/parse.pipe.mjs +4 -4
- package/esm2022/util/pipes/src/round-number.pipe.mjs +4 -4
- package/esm2022/util/pipes/src/safe.pipe.mjs +4 -4
- package/esm2022/util/pipes/src/translate-json/translate-json.pipe.mjs +4 -4
- package/esm2022/util/pub-sub/src/pub-sub.service.mjs +4 -4
- package/esm2022/util/sync-active-tab-route/src/sync-active-tab-route.directive.mjs +4 -4
- package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +4 -4
- package/fesm2022/{aril-app.component-CwZZhJcO.mjs → aril-app.component-BUjucZ0J.mjs} +5 -4
- package/fesm2022/{aril-app.component-CwZZhJcO.mjs.map → aril-app.component-BUjucZ0J.mjs.map} +1 -1
- package/fesm2022/aril-boot-base.mjs +1 -1
- package/fesm2022/aril-boot-base.mjs.map +1 -1
- package/fesm2022/aril-boot-bridge.mjs.map +1 -1
- package/fesm2022/aril-boot-config-api.mjs +24 -7
- package/fesm2022/aril-boot-config-api.mjs.map +1 -1
- package/fesm2022/aril-boot-config-apps.mjs +10 -10
- package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
- package/fesm2022/aril-boot-config-plugins.mjs +1 -1
- package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
- package/fesm2022/aril-boot-config-translate.mjs.map +1 -1
- package/fesm2022/aril-boot-host.mjs +16 -7
- package/fesm2022/aril-boot-host.mjs.map +1 -1
- package/fesm2022/{aril-boot-mfe-app.component-DwYgUUdL.mjs → aril-boot-mfe-app.component-D1w8I2ug.mjs} +5 -5
- package/fesm2022/{aril-boot-mfe-app.component-DwYgUUdL.mjs.map → aril-boot-mfe-app.component-D1w8I2ug.mjs.map} +1 -1
- package/fesm2022/{aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs → aril-boot-mfe-aril-boot-mfe-JHrhKvhU.mjs} +4 -4
- package/fesm2022/{aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs.map → aril-boot-mfe-aril-boot-mfe-JHrhKvhU.mjs.map} +1 -1
- package/fesm2022/aril-boot-mfe.mjs +1 -1
- package/fesm2022/aril-boot-pages.mjs +6 -6
- package/fesm2022/aril-boot-pages.mjs.map +1 -1
- package/fesm2022/aril-http.mjs +3 -3
- package/fesm2022/aril-http.mjs.map +1 -1
- package/fesm2022/aril-i18n.mjs +7 -7
- package/fesm2022/aril-i18n.mjs.map +1 -1
- package/fesm2022/aril-keycloak.mjs.map +1 -1
- package/fesm2022/aril-permission.mjs +114 -0
- package/fesm2022/aril-permission.mjs.map +1 -0
- package/fesm2022/aril-provider.mjs +45 -3
- package/fesm2022/aril-provider.mjs.map +1 -1
- package/fesm2022/aril-theme-layout.mjs +75 -75
- package/fesm2022/aril-theme-layout.mjs.map +1 -1
- package/fesm2022/aril-ui-autoComplete.mjs +6 -6
- package/fesm2022/aril-ui-autoComplete.mjs.map +1 -1
- package/fesm2022/aril-ui-badge.mjs +4 -4
- package/fesm2022/aril-ui-badge.mjs.map +1 -1
- package/fesm2022/aril-ui-business-assetPicker.mjs +5 -5
- package/fesm2022/aril-ui-business-assetPicker.mjs.map +1 -1
- package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs +5 -5
- package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs.map +1 -1
- package/fesm2022/aril-ui-business-enumPicker.mjs +5 -5
- package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
- package/fesm2022/aril-ui-business-image-viewer.mjs +3 -3
- package/fesm2022/aril-ui-business-image-viewer.mjs.map +1 -1
- package/fesm2022/aril-ui-business-multiAssetPicker.mjs +4 -4
- package/fesm2022/aril-ui-business-multiAssetPicker.mjs.map +1 -1
- package/fesm2022/aril-ui-business-multiple-ref-value.mjs +4 -4
- package/fesm2022/aril-ui-business-multiple-ref-value.mjs.map +1 -1
- package/fesm2022/aril-ui-business-notification-templates-dialog.mjs +3 -3
- package/fesm2022/aril-ui-business-notification-templates-dialog.mjs.map +1 -1
- package/fesm2022/aril-ui-business-pdf-preview-modal.mjs +3 -3
- package/fesm2022/aril-ui-business-pdf-preview-modal.mjs.map +1 -1
- package/fesm2022/aril-ui-business-ref-value.mjs +4 -4
- package/fesm2022/aril-ui-business-ref-value.mjs.map +1 -1
- package/fesm2022/aril-ui-business-rolePicker.mjs +4 -4
- package/fesm2022/aril-ui-business-rolePicker.mjs.map +1 -1
- package/fesm2022/aril-ui-business-trace-drawer.mjs +10 -10
- package/fesm2022/aril-ui-business-trace-drawer.mjs.map +1 -1
- package/fesm2022/aril-ui-business-trace-id.mjs +4 -4
- package/fesm2022/aril-ui-business-trace-id.mjs.map +1 -1
- package/fesm2022/aril-ui-business-userPicker.mjs +3 -3
- package/fesm2022/aril-ui-business-userPicker.mjs.map +1 -1
- package/fesm2022/aril-ui-button.mjs +7 -7
- package/fesm2022/aril-ui-button.mjs.map +1 -1
- package/fesm2022/aril-ui-calendar.mjs +3 -3
- package/fesm2022/aril-ui-calendar.mjs.map +1 -1
- package/fesm2022/aril-ui-charts.mjs +37 -37
- package/fesm2022/aril-ui-charts.mjs.map +1 -1
- package/fesm2022/aril-ui-checkbox.mjs +6 -6
- package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
- package/fesm2022/aril-ui-chip.mjs +4 -4
- package/fesm2022/aril-ui-chip.mjs.map +1 -1
- package/fesm2022/aril-ui-collapse-reorder-list.mjs +4 -4
- package/fesm2022/aril-ui-collapse-reorder-list.mjs.map +1 -1
- package/fesm2022/aril-ui-dxEditor.mjs +4 -4
- package/fesm2022/aril-ui-dxEditor.mjs.map +1 -1
- package/fesm2022/aril-ui-dxField.mjs +4 -4
- package/fesm2022/aril-ui-dxField.mjs.map +1 -1
- package/fesm2022/aril-ui-editor.mjs +4 -4
- package/fesm2022/aril-ui-editor.mjs.map +1 -1
- package/fesm2022/aril-ui-field.mjs +4 -4
- package/fesm2022/aril-ui-field.mjs.map +1 -1
- package/fesm2022/aril-ui-fileUpload.mjs +4 -4
- package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
- package/fesm2022/aril-ui-form.mjs +11 -11
- package/fesm2022/aril-ui-form.mjs.map +1 -1
- package/fesm2022/aril-ui-img-viewer.mjs +3 -3
- package/fesm2022/aril-ui-img-viewer.mjs.map +1 -1
- package/fesm2022/aril-ui-json-diff-comparison.mjs +4 -4
- package/fesm2022/aril-ui-json-diff-comparison.mjs.map +1 -1
- package/fesm2022/aril-ui-lib.mjs +31 -31
- package/fesm2022/aril-ui-lib.mjs.map +1 -1
- package/fesm2022/aril-ui-loader.mjs +3 -3
- package/fesm2022/aril-ui-loader.mjs.map +1 -1
- package/fesm2022/aril-ui-mask.mjs +3 -3
- package/fesm2022/aril-ui-mask.mjs.map +1 -1
- package/fesm2022/aril-ui-multiSelect.mjs +3 -3
- package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
- package/fesm2022/aril-ui-number.mjs +3 -3
- package/fesm2022/aril-ui-number.mjs.map +1 -1
- package/fesm2022/aril-ui-operation-types-dialog.mjs +3 -3
- package/fesm2022/aril-ui-operation-types-dialog.mjs.map +1 -1
- package/fesm2022/aril-ui-overlayPanel.mjs +4 -4
- package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
- package/fesm2022/aril-ui-panel.mjs +4 -4
- package/fesm2022/aril-ui-panel.mjs.map +1 -1
- package/fesm2022/aril-ui-password.mjs +3 -3
- package/fesm2022/aril-ui-password.mjs.map +1 -1
- package/fesm2022/aril-ui-pdf-viewer.mjs +3 -3
- package/fesm2022/aril-ui-pdf-viewer.mjs.map +1 -1
- package/fesm2022/aril-ui-progressbar.mjs +3 -3
- package/fesm2022/aril-ui-progressbar.mjs.map +1 -1
- package/fesm2022/aril-ui-radioButton.mjs +3 -3
- package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
- package/fesm2022/aril-ui-relativeDateSelector.mjs +4 -4
- package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
- package/fesm2022/aril-ui-selectBox.mjs +5 -5
- package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
- package/fesm2022/aril-ui-switch.mjs +3 -3
- package/fesm2022/aril-ui-switch.mjs.map +1 -1
- package/fesm2022/aril-ui-table-expand.mjs +14 -14
- package/fesm2022/aril-ui-table-expand.mjs.map +1 -1
- package/fesm2022/aril-ui-table.mjs +15 -15
- package/fesm2022/aril-ui-table.mjs.map +1 -1
- package/fesm2022/aril-ui-tag.mjs +3 -3
- package/fesm2022/aril-ui-tag.mjs.map +1 -1
- package/fesm2022/aril-ui-tagBox.mjs +5 -5
- package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
- package/fesm2022/aril-ui-text.mjs +3 -3
- package/fesm2022/aril-ui-text.mjs.map +1 -1
- package/fesm2022/aril-ui-textArea.mjs +3 -3
- package/fesm2022/aril-ui-textArea.mjs.map +1 -1
- package/fesm2022/aril-ui-toggle-button.mjs +4 -4
- package/fesm2022/aril-ui-toggle-button.mjs.map +1 -1
- package/fesm2022/aril-ui-tooltip.mjs +3 -3
- package/fesm2022/aril-ui-tooltip.mjs.map +1 -1
- package/fesm2022/aril-ui-translate-input.mjs +6 -6
- package/fesm2022/aril-ui-translate-input.mjs.map +1 -1
- package/fesm2022/aril-ui-tree.mjs +4 -4
- package/fesm2022/aril-ui-tree.mjs.map +1 -1
- package/fesm2022/aril-ui-treeSelect.mjs +4 -4
- package/fesm2022/aril-ui-treeSelect.mjs.map +1 -1
- package/fesm2022/aril-ui-treeTable.mjs +4 -4
- package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
- package/fesm2022/aril-ui-value.mjs +5 -5
- package/fesm2022/aril-ui-value.mjs.map +1 -1
- package/fesm2022/aril-util-activity.mjs +3 -3
- package/fesm2022/aril-util-activity.mjs.map +1 -1
- package/fesm2022/aril-util-block.mjs +6 -6
- package/fesm2022/aril-util-block.mjs.map +1 -1
- package/fesm2022/aril-util-directives.mjs +10 -10
- package/fesm2022/aril-util-directives.mjs.map +1 -1
- package/fesm2022/aril-util-lib.mjs +3 -3
- package/fesm2022/aril-util-lib.mjs.map +1 -1
- package/fesm2022/aril-util-pipes.mjs +18 -18
- package/fesm2022/aril-util-pipes.mjs.map +1 -1
- package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
- package/fesm2022/aril-util-pub-sub.mjs +3 -3
- package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
- package/fesm2022/aril-util-sync-active-tab-route.mjs +4 -4
- package/fesm2022/aril-util-sync-active-tab-route.mjs.map +1 -1
- package/fesm2022/aril-util-unwrap.mjs +3 -3
- package/fesm2022/aril-util-unwrap.mjs.map +1 -1
- package/fesm2022/aril.mjs +18 -9
- package/fesm2022/aril.mjs.map +1 -1
- package/package.json +127 -121
- package/permission/index.d.ts +3 -0
- package/permission/src/constants.d.ts +1 -0
- package/permission/src/has-permission.directive.d.ts +16 -0
- package/permission/src/permission.service.d.ts +15 -0
- package/provider/src/index.d.ts +1 -0
- package/provider/src/provideHostPermissions.d.ts +6 -0
- package/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.d.ts +0 -16
- package/theme/layout/app/history/history-sidebar.component.d.ts +0 -16
- package/theme/layout/app/notifications/notifications-sidebar.component.d.ts +0 -16
- package/theme/layout/app/site-map/site-map-sidebar.component.d.ts +0 -16
- package/ui/autoComplete/src/auto-complete.component.d.ts +8 -8
- package/ui/badge/src/badge.component.d.ts +9 -9
- package/ui/button/src/button.component.d.ts +12 -12
- package/ui/button/src/split-button.component.d.ts +1 -1
- package/ui/calendar/src/calendar.component.d.ts +22 -22
- package/ui/charts/src/amCharts/column/column-chart.component.d.ts +4 -4
- package/ui/charts/src/amCharts/line/line-chart.component.d.ts +5 -5
- package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +4 -4
- package/ui/charts/src/highCharts/area/area-chart.component.d.ts +3 -3
- package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +7 -7
- package/ui/charts/src/highCharts/column/column-chart.component.d.ts +9 -9
- package/ui/charts/src/highCharts/gauge/solid-gauge.component.d.ts +3 -3
- package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +4 -4
- package/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.d.ts +5 -5
- package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +4 -4
- package/ui/charts/src/highCharts/line/line-chart.component.d.ts +4 -4
- package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +7 -7
- package/ui/checkbox/src/check-box.component.d.ts +3 -3
- package/ui/checkbox/src/tri-state-checkbox.component.d.ts +2 -2
- package/ui/chip/src/chip.component.d.ts +7 -7
- package/ui/collapse-reorder-list/src/collapse-reorder-list.component.d.ts +4 -4
- package/ui/dxEditor/src/dx-editor.component.d.ts +5 -5
- package/ui/dxField/src/dx-field.component.d.ts +5 -5
- package/ui/editor/src/aril-editor.component.d.ts +3 -3
- package/ui/field/src/field.component.d.ts +9 -9
- package/ui/fileUpload/src/file-upload.component.d.ts +14 -14
- package/ui/form/src/form-submit-button.component.d.ts +1 -1
- package/ui/form/src/form.component.d.ts +1 -1
- package/ui/img-viewer/src/img-viewer.component.d.ts +1 -1
- package/ui/lib/src/form/form-error-message.directive.d.ts +1 -1
- package/ui/lib/src/tooltip/tooltip-on-overflow.directive.d.ts +1 -1
- package/ui/mask/src/mask.component.d.ts +6 -6
- package/ui/multiSelect/src/multi-select.component.d.ts +13 -13
- package/ui/number/src/number.component.d.ts +15 -15
- package/ui/overlayPanel/src/overlay-panel.component.d.ts +1 -1
- package/ui/panel/src/panel.component.d.ts +6 -6
- package/ui/password/src/password.component.d.ts +4 -4
- package/ui/pdf-viewer/src/pdf-viewer.component.d.ts +12 -12
- package/ui/progressbar/src/progressbar.component.d.ts +3 -3
- package/ui/radioButton/src/radio-button.component.d.ts +3 -3
- package/ui/selectBox/src/select-box.component.d.ts +10 -10
- package/ui/switch/src/switch.component.d.ts +1 -1
- package/ui/table/src/export-overlay-panel.component.d.ts +2 -2
- package/ui/table/src/table-column.component.d.ts +11 -11
- package/ui/table/src/table.component.d.ts +35 -35
- package/ui/table-expand/src/table-column.component.d.ts +6 -6
- package/ui/table-expand/src/table.component.d.ts +20 -20
- package/ui/tag/src/tag.component.d.ts +6 -4
- package/ui/tagBox/src/tag-box.component.d.ts +7 -7
- package/ui/text/src/text.component.d.ts +5 -5
- package/ui/textArea/src/text-area.component.d.ts +5 -5
- package/ui/toggle-button/src/toggle-button.component.d.ts +1 -1
- package/ui/tooltip/src/tooltip-component.d.ts +8 -8
- package/ui/translate-input/src/aril-translate-input.component.d.ts +2 -2
- package/ui/tree/src/tree.component.d.ts +8 -8
- package/ui/treeSelect/src/treeSelect.component.d.ts +12 -12
- package/ui/treeTable/src/tree-table.component.d.ts +5 -5
- package/ui/value/src/value.component.d.ts +15 -15
- package/ui-business/assetPicker/src/asset-picker.component.d.ts +11 -11
- package/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.d.ts +6 -3
- package/ui-business/enumPicker/src/enum-picker.component.d.ts +24 -24
- package/ui-business/image-viewer/src/aril-image-viewer.component.d.ts +8 -8
- package/ui-business/multiAssetPicker/src/multi-asset-picker.component.d.ts +15 -15
- package/ui-business/multiple-ref-value/src/multiple-ref-value.component.d.ts +5 -2
- package/ui-business/ref-value/src/ref-value.component.d.ts +5 -5
- package/ui-business/rolePicker/src/role-picker.component.d.ts +7 -7
- package/ui-business/trace-drawer/src/trace-drawer.component.d.ts +8 -8
- package/ui-business/trace-id/src/trace-id.component.d.ts +6 -6
- package/ui-business/userPicker/src/user-picker.component.d.ts +3 -3
- package/util/block/src/block.d.ts +4 -4
- package/util/lib/src/types.d.ts +0 -16
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HasPermissionDirective {
|
|
4
|
+
private templateRef;
|
|
5
|
+
private viewContainer;
|
|
6
|
+
private permissionService;
|
|
7
|
+
private keys;
|
|
8
|
+
private mode;
|
|
9
|
+
private elseTemplate;
|
|
10
|
+
set arilHasPermission(value: string | string[]);
|
|
11
|
+
set arilHasPermissionMode(value: 'any' | 'all');
|
|
12
|
+
set arilHasPermissionElse(value: TemplateRef<unknown> | null);
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HasPermissionDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HasPermissionDirective, "[arilHasPermission]", never, { "arilHasPermission": { "alias": "arilHasPermission"; "required": true; }; "arilHasPermissionMode": { "alias": "arilHasPermissionMode"; "required": false; }; "arilHasPermissionElse": { "alias": "arilHasPermissionElse"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { KeycloakService } from 'keycloak-angular';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PermissionService {
|
|
4
|
+
private permissionKeys;
|
|
5
|
+
private readySignal;
|
|
6
|
+
readonly ready: import("@angular/core").Signal<boolean>;
|
|
7
|
+
hydrate(keys: string[]): void;
|
|
8
|
+
has(key: string): boolean;
|
|
9
|
+
hasAny(keys: string[]): boolean;
|
|
10
|
+
hasAll(keys: string[]): boolean;
|
|
11
|
+
keys(): string[];
|
|
12
|
+
fetchFromKeycloak(keycloak: KeycloakService, audience: string): Promise<string[]>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PermissionService>;
|
|
15
|
+
}
|
package/provider/src/index.d.ts
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Provider } from '@angular/core';
|
|
2
|
+
import { Apps } from 'aril/boot/config/apps';
|
|
3
|
+
import { PermissionService } from 'aril/permission';
|
|
4
|
+
export declare const provideHostPermissions: (app: Apps) => Provider;
|
|
5
|
+
export declare const hostPermissionsInitializer: (permissionService: PermissionService, app: Apps) => () => Promise<void>;
|
|
6
|
+
export declare function hostPermissionListener(app: string, permissionService: PermissionService): void;
|
|
@@ -203,7 +203,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
203
203
|
readonly faPlaneArrival: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
204
204
|
readonly faCashRegister: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
205
205
|
readonly faRing: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
206
|
-
readonly faAquarius: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
207
206
|
readonly faShareNodes: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
208
207
|
readonly faShareAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
209
208
|
readonly faPersonCircleExclamation: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -486,7 +485,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
486
485
|
readonly faStarHalf: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
487
486
|
readonly faPhotoFilm: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
488
487
|
readonly faPhotoVideo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
489
|
-
readonly faPictureInPicture: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
490
488
|
readonly faPumpMedical: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
491
489
|
readonly faFire: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
492
490
|
readonly faMagnifyingGlassPlus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -837,7 +835,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
837
835
|
readonly faPlusMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
838
836
|
readonly faHouseCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
839
837
|
readonly faCalendarDay: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
840
|
-
readonly faLibra: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
841
838
|
readonly faCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
842
839
|
readonly faMobileVibrate: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
843
840
|
readonly faFaceGrinSquint: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -868,13 +865,11 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
868
865
|
readonly faListAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
869
866
|
readonly faHand: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
870
867
|
readonly faHandPaper: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
871
|
-
readonly faCancer: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
872
868
|
readonly faVanShuttle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
873
869
|
readonly faShuttleVan: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
874
870
|
readonly faStairs: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
875
871
|
readonly faHorseHead: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
876
872
|
readonly faVault: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
877
|
-
readonly faClosedCaptioningSlash: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
878
873
|
readonly faDrumSteelpan: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
879
874
|
readonly faThumbsUp: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
880
875
|
readonly faStamp: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1129,7 +1124,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1129
1124
|
readonly faUserAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1130
1125
|
readonly faUserLarge: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1131
1126
|
readonly faSnowflake: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1132
|
-
readonly faTaurus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1133
1127
|
readonly faSkullCrossbones: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1134
1128
|
readonly faPesoSign: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1135
1129
|
readonly faWineGlass: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1247,7 +1241,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1247
1241
|
readonly faGun: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1248
1242
|
readonly faCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1249
1243
|
readonly faCheckCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1250
|
-
readonly faScorpio: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1251
1244
|
readonly faIdCardClip: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1252
1245
|
readonly faIdCardAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1253
1246
|
readonly faMoon: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1334,7 +1327,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1334
1327
|
readonly faV: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1335
1328
|
readonly faList: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1336
1329
|
readonly faListSquares: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1337
|
-
readonly faPisces: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1338
1330
|
readonly faSolarPanel: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1339
1331
|
readonly faLandMineOn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1340
1332
|
readonly faHeadphones: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1439,7 +1431,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1439
1431
|
readonly faGridVertical: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1440
1432
|
readonly faCarTunnel: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1441
1433
|
readonly faChartColumn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1442
|
-
readonly faCapricorn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1443
1434
|
readonly faTruckArrowRight: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1444
1435
|
readonly faTv: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1445
1436
|
readonly faTelevision: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1496,7 +1487,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1496
1487
|
readonly faHouseLaptop: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1497
1488
|
readonly faLaptopHouse: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1498
1489
|
readonly faDownload: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1499
|
-
readonly faSagittarius: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1500
1490
|
readonly faCouch: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1501
1491
|
readonly faRoadLock: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1502
1492
|
readonly faScissors: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1673,7 +1663,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1673
1663
|
readonly faWaterLadder: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1674
1664
|
readonly faLadderWater: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1675
1665
|
readonly faSwimmingPool: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1676
|
-
readonly faGemini: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1677
1666
|
readonly faTowerCell: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1678
1667
|
readonly faColonSign: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1679
1668
|
readonly faLaptopFile: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1732,8 +1721,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1732
1721
|
readonly faCameraRetro: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1733
1722
|
readonly faCapsules: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1734
1723
|
readonly faPoo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1735
|
-
readonly faVolume: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1736
|
-
readonly faVolumeMedium: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1737
1724
|
readonly faElevator: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1738
1725
|
readonly faTag: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1739
1726
|
readonly faFileCircleMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1912,7 +1899,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1912
1899
|
readonly faFemale: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1913
1900
|
readonly faBookOpen: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1914
1901
|
readonly faFolderTree: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1915
|
-
readonly faVirgo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1916
1902
|
readonly faBoxArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1917
1903
|
readonly faArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1918
1904
|
readonly faTentArrowDownToLine: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1944,7 +1930,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1944
1930
|
readonly faCat: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1945
1931
|
readonly faCalendarWeek: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1946
1932
|
readonly faCodeCompare: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1947
|
-
readonly faLeo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1948
1933
|
readonly faRoadCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1949
1934
|
readonly faPallet: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1950
1935
|
readonly faCakeCandles: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1959,7 +1944,6 @@ export declare class FavoritePagesSidebarComponent implements OnInit {
|
|
|
1959
1944
|
readonly faAnchorCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1960
1945
|
readonly faPersonCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1961
1946
|
readonly faSpa: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1962
|
-
readonly faAries: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1963
1947
|
readonly faBarsProgress: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1964
1948
|
readonly faTasksAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1965
1949
|
readonly faHeartCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -202,7 +202,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
202
202
|
readonly faPlaneArrival: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
203
203
|
readonly faCashRegister: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
204
204
|
readonly faRing: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
205
|
-
readonly faAquarius: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
206
205
|
readonly faShareNodes: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
207
206
|
readonly faShareAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
208
207
|
readonly faPersonCircleExclamation: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -485,7 +484,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
485
484
|
readonly faStarHalf: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
486
485
|
readonly faPhotoFilm: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
487
486
|
readonly faPhotoVideo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
488
|
-
readonly faPictureInPicture: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
489
487
|
readonly faPumpMedical: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
490
488
|
readonly faFire: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
491
489
|
readonly faMagnifyingGlassPlus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -836,7 +834,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
836
834
|
readonly faPlusMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
837
835
|
readonly faHouseCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
838
836
|
readonly faCalendarDay: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
839
|
-
readonly faLibra: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
840
837
|
readonly faCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
841
838
|
readonly faMobileVibrate: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
842
839
|
readonly faFaceGrinSquint: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -867,13 +864,11 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
867
864
|
readonly faListAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
868
865
|
readonly faHand: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
869
866
|
readonly faHandPaper: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
870
|
-
readonly faCancer: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
871
867
|
readonly faVanShuttle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
872
868
|
readonly faShuttleVan: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
873
869
|
readonly faStairs: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
874
870
|
readonly faHorseHead: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
875
871
|
readonly faVault: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
876
|
-
readonly faClosedCaptioningSlash: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
877
872
|
readonly faDrumSteelpan: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
878
873
|
readonly faThumbsUp: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
879
874
|
readonly faStamp: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1128,7 +1123,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1128
1123
|
readonly faUserAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1129
1124
|
readonly faUserLarge: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1130
1125
|
readonly faSnowflake: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1131
|
-
readonly faTaurus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1132
1126
|
readonly faSkullCrossbones: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1133
1127
|
readonly faPesoSign: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1134
1128
|
readonly faWineGlass: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1246,7 +1240,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1246
1240
|
readonly faGun: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1247
1241
|
readonly faCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1248
1242
|
readonly faCheckCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1249
|
-
readonly faScorpio: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1250
1243
|
readonly faIdCardClip: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1251
1244
|
readonly faIdCardAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1252
1245
|
readonly faMoon: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1333,7 +1326,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1333
1326
|
readonly faV: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1334
1327
|
readonly faList: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1335
1328
|
readonly faListSquares: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1336
|
-
readonly faPisces: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1337
1329
|
readonly faSolarPanel: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1338
1330
|
readonly faLandMineOn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1339
1331
|
readonly faHeadphones: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1438,7 +1430,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1438
1430
|
readonly faGridVertical: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1439
1431
|
readonly faCarTunnel: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1440
1432
|
readonly faChartColumn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1441
|
-
readonly faCapricorn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1442
1433
|
readonly faTruckArrowRight: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1443
1434
|
readonly faTv: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1444
1435
|
readonly faTelevision: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1495,7 +1486,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1495
1486
|
readonly faHouseLaptop: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1496
1487
|
readonly faLaptopHouse: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1497
1488
|
readonly faDownload: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1498
|
-
readonly faSagittarius: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1499
1489
|
readonly faCouch: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1500
1490
|
readonly faRoadLock: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1501
1491
|
readonly faScissors: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1672,7 +1662,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1672
1662
|
readonly faWaterLadder: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1673
1663
|
readonly faLadderWater: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1674
1664
|
readonly faSwimmingPool: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1675
|
-
readonly faGemini: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1676
1665
|
readonly faTowerCell: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1677
1666
|
readonly faColonSign: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1678
1667
|
readonly faLaptopFile: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1731,8 +1720,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1731
1720
|
readonly faCameraRetro: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1732
1721
|
readonly faCapsules: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1733
1722
|
readonly faPoo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1734
|
-
readonly faVolume: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1735
|
-
readonly faVolumeMedium: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1736
1723
|
readonly faElevator: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1737
1724
|
readonly faTag: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1738
1725
|
readonly faFileCircleMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1911,7 +1898,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1911
1898
|
readonly faFemale: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1912
1899
|
readonly faBookOpen: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1913
1900
|
readonly faFolderTree: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1914
|
-
readonly faVirgo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1915
1901
|
readonly faBoxArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1916
1902
|
readonly faArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1917
1903
|
readonly faTentArrowDownToLine: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1943,7 +1929,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1943
1929
|
readonly faCat: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1944
1930
|
readonly faCalendarWeek: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1945
1931
|
readonly faCodeCompare: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1946
|
-
readonly faLeo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1947
1932
|
readonly faRoadCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1948
1933
|
readonly faPallet: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1949
1934
|
readonly faCakeCandles: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1958,7 +1943,6 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
|
|
|
1958
1943
|
readonly faAnchorCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1959
1944
|
readonly faPersonCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1960
1945
|
readonly faSpa: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1961
|
-
readonly faAries: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1962
1946
|
readonly faBarsProgress: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1963
1947
|
readonly faTasksAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1964
1948
|
readonly faHeartCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -491,7 +491,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
491
491
|
readonly faPlaneArrival: IconProp;
|
|
492
492
|
readonly faCashRegister: IconProp;
|
|
493
493
|
readonly faRing: IconProp;
|
|
494
|
-
readonly faAquarius: IconProp;
|
|
495
494
|
readonly faShareNodes: IconProp;
|
|
496
495
|
readonly faShareAlt: IconProp;
|
|
497
496
|
readonly faPersonCircleExclamation: IconProp;
|
|
@@ -774,7 +773,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
774
773
|
readonly faStarHalf: IconProp;
|
|
775
774
|
readonly faPhotoFilm: IconProp;
|
|
776
775
|
readonly faPhotoVideo: IconProp;
|
|
777
|
-
readonly faPictureInPicture: IconProp;
|
|
778
776
|
readonly faPumpMedical: IconProp;
|
|
779
777
|
readonly faFire: IconProp;
|
|
780
778
|
readonly faMagnifyingGlassPlus: IconProp;
|
|
@@ -1125,7 +1123,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1125
1123
|
readonly faPlusMinus: IconProp;
|
|
1126
1124
|
readonly faHouseCircleCheck: IconProp;
|
|
1127
1125
|
readonly faCalendarDay: IconProp;
|
|
1128
|
-
readonly faLibra: IconProp;
|
|
1129
1126
|
readonly faCircle: IconProp;
|
|
1130
1127
|
readonly faMobileVibrate: IconProp;
|
|
1131
1128
|
readonly faFaceGrinSquint: IconProp;
|
|
@@ -1156,13 +1153,11 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1156
1153
|
readonly faListAlt: IconProp;
|
|
1157
1154
|
readonly faHand: IconProp;
|
|
1158
1155
|
readonly faHandPaper: IconProp;
|
|
1159
|
-
readonly faCancer: IconProp;
|
|
1160
1156
|
readonly faVanShuttle: IconProp;
|
|
1161
1157
|
readonly faShuttleVan: IconProp;
|
|
1162
1158
|
readonly faStairs: IconProp;
|
|
1163
1159
|
readonly faHorseHead: IconProp;
|
|
1164
1160
|
readonly faVault: IconProp;
|
|
1165
|
-
readonly faClosedCaptioningSlash: IconProp;
|
|
1166
1161
|
readonly faDrumSteelpan: IconProp;
|
|
1167
1162
|
readonly faThumbsUp: IconProp;
|
|
1168
1163
|
readonly faStamp: IconProp;
|
|
@@ -1417,7 +1412,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1417
1412
|
readonly faUserAlt: IconProp;
|
|
1418
1413
|
readonly faUserLarge: IconProp;
|
|
1419
1414
|
readonly faSnowflake: IconProp;
|
|
1420
|
-
readonly faTaurus: IconProp;
|
|
1421
1415
|
readonly faSkullCrossbones: IconProp;
|
|
1422
1416
|
readonly faPesoSign: IconProp;
|
|
1423
1417
|
readonly faWineGlass: IconProp;
|
|
@@ -1535,7 +1529,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1535
1529
|
readonly faGun: IconProp;
|
|
1536
1530
|
readonly faCircleCheck: IconProp;
|
|
1537
1531
|
readonly faCheckCircle: IconProp;
|
|
1538
|
-
readonly faScorpio: IconProp;
|
|
1539
1532
|
readonly faIdCardClip: IconProp;
|
|
1540
1533
|
readonly faIdCardAlt: IconProp;
|
|
1541
1534
|
readonly faMoon: IconProp;
|
|
@@ -1622,7 +1615,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1622
1615
|
readonly faV: IconProp;
|
|
1623
1616
|
readonly faList: IconProp;
|
|
1624
1617
|
readonly faListSquares: IconProp;
|
|
1625
|
-
readonly faPisces: IconProp;
|
|
1626
1618
|
readonly faSolarPanel: IconProp;
|
|
1627
1619
|
readonly faLandMineOn: IconProp;
|
|
1628
1620
|
readonly faHeadphones: IconProp;
|
|
@@ -1727,7 +1719,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1727
1719
|
readonly faGridVertical: IconProp;
|
|
1728
1720
|
readonly faCarTunnel: IconProp;
|
|
1729
1721
|
readonly faChartColumn: IconProp;
|
|
1730
|
-
readonly faCapricorn: IconProp;
|
|
1731
1722
|
readonly faTruckArrowRight: IconProp;
|
|
1732
1723
|
readonly faTv: IconProp;
|
|
1733
1724
|
readonly faTelevision: IconProp;
|
|
@@ -1784,7 +1775,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1784
1775
|
readonly faHouseLaptop: IconProp;
|
|
1785
1776
|
readonly faLaptopHouse: IconProp;
|
|
1786
1777
|
readonly faDownload: IconProp;
|
|
1787
|
-
readonly faSagittarius: IconProp;
|
|
1788
1778
|
readonly faCouch: IconProp;
|
|
1789
1779
|
readonly faRoadLock: IconProp;
|
|
1790
1780
|
readonly faScissors: IconProp;
|
|
@@ -1961,7 +1951,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
1961
1951
|
readonly faWaterLadder: IconProp;
|
|
1962
1952
|
readonly faLadderWater: IconProp;
|
|
1963
1953
|
readonly faSwimmingPool: IconProp;
|
|
1964
|
-
readonly faGemini: IconProp;
|
|
1965
1954
|
readonly faTowerCell: IconProp;
|
|
1966
1955
|
readonly faColonSign: IconProp;
|
|
1967
1956
|
readonly faLaptopFile: IconProp;
|
|
@@ -2020,8 +2009,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
2020
2009
|
readonly faCameraRetro: IconProp;
|
|
2021
2010
|
readonly faCapsules: IconProp;
|
|
2022
2011
|
readonly faPoo: IconProp;
|
|
2023
|
-
readonly faVolume: IconProp;
|
|
2024
|
-
readonly faVolumeMedium: IconProp;
|
|
2025
2012
|
readonly faElevator: IconProp;
|
|
2026
2013
|
readonly faTag: IconProp;
|
|
2027
2014
|
readonly faFileCircleMinus: IconProp;
|
|
@@ -2200,7 +2187,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
2200
2187
|
readonly faFemale: IconProp;
|
|
2201
2188
|
readonly faBookOpen: IconProp;
|
|
2202
2189
|
readonly faFolderTree: IconProp;
|
|
2203
|
-
readonly faVirgo: IconProp;
|
|
2204
2190
|
readonly faBoxArchive: IconProp;
|
|
2205
2191
|
readonly faArchive: IconProp;
|
|
2206
2192
|
readonly faTentArrowDownToLine: IconProp;
|
|
@@ -2232,7 +2218,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
2232
2218
|
readonly faCat: IconProp;
|
|
2233
2219
|
readonly faCalendarWeek: IconProp;
|
|
2234
2220
|
readonly faCodeCompare: IconProp;
|
|
2235
|
-
readonly faLeo: IconProp;
|
|
2236
2221
|
readonly faRoadCircleXmark: IconProp;
|
|
2237
2222
|
readonly faPallet: IconProp;
|
|
2238
2223
|
readonly faCakeCandles: IconProp;
|
|
@@ -2247,7 +2232,6 @@ export declare class NotificationsSidebarComponent implements OnInit {
|
|
|
2247
2232
|
readonly faAnchorCircleXmark: IconProp;
|
|
2248
2233
|
readonly faPersonCircleXmark: IconProp;
|
|
2249
2234
|
readonly faSpa: IconProp;
|
|
2250
|
-
readonly faAries: IconProp;
|
|
2251
2235
|
readonly faBarsProgress: IconProp;
|
|
2252
2236
|
readonly faTasksAlt: IconProp;
|
|
2253
2237
|
readonly faHeartCircleCheck: IconProp;
|
|
@@ -206,7 +206,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
206
206
|
readonly faPlaneArrival: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
207
207
|
readonly faCashRegister: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
208
208
|
readonly faRing: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
209
|
-
readonly faAquarius: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
210
209
|
readonly faShareNodes: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
211
210
|
readonly faShareAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
212
211
|
readonly faPersonCircleExclamation: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -489,7 +488,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
489
488
|
readonly faStarHalf: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
490
489
|
readonly faPhotoFilm: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
491
490
|
readonly faPhotoVideo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
492
|
-
readonly faPictureInPicture: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
493
491
|
readonly faPumpMedical: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
494
492
|
readonly faFire: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
495
493
|
readonly faMagnifyingGlassPlus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -840,7 +838,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
840
838
|
readonly faPlusMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
841
839
|
readonly faHouseCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
842
840
|
readonly faCalendarDay: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
843
|
-
readonly faLibra: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
844
841
|
readonly faCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
845
842
|
readonly faMobileVibrate: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
846
843
|
readonly faFaceGrinSquint: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -871,13 +868,11 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
871
868
|
readonly faListAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
872
869
|
readonly faHand: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
873
870
|
readonly faHandPaper: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
874
|
-
readonly faCancer: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
875
871
|
readonly faVanShuttle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
876
872
|
readonly faShuttleVan: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
877
873
|
readonly faStairs: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
878
874
|
readonly faHorseHead: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
879
875
|
readonly faVault: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
880
|
-
readonly faClosedCaptioningSlash: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
881
876
|
readonly faDrumSteelpan: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
882
877
|
readonly faThumbsUp: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
883
878
|
readonly faStamp: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1132,7 +1127,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1132
1127
|
readonly faUserAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1133
1128
|
readonly faUserLarge: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1134
1129
|
readonly faSnowflake: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1135
|
-
readonly faTaurus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1136
1130
|
readonly faSkullCrossbones: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1137
1131
|
readonly faPesoSign: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1138
1132
|
readonly faWineGlass: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1250,7 +1244,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1250
1244
|
readonly faGun: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1251
1245
|
readonly faCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1252
1246
|
readonly faCheckCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1253
|
-
readonly faScorpio: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1254
1247
|
readonly faIdCardClip: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1255
1248
|
readonly faIdCardAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1256
1249
|
readonly faMoon: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1337,7 +1330,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1337
1330
|
readonly faV: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1338
1331
|
readonly faList: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1339
1332
|
readonly faListSquares: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1340
|
-
readonly faPisces: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1341
1333
|
readonly faSolarPanel: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1342
1334
|
readonly faLandMineOn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1343
1335
|
readonly faHeadphones: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1442,7 +1434,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1442
1434
|
readonly faGridVertical: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1443
1435
|
readonly faCarTunnel: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1444
1436
|
readonly faChartColumn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1445
|
-
readonly faCapricorn: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1446
1437
|
readonly faTruckArrowRight: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1447
1438
|
readonly faTv: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1448
1439
|
readonly faTelevision: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1499,7 +1490,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1499
1490
|
readonly faHouseLaptop: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1500
1491
|
readonly faLaptopHouse: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1501
1492
|
readonly faDownload: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1502
|
-
readonly faSagittarius: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1503
1493
|
readonly faCouch: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1504
1494
|
readonly faRoadLock: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1505
1495
|
readonly faScissors: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1676,7 +1666,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1676
1666
|
readonly faWaterLadder: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1677
1667
|
readonly faLadderWater: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1678
1668
|
readonly faSwimmingPool: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1679
|
-
readonly faGemini: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1680
1669
|
readonly faTowerCell: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1681
1670
|
readonly faColonSign: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1682
1671
|
readonly faLaptopFile: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1735,8 +1724,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1735
1724
|
readonly faCameraRetro: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1736
1725
|
readonly faCapsules: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1737
1726
|
readonly faPoo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1738
|
-
readonly faVolume: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1739
|
-
readonly faVolumeMedium: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1740
1727
|
readonly faElevator: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1741
1728
|
readonly faTag: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1742
1729
|
readonly faFileCircleMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1915,7 +1902,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1915
1902
|
readonly faFemale: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1916
1903
|
readonly faBookOpen: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1917
1904
|
readonly faFolderTree: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1918
|
-
readonly faVirgo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1919
1905
|
readonly faBoxArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1920
1906
|
readonly faArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1921
1907
|
readonly faTentArrowDownToLine: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1947,7 +1933,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1947
1933
|
readonly faCat: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1948
1934
|
readonly faCalendarWeek: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1949
1935
|
readonly faCodeCompare: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1950
|
-
readonly faLeo: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1951
1936
|
readonly faRoadCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1952
1937
|
readonly faPallet: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1953
1938
|
readonly faCakeCandles: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -1962,7 +1947,6 @@ export declare class SiteMapSidebarComponent implements OnInit {
|
|
|
1962
1947
|
readonly faAnchorCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1963
1948
|
readonly faPersonCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1964
1949
|
readonly faSpa: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1965
|
-
readonly faAries: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1966
1950
|
readonly faBarsProgress: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1967
1951
|
readonly faTasksAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
1968
1952
|
readonly faHeartCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
|
|
@@ -10,14 +10,14 @@ export declare class AutoCompleteComponent extends BaseInputComponent implements
|
|
|
10
10
|
private http;
|
|
11
11
|
private translocoService;
|
|
12
12
|
autoCompleteRef: AutoComplete;
|
|
13
|
-
items: import("@angular/core").InputSignal<SuggestionsDTO[]>;
|
|
14
|
-
referenceAsset: import("@angular/core").InputSignal<ReferenceAsset | null>;
|
|
15
|
-
placeholder: import("@angular/core").InputSignal<string>;
|
|
16
|
-
forceSelection: import("@angular/core").InputSignal<boolean>;
|
|
17
|
-
multiple: import("@angular/core").InputSignal<boolean>;
|
|
18
|
-
minLength: import("@angular/core").InputSignal<number>;
|
|
19
|
-
optionValue: import("@angular/core").InputSignal<keyof SuggestionsDTO | null>;
|
|
20
|
-
optionLabel: import("@angular/core").InputSignal<keyof SuggestionsDTO>;
|
|
13
|
+
items: import("@angular/core").InputSignal<SuggestionsDTO[], SuggestionsDTO[]>;
|
|
14
|
+
referenceAsset: import("@angular/core").InputSignal<ReferenceAsset | null, ReferenceAsset | null>;
|
|
15
|
+
placeholder: import("@angular/core").InputSignal<string, string>;
|
|
16
|
+
forceSelection: import("@angular/core").InputSignal<boolean, boolean>;
|
|
17
|
+
multiple: import("@angular/core").InputSignal<boolean, boolean>;
|
|
18
|
+
minLength: import("@angular/core").InputSignal<number, number>;
|
|
19
|
+
optionValue: import("@angular/core").InputSignal<keyof SuggestionsDTO | null, keyof SuggestionsDTO | null>;
|
|
20
|
+
optionLabel: import("@angular/core").InputSignal<keyof SuggestionsDTO, keyof SuggestionsDTO>;
|
|
21
21
|
selectionItems: SuggestionsDTO[];
|
|
22
22
|
filteredSelectionItems: SuggestionsDTO[];
|
|
23
23
|
constructor(http: HttpClient, translocoService: TranslocoService);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
type Severity = 'success' | 'secondary' | 'info' | 'warning' | 'danger' | 'contrast' | undefined;
|
|
3
3
|
export declare class BadgeComponent {
|
|
4
|
-
icon: import("@angular/core").InputSignal<string | undefined>;
|
|
5
|
-
value: import("@angular/core").InputSignal<string>;
|
|
6
|
-
severity: import("@angular/core").InputSignal<Severity>;
|
|
7
|
-
rounded: import("@angular/core").InputSignal<boolean | undefined>;
|
|
8
|
-
background: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
-
styleClass: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
-
textColor: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
-
borderColor: import("@angular/core").InputSignal<string | undefined>;
|
|
12
|
-
textClampCharacters: import("@angular/core").InputSignal<number>;
|
|
4
|
+
icon: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
5
|
+
value: import("@angular/core").InputSignal<string, string>;
|
|
6
|
+
severity: import("@angular/core").InputSignal<Severity, Severity>;
|
|
7
|
+
rounded: import("@angular/core").InputSignal<boolean | undefined, boolean | undefined>;
|
|
8
|
+
background: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
9
|
+
styleClass: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
10
|
+
textColor: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
11
|
+
borderColor: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
12
|
+
textClampCharacters: import("@angular/core").InputSignal<number, number>;
|
|
13
13
|
badgeStyle(): {
|
|
14
14
|
backgroundColor: string;
|
|
15
15
|
color: string;
|
|
@@ -6,18 +6,18 @@ type Size = 'sm' | 'md' | 'lg';
|
|
|
6
6
|
type Colors = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger';
|
|
7
7
|
type ButtonIconPosition = 'left' | 'right' | 'top' | 'bottom';
|
|
8
8
|
export declare class ButtonComponent {
|
|
9
|
-
label: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
-
loading: import("@angular/core").InputSignal<boolean>;
|
|
11
|
-
disabled: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
raised: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
rounded: import("@angular/core").InputSignal<boolean>;
|
|
14
|
-
text: import("@angular/core").InputSignal<boolean>;
|
|
15
|
-
outlined: import("@angular/core").InputSignal<boolean>;
|
|
16
|
-
badge: import("@angular/core").InputSignal<string | undefined>;
|
|
17
|
-
size: import("@angular/core").InputSignal<Size>;
|
|
18
|
-
icon: import("@angular/core").InputSignal<PrimeIcon | undefined>;
|
|
19
|
-
iconPos: import("@angular/core").InputSignal<ButtonIconPosition>;
|
|
20
|
-
color: import("@angular/core").InputSignal<Colors>;
|
|
9
|
+
label: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
10
|
+
loading: import("@angular/core").InputSignal<boolean, boolean>;
|
|
11
|
+
disabled: import("@angular/core").InputSignal<boolean, boolean>;
|
|
12
|
+
raised: import("@angular/core").InputSignal<boolean, boolean>;
|
|
13
|
+
rounded: import("@angular/core").InputSignal<boolean, boolean>;
|
|
14
|
+
text: import("@angular/core").InputSignal<boolean, boolean>;
|
|
15
|
+
outlined: import("@angular/core").InputSignal<boolean, boolean>;
|
|
16
|
+
badge: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
17
|
+
size: import("@angular/core").InputSignal<Size, Size>;
|
|
18
|
+
icon: import("@angular/core").InputSignal<PrimeIcon | undefined, PrimeIcon | undefined>;
|
|
19
|
+
iconPos: import("@angular/core").InputSignal<ButtonIconPosition, ButtonIconPosition>;
|
|
20
|
+
color: import("@angular/core").InputSignal<Colors, Colors>;
|
|
21
21
|
clickEvent: EventEmitter<Event>;
|
|
22
22
|
protected readonly activity: ActivityService;
|
|
23
23
|
_icon: import("@angular/core").Signal<string>;
|
|
@@ -2,7 +2,7 @@ import { MenuItem } from 'primeng/api';
|
|
|
2
2
|
import { ButtonComponent } from './button.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SplitButtonComponent extends ButtonComponent {
|
|
5
|
-
menu: import("@angular/core").InputSignal<MenuItem[]>;
|
|
5
|
+
menu: import("@angular/core").InputSignal<MenuItem[], MenuItem[]>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "aril-split-button", never, { "menu": { "alias": "menu"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
8
|
}
|