@ngx-smz/core 19.2.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 +63 -0
- package/fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs +422 -0
- package/fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs.map +1 -0
- package/fesm2022/ngx-smz-core.mjs +55996 -0
- package/fesm2022/ngx-smz-core.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/builders/common/base-ui-definition-builder.d.ts +17 -0
- package/lib/builders/common/smz-builder-utilities.d.ts +79 -0
- package/lib/builders/common/utils.d.ts +15 -0
- package/lib/builders/smz-cards/column-builder.d.ts +56 -0
- package/lib/builders/smz-cards/menu-builder.d.ts +35 -0
- package/lib/builders/smz-cards/source-builder.d.ts +22 -0
- package/lib/builders/smz-cards/state-builder.d.ts +44 -0
- package/lib/builders/smz-cards/template-builder.d.ts +32 -0
- package/lib/builders/smz-cards/types/base-card-type.builder.d.ts +9 -0
- package/lib/builders/smz-cards/types/flip-card-builder.d.ts +47 -0
- package/lib/builders/smz-cards/types/image-with-details-builder.d.ts +18 -0
- package/lib/builders/smz-cards/types/info-a-builder.d.ts +21 -0
- package/lib/builders/smz-cards/types/raw-builder.d.ts +13 -0
- package/lib/builders/smz-charts/base-chart-builder.d.ts +21 -0
- package/lib/builders/smz-charts/linear-chart-builder.d.ts +27 -0
- package/lib/builders/smz-charts/models/axis-overflow-direction.d.ts +5 -0
- package/lib/builders/smz-charts/models/axis-overflow-type.d.ts +4 -0
- package/lib/builders/smz-charts/models/axis-position.d.ts +7 -0
- package/lib/builders/smz-charts/models/chart-type.d.ts +13 -0
- package/lib/builders/smz-charts/models/color-pallete.d.ts +65 -0
- package/lib/builders/smz-charts/models/color-selector.d.ts +67 -0
- package/lib/builders/smz-charts/models/dataset-type.d.ts +4 -0
- package/lib/builders/smz-charts/models/grouping-type.d.ts +8 -0
- package/lib/builders/smz-charts/public-api.d.ts +9 -0
- package/lib/builders/smz-charts/radial-chart-builder.d.ts +15 -0
- package/lib/builders/smz-charts/secondary/cartesian-scale-builder.d.ts +18 -0
- package/lib/builders/smz-charts/secondary/cartesian-title-builder.d.ts +11 -0
- package/lib/builders/smz-charts/secondary/dataset-builder.d.ts +6 -0
- package/lib/builders/smz-charts/secondary/histogram-data-builder.d.ts +10 -0
- package/lib/builders/smz-charts/secondary/legend-builder.d.ts +11 -0
- package/lib/builders/smz-charts/secondary/linear-category-data-builder.d.ts +12 -0
- package/lib/builders/smz-charts/secondary/linear-dataset-builder.d.ts +19 -0
- package/lib/builders/smz-charts/secondary/linear-date-data-builder.d.ts +19 -0
- package/lib/builders/smz-charts/secondary/radial-data-builder.d.ts +14 -0
- package/lib/builders/smz-charts/secondary/title-builder.d.ts +13 -0
- package/lib/builders/smz-charts/secondary/tooltip-builder.d.ts +13 -0
- package/lib/builders/smz-comments/comments-builder.d.ts +11 -0
- package/lib/builders/smz-dialogs/dialog-builder.d.ts +83 -0
- package/lib/builders/smz-dialogs/dialog-buttons-builder.d.ts +98 -0
- package/lib/builders/smz-dialogs/dialog-input-conversion.d.ts +70 -0
- package/lib/builders/smz-dialogs/dialog-overlay-panel-builder.d.ts +26 -0
- package/lib/builders/smz-dialogs/dialog-ui-definition-builder.d.ts +9 -0
- package/lib/builders/smz-documents/content-cells/chart.d.ts +19 -0
- package/lib/builders/smz-documents/content-cells/component.d.ts +20 -0
- package/lib/builders/smz-documents/content-cells/divider.d.ts +14 -0
- package/lib/builders/smz-documents/content-cells/field.d.ts +26 -0
- package/lib/builders/smz-documents/content-cells/fields-group.d.ts +39 -0
- package/lib/builders/smz-documents/content-cells/hidden-break.d.ts +16 -0
- package/lib/builders/smz-documents/content-cells/image.d.ts +20 -0
- package/lib/builders/smz-documents/content-cells/page-break.d.ts +13 -0
- package/lib/builders/smz-documents/content-cells/spacer.d.ts +15 -0
- package/lib/builders/smz-documents/content-cells/sub-title.d.ts +20 -0
- package/lib/builders/smz-documents/content-cells/table.d.ts +37 -0
- package/lib/builders/smz-documents/content-cells/title.d.ts +20 -0
- package/lib/builders/smz-documents/document-base-cell.d.ts +19 -0
- package/lib/builders/smz-documents/document-builder.d.ts +42 -0
- package/lib/builders/smz-documents/document-content.d.ts +49 -0
- package/lib/builders/smz-documents/document-viewer.d.ts +17 -0
- package/lib/builders/smz-easy-tables/column-builder.d.ts +52 -0
- package/lib/builders/smz-easy-tables/menu-builder.d.ts +33 -0
- package/lib/builders/smz-easy-tables/optimizations-builder.d.ts +10 -0
- package/lib/builders/smz-easy-tables/paginator-builder.d.ts +9 -0
- package/lib/builders/smz-easy-tables/state-builder.d.ts +26 -0
- package/lib/builders/smz-excels/excels-builder.d.ts +20 -0
- package/lib/builders/smz-excels/excels-sheets.d.ts +14 -0
- package/lib/builders/smz-excels/excels-styles.d.ts +12 -0
- package/lib/builders/smz-excels/excels-table-base-column-content.d.ts +59 -0
- package/lib/builders/smz-excels/excels-table-columns.d.ts +21 -0
- package/lib/builders/smz-excels/excels-tables.d.ts +15 -0
- package/lib/builders/smz-forms/form-builder.d.ts +33 -0
- package/lib/builders/smz-forms/form-group-builder.d.ts +414 -0
- package/lib/builders/smz-forms/form-ui-definition-builder.d.ts +9 -0
- package/lib/builders/smz-gauge/gauge-builder.d.ts +188 -0
- package/lib/builders/smz-login/state-builder.d.ts +24 -0
- package/lib/builders/smz-menu/generic-menu-builder.d.ts +31 -0
- package/lib/builders/smz-menu/menu-builder.d.ts +29 -0
- package/lib/builders/smz-menu/menu-creation-builder.d.ts +26 -0
- package/lib/builders/smz-multi-tables/state-builder.d.ts +12 -0
- package/lib/builders/smz-multi-tables/tab-builder.d.ts +20 -0
- package/lib/builders/smz-multi-tables/tab-header-builder.d.ts +15 -0
- package/lib/builders/smz-svgs/svg-base-feature.d.ts +28 -0
- package/lib/builders/smz-svgs/svg-builder.d.ts +27 -0
- package/lib/builders/smz-svgs/svg-dispatch.d.ts +11 -0
- package/lib/builders/smz-svgs/svg-feature.d.ts +13 -0
- package/lib/builders/smz-svgs/svg-features.d.ts +26 -0
- package/lib/builders/smz-svgs/svg-world-coordinates.d.ts +12 -0
- package/lib/builders/smz-tables/batch-menu-builder.d.ts +26 -0
- package/lib/builders/smz-tables/caption-buttons-builder.d.ts +23 -0
- package/lib/builders/smz-tables/column-builder.d.ts +101 -0
- package/lib/builders/smz-tables/column-content-action-builder.d.ts +25 -0
- package/lib/builders/smz-tables/column-header-action-builder.d.ts +25 -0
- package/lib/builders/smz-tables/editable-builder.d.ts +74 -0
- package/lib/builders/smz-tables/excel-builder.d.ts +16 -0
- package/lib/builders/smz-tables/menu-builder.d.ts +36 -0
- package/lib/builders/smz-tables/state-builder-functions.d.ts +6 -0
- package/lib/builders/smz-tables/state-builder.d.ts +121 -0
- package/lib/builders/smz-tables/viewport.d.ts +15 -0
- package/lib/builders/smz-timeline/menu-builder.d.ts +35 -0
- package/lib/builders/smz-timeline/source-builder.d.ts +20 -0
- package/lib/builders/smz-timeline/state-builder.d.ts +24 -0
- package/lib/builders/smz-timeline/template-builder.d.ts +26 -0
- package/lib/builders/smz-tree-with-details/state-builder.d.ts +19 -0
- package/lib/builders/smz-trees/data-source-tree-builder.d.ts +17 -0
- package/lib/builders/smz-trees/nested-data-source-tree-builder.d.ts +47 -0
- package/lib/builders/smz-trees/property-based-data-source-tree-builder.d.ts +29 -0
- package/lib/builders/smz-trees/tree-builder.d.ts +122 -0
- package/lib/builders/smz-trees/tree-nodes-utility-builder.d.ts +28 -0
- package/lib/builders/smz-ui/authentication-builder.d.ts +16 -0
- package/lib/builders/smz-ui/authentication-login-builder.d.ts +29 -0
- package/lib/builders/smz-ui/authorization-builder.d.ts +27 -0
- package/lib/builders/smz-ui/crud-claims-builder.d.ts +16 -0
- package/lib/builders/smz-ui/crud-roles-builder.d.ts +16 -0
- package/lib/builders/smz-ui/crud-tenant-builder.d.ts +16 -0
- package/lib/builders/smz-ui/crud-users-builder.d.ts +25 -0
- package/lib/builders/smz-ui/database-state-builder.d.ts +15 -0
- package/lib/builders/smz-ui/errors-page-builder.d.ts +26 -0
- package/lib/builders/smz-ui/feature-state-builder.d.ts +15 -0
- package/lib/builders/smz-ui/http-behaviors-builder.d.ts +9 -0
- package/lib/builders/smz-ui/layouts-builder.d.ts +14 -0
- package/lib/builders/smz-ui/localization-builder.d.ts +12 -0
- package/lib/builders/smz-ui/notifications-builder.d.ts +19 -0
- package/lib/builders/smz-ui/states-builder.d.ts +14 -0
- package/lib/builders/smz-ui/tables-builder.d.ts +11 -0
- package/lib/builders/smz-ui/ui-builder.d.ts +39 -0
- package/lib/builders/smz-ui-guides/base-styles-builder.d.ts +13 -0
- package/lib/builders/smz-ui-guides/custom-styles-builder.d.ts +25 -0
- package/lib/builders/smz-ui-guides/default-step-builder.d.ts +17 -0
- package/lib/builders/smz-ui-guides/step-builder.d.ts +23 -0
- package/lib/builders/smz-ui-guides/step-overrides-builder.d.ts +17 -0
- package/lib/builders/smz-ui-guides/ui-guides-builder.d.ts +22 -0
- package/lib/common/data-pipes/data-pipes.module.d.ts +26 -0
- package/lib/common/data-pipes/pipes/as.pipe.d.ts +7 -0
- package/lib/common/data-pipes/pipes/calendar.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/clone.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/describe-any.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/describe-array.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/describe-simple-named.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/filter-by.d.ts +8 -0
- package/lib/common/data-pipes/pipes/first-or-default.pipe.d.ts +7 -0
- package/lib/common/data-pipes/pipes/get-data.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/initial.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/join.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/pipe-helpers.d.ts +15 -0
- package/lib/common/data-pipes/pipes/pretty-json.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/safe-url.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/selector.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/server-path.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/shorten.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/simple-calendar.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/state-builder.pipe.d.ts +7 -0
- package/lib/common/data-pipes/pipes/tail.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/unique-filter.pipe.d.ts +9 -0
- package/lib/common/directives/action-dispatch/action-dispatch.directive.d.ts +16 -0
- package/lib/common/directives/action-dispatch/action-dispatch.module.d.ts +7 -0
- package/lib/common/directives/custom-ng-for/custom-ng-for.directive.d.ts +16 -0
- package/lib/common/directives/input-text/input-text.directive.d.ts +23 -0
- package/lib/common/directives/ng-clone/ng-clone.directive.d.ts +12 -0
- package/lib/common/directives/ng-clone/ng-clone.module.d.ts +7 -0
- package/lib/common/directives/ng-if-landscape/ng-if-landscape.directive.d.ts +19 -0
- package/lib/common/directives/ng-if-portrait/ng-if-portrait.directive.d.ts +19 -0
- package/lib/common/directives/ng-var/ng-var.directive.d.ts +34 -0
- package/lib/common/directives/ng-var/ng-var.module.d.ts +7 -0
- package/lib/common/directives/responsive-breakpoints/responsive-breakpoints.directive.d.ts +24 -0
- package/lib/common/directives/safe-image/safe-image.directive.d.ts +19 -0
- package/lib/common/directives/server-image/server-image-to-base64.directive.d.ts +34 -0
- package/lib/common/directives/server-image/server-image.directive.d.ts +33 -0
- package/lib/common/directives/tooltip-touch-support/tooltip-touch-support.directive.d.ts +14 -0
- package/lib/common/directives/tooltip-touch-support/tooltip-touch-support.module.d.ts +7 -0
- package/lib/common/input-detection/input-detection.directive.d.ts +16 -0
- package/lib/common/input-detection/input-detection.module.d.ts +7 -0
- package/lib/common/is-visible-pipe/is-visible.pipe.d.ts +16 -0
- package/lib/common/menu-item-actions/menu-item-actions.directive.d.ts +16 -0
- package/lib/common/menu-item-actions/menu-item-actions.module.d.ts +7 -0
- package/lib/common/merge-clone-pipe/merge-clone.pipe.d.ts +15 -0
- package/lib/common/models/simple-named-entity.d.ts +17 -0
- package/lib/common/models/templates.d.ts +71 -0
- package/lib/common/modules/inject-content/generic-inject-component.directive.d.ts +18 -0
- package/lib/common/modules/inject-content/inject-component.directive.d.ts +19 -0
- package/lib/common/modules/inject-content/inject-component.service.d.ts +13 -0
- package/lib/common/modules/inject-content/inject-content.directive.d.ts +26 -0
- package/lib/common/modules/inject-content/inject-content.module.d.ts +10 -0
- package/lib/common/modules/inject-content/inject-content.service.d.ts +11 -0
- package/lib/common/modules/inject-content/models/inject-content.model.d.ts +8 -0
- package/lib/common/modules/inject-content/models/injectable-dialog-component.interface.d.ts +4 -0
- package/lib/common/modules/inject-content/models/injectable.model.d.ts +32 -0
- package/lib/common/modules/inject-content/public-api.d.ts +10 -0
- package/lib/common/modules/inject-content/standalone-inject-component.directive.d.ts +18 -0
- package/lib/common/pipes/group-by.pipe.d.ts +12 -0
- package/lib/common/pipes/safe-html.pipe.d.ts +22 -0
- package/lib/common/pipes/templates.pipe.d.ts +15 -0
- package/lib/common/services/global-injector.d.ts +11 -0
- package/lib/common/services/prime-config.service.d.ts +13 -0
- package/lib/common/services/registry-smz-ui-configuration.d.ts +2 -0
- package/lib/common/services/smz-clipboard.service.d.ts +13 -0
- package/lib/common/stop-click-propagation/click-stop-propagation.directive.d.ts +6 -0
- package/lib/common/stop-click-propagation/click-stop-propagation.module.d.ts +8 -0
- package/lib/common/table-item-actions/table-item-actions.directive.d.ts +15 -0
- package/lib/common/table-item-actions/table-item-actions.module.d.ts +7 -0
- package/lib/common/url-checker/url-checker.pipe.d.ts +15 -0
- package/lib/common/utils/base64-helper.d.ts +3 -0
- package/lib/common/utils/custom-validations.d.ts +9 -0
- package/lib/common/utils/deep-merge.d.ts +14 -0
- package/lib/common/utils/guid-generator.d.ts +1 -0
- package/lib/common/utils/pretty-json.d.ts +12 -0
- package/lib/common/utils/search-helper.d.ts +2 -0
- package/lib/common/utils/store-utils.d.ts +5 -0
- package/lib/common/utils/utils.d.ts +86 -0
- package/lib/config/config.d.ts +16 -0
- package/lib/config/index.d.ts +2 -0
- package/lib/config/provide.d.ts +4 -0
- package/lib/modules/prime/overlaypanel/overlaypanel.d.ts +77 -0
- package/lib/modules/prime/table/table.d.ts +862 -0
- package/lib/modules/rbk-utils/auth/auth.guard.d.ts +10 -0
- package/lib/modules/rbk-utils/auth/auth.handler.d.ts +16 -0
- package/lib/modules/rbk-utils/auth/auth.interceptor.d.ts +17 -0
- package/lib/modules/rbk-utils/auth/auth.service.d.ts +24 -0
- package/lib/modules/rbk-utils/auth/guards/access-control.module.d.ts +10 -0
- package/lib/modules/rbk-utils/auth/guards/can-access-any.pipe.d.ts +11 -0
- package/lib/modules/rbk-utils/auth/guards/can-access-if.directive.d.ts +12 -0
- package/lib/modules/rbk-utils/auth/guards/can-access.pipe.d.ts +11 -0
- package/lib/modules/rbk-utils/auth/models.d.ts +5 -0
- package/lib/modules/rbk-utils/error-handler/diagnostic.service.d.ts +18 -0
- package/lib/modules/rbk-utils/error-handler/diagnostics-data.d.ts +18 -0
- package/lib/modules/rbk-utils/error-handler/error.handler.d.ts +20 -0
- package/lib/modules/rbk-utils/error-handler/error.interceptor.d.ts +14 -0
- package/lib/modules/rbk-utils/error-handler/global-error.interceptor.d.ts +14 -0
- package/lib/modules/rbk-utils/http/base-api.service.d.ts +31 -0
- package/lib/modules/rbk-utils/http/global.pending.interceptor.d.ts +13 -0
- package/lib/modules/rbk-utils/http/local.pending.interceptor.d.ts +11 -0
- package/lib/modules/rbk-utils/misc/boilerplate.service.d.ts +16 -0
- package/lib/modules/rbk-utils/misc/breadcrum.service.d.ts +9 -0
- package/lib/modules/rbk-utils/misc/title.service.d.ts +17 -0
- package/lib/modules/rbk-utils/misc/toast.service.d.ts +15 -0
- package/lib/modules/rbk-utils/ngx-rbk-utils-initialization.d.ts +11 -0
- package/lib/modules/rbk-utils/ngx-rbk-utils.config.d.ts +197 -0
- package/lib/modules/rbk-utils/ngx-rbk-utils.module.d.ts +11 -0
- package/lib/modules/rbk-utils/pipes/rbk-pipes.module.d.ts +8 -0
- package/lib/modules/rbk-utils/pipes/rbk-safe-html.pipe.d.ts +10 -0
- package/lib/modules/rbk-utils/public-api.d.ts +27 -0
- package/lib/modules/rbk-utils/ui/input-clear-extension.directive.d.ts +17 -0
- package/lib/modules/rbk-utils/ui/table-clear-extension.directive.d.ts +11 -0
- package/lib/modules/rbk-utils/ui/table-clear-extions.module.d.ts +9 -0
- package/lib/modules/rbk-utils/utils/can-access.d.ts +14 -0
- package/lib/modules/rbk-utils/utils/operators.d.ts +2 -0
- package/lib/modules/rbk-utils/utils/reusable-route.d.ts +20 -0
- package/lib/modules/rbk-utils/utils/state/database-state.guard.d.ts +11 -0
- package/lib/modules/rbk-utils/utils/state/feature-state.guard.d.ts +11 -0
- package/lib/modules/rbk-utils/utils/utils.d.ts +12 -0
- package/lib/modules/smz-access/models/activate-user.d.ts +3 -0
- package/lib/modules/smz-access/models/add-claims-override.d.ts +6 -0
- package/lib/modules/smz-access/models/auth-claim-definitions.d.ts +10 -0
- package/lib/modules/smz-access/models/base-user-data.d.ts +8 -0
- package/lib/modules/smz-access/models/change-password.d.ts +5 -0
- package/lib/modules/smz-access/models/claim-access-type.d.ts +9 -0
- package/lib/modules/smz-access/models/claim-details.d.ts +6 -0
- package/lib/modules/smz-access/models/claim-override.d.ts +8 -0
- package/lib/modules/smz-access/models/create-claim.d.ts +4 -0
- package/lib/modules/smz-access/models/create-role.d.ts +3 -0
- package/lib/modules/smz-access/models/create-tenant-admin-user.d.ts +6 -0
- package/lib/modules/smz-access/models/create-tenant.d.ts +7 -0
- package/lib/modules/smz-access/models/create-user.d.ts +12 -0
- package/lib/modules/smz-access/models/deativate-user.d.ts +3 -0
- package/lib/modules/smz-access/models/delete-user.d.ts +3 -0
- package/lib/modules/smz-access/models/jwt-response.d.ts +4 -0
- package/lib/modules/smz-access/models/protect-claim.d.ts +3 -0
- package/lib/modules/smz-access/models/redefine-password.d.ts +4 -0
- package/lib/modules/smz-access/models/register.d.ts +11 -0
- package/lib/modules/smz-access/models/remove-claims-override.d.ts +4 -0
- package/lib/modules/smz-access/models/rename-role.d.ts +4 -0
- package/lib/modules/smz-access/models/replace-user-roles.d.ts +4 -0
- package/lib/modules/smz-access/models/request-password-reset.d.ts +4 -0
- package/lib/modules/smz-access/models/resend-email-confirmation.d.ts +3 -0
- package/lib/modules/smz-access/models/role-mode.d.ts +9 -0
- package/lib/modules/smz-access/models/role-source.d.ts +9 -0
- package/lib/modules/smz-access/models/roles-details.d.ts +8 -0
- package/lib/modules/smz-access/models/switch-tenant.d.ts +3 -0
- package/lib/modules/smz-access/models/tenant-details.d.ts +5 -0
- package/lib/modules/smz-access/models/unprotect-claim.d.ts +3 -0
- package/lib/modules/smz-access/models/update-claim.d.ts +4 -0
- package/lib/modules/smz-access/models/update-role-claims.d.ts +4 -0
- package/lib/modules/smz-access/models/update-tenant.d.ts +5 -0
- package/lib/modules/smz-access/models/user-data.d.ts +9 -0
- package/lib/modules/smz-access/models/user-details.d.ts +24 -0
- package/lib/modules/smz-access/modules/claims/claims.module.d.ts +12 -0
- package/lib/modules/smz-access/modules/claims/features/claims-page/claims-page.component.d.ts +20 -0
- package/lib/modules/smz-access/modules/claims/functions/create-claim-dialog.d.ts +3 -0
- package/lib/modules/smz-access/modules/claims/functions/update-claim-dialog.d.ts +4 -0
- package/lib/modules/smz-access/modules/roles/features/roles-page/roles-page.component.d.ts +22 -0
- package/lib/modules/smz-access/modules/roles/functions/create-role-dialog.d.ts +3 -0
- package/lib/modules/smz-access/modules/roles/functions/show-role-claims-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/roles/functions/update-role-claims-dialog.d.ts +4 -0
- package/lib/modules/smz-access/modules/roles/functions/update-role-dialog.d.ts +4 -0
- package/lib/modules/smz-access/modules/roles/roles.module.d.ts +14 -0
- package/lib/modules/smz-access/modules/tenants/features/tenants-page/tenants-page.component.d.ts +18 -0
- package/lib/modules/smz-access/modules/tenants/functions/create-tenant-dialog.d.ts +1 -0
- package/lib/modules/smz-access/modules/tenants/functions/update-tenant-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/tenants/tenants.module.d.ts +12 -0
- package/lib/modules/smz-access/modules/users/components/user-claims/user-claims.component.d.ts +29 -0
- package/lib/modules/smz-access/modules/users/containers/users/users-page.component.d.ts +25 -0
- package/lib/modules/smz-access/modules/users/dialogs/show-set-user-role-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/users/dialogs/show-set-user-roles-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/users/dialogs/update-user-claims-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/users/models/smz-authorization-user-state.d.ts +21 -0
- package/lib/modules/smz-access/modules/users/tables/deactivated-users-table-state.d.ts +3 -0
- package/lib/modules/smz-access/modules/users/tables/users-table-state.d.ts +3 -0
- package/lib/modules/smz-access/modules/users/users.module.d.ts +22 -0
- package/lib/modules/smz-access/public-api.d.ts +57 -0
- package/lib/modules/smz-access/routes.d.ts +9 -0
- package/lib/modules/smz-access/services/authentication.service.d.ts +40 -0
- package/lib/modules/smz-access/services/authorization.service.d.ts +46 -0
- package/lib/modules/smz-access/state/claims/claims.actions.d.ts +37 -0
- package/lib/modules/smz-access/state/claims/claims.selectors.d.ts +7 -0
- package/lib/modules/smz-access/state/claims/claims.state.d.ts +24 -0
- package/lib/modules/smz-access/state/roles/roles.actions.d.ts +31 -0
- package/lib/modules/smz-access/state/roles/roles.selectors.d.ts +6 -0
- package/lib/modules/smz-access/state/roles/roles.state.d.ts +23 -0
- package/lib/modules/smz-access/state/state-parameters.d.ts +7 -0
- package/lib/modules/smz-access/state/tenants/tenants.actions.d.ts +25 -0
- package/lib/modules/smz-access/state/tenants/tenants.selectors.d.ts +10 -0
- package/lib/modules/smz-access/state/tenants/tenants.state.d.ts +22 -0
- package/lib/modules/smz-access/state/users/users.actions.d.ts +80 -0
- package/lib/modules/smz-access/state/users/users.selectors.d.ts +8 -0
- package/lib/modules/smz-access/state/users/users.state.d.ts +34 -0
- package/lib/modules/smz-cards/components/contents/image/image-content.component.d.ts +11 -0
- package/lib/modules/smz-cards/components/contents/text/text-content.component.d.ts +11 -0
- package/lib/modules/smz-cards/components/grid-item/grid-item.component.d.ts +18 -0
- package/lib/modules/smz-cards/components/list-item/list-item.component.d.ts +18 -0
- package/lib/modules/smz-cards/components/types/flip-card/flip-card-type.component.d.ts +23 -0
- package/lib/modules/smz-cards/components/types/image-with-details/image-with-details-type.component.d.ts +22 -0
- package/lib/modules/smz-cards/components/types/info-a/info-a-type.component.d.ts +19 -0
- package/lib/modules/smz-cards/components/types/raw/raw-type.component.d.ts +18 -0
- package/lib/modules/smz-cards/directives/button-actions.directive.d.ts +16 -0
- package/lib/modules/smz-cards/directives/content-selector.directive.d.ts +19 -0
- package/lib/modules/smz-cards/directives/img-placeholder.directive.d.ts +10 -0
- package/lib/modules/smz-cards/directives/inject-component.directive.d.ts +18 -0
- package/lib/modules/smz-cards/features/smz-cards/smz-cards.component.d.ts +25 -0
- package/lib/modules/smz-cards/models/contexts/smz-base-context.d.ts +8 -0
- package/lib/modules/smz-cards/models/contexts/smz-flip-card-context.d.ts +38 -0
- package/lib/modules/smz-cards/models/smz-cards-component.d.ts +16 -0
- package/lib/modules/smz-cards/models/smz-cards-contents.d.ts +50 -0
- package/lib/modules/smz-cards/models/smz-cards-state.d.ts +69 -0
- package/lib/modules/smz-cards/models/smz-cards-templates.d.ts +74 -0
- package/lib/modules/smz-cards/models/smz-cards-types.d.ts +4 -0
- package/lib/modules/smz-cards/pipes/card-content.pipe.d.ts +9 -0
- package/lib/modules/smz-cards/pipes/reset-context.pipe.d.ts +8 -0
- package/lib/modules/smz-cards/pipes/transform-content.pipe.d.ts +8 -0
- package/lib/modules/smz-cards/public-api.d.ts +9 -0
- package/lib/modules/smz-cards/smz-cards.module.d.ts +39 -0
- package/lib/modules/smz-charts/features/chart/chart.component.d.ts +36 -0
- package/lib/modules/smz-charts/models/chart-click-event.d.ts +6 -0
- package/lib/modules/smz-charts/models/chart.d.ts +6 -0
- package/lib/modules/smz-charts/ngx-smz-charts.module.d.ts +8 -0
- package/lib/modules/smz-charts/public-api.d.ts +4 -0
- package/lib/modules/smz-comments/features/smz-comments/mentionable-textarea.component.d.ts +14 -0
- package/lib/modules/smz-comments/features/smz-comments/smz-comments.component.d.ts +40 -0
- package/lib/modules/smz-comments/features/smz-comments-section/smz-comments-section.component.d.ts +21 -0
- package/lib/modules/smz-comments/functions/comments.dialogs.d.ts +6 -0
- package/lib/modules/smz-comments/functions/comments.forms.d.ts +7 -0
- package/lib/modules/smz-comments/models/comments-details.d.ts +5 -0
- package/lib/modules/smz-comments/models/create-comment.d.ts +5 -0
- package/lib/modules/smz-comments/models/smz-comments-state.d.ts +19 -0
- package/lib/modules/smz-comments/public-api.d.ts +5 -0
- package/lib/modules/smz-comments/smz-comments.module.d.ts +18 -0
- package/lib/modules/smz-data-info/public-api.d.ts +2 -0
- package/lib/modules/smz-data-info/smz-data-info.component.d.ts +21 -0
- package/lib/modules/smz-data-info/smz-data-info.module.d.ts +10 -0
- package/lib/modules/smz-dialogs/decorators/confirmable.decorator.d.ts +16 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dialog-overlay-panel.d.ts +17 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dialogservice.d.ts +17 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog-config.d.ts +30 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog-injector.d.ts +8 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog-ref.d.ts +11 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog.d.ts +88 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialogcontent.d.ts +14 -0
- package/lib/modules/smz-dialogs/dynamicdialog/public_api.d.ts +6 -0
- package/lib/modules/smz-dialogs/features/dialog-content-manager/dialog-content-manager.component.d.ts +14 -0
- package/lib/modules/smz-dialogs/features/dialog-footer/dialog-footer.component.d.ts +46 -0
- package/lib/modules/smz-dialogs/features/document-content/document-content.component.d.ts +10 -0
- package/lib/modules/smz-dialogs/features/guide-footer/guide-footer.component.d.ts +13 -0
- package/lib/modules/smz-dialogs/features/html-content/html-content.component.d.ts +7 -0
- package/lib/modules/smz-dialogs/features/markdown-content/markdown-content.component.d.ts +7 -0
- package/lib/modules/smz-dialogs/features/message-content/message-content.component.d.ts +10 -0
- package/lib/modules/smz-dialogs/features/message-from-observable-content/message-from-observable-content.component.d.ts +8 -0
- package/lib/modules/smz-dialogs/features/table-content/table-content.component.d.ts +11 -0
- package/lib/modules/smz-dialogs/models/smz-dialog-helpers.d.ts +2 -0
- package/lib/modules/smz-dialogs/models/smz-dialogs.d.ts +206 -0
- package/lib/modules/smz-dialogs/models/smz-presets.d.ts +13 -0
- package/lib/modules/smz-dialogs/public-api.d.ts +13 -0
- package/lib/modules/smz-dialogs/services/help-dialog.service.d.ts +11 -0
- package/lib/modules/smz-dialogs/services/smz-dialogs-visibility.service.d.ts +28 -0
- package/lib/modules/smz-dialogs/services/smz-dialogs.service.d.ts +34 -0
- package/lib/modules/smz-dialogs/services/smz-features.service.d.ts +8 -0
- package/lib/modules/smz-dialogs/smz-dialogs.config.d.ts +29 -0
- package/lib/modules/smz-dialogs/smz-dialogs.module.d.ts +40 -0
- package/lib/modules/smz-dialogs/state/dialogs/dialog-crud-state.service.d.ts +8 -0
- package/lib/modules/smz-dialogs/state/dialogs/dialogs.actions.d.ts +57 -0
- package/lib/modules/smz-dialogs/state/dialogs/dialogs.state.d.ts +22 -0
- package/lib/modules/smz-dialogs/utils/dialogs.d.ts +13 -0
- package/lib/modules/smz-dock/features/dock/smz-dock.component.d.ts +11 -0
- package/lib/modules/smz-dock/public-api.d.ts +3 -0
- package/lib/modules/smz-dock/services/smz-dock.service.d.ts +16 -0
- package/lib/modules/smz-dock/smz-dock.module.d.ts +9 -0
- package/lib/modules/smz-documents/components/chart/chart.component.d.ts +17 -0
- package/lib/modules/smz-documents/components/content/content.component.d.ts +16 -0
- package/lib/modules/smz-documents/components/divider/divider.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/field/field.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/fields-group/fields-group.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/hidden-break/hidden-break.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/image/image.component.d.ts +15 -0
- package/lib/modules/smz-documents/components/injectable/injectable.component.d.ts +11 -0
- package/lib/modules/smz-documents/components/page-break/page-break.component.d.ts +8 -0
- package/lib/modules/smz-documents/components/spacer/spacer.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/sub-title/sub-title.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/table/table.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/title/title.component.d.ts +12 -0
- package/lib/modules/smz-documents/features/document/smz-document.component.d.ts +17 -0
- package/lib/modules/smz-documents/features/document-viewer/document-viewer.component.d.ts +25 -0
- package/lib/modules/smz-documents/models/smz-document-config.d.ts +48 -0
- package/lib/modules/smz-documents/models/smz-document-export.d.ts +15 -0
- package/lib/modules/smz-documents/models/smz-document-features.d.ts +164 -0
- package/lib/modules/smz-documents/models/smz-document-locale.d.ts +7 -0
- package/lib/modules/smz-documents/models/smz-document-paper.d.ts +7 -0
- package/lib/modules/smz-documents/models/smz-document-viewer.d.ts +29 -0
- package/lib/modules/smz-documents/models/smz-document.d.ts +61 -0
- package/lib/modules/smz-documents/models/smz-page-formats.d.ts +44 -0
- package/lib/modules/smz-documents/ngx-smz-documents.module.d.ts +35 -0
- package/lib/modules/smz-documents/public-api.d.ts +4 -0
- package/lib/modules/smz-documents/services/jspdf-utils.d.ts +4 -0
- package/lib/modules/smz-documents/services/smz-documents.service.d.ts +25 -0
- package/lib/modules/smz-excels/functions/smz-excel-convertions.d.ts +1 -0
- package/lib/modules/smz-excels/models/smz-excel-definitions.d.ts +815 -0
- package/lib/modules/smz-excels/models/smz-excel-mock.d.ts +2 -0
- package/lib/modules/smz-excels/models/smz-excel-table.d.ts +76 -0
- package/lib/modules/smz-excels/public-api.d.ts +3 -0
- package/lib/modules/smz-excels/services/smz-excel-service.d.ts +14 -0
- package/lib/modules/smz-export-dialog/public-api.d.ts +4 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.component.d.ts +12 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.model.d.ts +16 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.module.d.ts +7 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.service.d.ts +16 -0
- package/lib/modules/smz-faqs/components/faqs-content/faqs-content.component.d.ts +24 -0
- package/lib/modules/smz-faqs/featured/faqs/smz-faqs.component.d.ts +19 -0
- package/lib/modules/smz-faqs/functions/faqs.dialogs.d.ts +5 -0
- package/lib/modules/smz-faqs/functions/faqs.forms.d.ts +7 -0
- package/lib/modules/smz-faqs/models/faqs.d.ts +24 -0
- package/lib/modules/smz-faqs/pipes/highlight.pipe.d.ts +7 -0
- package/lib/modules/smz-faqs/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/modules/smz-faqs/pipes/search-faqs.pipe.d.ts +10 -0
- package/lib/modules/smz-faqs/public-api.d.ts +4 -0
- package/lib/modules/smz-faqs/services/faqs-api.service.d.ts +17 -0
- package/lib/modules/smz-faqs/services/faqs-manager.service.d.ts +18 -0
- package/lib/modules/smz-faqs/smz-faqs.config.d.ts +30 -0
- package/lib/modules/smz-faqs/smz-faqs.module.d.ts +24 -0
- package/lib/modules/smz-faqs/state/faqs.actions.d.ts +50 -0
- package/lib/modules/smz-faqs/state/faqs.selector.d.ts +3 -0
- package/lib/modules/smz-faqs/state/faqs.state.d.ts +28 -0
- package/lib/modules/smz-forms/components/calendar/calendar.component.d.ts +13 -0
- package/lib/modules/smz-forms/components/checkbox/checkbox.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/checkbox-group/checkbox-group.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/color-picker/color-picker.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/dropdown/dropdown.component.d.ts +22 -0
- package/lib/modules/smz-forms/components/file-upload/file-name-shorten.pipe.d.ts +7 -0
- package/lib/modules/smz-forms/components/file-upload/file-upload.component.d.ts +41 -0
- package/lib/modules/smz-forms/components/input-autocomplete-tag-area/smz-autocomplete-selector-component.d.ts +34 -0
- package/lib/modules/smz-forms/components/input-autocomplete-tag-area/smz-input-autocomplete-tag-area.component.d.ts +37 -0
- package/lib/modules/smz-forms/components/input-content-mask/input-content-mask.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-content-mask/input-content-mask.pipe.d.ts +10 -0
- package/lib/modules/smz-forms/components/input-currency/input-currency.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-list/input-list-batch-crud.component.d.ts +20 -0
- package/lib/modules/smz-forms/components/input-list/input-list-dialog-crud.component.d.ts +20 -0
- package/lib/modules/smz-forms/components/input-list/input-list-inline-crud.component.d.ts +18 -0
- package/lib/modules/smz-forms/components/input-list/input-list.component.d.ts +41 -0
- package/lib/modules/smz-forms/components/input-mask/input-mask.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-number/input-number.component.d.ts +14 -0
- package/lib/modules/smz-forms/components/input-password/input-password.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-switch/input-switch.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-tag-area/input-tag-area.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-tag-area/smz-input-tag-area.component.d.ts +49 -0
- package/lib/modules/smz-forms/components/input-text/input-text.component.d.ts +10 -0
- package/lib/modules/smz-forms/components/input-text-area/input-text-area.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-text-button/input-text-button.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/input-tree/input-tree.component.d.ts +20 -0
- package/lib/modules/smz-forms/components/linked-dropdown/linked-dropdown.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/linked-multi-select/get-current-multiselect-options.pipe.d.ts +8 -0
- package/lib/modules/smz-forms/components/linked-multi-select/linked-multi-select.component.d.ts +16 -0
- package/lib/modules/smz-forms/components/multi-select/multi-select.component.d.ts +21 -0
- package/lib/modules/smz-forms/components/radio-button/radio-button.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/validation-messages/validation-messages.component.d.ts +13 -0
- package/lib/modules/smz-forms/components/validation-messages/validation-messages.pipe.d.ts +11 -0
- package/lib/modules/smz-forms/directives/file-drag-drop.directive.d.ts +11 -0
- package/lib/modules/smz-forms/directives/form-focus-first-input.directive.d.ts +10 -0
- package/lib/modules/smz-forms/directives/smart-autocomplete-tag.directive.d.ts +48 -0
- package/lib/modules/smz-forms/directives/smart-tag.directive.d.ts +46 -0
- package/lib/modules/smz-forms/directives/transfer-value-acessor.d.ts +36 -0
- package/lib/modules/smz-forms/features/form-group/form-group.component.d.ts +52 -0
- package/lib/modules/smz-forms/features/form-submit/form-submit.component.d.ts +31 -0
- package/lib/modules/smz-forms/models/advanced.d.ts +14 -0
- package/lib/modules/smz-forms/models/behaviors.d.ts +21 -0
- package/lib/modules/smz-forms/models/control-type-functions.d.ts +12 -0
- package/lib/modules/smz-forms/models/control-types.d.ts +291 -0
- package/lib/modules/smz-forms/models/controls.d.ts +38 -0
- package/lib/modules/smz-forms/models/form-viewdata.d.ts +22 -0
- package/lib/modules/smz-forms/models/smz-forms.d.ts +38 -0
- package/lib/modules/smz-forms/models/text-patterns.d.ts +8 -0
- package/lib/modules/smz-forms/public-api.d.ts +35 -0
- package/lib/modules/smz-forms/services/smz-forms-dropdown.service.d.ts +29 -0
- package/lib/modules/smz-forms/services/smz-forms-global-injector.d.ts +4 -0
- package/lib/modules/smz-forms/services/smz-forms-manager.service.d.ts +23 -0
- package/lib/modules/smz-forms/services/smz-forms-repository.service.d.ts +24 -0
- package/lib/modules/smz-forms/services/smz-forms-visibility.service.d.ts +26 -0
- package/lib/modules/smz-forms/smz-forms.config.d.ts +29 -0
- package/lib/modules/smz-forms/smz-forms.module.d.ts +78 -0
- package/lib/modules/smz-gauge/public-api.d.ts +2 -0
- package/lib/modules/smz-gauge/smz-gauge.component.d.ts +42 -0
- package/lib/modules/smz-gauge/smz-gauge.types.d.ts +109 -0
- package/lib/modules/smz-gauge/smz-svg-gauge.component.d.ts +37 -0
- package/lib/modules/smz-html-viewer/public-api.d.ts +2 -0
- package/lib/modules/smz-html-viewer/smz-html-viewer.component.d.ts +8 -0
- package/lib/modules/smz-html-viewer/smz-html-viewer.module.d.ts +10 -0
- package/lib/modules/smz-info-date/public-api.d.ts +2 -0
- package/lib/modules/smz-info-date/smz-info-date.component.d.ts +13 -0
- package/lib/modules/smz-info-date/smz-info-date.module.d.ts +10 -0
- package/lib/modules/smz-info-date/smz-info-date.pipe.d.ts +8 -0
- package/lib/modules/smz-layouts/core/functions/sort-menu-build.d.ts +2 -0
- package/lib/modules/smz-layouts/core/globals/default-smz-layouts.config.d.ts +2 -0
- package/lib/modules/smz-layouts/core/globals/smz-layouts.config.d.ts +49 -0
- package/lib/modules/smz-layouts/core/models/action-link.d.ts +9 -0
- package/lib/modules/smz-layouts/core/models/assistance.d.ts +13 -0
- package/lib/modules/smz-layouts/core/models/breadcrumbs.d.ts +5 -0
- package/lib/modules/smz-layouts/core/models/color-schemas.d.ts +18 -0
- package/lib/modules/smz-layouts/core/models/footer.d.ts +8 -0
- package/lib/modules/smz-layouts/core/models/layout.d.ts +23 -0
- package/lib/modules/smz-layouts/core/models/loaders.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/login.d.ts +4 -0
- package/lib/modules/smz-layouts/core/models/logo.d.ts +16 -0
- package/lib/modules/smz-layouts/core/models/menu-creation.d.ts +13 -0
- package/lib/modules/smz-layouts/core/models/menu-types.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/notifications.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/pages.d.ts +5 -0
- package/lib/modules/smz-layouts/core/models/positions.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/route-layout-data.d.ts +19 -0
- package/lib/modules/smz-layouts/core/models/sidebar-states.d.ts +4 -0
- package/lib/modules/smz-layouts/core/models/themes.d.ts +55 -0
- package/lib/modules/smz-layouts/core/models/toasts.d.ts +14 -0
- package/lib/modules/smz-layouts/core/services/menu-helper-service.d.ts +31 -0
- package/lib/modules/smz-layouts/core/services/router-data-listener.service.d.ts +17 -0
- package/lib/modules/smz-layouts/features/global-assistance/global-assistance.component.d.ts +39 -0
- package/lib/modules/smz-layouts/features/global-assistance/global-assistance.module.d.ts +16 -0
- package/lib/modules/smz-layouts/features/global-loader/components/cube/loader-cube.component.d.ts +12 -0
- package/lib/modules/smz-layouts/features/global-loader/components/square/loader-square.component.d.ts +12 -0
- package/lib/modules/smz-layouts/features/global-loader/global-loader.component.d.ts +16 -0
- package/lib/modules/smz-layouts/features/global-loader/global-loader.module.d.ts +11 -0
- package/lib/modules/smz-layouts/features/localization-switch/localization-switch.component.d.ts +17 -0
- package/lib/modules/smz-layouts/features/localization-switch/show-localization-switch-dialog.d.ts +1 -0
- package/lib/modules/smz-layouts/features/login/login-state.d.ts +30 -0
- package/lib/modules/smz-layouts/features/login/login.component.d.ts +23 -0
- package/lib/modules/smz-layouts/features/login/login.module.d.ts +13 -0
- package/lib/modules/smz-layouts/features/outlet/outlet.component.d.ts +26 -0
- package/lib/modules/smz-layouts/features/outlet/outlet.module.d.ts +15 -0
- package/lib/modules/smz-layouts/features/tenant-switch/show-tenant-switch-dialog.d.ts +1 -0
- package/lib/modules/smz-layouts/features/tenant-switch/tenant-switch.component.d.ts +18 -0
- package/lib/modules/smz-layouts/features/theme-manager/theme-manager.component.d.ts +12 -0
- package/lib/modules/smz-layouts/features/theme-manager/theme-manager.module.d.ts +9 -0
- package/lib/modules/smz-layouts/features/theme-manager/theme-manager.service.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/athena/components/assistance/assistance.component.d.ts +32 -0
- package/lib/modules/smz-layouts/layouts/athena/components/assistance/assistance.module.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/athena/components/footer/footer.component.d.ts +20 -0
- package/lib/modules/smz-layouts/layouts/athena/components/footer/footer.module.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/components/menu-node.component.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/horizontal-menu.component.d.ts +26 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/horizontal-menu.module.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/athena/components/notifications/items/notification-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/athena/components/notifications/notifications.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/athena/components/notifications/notifications.module.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/profile-menu-items.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/profile-menu.component.d.ts +21 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/profile-menu.module.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar/topbar.component.d.ts +25 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar/topbar.module.d.ts +11 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar-actions/topbar-actions.component.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar-actions/topbar-actions.module.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/athena/default.config.d.ts +2 -0
- package/lib/modules/smz-layouts/layouts/athena/layout.component.d.ts +28 -0
- package/lib/modules/smz-layouts/layouts/athena/layout.config.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/athena/layout.module.d.ts +20 -0
- package/lib/modules/smz-layouts/layouts/athena/state/ui-layout.actions.d.ts +35 -0
- package/lib/modules/smz-layouts/layouts/athena/state/ui-layout.selectors.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/athena/state/ui-layout.state.d.ts +23 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/assistance/assistance.component.d.ts +27 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/assistance/assistance.module.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/footer/footer.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/footer/footer.module.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/notifications/notification-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/notifications/notifications.component.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/notifications/notifications.module.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/profile-menu/profile-menu-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/profile-menu/profile-menu.component.d.ts +18 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/profile-menu/profile-menu.module.d.ts +12 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/components/menu.component.d.ts +41 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/sidebar.component.d.ts +25 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/sidebar.module.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/topbar/topbar.component.d.ts +30 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/topbar/topbar.module.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/default.config.d.ts +2 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout-provider.module.d.ts +12 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout.component.d.ts +31 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout.config.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout.module.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/state/ui-layout.actions.d.ts +35 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/state/ui-layout.selectors.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/state/ui-layout.state.d.ts +23 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/assistance/assistance.component.d.ts +29 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/assistance/assistance.module.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/footer/footer.component.d.ts +20 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/footer/footer.module.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/components/menu-node.component.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/horizontal-menu.component.d.ts +27 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/horizontal-menu.module.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/notifications/items/notification-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/notifications/notifications.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/notifications/notifications.module.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/profile-menu-items.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/profile-menu.component.d.ts +24 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/profile-menu.module.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar/topbar.component.d.ts +26 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar/topbar.module.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar-actions/topbar-actions.component.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar-actions/topbar-actions.module.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/new-athena/default.config.d.ts +2 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout-provider.module.d.ts +12 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout.component.d.ts +32 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout.config.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout.module.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/new-athena/state/ui-layout.actions.d.ts +35 -0
- package/lib/modules/smz-layouts/layouts/new-athena/state/ui-layout.selectors.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/new-athena/state/ui-layout.state.d.ts +23 -0
- package/lib/modules/smz-layouts/ngx-smz-layouts-routing.module.d.ts +23 -0
- package/lib/modules/smz-layouts/ngx-smz-layouts.module.d.ts +12 -0
- package/lib/modules/smz-layouts/pages/diagnostics-data-collect/diagnostics-data-collect.component.d.ts +19 -0
- package/lib/modules/smz-layouts/pages/diagnostics-data-collect/diagnostics-data-collect.module.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/error/error.component.d.ts +21 -0
- package/lib/modules/smz-layouts/pages/error/error.module.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/login/login.component.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/login/login.module.d.ts +16 -0
- package/lib/modules/smz-layouts/pages/not-found/not-found.component.d.ts +10 -0
- package/lib/modules/smz-layouts/pages/not-found/not-found.module.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/superuser-login/superuser-login.component.d.ts +11 -0
- package/lib/modules/smz-layouts/pages/superuser-login/superuser-login.module.d.ts +15 -0
- package/lib/modules/smz-layouts/public-api.d.ts +37 -0
- package/lib/modules/smz-menu/components/menu.d.ts +77 -0
- package/lib/modules/smz-menu/directives/menu-item-actions.directive.d.ts +15 -0
- package/lib/modules/smz-menu/models/smz-menu-item.d.ts +20 -0
- package/lib/modules/smz-menu/pipes/smz-flatten-menu.pipe.d.ts +14 -0
- package/lib/modules/smz-menu/pipes/smz-menu.pipe.d.ts +15 -0
- package/lib/modules/smz-menu/public-api.d.ts +5 -0
- package/lib/modules/smz-menu/smz-menu.component.d.ts +16 -0
- package/lib/modules/smz-menu/smz-menu.module.d.ts +15 -0
- package/lib/modules/smz-messages/components/icon-message/icon-message.component.d.ts +11 -0
- package/lib/modules/smz-messages/components/tag-message/tag-message.component.d.ts +12 -0
- package/lib/modules/smz-messages/public-api.d.ts +3 -0
- package/lib/modules/smz-messages/smz-messages.module.d.ts +9 -0
- package/lib/modules/smz-multi-tables/multi-tables.component.d.ts +11 -0
- package/lib/modules/smz-multi-tables/multi-tables.module.d.ts +12 -0
- package/lib/modules/smz-multi-tables/multi-tables.state.d.ts +32 -0
- package/lib/modules/smz-multi-tables/public-api.d.ts +3 -0
- package/lib/modules/smz-notifications/components/item/notification-item.component.d.ts +21 -0
- package/lib/modules/smz-notifications/components/list/notifications-list.component.d.ts +41 -0
- package/lib/modules/smz-notifications/dialogs/show-notifications-dialog.d.ts +1 -0
- package/lib/modules/smz-notifications/features/notifications/notifications.component.d.ts +10 -0
- package/lib/modules/smz-notifications/ngx-smz-notifications.module.d.ts +27 -0
- package/lib/modules/smz-notifications/services/smz-notifications.service.d.ts +11 -0
- package/lib/modules/smz-responsive/smz-responsive.component.d.ts +12 -0
- package/lib/modules/smz-router-params/decorators/host-element.decorator.d.ts +15 -0
- package/lib/modules/smz-router-params/decorators/replace-ng-oninit.d.ts +2 -0
- package/lib/modules/smz-router-params/decorators/route.decorators.d.ts +12 -0
- package/lib/modules/smz-router-params/decorators/tunnel.decorator.d.ts +1 -0
- package/lib/modules/smz-router-params/models/internals.d.ts +21 -0
- package/lib/modules/smz-router-params/ngx-smz-router-params.module.d.ts +7 -0
- package/lib/modules/smz-router-params/public-api.d.ts +10 -0
- package/lib/modules/smz-router-params/router-params-listener.d.ts +4 -0
- package/lib/modules/smz-router-params/state/router-params/router-params.actions.d.ts +13 -0
- package/lib/modules/smz-router-params/state/router-params/router-params.selectors.d.ts +6 -0
- package/lib/modules/smz-router-params/state/router-params/router-params.state.d.ts +20 -0
- package/lib/modules/smz-side-content/models/side-content.d.ts +14 -0
- package/lib/modules/smz-side-content/public-api.d.ts +3 -0
- package/lib/modules/smz-side-content/smz-side-content.component.d.ts +25 -0
- package/lib/modules/smz-side-content/smz-side-content.module.d.ts +10 -0
- package/lib/modules/smz-submit/public-api.d.ts +1 -0
- package/lib/modules/smz-submit/smz-submit.component.d.ts +31 -0
- package/lib/modules/smz-submit/smz-submit.d.ts +6 -0
- package/lib/modules/smz-svg/models/smz-svg-wrapper.d.ts +28 -0
- package/lib/modules/smz-svg/models/smz-svg.d.ts +131 -0
- package/lib/modules/smz-svg/models/world-coordinates.d.ts +26 -0
- package/lib/modules/smz-svg/public-api.d.ts +6 -0
- package/lib/modules/smz-svg/smz-svg.component.d.ts +48 -0
- package/lib/modules/smz-svg/smz-svg.module.d.ts +11 -0
- package/lib/modules/smz-svg/utils/smz-svg-helper.d.ts +3 -0
- package/lib/modules/smz-tables/components/smz-filter-column-2.component.d.ts +28 -0
- package/lib/modules/smz-tables/components/smz-filter-column.component.d.ts +32 -0
- package/lib/modules/smz-tables/components/table-caption-buttons/table-caption-buttons.component.d.ts +10 -0
- package/lib/modules/smz-tables/components/table-content/table-content.component.d.ts +14 -0
- package/lib/modules/smz-tables/components/table-content-actions/table-content-actions.component.d.ts +13 -0
- package/lib/modules/smz-tables/components/table-header-actions/table-header-actions.component.d.ts +10 -0
- package/lib/modules/smz-tables/components/validation-messages/validation-messages.component.d.ts +14 -0
- package/lib/modules/smz-tables/components/validation-messages/validation-messages.pipe.d.ts +11 -0
- package/lib/modules/smz-tables/features/table/table.component.d.ts +112 -0
- package/lib/modules/smz-tables/models/content-convertions.d.ts +34 -0
- package/lib/modules/smz-tables/models/content-types.d.ts +49 -0
- package/lib/modules/smz-tables/models/editable-model.d.ts +32 -0
- package/lib/modules/smz-tables/models/editable-transaction.d.ts +7 -0
- package/lib/modules/smz-tables/models/editable-types.d.ts +37 -0
- package/lib/modules/smz-tables/models/filter-types.d.ts +13 -0
- package/lib/modules/smz-tables/models/table-column.d.ts +210 -0
- package/lib/modules/smz-tables/models/table-configs.d.ts +6 -0
- package/lib/modules/smz-tables/models/table-state.d.ts +588 -0
- package/lib/modules/smz-tables/ngx-smz-tables.module.d.ts +48 -0
- package/lib/modules/smz-tables/pipes/clone-table-items.pipe.d.ts +18 -0
- package/lib/modules/smz-tables/pipes/content-errors.pipe.d.ts +10 -0
- package/lib/modules/smz-tables/pipes/content-icon-matches.pipe.d.ts +8 -0
- package/lib/modules/smz-tables/pipes/editable-source.pipe.d.ts +11 -0
- package/lib/modules/smz-tables/pipes/filter-object.pipe.d.ts +7 -0
- package/lib/modules/smz-tables/pipes/sincronize-table.pipe.d.ts +10 -0
- package/lib/modules/smz-tables/pipes/table-content.pipe.d.ts +10 -0
- package/lib/modules/smz-tables/pipes/table-context.pipe.d.ts +8 -0
- package/lib/modules/smz-tables/public-api.d.ts +14 -0
- package/lib/modules/smz-tables/services/smz-transactions.service.d.ts +19 -0
- package/lib/modules/smz-tables/services/table-editable.service.d.ts +38 -0
- package/lib/modules/smz-tables/services/table-forms.service.d.ts +11 -0
- package/lib/modules/smz-tables/services/table-helper.service.d.ts +17 -0
- package/lib/modules/smz-timeline/features/smz-timeline/smz-timeline.component.d.ts +23 -0
- package/lib/modules/smz-timeline/models/smz-timeline-state.d.ts +35 -0
- package/lib/modules/smz-timeline/public-api.d.ts +3 -0
- package/lib/modules/smz-timeline/smz-timeline.module.d.ts +22 -0
- package/lib/modules/smz-toast/public_api.d.ts +1 -0
- package/lib/modules/smz-toast/toast.d.ts +102 -0
- package/lib/modules/smz-tree-with-details/features/tree-with-details/tree-with-details.component.d.ts +30 -0
- package/lib/modules/smz-tree-with-details/models/tree-with-details-locale.d.ts +3 -0
- package/lib/modules/smz-tree-with-details/models/tree-with-details-state.d.ts +27 -0
- package/lib/modules/smz-tree-with-details/ngx-smz-tree-with-details.module.d.ts +18 -0
- package/lib/modules/smz-tree-with-details/pipes/tree-items.pipe.d.ts +10 -0
- package/lib/modules/smz-tree-with-details/public-api.d.ts +3 -0
- package/lib/modules/smz-trees/features/tree/tree.component.d.ts +102 -0
- package/lib/modules/smz-trees/models/drag-and-drop.d.ts +21 -0
- package/lib/modules/smz-trees/models/node-helper.d.ts +15 -0
- package/lib/modules/smz-trees/models/tree-menu-item.d.ts +14 -0
- package/lib/modules/smz-trees/models/tree-node.d.ts +6 -0
- package/lib/modules/smz-trees/models/tree-state.d.ts +163 -0
- package/lib/modules/smz-trees/models/tree-toolbar-button.d.ts +8 -0
- package/lib/modules/smz-trees/ngx-smz-trees.module.d.ts +24 -0
- package/lib/modules/smz-trees/pipes/data-transform-tree.pipe.d.ts +12 -0
- package/lib/modules/smz-trees/public-api.d.ts +9 -0
- package/lib/modules/smz-trees/services/tree-helper.service.d.ts +18 -0
- package/lib/modules/smz-trees/utils/tree-helpers.d.ts +8 -0
- package/lib/modules/smz-ui-block/public-api.d.ts +4 -0
- package/lib/modules/smz-ui-block/smz-ui-block.component.d.ts +16 -0
- package/lib/modules/smz-ui-block/smz-ui-block.directive.d.ts +15 -0
- package/lib/modules/smz-ui-block/smz-ui-block.module.d.ts +10 -0
- package/lib/modules/smz-ui-block/smz-ui-block.service.d.ts +16 -0
- package/lib/modules/smz-viewport/models/smz-viewport-config-direction.d.ts +5 -0
- package/lib/modules/smz-viewport/models/smz-viewport-config.d.ts +19 -0
- package/lib/modules/smz-viewport/public-api.d.ts +3 -0
- package/lib/modules/smz-viewport/smz-viewport.directive.d.ts +23 -0
- package/lib/modules/smz-viewport/smz-viewport.module.d.ts +8 -0
- package/lib/modules/smz-viewport/smz-viewport.service.d.ts +18 -0
- package/lib/modules/smz-viewport/types/in-viewport-config-check-fn.d.ts +6 -0
- package/lib/modules/smz-viewport/types/in-viewport-config-directions.d.ts +1 -0
- package/lib/modules/smz-viewport/types/in-viewport-config-options.d.ts +10 -0
- package/lib/modules/smz-viewport/types/in-viewport-registry-entry.d.ts +9 -0
- package/lib/modules/smz-viewport/types/index.d.ts +11 -0
- package/lib/modules/smz-viewport/utils/utils.d.ts +17 -0
- package/lib/ngx-smz-ui.component.d.ts +8 -0
- package/lib/ngx-smz-ui.config.d.ts +30 -0
- package/lib/ngx-smz-ui.module.d.ts +15 -0
- package/lib/standalones/easy-table/components/common/global-search/global-search.component.d.ts +16 -0
- package/lib/standalones/easy-table/components/common/pagination/pagination.component.d.ts +15 -0
- package/lib/standalones/easy-table/components/common/sort/sort.component.d.ts +15 -0
- package/lib/standalones/easy-table/components/common/title/title.component.d.ts +10 -0
- package/lib/standalones/easy-table/components/desktop/body/body.component.d.ts +16 -0
- package/lib/standalones/easy-table/components/desktop/head/head.component.d.ts +12 -0
- package/lib/standalones/easy-table/containers/desktop/desktop-table.component.d.ts +14 -0
- package/lib/standalones/easy-table/containers/easy-table/smz-easy-table.component.d.ts +21 -0
- package/lib/standalones/easy-table/containers/mobile/mobile-table.component.d.ts +11 -0
- package/lib/standalones/easy-table/models/smz-easy-locale.d.ts +15 -0
- package/lib/standalones/easy-table/models/smz-easy-table-contents.d.ts +34 -0
- package/lib/standalones/easy-table/models/smz-easy-table-data.d.ts +36 -0
- package/lib/standalones/easy-table/models/smz-easy-table-state.d.ts +82 -0
- package/lib/standalones/easy-table/pipes/table-content.pipe.d.ts +9 -0
- package/lib/standalones/easy-table/public-api.d.ts +4 -0
- package/lib/standalones/easy-table/services/table-content.service.d.ts +13 -0
- package/lib/standalones/easy-table/services/table-data-source.service.d.ts +28 -0
- package/lib/standalones/easy-table/services/table-data-utils.d.ts +2 -0
- package/lib/standalones/easy-table/smz-easy-table.module.d.ts +24 -0
- package/lib/standalones/smz-drag-drop/directives/smz-drag.d.ts +41 -0
- package/lib/standalones/smz-drag-drop/directives/smz-drop.d.ts +32 -0
- package/lib/standalones/smz-drag-drop/models/drag-event.d.ts +11 -0
- package/lib/standalones/smz-drag-drop/public-api.d.ts +4 -0
- package/lib/standalones/smz-drag-drop/services/smz-draggable.service.d.ts +8 -0
- package/lib/standalones/smz-drag-drop/smz-drag-drop.module.d.ts +9 -0
- package/lib/standalones/smz-drag-drop/utils/clone-node.d.ts +9 -0
- package/lib/standalones/smz-drag-drop/utils/drag-ref.d.ts +33 -0
- package/lib/standalones/smz-drag-drop/utils/styling.d.ts +42 -0
- package/lib/standalones/smz-ui-guides/models/smz-ui-guides-state.d.ts +50 -0
- package/lib/standalones/smz-ui-guides/public-api.d.ts +2 -0
- package/lib/standalones/smz-ui-guides/services/smz-ui-guides.service.d.ts +11 -0
- package/lib/standalones/smz-ui-guides/smz-ui-guides.module.d.ts +7 -0
- package/lib/state/app.state.d.ts +5 -0
- package/lib/state/app.utils.d.ts +1 -0
- package/lib/state/database/database.actions.d.ts +8 -0
- package/lib/state/database/database.interfaces.d.ts +5 -0
- package/lib/state/database/database.selectors.d.ts +3 -0
- package/lib/state/database/database.state.d.ts +11 -0
- package/lib/state/database/ui-definitions/ui-definitions.actions.d.ts +17 -0
- package/lib/state/database/ui-definitions/ui-definitions.selectors.d.ts +8 -0
- package/lib/state/database/ui-definitions/ui-definitions.service.d.ts +14 -0
- package/lib/state/database/ui-definitions/ui-definitions.state.d.ts +22 -0
- package/lib/state/database/ui-localization/ui-localization.actions.d.ts +16 -0
- package/lib/state/database/ui-localization/ui-localization.selectors.d.ts +6 -0
- package/lib/state/database/ui-localization/ui-localization.service.d.ts +14 -0
- package/lib/state/database/ui-localization/ui-localization.state.d.ts +27 -0
- package/lib/state/features/features.actions.d.ts +8 -0
- package/lib/state/features/features.selectors.d.ts +3 -0
- package/lib/state/features/features.state.d.ts +10 -0
- package/lib/state/global/application/application.actions.d.ts +55 -0
- package/lib/state/global/application/application.actions.toast.d.ts +32 -0
- package/lib/state/global/application/application.selector.d.ts +6 -0
- package/lib/state/global/application/application.state.d.ts +43 -0
- package/lib/state/global/authentication/authentication.actions.d.ts +42 -0
- package/lib/state/global/authentication/authentication.selectors.d.ts +14 -0
- package/lib/state/global/authentication/authentication.state.d.ts +28 -0
- package/lib/state/global/authentication/authentication.utils.d.ts +1 -0
- package/lib/state/global/authentication/legacy-authentication.selectors.d.ts +5 -0
- package/lib/state/global/authentication/tenant-authentication.selectors.d.ts +5 -0
- package/lib/state/global/global.actions.d.ts +8 -0
- package/lib/state/global/global.state.d.ts +15 -0
- package/lib/state/ui/comments/comments.actions.d.ts +30 -0
- package/lib/state/ui/comments/comments.selector.d.ts +3 -0
- package/lib/state/ui/comments/comments.service.d.ts +18 -0
- package/lib/state/ui/comments/comments.state.d.ts +25 -0
- package/lib/state/ui/excels/excels.actions.d.ts +14 -0
- package/lib/state/ui/excels/excels.service.d.ts +12 -0
- package/lib/state/ui/excels/excels.state.d.ts +18 -0
- package/lib/state/ui/layout/layout.actions.d.ts +81 -0
- package/lib/state/ui/layout/layout.selectors.d.ts +26 -0
- package/lib/state/ui/layout/layout.state.d.ts +51 -0
- package/lib/state/ui/notifications/notifications.actions.d.ts +28 -0
- package/lib/state/ui/notifications/notifications.model.d.ts +52 -0
- package/lib/state/ui/notifications/notifications.selectors.d.ts +9 -0
- package/lib/state/ui/notifications/notifications.service.d.ts +14 -0
- package/lib/state/ui/notifications/notifications.state.d.ts +24 -0
- package/lib/state/ui/ui.actions.d.ts +8 -0
- package/lib/state/ui/ui.state.d.ts +11 -0
- package/package.json +30 -0
- package/public-api.d.ts +152 -0
- package/resources/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/resources/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/resources/assets/fonts/OpenSans-Light.ttf +0 -0
- package/resources/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/resources/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/resources/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/resources/assets/fonts/Roboto-Bold.ttf +0 -0
- package/resources/assets/fonts/Roboto-Light.ttf +0 -0
- package/resources/assets/fonts/Roboto-Medium.ttf +0 -0
- package/resources/assets/fonts/Roboto-Regular.ttf +0 -0
- package/resources/assets/fonts/Roboto-Thin.ttf +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/images/avatar_dark.png +0 -0
- package/resources/assets/images/dock/acabamentos.svg +62 -0
- package/resources/assets/images/dock/dialog.svg +33 -0
- package/resources/assets/images/error-placeholder.jpeg +0 -0
- package/resources/assets/images/pages/bg-404.jpg +0 -0
- package/resources/assets/images/pages/bg-access.jpg +0 -0
- package/resources/assets/images/pages/bg-error.jpg +0 -0
- package/resources/assets/images/pages/bg-help.png +0 -0
- package/resources/assets/images/pages/bg-login.jpg +0 -0
- package/resources/assets/images/placeholder.jpeg +0 -0
- package/resources/assets/images/tables/empty-dark.svg +63 -0
- package/resources/assets/images/tables/empty.svg +56 -0
- package/resources/assets/locales/de.json +14 -0
- package/resources/assets/locales/en.json +14 -0
- package/resources/assets/scss/dialogs/dialog-ng19.scss +137 -0
- package/resources/assets/scss/dialogs/menu-ng19.scss +138 -0
- package/resources/assets/scss/dialogs/prime10.scss +5887 -0
- package/resources/assets/scss/dialogs/responsive.scss +32 -0
- package/resources/assets/scss/dialogs/smz-general-styles.scss +482 -0
- package/resources/assets/scss/dialogs/theme10.scss +88 -0
- package/resources/assets/scss/dock/dock.scss +61 -0
- package/resources/assets/scss/documents/documents.scss +262 -0
- package/resources/assets/scss/extras/browser.scss +18 -0
- package/resources/assets/scss/extras/colors.scss +2149 -0
- package/resources/assets/scss/extras/dividers.scss +567 -0
- package/resources/assets/scss/extras/extras.scss +37 -0
- package/resources/assets/scss/extras/pretty-json.scss +23 -0
- package/resources/assets/scss/extras/tag-messages.scss +14 -0
- package/resources/assets/scss/fontawesome-free.scss +2 -0
- package/resources/assets/scss/forms/forms.scss +24 -0
- package/resources/assets/scss/layouts/smz-theme-blue.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-bluegray.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-brown.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-cyan.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-darkgray.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-deeppurple.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-green.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-indigo.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-orange.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-pink.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-purple.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-teal.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-white.scss +55 -0
- package/resources/assets/scss/legacy/images/color.png +0 -0
- package/resources/assets/scss/legacy/images/hue.png +0 -0
- package/resources/assets/scss/legacy/images/line.gif +0 -0
- package/resources/assets/scss/legacy/images/password-meter.png +0 -0
- package/resources/assets/scss/legacy/primeng.min.css +1 -0
- package/resources/assets/scss/overlay-panel/overlay-panel.scss +59 -0
- package/resources/assets/scss/pages/app-exceptions.scss +65 -0
- package/resources/assets/scss/prime-grid/_grid.scss +607 -0
- package/resources/assets/scss/smz-contents.scss +101 -0
- package/resources/assets/scss/smz-dialogs.scss +5 -0
- package/resources/assets/scss/smz-dock.scss +1 -0
- package/resources/assets/scss/smz-forms.scss +1 -0
- package/resources/assets/scss/smz-prime-fix.scss +4 -0
- package/resources/assets/scss/smz-tables.scss +195 -0
- package/resources/assets/scss/smz-trees.scss +3 -0
- package/resources/assets/scss/smz-ui.scss +41 -0
- package/resources/assets/scss/smz-vendors.scss +0 -0
- package/resources/assets/scss/styles-legacy.scss +76 -0
- package/resources/assets/scss/styles.scss +52 -0
- package/resources/assets/themes/arya-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-blue/theme.css +6310 -0
- package/resources/assets/themes/arya-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-green/theme.css +6310 -0
- package/resources/assets/themes/arya-orange/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-orange/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-orange/theme.css +6310 -0
- package/resources/assets/themes/arya-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-purple/theme.css +6310 -0
- package/resources/assets/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-amber/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-blue/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-cyan/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-green/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-indigo/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-lime/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-noir/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-pink/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-purple/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-teal/theme.css +7722 -0
- package/resources/assets/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-amber/theme.css +7723 -0
- package/resources/assets/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-blue/theme.css +7723 -0
- package/resources/assets/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-cyan/theme.css +7723 -0
- package/resources/assets/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-green/theme.css +7723 -0
- package/resources/assets/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-indigo/theme.css +7723 -0
- package/resources/assets/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-lime/theme.css +7723 -0
- package/resources/assets/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-noir/theme.css +7731 -0
- package/resources/assets/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-pink/theme.css +7723 -0
- package/resources/assets/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-purple/theme.css +7723 -0
- package/resources/assets/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-teal/theme.css +7723 -0
- package/resources/assets/themes/bootstrap4-dark-blue/theme.css +6304 -0
- package/resources/assets/themes/bootstrap4-dark-purple/theme.css +6304 -0
- package/resources/assets/themes/bootstrap4-light-blue/theme.css +6304 -0
- package/resources/assets/themes/bootstrap4-light-purple/theme.css +6304 -0
- package/resources/assets/themes/fluent-light/theme.css +6439 -0
- package/resources/assets/themes/lara-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-amber/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-blue/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-cyan/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-green/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-indigo/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-pink/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-purple/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-teal/theme.css +6404 -0
- package/resources/assets/themes/lara-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-amber/theme.css +6340 -0
- package/resources/assets/themes/lara-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-blue/theme.css +6340 -0
- package/resources/assets/themes/lara-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-cyan/theme.css +6340 -0
- package/resources/assets/themes/lara-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-green/theme.css +6340 -0
- package/resources/assets/themes/lara-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-indigo/theme.css +6340 -0
- package/resources/assets/themes/lara-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-pink/theme.css +6340 -0
- package/resources/assets/themes/lara-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-purple/theme.css +6340 -0
- package/resources/assets/themes/lara-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-teal/theme.css +6340 -0
- package/resources/assets/themes/luna-amber/theme.css +6255 -0
- package/resources/assets/themes/luna-blue/theme.css +6255 -0
- package/resources/assets/themes/luna-green/theme.css +6255 -0
- package/resources/assets/themes/luna-pink/theme.css +6255 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-dark-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-dark-indigo/theme.css +7915 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-light-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-light-indigo/theme.css +7915 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-indigo/theme.css +7915 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-light-indigo/theme.css +7915 -0
- package/resources/assets/themes/mira/fonts/Inter-Bold.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Bold.woff2 +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Medium.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Medium.woff2 +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Regular.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Regular.woff2 +0 -0
- package/resources/assets/themes/mira/fonts/Inter-SemiBold.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/assets/themes/mira/theme.css +6517 -0
- package/resources/assets/themes/nano/theme.css +6290 -0
- package/resources/assets/themes/nova/theme.css +6270 -0
- package/resources/assets/themes/nova-accent/theme.css +6280 -0
- package/resources/assets/themes/nova-alt/theme.css +6282 -0
- package/resources/assets/themes/rhea/theme.css +6258 -0
- package/resources/assets/themes/saga-blue/theme.css +6307 -0
- package/resources/assets/themes/saga-green/theme.css +6307 -0
- package/resources/assets/themes/saga-orange/theme.css +6307 -0
- package/resources/assets/themes/saga-purple/theme.css +6307 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/soho-dark/theme.css +6283 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/soho-light/theme.css +6337 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/theme.css +6403 -0
- package/resources/assets/themes/vela-blue/theme.css +6310 -0
- package/resources/assets/themes/vela-green/theme.css +6310 -0
- package/resources/assets/themes/vela-orange/theme.css +6310 -0
- package/resources/assets/themes/vela-purple/theme.css +6310 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/viva-dark/theme.css +6444 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/viva-light/theme.css +6445 -0
- package/src/lib/modules/prime/overlaypanel/index.d.ts +5 -0
- package/src/lib/modules/prime/overlaypanel/overlaypanel.d.ts +77 -0
- package/src/lib/modules/prime/overlaypanel/public_api.d.ts +1 -0
- package/tailwind.preset.js +45 -0
package/README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# NgxSmzUi
|
|
2
|
+
|
|
3
|
+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
ng generate component component-name
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
ng generate --help
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Building
|
|
20
|
+
|
|
21
|
+
To build the library, run:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
ng build ngx-smz-ui
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
|
|
28
|
+
|
|
29
|
+
### Publishing the Library
|
|
30
|
+
|
|
31
|
+
Once the project is built, you can publish your library by following these steps:
|
|
32
|
+
|
|
33
|
+
1. Navigate to the `dist` directory:
|
|
34
|
+
```bash
|
|
35
|
+
cd dist/ngx-smz-ui
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
2. Run the `npm publish` command to publish your library to the npm registry:
|
|
39
|
+
```bash
|
|
40
|
+
npm publish
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Running unit tests
|
|
44
|
+
|
|
45
|
+
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
ng test
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Running end-to-end tests
|
|
52
|
+
|
|
53
|
+
For end-to-end (e2e) testing, run:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
ng e2e
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
|
|
60
|
+
|
|
61
|
+
## Additional Resources
|
|
62
|
+
|
|
63
|
+
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
|
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { inject, EventEmitter, ContentChildren, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import * as i1 from 'primeng/api';
|
|
6
|
+
import { PrimeTemplate, SharedModule } from 'primeng/api';
|
|
7
|
+
import * as i3 from 'primeng/ripple';
|
|
8
|
+
import { RippleModule } from 'primeng/ripple';
|
|
9
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
10
|
+
import { ZIndexUtils } from 'primeng/utils';
|
|
11
|
+
import { DomHandler, ConnectedOverlayScrollHandler } from 'primeng/dom';
|
|
12
|
+
import { PrimeNG } from 'primeng/config';
|
|
13
|
+
|
|
14
|
+
class OverlayPanel {
|
|
15
|
+
el;
|
|
16
|
+
renderer;
|
|
17
|
+
cd;
|
|
18
|
+
zone;
|
|
19
|
+
overlayService;
|
|
20
|
+
config = inject(PrimeNG);
|
|
21
|
+
dismissable = true;
|
|
22
|
+
showCloseIcon;
|
|
23
|
+
style;
|
|
24
|
+
styleClass;
|
|
25
|
+
appendTo = 'body';
|
|
26
|
+
autoZIndex = true;
|
|
27
|
+
ariaCloseLabel;
|
|
28
|
+
baseZIndex = 0;
|
|
29
|
+
focusOnShow = true;
|
|
30
|
+
mousePosition = true;
|
|
31
|
+
showTransitionOptions = '0s cubic-bezier(0, 0, 0.2, 1)';
|
|
32
|
+
hideTransitionOptions = '0s linear';
|
|
33
|
+
onShow = new EventEmitter();
|
|
34
|
+
onHide = new EventEmitter();
|
|
35
|
+
templates;
|
|
36
|
+
container;
|
|
37
|
+
overlayVisible = false;
|
|
38
|
+
render = false;
|
|
39
|
+
selfClick = false;
|
|
40
|
+
documentClickListener;
|
|
41
|
+
target;
|
|
42
|
+
mouseEvent;
|
|
43
|
+
willHide;
|
|
44
|
+
scrollHandler;
|
|
45
|
+
documentResizeListener;
|
|
46
|
+
contentTemplate;
|
|
47
|
+
destroyCallback;
|
|
48
|
+
overlayEventListener;
|
|
49
|
+
overlaySubscription;
|
|
50
|
+
constructor(el, renderer, cd, zone, overlayService) {
|
|
51
|
+
this.el = el;
|
|
52
|
+
this.renderer = renderer;
|
|
53
|
+
this.cd = cd;
|
|
54
|
+
this.zone = zone;
|
|
55
|
+
this.overlayService = overlayService;
|
|
56
|
+
}
|
|
57
|
+
ngAfterContentInit() {
|
|
58
|
+
this.templates.forEach((item) => {
|
|
59
|
+
switch (item.getType()) {
|
|
60
|
+
case 'content':
|
|
61
|
+
this.contentTemplate = item.template;
|
|
62
|
+
break;
|
|
63
|
+
default:
|
|
64
|
+
this.contentTemplate = item.template;
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
this.cd.markForCheck();
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
bindDocumentClickListener() {
|
|
71
|
+
if (!this.documentClickListener && this.dismissable) {
|
|
72
|
+
this.zone.runOutsideAngular(() => {
|
|
73
|
+
let documentEvent = DomHandler.isIOS() ? 'touchstart' : 'click';
|
|
74
|
+
const documentTarget = this.el ? this.el.nativeElement.ownerDocument : 'document';
|
|
75
|
+
this.documentClickListener = this.renderer.listen(documentTarget, documentEvent, (event) => {
|
|
76
|
+
if (!this.container.contains(event.target) && this.target !== event.target && !this.target.contains(event.target) && !this.selfClick) {
|
|
77
|
+
this.zone.run(() => {
|
|
78
|
+
this.hide();
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
this.selfClick = false;
|
|
82
|
+
this.cd.markForCheck();
|
|
83
|
+
});
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
unbindDocumentClickListener() {
|
|
88
|
+
if (this.documentClickListener) {
|
|
89
|
+
this.documentClickListener();
|
|
90
|
+
this.documentClickListener = null;
|
|
91
|
+
this.selfClick = false;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
toggle(event, target) {
|
|
95
|
+
if (this.overlayVisible) {
|
|
96
|
+
if (this.hasTargetChanged(event, target)) {
|
|
97
|
+
this.destroyCallback = () => {
|
|
98
|
+
this.show(null, (target || event.currentTarget || event.target));
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
this.hide();
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
this.show(event, target);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
show(event, target) {
|
|
108
|
+
// console.log('show');
|
|
109
|
+
this.mouseEvent = event;
|
|
110
|
+
this.target = target || event.currentTarget || event.target;
|
|
111
|
+
this.overlayVisible = true;
|
|
112
|
+
this.render = true;
|
|
113
|
+
this.cd.markForCheck();
|
|
114
|
+
}
|
|
115
|
+
onOverlayClick(event) {
|
|
116
|
+
this.overlayService.add({
|
|
117
|
+
originalEvent: event,
|
|
118
|
+
target: this.el.nativeElement
|
|
119
|
+
});
|
|
120
|
+
this.selfClick = true;
|
|
121
|
+
}
|
|
122
|
+
onContentClick() {
|
|
123
|
+
this.selfClick = true;
|
|
124
|
+
}
|
|
125
|
+
hasTargetChanged(event, target) {
|
|
126
|
+
return this.target != null && this.target !== (target || event.currentTarget || event.target);
|
|
127
|
+
}
|
|
128
|
+
appendContainer() {
|
|
129
|
+
if (this.appendTo) {
|
|
130
|
+
if (this.appendTo === 'body')
|
|
131
|
+
document.body.appendChild(this.container);
|
|
132
|
+
else
|
|
133
|
+
DomHandler.appendChild(this.container, this.appendTo);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
restoreAppend() {
|
|
137
|
+
if (this.container && this.appendTo) {
|
|
138
|
+
this.el.nativeElement.appendChild(this.container);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
align() {
|
|
142
|
+
if (this.autoZIndex) {
|
|
143
|
+
ZIndexUtils.set('overlay', this.container, this.baseZIndex + this.config.zIndex.overlay);
|
|
144
|
+
}
|
|
145
|
+
if (this.mousePosition) {
|
|
146
|
+
this.cursorPosition(this.container, this.mouseEvent);
|
|
147
|
+
}
|
|
148
|
+
else {
|
|
149
|
+
DomHandler.absolutePosition(this.container, this.target);
|
|
150
|
+
}
|
|
151
|
+
const containerOffset = DomHandler.getOffset(this.container);
|
|
152
|
+
const targetOffset = DomHandler.getOffset(this.target);
|
|
153
|
+
let arrowLeft = 0;
|
|
154
|
+
if (containerOffset.left < targetOffset.left) {
|
|
155
|
+
arrowLeft = targetOffset.left - containerOffset.left;
|
|
156
|
+
}
|
|
157
|
+
this.container.style.setProperty('--overlayArrowLeft', `${arrowLeft}px`);
|
|
158
|
+
if (containerOffset.top < targetOffset.top) {
|
|
159
|
+
DomHandler.addClass(this.container, 'p-overlaypanel-flipped');
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
cursorPosition(element, mouseEvent) {
|
|
163
|
+
let elementOuterHeight = 0;
|
|
164
|
+
let elementOuterWidth = 30;
|
|
165
|
+
let targetOuterHeight = 0;
|
|
166
|
+
let targetOuterWidth = 0;
|
|
167
|
+
let targetOffset = { top: mouseEvent.clientY, left: mouseEvent.clientX };
|
|
168
|
+
let windowScrollTop = DomHandler.getWindowScrollTop();
|
|
169
|
+
let windowScrollLeft = DomHandler.getWindowScrollLeft();
|
|
170
|
+
let viewport = DomHandler.getViewport();
|
|
171
|
+
let top, left;
|
|
172
|
+
if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
|
|
173
|
+
top = targetOffset.top + windowScrollTop - elementOuterHeight;
|
|
174
|
+
element.style.transformOrigin = 'bottom';
|
|
175
|
+
if (top < 0) {
|
|
176
|
+
top = windowScrollTop;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
else {
|
|
180
|
+
top = targetOuterHeight + targetOffset.top + windowScrollTop;
|
|
181
|
+
element.style.transformOrigin = 'top';
|
|
182
|
+
}
|
|
183
|
+
if (targetOffset.left + elementOuterWidth > viewport.width)
|
|
184
|
+
left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);
|
|
185
|
+
else
|
|
186
|
+
left = targetOffset.left + windowScrollLeft - elementOuterWidth;
|
|
187
|
+
element.style.top = top + 'px';
|
|
188
|
+
element.style.left = left + 'px';
|
|
189
|
+
}
|
|
190
|
+
onAnimationStart(event) {
|
|
191
|
+
if (event.toState === 'open') {
|
|
192
|
+
this.container = event.element;
|
|
193
|
+
this.onShow.emit(null);
|
|
194
|
+
this.appendContainer();
|
|
195
|
+
this.align();
|
|
196
|
+
this.bindDocumentClickListener();
|
|
197
|
+
this.bindDocumentResizeListener();
|
|
198
|
+
this.bindScrollListener();
|
|
199
|
+
if (this.focusOnShow) {
|
|
200
|
+
this.focus();
|
|
201
|
+
}
|
|
202
|
+
this.overlayEventListener = (e) => {
|
|
203
|
+
if (this.container && this.container.contains(e.target)) {
|
|
204
|
+
this.selfClick = true;
|
|
205
|
+
}
|
|
206
|
+
};
|
|
207
|
+
this.overlaySubscription = this.overlayService.clickObservable.subscribe(this.overlayEventListener);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
onAnimationEnd(event) {
|
|
211
|
+
switch (event.toState) {
|
|
212
|
+
case 'void':
|
|
213
|
+
if (this.destroyCallback) {
|
|
214
|
+
this.destroyCallback();
|
|
215
|
+
this.destroyCallback = null;
|
|
216
|
+
}
|
|
217
|
+
if (this.overlaySubscription) {
|
|
218
|
+
this.overlaySubscription.unsubscribe();
|
|
219
|
+
}
|
|
220
|
+
break;
|
|
221
|
+
case 'close':
|
|
222
|
+
if (this.autoZIndex) {
|
|
223
|
+
ZIndexUtils.clear(this.container);
|
|
224
|
+
}
|
|
225
|
+
if (this.overlaySubscription) {
|
|
226
|
+
this.overlaySubscription.unsubscribe();
|
|
227
|
+
}
|
|
228
|
+
this.onContainerDestroy();
|
|
229
|
+
this.onHide.emit({});
|
|
230
|
+
this.render = false;
|
|
231
|
+
break;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
focus() {
|
|
235
|
+
let focusable = DomHandler.findSingle(this.container, '[autofocus]');
|
|
236
|
+
if (focusable) {
|
|
237
|
+
this.zone.runOutsideAngular(() => {
|
|
238
|
+
setTimeout(() => focusable.focus(), 5);
|
|
239
|
+
});
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
hide() {
|
|
243
|
+
// console.log('hide');
|
|
244
|
+
this.overlayVisible = false;
|
|
245
|
+
this.cd.markForCheck();
|
|
246
|
+
}
|
|
247
|
+
onCloseClick(event) {
|
|
248
|
+
this.hide();
|
|
249
|
+
event.preventDefault();
|
|
250
|
+
}
|
|
251
|
+
onWindowResize(event) {
|
|
252
|
+
this.hide();
|
|
253
|
+
}
|
|
254
|
+
bindDocumentResizeListener() {
|
|
255
|
+
this.documentResizeListener = this.onWindowResize.bind(this);
|
|
256
|
+
window.addEventListener('resize', this.documentResizeListener);
|
|
257
|
+
}
|
|
258
|
+
unbindDocumentResizeListener() {
|
|
259
|
+
if (this.documentResizeListener) {
|
|
260
|
+
window.removeEventListener('resize', this.documentResizeListener);
|
|
261
|
+
this.documentResizeListener = null;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
bindScrollListener() {
|
|
265
|
+
if (!this.scrollHandler) {
|
|
266
|
+
this.scrollHandler = new ConnectedOverlayScrollHandler(this.target, () => {
|
|
267
|
+
if (this.overlayVisible) {
|
|
268
|
+
this.hide();
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
this.scrollHandler.bindScrollListener();
|
|
273
|
+
}
|
|
274
|
+
unbindScrollListener() {
|
|
275
|
+
if (this.scrollHandler) {
|
|
276
|
+
this.scrollHandler.unbindScrollListener();
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
onContainerDestroy() {
|
|
280
|
+
if (!this.cd.destroyed) {
|
|
281
|
+
this.target = null;
|
|
282
|
+
}
|
|
283
|
+
this.unbindDocumentClickListener();
|
|
284
|
+
this.unbindDocumentResizeListener();
|
|
285
|
+
this.unbindScrollListener();
|
|
286
|
+
}
|
|
287
|
+
ngOnDestroy() {
|
|
288
|
+
if (this.scrollHandler) {
|
|
289
|
+
this.scrollHandler.destroy();
|
|
290
|
+
this.scrollHandler = null;
|
|
291
|
+
}
|
|
292
|
+
if (this.container && this.autoZIndex) {
|
|
293
|
+
ZIndexUtils.clear(this.container);
|
|
294
|
+
}
|
|
295
|
+
if (!this.cd.destroyed) {
|
|
296
|
+
this.target = null;
|
|
297
|
+
}
|
|
298
|
+
this.destroyCallback = null;
|
|
299
|
+
if (this.container) {
|
|
300
|
+
this.restoreAppend();
|
|
301
|
+
this.onContainerDestroy();
|
|
302
|
+
}
|
|
303
|
+
if (this.overlaySubscription) {
|
|
304
|
+
this.overlaySubscription.unsubscribe();
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: OverlayPanel, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
|
|
308
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: OverlayPanel, isStandalone: false, selector: "p-overlayPanel", inputs: { dismissable: "dismissable", showCloseIcon: "showCloseIcon", style: "style", styleClass: "styleClass", appendTo: "appendTo", autoZIndex: "autoZIndex", ariaCloseLabel: "ariaCloseLabel", baseZIndex: "baseZIndex", focusOnShow: "focusOnShow", mousePosition: "mousePosition", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions" }, outputs: { onShow: "onShow", onHide: "onHide" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
|
|
309
|
+
<div *ngIf="render" [ngClass]="'p-overlaypanel p-component'" [ngStyle]="style" [class]="styleClass" (click)="onOverlayClick($event)"
|
|
310
|
+
[@animation]="{value: (overlayVisible ? 'open': 'close'), params: {showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions}}"
|
|
311
|
+
(@animation.start)="onAnimationStart($event)" (@animation.done)="onAnimationEnd($event)">
|
|
312
|
+
<div class="p-overlaypanel-content" (click)="onContentClick()" (mousedown)="onContentClick()">
|
|
313
|
+
<ng-content></ng-content>
|
|
314
|
+
<ng-container *ngTemplateOutlet="contentTemplate"></ng-container>
|
|
315
|
+
</div>
|
|
316
|
+
<button *ngIf="showCloseIcon" type="button" class="p-overlaypanel-close p-link" (click)="onCloseClick($event)" (keydown.enter)="hide()" [attr.aria-label]="ariaCloseLabel" pRipple>
|
|
317
|
+
<span class="p-overlaypanel-close-icon pi pi-times"></span>
|
|
318
|
+
</button>
|
|
319
|
+
</div>
|
|
320
|
+
`, isInline: true, styles: [".p-overlaypanel{position:absolute;margin-top:10px;top:0;left:0}.p-overlaypanel-flipped{margin-top:0;margin-bottom:10px}.p-overlaypanel-close{display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-overlaypanel:after,.p-overlaypanel:before{bottom:100%;left:calc(var(--overlayArrowLeft, 0) + 1.25rem);content:\" \";height:0;width:0;position:absolute;pointer-events:none}.p-overlaypanel:after{border-width:8px;margin-left:-8px}.p-overlaypanel:before{border-width:10px;margin-left:-10px}.p-overlaypanel-shifted:after,.p-overlaypanel-shifted:before{left:auto;right:1.25em;margin-left:auto}.p-overlaypanel-flipped:after,.p-overlaypanel-flipped:before{bottom:auto;top:100%}.p-overlaypanel.p-overlaypanel-flipped:after{border-bottom-color:transparent}.p-overlaypanel.p-overlaypanel-flipped:before{border-bottom-color:transparent}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.Ripple, selector: "[pRipple]" }], animations: [
|
|
321
|
+
trigger('animation', [
|
|
322
|
+
state('void', style({
|
|
323
|
+
transform: 'scaleY(0.8)',
|
|
324
|
+
opacity: 0
|
|
325
|
+
})),
|
|
326
|
+
state('close', style({
|
|
327
|
+
opacity: 0
|
|
328
|
+
})),
|
|
329
|
+
state('open', style({
|
|
330
|
+
transform: 'translateY(0)',
|
|
331
|
+
opacity: 1
|
|
332
|
+
})),
|
|
333
|
+
transition('void => open', animate('{{showTransitionParams}}')),
|
|
334
|
+
transition('open => close', animate('{{hideTransitionParams}}')),
|
|
335
|
+
])
|
|
336
|
+
], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
337
|
+
}
|
|
338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: OverlayPanel, decorators: [{
|
|
339
|
+
type: Component,
|
|
340
|
+
args: [{ selector: 'p-overlayPanel', template: `
|
|
341
|
+
<div *ngIf="render" [ngClass]="'p-overlaypanel p-component'" [ngStyle]="style" [class]="styleClass" (click)="onOverlayClick($event)"
|
|
342
|
+
[@animation]="{value: (overlayVisible ? 'open': 'close'), params: {showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions}}"
|
|
343
|
+
(@animation.start)="onAnimationStart($event)" (@animation.done)="onAnimationEnd($event)">
|
|
344
|
+
<div class="p-overlaypanel-content" (click)="onContentClick()" (mousedown)="onContentClick()">
|
|
345
|
+
<ng-content></ng-content>
|
|
346
|
+
<ng-container *ngTemplateOutlet="contentTemplate"></ng-container>
|
|
347
|
+
</div>
|
|
348
|
+
<button *ngIf="showCloseIcon" type="button" class="p-overlaypanel-close p-link" (click)="onCloseClick($event)" (keydown.enter)="hide()" [attr.aria-label]="ariaCloseLabel" pRipple>
|
|
349
|
+
<span class="p-overlaypanel-close-icon pi pi-times"></span>
|
|
350
|
+
</button>
|
|
351
|
+
</div>
|
|
352
|
+
`, animations: [
|
|
353
|
+
trigger('animation', [
|
|
354
|
+
state('void', style({
|
|
355
|
+
transform: 'scaleY(0.8)',
|
|
356
|
+
opacity: 0
|
|
357
|
+
})),
|
|
358
|
+
state('close', style({
|
|
359
|
+
opacity: 0
|
|
360
|
+
})),
|
|
361
|
+
state('open', style({
|
|
362
|
+
transform: 'translateY(0)',
|
|
363
|
+
opacity: 1
|
|
364
|
+
})),
|
|
365
|
+
transition('void => open', animate('{{showTransitionParams}}')),
|
|
366
|
+
transition('open => close', animate('{{hideTransitionParams}}')),
|
|
367
|
+
])
|
|
368
|
+
], changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, host: {
|
|
369
|
+
'class': 'p-element'
|
|
370
|
+
}, standalone: false, styles: [".p-overlaypanel{position:absolute;margin-top:10px;top:0;left:0}.p-overlaypanel-flipped{margin-top:0;margin-bottom:10px}.p-overlaypanel-close{display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-overlaypanel:after,.p-overlaypanel:before{bottom:100%;left:calc(var(--overlayArrowLeft, 0) + 1.25rem);content:\" \";height:0;width:0;position:absolute;pointer-events:none}.p-overlaypanel:after{border-width:8px;margin-left:-8px}.p-overlaypanel:before{border-width:10px;margin-left:-10px}.p-overlaypanel-shifted:after,.p-overlaypanel-shifted:before{left:auto;right:1.25em;margin-left:auto}.p-overlaypanel-flipped:after,.p-overlaypanel-flipped:before{bottom:auto;top:100%}.p-overlaypanel.p-overlaypanel-flipped:after{border-bottom-color:transparent}.p-overlaypanel.p-overlaypanel-flipped:before{border-bottom-color:transparent}\n"] }]
|
|
371
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i1.OverlayService }], propDecorators: { dismissable: [{
|
|
372
|
+
type: Input
|
|
373
|
+
}], showCloseIcon: [{
|
|
374
|
+
type: Input
|
|
375
|
+
}], style: [{
|
|
376
|
+
type: Input
|
|
377
|
+
}], styleClass: [{
|
|
378
|
+
type: Input
|
|
379
|
+
}], appendTo: [{
|
|
380
|
+
type: Input
|
|
381
|
+
}], autoZIndex: [{
|
|
382
|
+
type: Input
|
|
383
|
+
}], ariaCloseLabel: [{
|
|
384
|
+
type: Input
|
|
385
|
+
}], baseZIndex: [{
|
|
386
|
+
type: Input
|
|
387
|
+
}], focusOnShow: [{
|
|
388
|
+
type: Input
|
|
389
|
+
}], mousePosition: [{
|
|
390
|
+
type: Input
|
|
391
|
+
}], showTransitionOptions: [{
|
|
392
|
+
type: Input
|
|
393
|
+
}], hideTransitionOptions: [{
|
|
394
|
+
type: Input
|
|
395
|
+
}], onShow: [{
|
|
396
|
+
type: Output
|
|
397
|
+
}], onHide: [{
|
|
398
|
+
type: Output
|
|
399
|
+
}], templates: [{
|
|
400
|
+
type: ContentChildren,
|
|
401
|
+
args: [PrimeTemplate]
|
|
402
|
+
}] } });
|
|
403
|
+
class OverlayPanelModule {
|
|
404
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: OverlayPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
405
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.5", ngImport: i0, type: OverlayPanelModule, declarations: [OverlayPanel], imports: [CommonModule, RippleModule, SharedModule], exports: [OverlayPanel, SharedModule] });
|
|
406
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: OverlayPanelModule, imports: [CommonModule, RippleModule, SharedModule, SharedModule] });
|
|
407
|
+
}
|
|
408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: OverlayPanelModule, decorators: [{
|
|
409
|
+
type: NgModule,
|
|
410
|
+
args: [{
|
|
411
|
+
imports: [CommonModule, RippleModule, SharedModule],
|
|
412
|
+
exports: [OverlayPanel, SharedModule],
|
|
413
|
+
declarations: [OverlayPanel]
|
|
414
|
+
}]
|
|
415
|
+
}] });
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Generated bundle index. Do not edit.
|
|
419
|
+
*/
|
|
420
|
+
|
|
421
|
+
export { OverlayPanel, OverlayPanelModule };
|
|
422
|
+
//# sourceMappingURL=ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs","sources":["../../../projects/ngx-smz-ui/src/lib/modules/prime/overlaypanel/overlaypanel.ts","../../../projects/ngx-smz-ui/src/lib/modules/prime/overlaypanel/ngx-smz-core-src-lib-modules-prime-overlaypanel.ts"],"sourcesContent":["import {NgModule,Component,Input,Output,OnDestroy,EventEmitter,Renderer2,ElementRef,ChangeDetectorRef,NgZone,\r\n ContentChildren,TemplateRef,AfterContentInit,QueryList,ChangeDetectionStrategy, ViewEncapsulation, ViewRef,\r\n inject} from '@angular/core';\r\nimport {CommonModule} from '@angular/common';\r\nimport {SharedModule,PrimeTemplate, OverlayService} from 'primeng/api';\r\nimport {RippleModule} from 'primeng/ripple';\r\nimport {trigger,state,style,transition,animate,AnimationEvent} from '@angular/animations';\r\nimport {ZIndexUtils} from 'primeng/utils';\r\nimport { Subscription } from 'rxjs';\r\nimport { ConnectedOverlayScrollHandler, DomHandler } from 'primeng/dom';\r\nimport { PrimeNG } from 'primeng/config';\r\n\r\n@Component({\r\n selector: 'p-overlayPanel',\r\n template: `\r\n <div *ngIf=\"render\" [ngClass]=\"'p-overlaypanel p-component'\" [ngStyle]=\"style\" [class]=\"styleClass\" (click)=\"onOverlayClick($event)\"\r\n [@animation]=\"{value: (overlayVisible ? 'open': 'close'), params: {showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions}}\"\r\n (@animation.start)=\"onAnimationStart($event)\" (@animation.done)=\"onAnimationEnd($event)\">\r\n <div class=\"p-overlaypanel-content\" (click)=\"onContentClick()\" (mousedown)=\"onContentClick()\">\r\n <ng-content></ng-content>\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n </div>\r\n <button *ngIf=\"showCloseIcon\" type=\"button\" class=\"p-overlaypanel-close p-link\" (click)=\"onCloseClick($event)\" (keydown.enter)=\"hide()\" [attr.aria-label]=\"ariaCloseLabel\" pRipple>\r\n <span class=\"p-overlaypanel-close-icon pi pi-times\"></span>\r\n </button>\r\n </div>\r\n `,\r\n animations: [\r\n trigger('animation', [\r\n state('void', style({\r\n transform: 'scaleY(0.8)',\r\n opacity: 0\r\n })),\r\n state('close', style({\r\n opacity: 0\r\n })),\r\n state('open', style({\r\n transform: 'translateY(0)',\r\n opacity: 1\r\n })),\r\n transition('void => open', animate('{{showTransitionParams}}')),\r\n transition('open => close', animate('{{hideTransitionParams}}')),\r\n ])\r\n ],\r\n changeDetection: ChangeDetectionStrategy.Default,\r\n encapsulation: ViewEncapsulation.None,\r\n styleUrls: ['./overlaypanel.css'],\r\n host: {\r\n 'class': 'p-element'\r\n },\r\n standalone: false\r\n})\r\nexport class OverlayPanel implements AfterContentInit, OnDestroy {\r\n private readonly config = inject(PrimeNG);\r\n\r\n @Input() dismissable: boolean = true;\r\n\r\n @Input() showCloseIcon: boolean;\r\n\r\n @Input() style: any;\r\n\r\n @Input() styleClass: string;\r\n\r\n @Input() appendTo: any = 'body';\r\n\r\n @Input() autoZIndex: boolean = true;\r\n\r\n @Input() ariaCloseLabel: string;\r\n\r\n @Input() baseZIndex: number = 0;\r\n\r\n @Input() focusOnShow: boolean = true;\r\n @Input() mousePosition: boolean = true;\r\n\r\n @Input() showTransitionOptions: string = '0s cubic-bezier(0, 0, 0.2, 1)';\r\n\r\n @Input() hideTransitionOptions: string = '0s linear';\r\n\r\n @Output() onShow: EventEmitter<any> = new EventEmitter();\r\n\r\n @Output() onHide: EventEmitter<any> = new EventEmitter();\r\n\r\n @ContentChildren(PrimeTemplate) templates: QueryList<any>;\r\n\r\n container: HTMLDivElement;\r\n\r\n overlayVisible: boolean = false;\r\n\r\n render: boolean = false;\r\n\r\n selfClick: boolean = false;\r\n\r\n documentClickListener: any;\r\n\r\n target: any;\r\n mouseEvent: any;\r\n\r\n willHide: boolean;\r\n\r\n scrollHandler: any;\r\n\r\n documentResizeListener: any;\r\n\r\n contentTemplate: TemplateRef<any>;\r\n\r\n destroyCallback: Function;\r\n\r\n overlayEventListener;\r\n\r\n overlaySubscription: Subscription;\r\n\r\n constructor(public el: ElementRef, public renderer: Renderer2, public cd: ChangeDetectorRef, private zone: NgZone, public overlayService: OverlayService) {}\r\n\r\n ngAfterContentInit() {\r\n this.templates.forEach((item) => {\r\n switch(item.getType()) {\r\n case 'content':\r\n this.contentTemplate = item.template;\r\n break;\r\n\r\n default:\r\n this.contentTemplate = item.template;\r\n break;\r\n }\r\n\r\n this.cd.markForCheck();\r\n });\r\n }\r\n\r\n bindDocumentClickListener() {\r\n if (!this.documentClickListener && this.dismissable) {\r\n this.zone.runOutsideAngular(() => {\r\n let documentEvent = DomHandler.isIOS() ? 'touchstart' : 'click';\r\n const documentTarget: any = this.el ? this.el.nativeElement.ownerDocument : 'document';\r\n\r\n this.documentClickListener = this.renderer.listen(documentTarget, documentEvent, (event) => {\r\n if (!this.container.contains(event.target) && this.target !== event.target && !this.target.contains(event.target) && !this.selfClick) {\r\n this.zone.run(() => {\r\n this.hide();\r\n });\r\n }\r\n\r\n this.selfClick = false;\r\n this.cd.markForCheck();\r\n });\r\n });\r\n }\r\n }\r\n\r\n unbindDocumentClickListener() {\r\n if (this.documentClickListener) {\r\n this.documentClickListener();\r\n this.documentClickListener = null;\r\n this.selfClick = false;\r\n }\r\n }\r\n\r\n toggle(event, target?) {\r\n if (this.overlayVisible) {\r\n if (this.hasTargetChanged(event, target)) {\r\n this.destroyCallback = () => {\r\n this.show(null, (target||event.currentTarget||event.target));\r\n };\r\n }\r\n\r\n this.hide();\r\n }\r\n else {\r\n this.show(event, target);\r\n }\r\n }\r\n\r\n show(event, target?) {\r\n // console.log('show');\r\n\r\n this.mouseEvent = event;\r\n this.target = target||event.currentTarget||event.target;\r\n this.overlayVisible = true;\r\n this.render = true;\r\n this.cd.markForCheck();\r\n }\r\n\r\n onOverlayClick(event) {\r\n this.overlayService.add({\r\n originalEvent: event,\r\n target: this.el.nativeElement\r\n });\r\n\r\n this.selfClick = true;\r\n }\r\n\r\n onContentClick() {\r\n this.selfClick = true;\r\n }\r\n\r\n hasTargetChanged(event, target) {\r\n return this.target != null && this.target !== (target||event.currentTarget||event.target);\r\n }\r\n\r\n appendContainer() {\r\n if (this.appendTo) {\r\n if (this.appendTo === 'body')\r\n document.body.appendChild(this.container);\r\n else\r\n DomHandler.appendChild(this.container, this.appendTo);\r\n }\r\n }\r\n\r\n restoreAppend() {\r\n if (this.container && this.appendTo) {\r\n this.el.nativeElement.appendChild(this.container);\r\n }\r\n }\r\n\r\n align() {\r\n if (this.autoZIndex) {\r\n ZIndexUtils.set('overlay', this.container, this.baseZIndex + this.config.zIndex.overlay);\r\n }\r\n\r\n if (this.mousePosition) {\r\n this.cursorPosition(this.container, this.mouseEvent);\r\n }\r\n else {\r\n DomHandler.absolutePosition(this.container, this.target);\r\n }\r\n\r\n const containerOffset = DomHandler.getOffset(this.container);\r\n const targetOffset = DomHandler.getOffset(this.target);\r\n let arrowLeft = 0;\r\n\r\n if (containerOffset.left < targetOffset.left) {\r\n arrowLeft = targetOffset.left - containerOffset.left;\r\n }\r\n this.container.style.setProperty('--overlayArrowLeft', `${arrowLeft}px`);\r\n\r\n if (containerOffset.top < targetOffset.top) {\r\n DomHandler.addClass(this.container, 'p-overlaypanel-flipped');\r\n }\r\n }\r\n\r\n private cursorPosition(element: any, mouseEvent: any): void {\r\n\r\n let elementOuterHeight = 0;\r\n let elementOuterWidth = 30;\r\n let targetOuterHeight = 0;\r\n let targetOuterWidth = 0;\r\n let targetOffset = { top: mouseEvent.clientY, left: mouseEvent.clientX };\r\n let windowScrollTop = DomHandler.getWindowScrollTop();\r\n let windowScrollLeft = DomHandler.getWindowScrollLeft();\r\n let viewport = DomHandler.getViewport();\r\n let top, left;\r\n\r\n if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {\r\n top = targetOffset.top + windowScrollTop - elementOuterHeight;\r\n element.style.transformOrigin = 'bottom';\r\n\r\n if (top < 0) {\r\n top = windowScrollTop;\r\n }\r\n }\r\n else {\r\n top = targetOuterHeight + targetOffset.top + windowScrollTop;\r\n element.style.transformOrigin = 'top';\r\n }\r\n\r\n if (targetOffset.left + elementOuterWidth > viewport.width)\r\n left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);\r\n else\r\n left = targetOffset.left + windowScrollLeft - elementOuterWidth;\r\n\r\n element.style.top = top + 'px';\r\n element.style.left = left + 'px';\r\n }\r\n\r\n onAnimationStart(event: AnimationEvent) {\r\n if (event.toState === 'open') {\r\n this.container = event.element;\r\n this.onShow.emit(null);\r\n this.appendContainer();\r\n this.align();\r\n this.bindDocumentClickListener();\r\n this.bindDocumentResizeListener();\r\n this.bindScrollListener();\r\n\r\n if (this.focusOnShow) {\r\n this.focus();\r\n }\r\n\r\n this.overlayEventListener = (e) => {\r\n if (this.container && this.container.contains(e.target)) {\r\n this.selfClick = true;\r\n }\r\n }\r\n\r\n this.overlaySubscription = this.overlayService.clickObservable.subscribe(this.overlayEventListener);\r\n }\r\n }\r\n\r\n onAnimationEnd(event: AnimationEvent) {\r\n switch (event.toState) {\r\n case 'void':\r\n if (this.destroyCallback) {\r\n this.destroyCallback();\r\n this.destroyCallback = null;\r\n }\r\n\r\n if (this.overlaySubscription) {\r\n this.overlaySubscription.unsubscribe();\r\n }\r\n break;\r\n\r\n case 'close':\r\n if (this.autoZIndex) {\r\n ZIndexUtils.clear(this.container);\r\n }\r\n\r\n if (this.overlaySubscription) {\r\n this.overlaySubscription.unsubscribe();\r\n }\r\n\r\n this.onContainerDestroy();\r\n this.onHide.emit({});\r\n this.render = false;\r\n break;\r\n }\r\n }\r\n\r\n focus() {\r\n let focusable = DomHandler.findSingle(this.container, '[autofocus]');\r\n if (focusable) {\r\n this.zone.runOutsideAngular(() => {\r\n setTimeout(() => focusable.focus(), 5);\r\n });\r\n }\r\n }\r\n\r\n hide() {\r\n // console.log('hide');\r\n this.overlayVisible = false;\r\n this.cd.markForCheck();\r\n }\r\n\r\n onCloseClick(event) {\r\n this.hide();\r\n event.preventDefault();\r\n }\r\n\r\n onWindowResize(event) {\r\n this.hide();\r\n }\r\n\r\n bindDocumentResizeListener() {\r\n this.documentResizeListener = this.onWindowResize.bind(this);\r\n window.addEventListener('resize', this.documentResizeListener);\r\n }\r\n\r\n unbindDocumentResizeListener() {\r\n if (this.documentResizeListener) {\r\n window.removeEventListener('resize', this.documentResizeListener);\r\n this.documentResizeListener = null;\r\n }\r\n }\r\n\r\n bindScrollListener() {\r\n if (!this.scrollHandler) {\r\n this.scrollHandler = new ConnectedOverlayScrollHandler(this.target, () => {\r\n if (this.overlayVisible) {\r\n this.hide();\r\n }\r\n });\r\n }\r\n\r\n this.scrollHandler.bindScrollListener();\r\n }\r\n\r\n unbindScrollListener() {\r\n if (this.scrollHandler) {\r\n this.scrollHandler.unbindScrollListener();\r\n }\r\n }\r\n\r\n onContainerDestroy() {\r\n if (!(this.cd as ViewRef).destroyed) {\r\n this.target = null;\r\n }\r\n\r\n this.unbindDocumentClickListener();\r\n this.unbindDocumentResizeListener();\r\n this.unbindScrollListener();\r\n }\r\n\r\n ngOnDestroy() {\r\n if (this.scrollHandler) {\r\n this.scrollHandler.destroy();\r\n this.scrollHandler = null;\r\n }\r\n\r\n if (this.container && this.autoZIndex) {\r\n ZIndexUtils.clear(this.container);\r\n }\r\n\r\n if (!(this.cd as ViewRef).destroyed) {\r\n this.target = null;\r\n }\r\n\r\n this.destroyCallback = null;\r\n if (this.container) {\r\n this.restoreAppend();\r\n this.onContainerDestroy();\r\n }\r\n\r\n if (this.overlaySubscription) {\r\n this.overlaySubscription.unsubscribe();\r\n }\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule,RippleModule, SharedModule],\r\n exports: [OverlayPanel, SharedModule],\r\n declarations: [OverlayPanel]\r\n})\r\nexport class OverlayPanelModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|