@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
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UiStateModel } from './layout.state';
|
|
2
|
+
import { LoaderData, ThemeToneType } from '../../../modules/smz-layouts/core/models/layout';
|
|
3
|
+
import { Assistance } from '../../../modules/smz-layouts/core/models/assistance';
|
|
4
|
+
import { SmzAppLogo } from '../../../modules/smz-layouts/core/models/logo';
|
|
5
|
+
import { SmzToastData } from '../../../modules/smz-layouts/core/models/toasts';
|
|
6
|
+
import { BreadcrumbsData } from '../../../modules/smz-layouts/core/models/breadcrumbs';
|
|
7
|
+
import { SmzContentTheme } from '../../../modules/smz-layouts/core/models/themes';
|
|
8
|
+
import { SmzExportDialogData } from '../../../modules/smz-export-dialog/smz-export-dialog.model';
|
|
9
|
+
export declare class LayoutUiSelectors {
|
|
10
|
+
static topbarTitle(state: UiStateModel): string;
|
|
11
|
+
static appName(state: UiStateModel): string;
|
|
12
|
+
static loader(state: UiStateModel): LoaderData;
|
|
13
|
+
static contentTheme(state: UiStateModel): string;
|
|
14
|
+
static contentThemeState(state: UiStateModel): SmzContentTheme;
|
|
15
|
+
static contentClass(state: UiStateModel): string;
|
|
16
|
+
static assistance(state: UiStateModel): Assistance;
|
|
17
|
+
static appContentLogo(state: UiStateModel): SmzAppLogo;
|
|
18
|
+
static appDarkLogo(state: UiStateModel): SmzAppLogo;
|
|
19
|
+
static appLightLogo(state: UiStateModel): SmzAppLogo;
|
|
20
|
+
static appLayoutLogo(state: UiStateModel): SmzAppLogo;
|
|
21
|
+
static appThemeTone(state: UiStateModel): ThemeToneType;
|
|
22
|
+
static toast(state: UiStateModel): SmzToastData;
|
|
23
|
+
static isMouseInApp(state: UiStateModel): boolean;
|
|
24
|
+
static breadcrumbs(state: UiStateModel): BreadcrumbsData;
|
|
25
|
+
static exportData(state: UiStateModel): SmzExportDialogData;
|
|
26
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Location } from '@angular/common';
|
|
2
|
+
import { StateContext } from '@ngxs/store';
|
|
3
|
+
import { Assistance } from '../../../modules/smz-layouts/core/models/assistance';
|
|
4
|
+
import { LayoutState, LoaderData } from '../../../modules/smz-layouts/core/models/layout';
|
|
5
|
+
import { LayoutUiActions } from './layout.actions';
|
|
6
|
+
import { ContentTheme, SmzContentTheme } from '../../../modules/smz-layouts/core/models/themes';
|
|
7
|
+
import { LogoResource } from '../../../modules/smz-layouts/core/models/logo';
|
|
8
|
+
import { SmzToastData } from '../../../modules/smz-layouts/core/models/toasts';
|
|
9
|
+
import { ColorSchemaDefinition } from '../../../modules/smz-layouts/core/models/color-schemas';
|
|
10
|
+
import { BreadcrumbsData } from '../../../modules/smz-layouts/core/models/breadcrumbs';
|
|
11
|
+
import { SmzExportDialogData } from '../../../modules/smz-export-dialog/smz-export-dialog.model';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export interface UiStateModel {
|
|
14
|
+
assistance: Assistance;
|
|
15
|
+
themes: {
|
|
16
|
+
content: SmzContentTheme;
|
|
17
|
+
theme: ContentTheme;
|
|
18
|
+
schema: ColorSchemaDefinition | string;
|
|
19
|
+
};
|
|
20
|
+
toast: SmzToastData;
|
|
21
|
+
loader: LoaderData;
|
|
22
|
+
state: LayoutState;
|
|
23
|
+
appLogo: LogoResource;
|
|
24
|
+
lastUserMouseEvent: 'mouseenter' | 'mouseleave';
|
|
25
|
+
breadcrumbs: BreadcrumbsData;
|
|
26
|
+
exportData: SmzExportDialogData;
|
|
27
|
+
}
|
|
28
|
+
export declare const getInitialState: () => UiStateModel;
|
|
29
|
+
export declare class LayoutUiState {
|
|
30
|
+
private location;
|
|
31
|
+
constructor(location: Location);
|
|
32
|
+
onInitialize(ctx: StateContext<UiStateModel>): void;
|
|
33
|
+
onSetTopbarTitle(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetTopbarTitle): void;
|
|
34
|
+
onSetContentTheme(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetContentTheme): void;
|
|
35
|
+
onSetColorSchema(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetColorSchema): void;
|
|
36
|
+
onSetGlobalLoader(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetGlobalLoader): void;
|
|
37
|
+
onShowConfigAssistance(ctx: StateContext<UiStateModel>): void;
|
|
38
|
+
onHideConfigassistance(ctx: StateContext<UiStateModel>): void;
|
|
39
|
+
onSetAssistancePosition(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetAssistancePosition): void;
|
|
40
|
+
onSetAssistanceButtonPosition(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetAssistanceButtonPosition): void;
|
|
41
|
+
onSetToastPosition(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetToastPosition): void;
|
|
42
|
+
onMoveLayout(ctx: StateContext<UiStateModel>, action: LayoutUiActions.MoveLayout): void;
|
|
43
|
+
onRestoreLayoutPosition(ctx: StateContext<UiStateModel>): void;
|
|
44
|
+
onSetLastUserMouseEvent(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetLastUserMouseEvent): void;
|
|
45
|
+
onNavigateBack(ctx: StateContext<UiStateModel>): void;
|
|
46
|
+
onSetBreadcrumbs(ctx: StateContext<UiStateModel>, action: LayoutUiActions.SetBreadcrumbs): void;
|
|
47
|
+
onShowExportDialog(ctx: StateContext<UiStateModel>, action: LayoutUiActions.ShowExportDialog): void;
|
|
48
|
+
onHideExportDialog(ctx: StateContext<UiStateModel>): void;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutUiState, never>;
|
|
50
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LayoutUiState>;
|
|
51
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { NotificationGetRequest } from './notifications.model';
|
|
2
|
+
export declare namespace NotificationsUiActions {
|
|
3
|
+
class LoadAll {
|
|
4
|
+
data: NotificationGetRequest;
|
|
5
|
+
static readonly type = "[Notifications UI API] Load All";
|
|
6
|
+
constructor(data: NotificationGetRequest);
|
|
7
|
+
}
|
|
8
|
+
class MarkAsViewed {
|
|
9
|
+
ids: string[];
|
|
10
|
+
static readonly type = "[Notifications UI API] Mark As Viewed";
|
|
11
|
+
constructor(ids: string[]);
|
|
12
|
+
}
|
|
13
|
+
class Archive {
|
|
14
|
+
ids: string[];
|
|
15
|
+
static readonly type = "[Notifications UI API] Archive";
|
|
16
|
+
constructor(ids: string[]);
|
|
17
|
+
}
|
|
18
|
+
class MoveToInbox {
|
|
19
|
+
ids: string[];
|
|
20
|
+
static readonly type = "[Notifications UI API] Move To Inbox";
|
|
21
|
+
constructor(ids: string[]);
|
|
22
|
+
}
|
|
23
|
+
class Delete {
|
|
24
|
+
ids: string[];
|
|
25
|
+
static readonly type = "[Notifications UI API] Delete";
|
|
26
|
+
constructor(ids: string[]);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare enum NotificationFolder {
|
|
2
|
+
INBOX = 0,
|
|
3
|
+
ARCHIVED = 1
|
|
4
|
+
}
|
|
5
|
+
export declare enum NotificationStatus {
|
|
6
|
+
NEW = 0,
|
|
7
|
+
NOTIFIED = 1,
|
|
8
|
+
VIEWED = 2,
|
|
9
|
+
ARCHIVED = 3
|
|
10
|
+
}
|
|
11
|
+
export declare enum NotificationType {
|
|
12
|
+
SUCCESS = 0,
|
|
13
|
+
INFO = 1,
|
|
14
|
+
WARNING = 2,
|
|
15
|
+
DANGER = 3,
|
|
16
|
+
HELP = 4
|
|
17
|
+
}
|
|
18
|
+
export declare const NotificationTypeClass: {
|
|
19
|
+
0: string;
|
|
20
|
+
1: string;
|
|
21
|
+
2: string;
|
|
22
|
+
3: string;
|
|
23
|
+
4: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const NotificationFolderStatus: {
|
|
26
|
+
0: NotificationStatus[];
|
|
27
|
+
1: NotificationStatus[];
|
|
28
|
+
};
|
|
29
|
+
export interface NotificationData {
|
|
30
|
+
id: string;
|
|
31
|
+
category: string;
|
|
32
|
+
title: string;
|
|
33
|
+
body: string;
|
|
34
|
+
date: Date;
|
|
35
|
+
status: NotificationStatus;
|
|
36
|
+
type: NotificationType;
|
|
37
|
+
link: string;
|
|
38
|
+
route: string;
|
|
39
|
+
searchData: string;
|
|
40
|
+
}
|
|
41
|
+
export interface NotificationGetRequest {
|
|
42
|
+
category?: string;
|
|
43
|
+
status?: NotificationStatus;
|
|
44
|
+
type?: NotificationType;
|
|
45
|
+
}
|
|
46
|
+
export interface NotificationUpdateRequest {
|
|
47
|
+
notificationIds?: string[];
|
|
48
|
+
status: NotificationStatus;
|
|
49
|
+
}
|
|
50
|
+
export interface NotificationDeleteRequest {
|
|
51
|
+
notificationIds?: string[];
|
|
52
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NotificationsUiStateModel } from './notifications.state';
|
|
2
|
+
import { NotificationData } from './notifications.model';
|
|
3
|
+
export declare class NotificationsUiSelectors {
|
|
4
|
+
static all(state: NotificationsUiStateModel): NotificationData[];
|
|
5
|
+
static hasRuningRequest(state: NotificationsUiStateModel): boolean;
|
|
6
|
+
static newCount(state: NotificationsUiStateModel): number;
|
|
7
|
+
static inboxCount(state: NotificationsUiStateModel): number;
|
|
8
|
+
static archivedCount(state: NotificationsUiStateModel): number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseApiService } from '../../../modules/rbk-utils/http/base-api.service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { NotificationData, NotificationGetRequest, NotificationUpdateRequest, NotificationDeleteRequest } from './notifications.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UiNotificationsService extends BaseApiService {
|
|
7
|
+
private http;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
all(data: NotificationGetRequest): Observable<NotificationData[]>;
|
|
10
|
+
update(data: NotificationUpdateRequest): Observable<void>;
|
|
11
|
+
delete(data: NotificationDeleteRequest): Observable<void>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiNotificationsService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UiNotificationsService>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { StateContext } from '@ngxs/store';
|
|
2
|
+
import { NotificationsUiActions } from './notifications.actions';
|
|
3
|
+
import { UiNotificationsService } from './notifications.service';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { NotificationData } from './notifications.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const NOTIFICATIONS_STATE_NAME = "notifications";
|
|
8
|
+
export interface NotificationsUiStateModel {
|
|
9
|
+
lastUpdated: Date;
|
|
10
|
+
items: NotificationData[];
|
|
11
|
+
hasRuningRequest: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const getInitialState: () => NotificationsUiStateModel;
|
|
14
|
+
export declare class NotificationsUiState {
|
|
15
|
+
private apiService;
|
|
16
|
+
constructor(apiService: UiNotificationsService);
|
|
17
|
+
onLoadAll$(ctx: StateContext<NotificationsUiStateModel>, action: NotificationsUiActions.LoadAll): Observable<NotificationData[]>;
|
|
18
|
+
onMarkAsViewed$(ctx: StateContext<NotificationsUiStateModel>, action: NotificationsUiActions.MarkAsViewed): Observable<void>;
|
|
19
|
+
onArchive$(ctx: StateContext<NotificationsUiStateModel>, action: NotificationsUiActions.Archive): Observable<void>;
|
|
20
|
+
onMoveToInbox$(ctx: StateContext<NotificationsUiStateModel>, action: NotificationsUiActions.MoveToInbox): Observable<void>;
|
|
21
|
+
onDelete$(ctx: StateContext<NotificationsUiStateModel>, action: NotificationsUiActions.Delete): Observable<void>;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsUiState, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsUiState>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StateContext } from '@ngxs/store';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const UI_STATES: any[];
|
|
4
|
+
export declare const UI_REQUIRED_ACTIONS: any[];
|
|
5
|
+
export declare class UiState {
|
|
6
|
+
constructor();
|
|
7
|
+
clear(ctx: StateContext<any>): void;
|
|
8
|
+
restore(ctx: StateContext<any>): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiState, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UiState>;
|
|
11
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ngx-smz/core",
|
|
3
|
+
"version": "19.2.0",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^19.2.0",
|
|
6
|
+
"@angular/core": "^19.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"sideEffects": false,
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"module": "fesm2022/ngx-smz-core.mjs",
|
|
16
|
+
"typings": "index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./index.d.ts",
|
|
23
|
+
"default": "./fesm2022/ngx-smz-core.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./src/lib/modules/prime/overlaypanel": {
|
|
26
|
+
"types": "./src/lib/modules/prime/overlaypanel/index.d.ts",
|
|
27
|
+
"default": "./fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
export * from './lib/modules/smz-dialogs/public-api';
|
|
2
|
+
export * from './lib/modules/smz-forms/public-api';
|
|
3
|
+
export * from './lib/modules/rbk-utils/public-api';
|
|
4
|
+
export * from './lib/modules/smz-access/public-api';
|
|
5
|
+
export * from './lib/ngx-smz-ui.config';
|
|
6
|
+
export * from './lib/ngx-smz-ui.component';
|
|
7
|
+
export * from './lib/ngx-smz-ui.module';
|
|
8
|
+
export * from './lib/modules/smz-messages/public-api';
|
|
9
|
+
export * from './lib/modules/smz-faqs/public-api';
|
|
10
|
+
export * from './lib/modules/smz-layouts/public-api';
|
|
11
|
+
export * from './lib/modules/smz-tables/public-api';
|
|
12
|
+
export * from './lib/modules/smz-trees/public-api';
|
|
13
|
+
export * from './lib/modules/smz-tree-with-details/public-api';
|
|
14
|
+
export * from './lib/modules/smz-charts/public-api';
|
|
15
|
+
export * from './lib/modules/smz-html-viewer/public-api';
|
|
16
|
+
export * from './lib/modules/smz-data-info/public-api';
|
|
17
|
+
export * from './lib/modules/smz-side-content/public-api';
|
|
18
|
+
export * from './lib/modules/smz-info-date/public-api';
|
|
19
|
+
export * from './lib/modules/smz-router-params/public-api';
|
|
20
|
+
export * from './lib/modules/smz-viewport/public-api';
|
|
21
|
+
export * from './lib/modules/smz-menu/public-api';
|
|
22
|
+
export * from './lib/modules/smz-dock/public-api';
|
|
23
|
+
export * from './lib/modules/smz-documents/public-api';
|
|
24
|
+
export * from './lib/modules/smz-export-dialog/public-api';
|
|
25
|
+
export * from './lib/modules/smz-comments/public-api';
|
|
26
|
+
export * from './lib/modules/smz-excels/public-api';
|
|
27
|
+
export * from './lib/modules/smz-gauge/public-api';
|
|
28
|
+
export * from './lib/modules/smz-toast/public_api';
|
|
29
|
+
export * from './lib/modules/smz-cards/public-api';
|
|
30
|
+
export * from './lib/modules/smz-timeline/public-api';
|
|
31
|
+
export * from './lib/modules/smz-responsive/smz-responsive.component';
|
|
32
|
+
export * from './lib/modules/smz-multi-tables/public-api';
|
|
33
|
+
export * from './lib/modules/smz-submit/public-api';
|
|
34
|
+
export * from './lib/modules/smz-svg/public-api';
|
|
35
|
+
export * from './lib/common/input-detection/input-detection.module';
|
|
36
|
+
export * from './lib/common/input-detection/input-detection.directive';
|
|
37
|
+
export * from './lib/common/directives/input-text/input-text.directive';
|
|
38
|
+
export { NgxSmzDataPipesModule } from './lib/common/data-pipes/data-pipes.module';
|
|
39
|
+
export { ClonePipe } from './lib/common/data-pipes/pipes/clone.pipe';
|
|
40
|
+
export { SafeHtmlPipe } from './lib/common/data-pipes/pipes/safe-html.pipe';
|
|
41
|
+
export { SafeUrlPipe } from './lib/common/data-pipes/pipes/safe-url.pipe';
|
|
42
|
+
export { UniqueFilterPipe } from './lib/common/data-pipes/pipes/unique-filter.pipe';
|
|
43
|
+
export { DescribeArrayPipe } from './lib/common/data-pipes/pipes/describe-array.pipe';
|
|
44
|
+
export { CalendarPipe } from './lib/common/data-pipes/pipes/calendar.pipe';
|
|
45
|
+
export { SimpleCalendarPipe } from './lib/common/data-pipes/pipes/simple-calendar.pipe';
|
|
46
|
+
export { SmzGetDataPipe } from './lib/common/data-pipes/pipes/get-data.pipe';
|
|
47
|
+
export { JoinPipe } from './lib/common/data-pipes/pipes/join.pipe';
|
|
48
|
+
export { ServerPathPipe } from './lib/common/data-pipes/pipes/server-path.pipe';
|
|
49
|
+
export { DescribeSimpleNamedPipe } from './lib/common/data-pipes/pipes/describe-simple-named.pipe';
|
|
50
|
+
export { DescribeAnyPipe } from './lib/common/data-pipes/pipes/describe-any.pipe';
|
|
51
|
+
export { StateBuilderPipe } from './lib/common/data-pipes/pipes/state-builder.pipe';
|
|
52
|
+
export { AsPipe } from './lib/common/data-pipes/pipes/as.pipe';
|
|
53
|
+
export { PrettyJsonPipe } from './lib/common/data-pipes/pipes/pretty-json.pipe';
|
|
54
|
+
export { SmzInitialPipe } from './lib/common/data-pipes/pipes/initial.pipe';
|
|
55
|
+
export { SmzTailPipe } from './lib/common/data-pipes/pipes/tail.pipe';
|
|
56
|
+
export { SelectorPipe } from './lib/common/data-pipes/pipes/selector.pipe';
|
|
57
|
+
export { FirstOrDefaultPipe } from './lib/common/data-pipes/pipes/first-or-default.pipe';
|
|
58
|
+
export { UrlCheckerPipeModule } from './lib/common/url-checker/url-checker.pipe';
|
|
59
|
+
export { UrlCheckerPipe } from './lib/common/url-checker/url-checker.pipe';
|
|
60
|
+
export { ClickStopPropagationModule } from './lib/common/stop-click-propagation/click-stop-propagation.module';
|
|
61
|
+
export { ClickStopPropagationDirective } from './lib/common/stop-click-propagation/click-stop-propagation.directive';
|
|
62
|
+
export { IsVisiblePipeModule, IsVisiblePipe } from './lib/common/is-visible-pipe/is-visible.pipe';
|
|
63
|
+
export { MergeClonePipeModule, MergeClonePipe } from './lib/common/merge-clone-pipe/merge-clone.pipe';
|
|
64
|
+
export { PrimeConfigService } from './lib/common/services/prime-config.service';
|
|
65
|
+
export { SmzClipboardService } from './lib/common/services/smz-clipboard.service';
|
|
66
|
+
export { GlobalInjector } from './lib/common/services/global-injector';
|
|
67
|
+
export { RegistrySmzUiConfiguration } from './lib/common/services/registry-smz-ui-configuration';
|
|
68
|
+
export * from './lib/common/directives/tooltip-touch-support/tooltip-touch-support.module';
|
|
69
|
+
export * from './lib/common/directives/tooltip-touch-support/tooltip-touch-support.directive';
|
|
70
|
+
export * from './lib/common/directives/action-dispatch/action-dispatch.module';
|
|
71
|
+
export * from './lib/common/directives/action-dispatch/action-dispatch.directive';
|
|
72
|
+
export * from './lib/common/directives/ng-var/ng-var.module';
|
|
73
|
+
export * from './lib/common/directives/ng-var/ng-var.directive';
|
|
74
|
+
export * from './lib/common/directives/ng-clone/ng-clone.module';
|
|
75
|
+
export * from './lib/common/directives/ng-clone/ng-clone.directive';
|
|
76
|
+
export * from './lib/common/directives/custom-ng-for/custom-ng-for.directive';
|
|
77
|
+
export * from './lib/common/directives/server-image/server-image.directive';
|
|
78
|
+
export * from './lib/common/directives/server-image/server-image-to-base64.directive';
|
|
79
|
+
export * from './lib/common/directives/safe-image/safe-image.directive';
|
|
80
|
+
export * from './lib/common/directives/ng-if-portrait/ng-if-portrait.directive';
|
|
81
|
+
export * from './lib/common/directives/ng-if-landscape/ng-if-landscape.directive';
|
|
82
|
+
export * from './lib/common/directives/responsive-breakpoints/responsive-breakpoints.directive';
|
|
83
|
+
export * from './lib/common/modules/inject-content/public-api';
|
|
84
|
+
export * from './lib/common/models/simple-named-entity';
|
|
85
|
+
export * from './lib/common/models/templates';
|
|
86
|
+
export * from './lib/common/utils/utils';
|
|
87
|
+
export * from './lib/common/utils/pretty-json';
|
|
88
|
+
export * from './lib/common/utils/base64-helper';
|
|
89
|
+
export * from './lib/common/utils/search-helper';
|
|
90
|
+
export * from './lib/common/utils/deep-merge';
|
|
91
|
+
export * from './lib/common/utils/store-utils';
|
|
92
|
+
export * from './lib/common/pipes/templates.pipe';
|
|
93
|
+
export * from './lib/builders/smz-ui/ui-builder';
|
|
94
|
+
export * from './lib/builders/smz-documents/document-builder';
|
|
95
|
+
export * from './lib/builders/smz-documents/document-base-cell';
|
|
96
|
+
export * from './lib/builders/smz-menu/menu-builder';
|
|
97
|
+
export * from './lib/builders/smz-menu/menu-creation-builder';
|
|
98
|
+
export * from './lib/builders/smz-charts/public-api';
|
|
99
|
+
export * from './lib/builders/smz-trees/tree-builder';
|
|
100
|
+
export * from './lib/builders/smz-svgs/svg-builder';
|
|
101
|
+
export * from './lib/builders/smz-svgs/svg-features';
|
|
102
|
+
export * from './lib/builders/smz-svgs/svg-feature';
|
|
103
|
+
export * from './lib/builders/smz-easy-tables/state-builder';
|
|
104
|
+
export * from './lib/builders/smz-easy-tables/column-builder';
|
|
105
|
+
export * from './lib/builders/smz-easy-tables/menu-builder';
|
|
106
|
+
export * from './lib/modules/smz-ui-block/public-api';
|
|
107
|
+
export * from './lib/standalones/easy-table/public-api';
|
|
108
|
+
export * from './lib/standalones/smz-drag-drop/public-api';
|
|
109
|
+
export * from './lib/standalones/smz-ui-guides/public-api';
|
|
110
|
+
export * from './lib/builders/smz-login/state-builder';
|
|
111
|
+
export * from './lib/builders/smz-comments/comments-builder';
|
|
112
|
+
export * from './lib/builders/smz-excels/excels-builder';
|
|
113
|
+
export * from './lib/builders/smz-tree-with-details/state-builder';
|
|
114
|
+
export * from './lib/builders/smz-cards/state-builder';
|
|
115
|
+
export * from './lib/builders/smz-timeline/state-builder';
|
|
116
|
+
export * from './lib/builders/smz-ui-guides/ui-guides-builder';
|
|
117
|
+
export * from './lib/builders/common/smz-builder-utilities';
|
|
118
|
+
export * from './lib/builders/smz-multi-tables/state-builder';
|
|
119
|
+
export * from './lib/builders/smz-gauge/gauge-builder';
|
|
120
|
+
export * from './lib/state/app.state';
|
|
121
|
+
export * from './lib/state/app.utils';
|
|
122
|
+
export * from './lib/state/database/database.actions';
|
|
123
|
+
export * from './lib/state/database/database.selectors';
|
|
124
|
+
export * from './lib/state/database/database.state';
|
|
125
|
+
export * from './lib/state/database/database.interfaces';
|
|
126
|
+
export * from './lib/state/database/ui-definitions/ui-definitions.actions';
|
|
127
|
+
export * from './lib/state/database/ui-definitions/ui-definitions.selectors';
|
|
128
|
+
export * from './lib/state/database/ui-definitions/ui-definitions.state';
|
|
129
|
+
export * from './lib/state/database/ui-definitions/ui-definitions.service';
|
|
130
|
+
export * from './lib/state/database/ui-localization/ui-localization.actions';
|
|
131
|
+
export * from './lib/state/database/ui-localization/ui-localization.selectors';
|
|
132
|
+
export * from './lib/state/database/ui-localization/ui-localization.state';
|
|
133
|
+
export * from './lib/state/database/ui-localization/ui-localization.service';
|
|
134
|
+
export * from './lib/state/features/features.actions';
|
|
135
|
+
export * from './lib/state/features/features.selectors';
|
|
136
|
+
export * from './lib/state/features/features.state';
|
|
137
|
+
export * from './lib/state/global/global.actions';
|
|
138
|
+
export * from './lib/state/global/global.state';
|
|
139
|
+
export * from './lib/state/global/application/application.actions';
|
|
140
|
+
export * from './lib/state/global/application/application.actions.toast';
|
|
141
|
+
export * from './lib/state/global/application/application.selector';
|
|
142
|
+
export * from './lib/state/global/application/application.state';
|
|
143
|
+
export * from './lib/state/global/authentication/authentication.actions';
|
|
144
|
+
export * from './lib/state/global/authentication/authentication.selectors';
|
|
145
|
+
export * from './lib/state/global/authentication/legacy-authentication.selectors';
|
|
146
|
+
export * from './lib/state/global/authentication/tenant-authentication.selectors';
|
|
147
|
+
export * from './lib/state/global/authentication/authentication.state';
|
|
148
|
+
export * from './lib/state/ui/excels/excels.actions';
|
|
149
|
+
export * from './lib/state/ui/layout/layout.actions';
|
|
150
|
+
export * from './lib/state/ui/layout/layout.selectors';
|
|
151
|
+
export * from './lib/state/ui/layout/layout.state';
|
|
152
|
+
export * from './lib/config';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 86 86" style="enable-background:new 0 0 86 86;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:url(#SVGID_1_);}
|
|
7
|
+
.st1{clip-path:url(#SVGID_3_);fill:#1B83C6;}
|
|
8
|
+
.st2{fill:#FFFFFF;}
|
|
9
|
+
</style>
|
|
10
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="39.1462" y1="762.1481" x2="47.1462" y2="838.6481" gradientTransform="matrix(1 0 0 1 0 -756)">
|
|
11
|
+
<stop offset="0" style="stop-color:#ECEEF2"/>
|
|
12
|
+
<stop offset="1" style="stop-color:#D5D7DB"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path class="st0" d="M0,32c0-11.2,0-16.8,2.2-21.1c1.9-3.8,5-6.8,8.7-8.7C15.2,0,20.8,0,32,0h22c11.2,0,16.8,0,21.1,2.2
|
|
15
|
+
c3.8,1.9,6.8,5,8.7,8.7C86,15.2,86,20.8,86,32v22c0,11.2,0,16.8-2.2,21.1c-1.9,3.8-5,6.8-8.7,8.7C70.8,86,65.2,86,54,86H32
|
|
16
|
+
c-11.2,0-16.8,0-21.1-2.2c-3.8-1.9-6.8-5-8.7-8.7C0,70.8,0,65.2,0,54V32z"/>
|
|
17
|
+
<g>
|
|
18
|
+
<g>
|
|
19
|
+
<defs>
|
|
20
|
+
<path id="SVGID_2_" d="M0,32c0-11.2,0-16.8,2.2-21.1c1.9-3.8,5-6.8,8.7-8.7C15.2,0,20.8,0,32,0h22c11.2,0,16.8,0,21.1,2.2
|
|
21
|
+
c3.8,1.9,6.8,5,8.7,8.7C86,15.2,86,20.8,86,32v22c0,11.2,0,16.8-2.2,21.1c-1.9,3.8-5,6.8-8.7,8.7C70.8,86,65.2,86,54,86H32
|
|
22
|
+
c-11.2,0-16.8,0-21.1-2.2c-3.8-1.9-6.8-5-8.7-8.7C0,70.8,0,65.2,0,54V32z"/>
|
|
23
|
+
</defs>
|
|
24
|
+
<clipPath id="SVGID_3_">
|
|
25
|
+
<use xlink:href="#SVGID_2_" style="overflow:visible;"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
<rect x="0.1" y="0" class="st1" width="85.9" height="21.3"/>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
<g>
|
|
31
|
+
<path class="st2" d="M12.9,17.9c-0.1,0-0.2-0.1-0.2-0.2L12.3,16h-2.1l-0.3,1.8c0,0.1-0.1,0.2-0.2,0.2H8.4c-0.1,0-0.2-0.1-0.2-0.2
|
|
32
|
+
l2-9.2c0-0.1,0.1-0.2,0.2-0.2h1.7c0.1,0,0.2,0,0.2,0.2l2,9.2c0,0.1,0,0.2-0.2,0.2H12.9z M11.3,10.4l-0.8,4.2H12L11.3,10.4z"/>
|
|
33
|
+
<path class="st2" d="M19.9,11.3c0,0.1-0.1,0.2-0.2,0.2h-1.2c-0.1,0-0.2-0.1-0.2-0.2v-1c0-0.3-0.2-0.5-0.5-0.5h-0.6
|
|
34
|
+
c-0.3,0-0.5,0.2-0.5,0.5v5.5c0,0.3,0.2,0.5,0.5,0.5h0.6c0.3,0,0.5-0.2,0.5-0.5v-1c0-0.1,0.1-0.2,0.2-0.2h1.2c0.1,0,0.2,0.1,0.2,0.2
|
|
35
|
+
v1.3c0,1.1-0.6,1.7-1.7,1.7h-1.3c-1.1,0-1.7-0.6-1.7-1.7V10c0-1.1,0.6-1.7,1.7-1.7h1.3c1.1,0,1.7,0.6,1.7,1.7V11.3z"/>
|
|
36
|
+
<path class="st2" d="M25.5,17.9c-0.1,0-0.2-0.1-0.2-0.2L25,16h-2.1l-0.3,1.8c0,0.1-0.1,0.2-0.2,0.2h-1.3c-0.1,0-0.2-0.1-0.2-0.2
|
|
37
|
+
l2-9.2c0-0.1,0.1-0.2,0.2-0.2h1.7c0.1,0,0.2,0,0.2,0.2l2,9.2c0,0.1,0,0.2-0.2,0.2H25.5z M23.9,10.4l-0.8,4.2h1.5L23.9,10.4z"/>
|
|
38
|
+
<path class="st2" d="M32.9,12.2c0,0.4-0.3,0.8-0.8,0.9v0c0.4,0.1,0.8,0.4,0.8,0.9v2.2c0,1.1-0.6,1.7-1.7,1.7h-2.9
|
|
39
|
+
c-0.1,0-0.2-0.1-0.2-0.2V8.5c0-0.1,0.1-0.2,0.2-0.2h2.9c1.1,0,1.7,0.6,1.7,1.7V12.2z M31.3,10.4c0-0.3-0.2-0.5-0.5-0.5h-1.1v2.4
|
|
40
|
+
h1.1c0.3,0,0.5-0.2,0.5-0.5V10.4z M31.3,14.4c0-0.3-0.2-0.5-0.5-0.5h-1.1v2.4h1.1c0.3,0,0.5-0.2,0.5-0.5V14.4z"/>
|
|
41
|
+
<path class="st2" d="M38.3,17.9c-0.1,0-0.2-0.1-0.2-0.2L37.8,16h-2.1l-0.3,1.8c0,0.1-0.1,0.2-0.2,0.2h-1.3c-0.1,0-0.2-0.1-0.2-0.2
|
|
42
|
+
l2-9.2c0-0.1,0.1-0.2,0.2-0.2h1.7c0.1,0,0.2,0,0.2,0.2l2,9.2c0,0.1,0,0.2-0.2,0.2H38.3z M36.7,10.4L36,14.6h1.5L36.7,10.4z"/>
|
|
43
|
+
<path class="st2" d="M47.2,8.3c0.2,0,0.2,0.1,0.2,0.2v9.1c0,0.2-0.1,0.2-0.2,0.2h-1.1c-0.2,0-0.2-0.1-0.2-0.2v-5.4h-0.1l-1.2,5.4
|
|
44
|
+
c0,0.1-0.1,0.2-0.3,0.2h-0.6c-0.1,0-0.2-0.1-0.3-0.2l-1.2-5.4h-0.1v5.4c0,0.2-0.1,0.2-0.2,0.2h-1.1c-0.2,0-0.2-0.1-0.2-0.2V8.6
|
|
45
|
+
c0-0.2,0.1-0.2,0.2-0.2h1.6c0.1,0,0.2,0.1,0.3,0.2l1.3,6l1.3-6c0-0.1,0.1-0.2,0.3-0.2H47.2z"/>
|
|
46
|
+
<path class="st2" d="M53.4,9.7c0,0.1,0,0.2-0.2,0.2h-3v2.4h2.3c0.1,0,0.2,0.1,0.2,0.2v1.2c0,0.1-0.1,0.2-0.2,0.2h-2.3v2.4h3
|
|
47
|
+
c0.1,0,0.2,0.1,0.2,0.2v1.2c0,0.1,0,0.2-0.2,0.2h-4.4c-0.1,0-0.2-0.1-0.2-0.2V8.5c0-0.1,0.1-0.2,0.2-0.2h4.4c0.1,0,0.2,0.1,0.2,0.2
|
|
48
|
+
V9.7z"/>
|
|
49
|
+
<path class="st2" d="M59.6,8.3c0.1,0,0.2,0.1,0.2,0.2v9.2c0,0.1-0.1,0.2-0.2,0.2h-1.2c-0.1,0-0.2,0-0.2-0.2l-1.8-5.1h-0.1v5.1
|
|
50
|
+
c0,0.1-0.1,0.2-0.2,0.2h-1.2c-0.1,0-0.2-0.1-0.2-0.2V8.5c0-0.1,0.1-0.2,0.2-0.2H56c0.1,0,0.2,0,0.2,0.2l1.8,5.1h0.1V8.5
|
|
51
|
+
c0-0.1,0.1-0.2,0.2-0.2H59.6z"/>
|
|
52
|
+
<path class="st2" d="M65.3,8.3c0.1,0,0.2,0.1,0.2,0.2v1.2c0,0.1-0.1,0.2-0.2,0.2H64v7.8c0,0.1-0.1,0.2-0.2,0.2h-1.2
|
|
53
|
+
c-0.1,0-0.2-0.1-0.2-0.2V9.9h-1.4c-0.1,0-0.2-0.1-0.2-0.2V8.5c0-0.1,0.1-0.2,0.2-0.2H65.3z"/>
|
|
54
|
+
<path class="st2" d="M66.3,10c0-1.1,0.6-1.7,1.7-1.7h1.3c1.1,0,1.7,0.6,1.7,1.7v6.1c0,1.1-0.6,1.7-1.7,1.7H68
|
|
55
|
+
c-1.1,0-1.7-0.6-1.7-1.7V10z M69,16.4c0.3,0,0.5-0.2,0.5-0.5v-5.5c0-0.3-0.2-0.5-0.5-0.5h-0.7c-0.3,0-0.5,0.2-0.5,0.5v5.5
|
|
56
|
+
c0,0.3,0.2,0.5,0.5,0.5H69z"/>
|
|
57
|
+
<path class="st2" d="M75.3,8.3c1.1,0,1.7,0.6,1.7,1.7v1.3c0,0.1-0.1,0.2-0.2,0.2h-1.2c-0.1,0-0.2-0.1-0.2-0.2v-0.9
|
|
58
|
+
c0-0.3-0.2-0.5-0.5-0.5h-0.6c-0.3,0-0.5,0.2-0.5,0.5V12l2.9,0.9c0.2,0.1,0.3,0.2,0.3,0.4v2.8c0,1.1-0.6,1.7-1.7,1.7H74
|
|
59
|
+
c-1.1,0-1.7-0.6-1.7-1.7v-1.3c0-0.1,0.1-0.2,0.2-0.2h1.2c0.1,0,0.2,0.1,0.2,0.2v0.9c0,0.3,0.2,0.5,0.5,0.5h0.6
|
|
60
|
+
c0.3,0,0.5-0.2,0.5-0.5v-1.6l-2.8-0.9c-0.2-0.1-0.3-0.2-0.3-0.4V10c0-1.1,0.6-1.7,1.7-1.7H75.3z"/>
|
|
61
|
+
</g>
|
|
62
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 86 86" style="enable-background:new 0 0 86 86;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:url(#SVGID_1_);}
|
|
7
|
+
.st1{clip-path:url(#SVGID_3_);fill:#4E5567;}
|
|
8
|
+
.st2{fill:#FCCF00;}
|
|
9
|
+
.st3{fill:#FF4813;}
|
|
10
|
+
.st4{fill:#00B768;}
|
|
11
|
+
</style>
|
|
12
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="39.1462" y1="79.7417" x2="47.1462" y2="3.2417" gradientTransform="matrix(1 0 0 -1 0 85.8898)">
|
|
13
|
+
<stop offset="0" style="stop-color:#ECEEF2"/>
|
|
14
|
+
<stop offset="1" style="stop-color:#D5D7DB"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<path class="st0" d="M0,32c0-11.2,0-16.8,2.2-21.1c1.9-3.8,5-6.8,8.7-8.7C15.2,0,20.8,0,32,0h22c11.2,0,16.8,0,21.1,2.2
|
|
17
|
+
c3.8,1.9,6.8,5,8.7,8.7C86,15.2,86,20.8,86,32v22c0,11.2,0,16.8-2.2,21.1c-1.9,3.8-5,6.8-8.7,8.7C70.8,86,65.2,86,54,86H32
|
|
18
|
+
c-11.2,0-16.8,0-21.1-2.2c-3.8-1.9-6.8-5-8.7-8.7C0,70.8,0,65.2,0,54V32z"/>
|
|
19
|
+
<g>
|
|
20
|
+
<defs>
|
|
21
|
+
<path id="SVGID_2_" d="M0,32c0-11.2,0-16.8,2.2-21.1c1.9-3.8,5-6.8,8.7-8.7C15.2,0,20.8,0,32,0h22c11.2,0,16.8,0,21.1,2.2
|
|
22
|
+
c3.8,1.9,6.8,5,8.7,8.7C86,15.2,86,20.8,86,32v22c0,11.2,0,16.8-2.2,21.1c-1.9,3.8-5,6.8-8.7,8.7C70.8,86,65.2,86,54,86H32
|
|
23
|
+
c-11.2,0-16.8,0-21.1-2.2c-3.8-1.9-6.8-5-8.7-8.7C0,70.8,0,65.2,0,54V32z"/>
|
|
24
|
+
</defs>
|
|
25
|
+
<clipPath id="SVGID_3_">
|
|
26
|
+
<use xlink:href="#SVGID_2_" style="overflow:visible;"/>
|
|
27
|
+
</clipPath>
|
|
28
|
+
<rect x="0.1" class="st1" width="85.9" height="21.3"/>
|
|
29
|
+
</g>
|
|
30
|
+
<circle class="st2" cx="13" cy="11.9" r="2.9"/>
|
|
31
|
+
<circle class="st3" cx="22.9" cy="11.9" r="2.9"/>
|
|
32
|
+
<circle class="st4" cx="32.9" cy="11.9" r="2.9"/>
|
|
33
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|