@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,2149 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--color-success: #689F38;
|
|
3
|
+
--color-info: #2196F3;
|
|
4
|
+
--color-warning: #FBC02D;
|
|
5
|
+
--color-danger: #D32F2F;
|
|
6
|
+
--color-help: #9C27B0;
|
|
7
|
+
|
|
8
|
+
--dimmed-50: rgb(250 250 250);
|
|
9
|
+
--dimmed-700: rgb(63 63 70);
|
|
10
|
+
--dimmed-800: rgb(39 39 42);
|
|
11
|
+
--dimmed-900: rgb(24 24 27);
|
|
12
|
+
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.materialize-red {
|
|
16
|
+
background-color: #e51c23 !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.materialize-red-text {
|
|
20
|
+
color: #e51c23 !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.materialize-red.lighten-5 {
|
|
24
|
+
background-color: #fdeaeb !important;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.materialize-red-text.text-lighten-5 {
|
|
28
|
+
color: #fdeaeb !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.materialize-red.lighten-4 {
|
|
32
|
+
background-color: #f8c1c3 !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.materialize-red-text.text-lighten-4 {
|
|
36
|
+
color: #f8c1c3 !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.materialize-red.lighten-3 {
|
|
40
|
+
background-color: #f3989b !important;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.materialize-red-text.text-lighten-3 {
|
|
44
|
+
color: #f3989b !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.materialize-red.lighten-2 {
|
|
48
|
+
background-color: #ee6e73 !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.materialize-red-text.text-lighten-2 {
|
|
52
|
+
color: #ee6e73 !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.materialize-red.lighten-1 {
|
|
56
|
+
background-color: #ea454b !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.materialize-red-text.text-lighten-1 {
|
|
60
|
+
color: #ea454b !important;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.materialize-red.darken-1 {
|
|
64
|
+
background-color: #d0181e !important;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.materialize-red-text.text-darken-1 {
|
|
68
|
+
color: #d0181e !important;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.materialize-red.darken-2 {
|
|
72
|
+
background-color: #b9151b !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.materialize-red-text.text-darken-2 {
|
|
76
|
+
color: #b9151b !important;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.materialize-red.darken-3 {
|
|
80
|
+
background-color: #a21318 !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.materialize-red-text.text-darken-3 {
|
|
84
|
+
color: #a21318 !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.materialize-red.darken-4 {
|
|
88
|
+
background-color: #8b1014 !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.materialize-red-text.text-darken-4 {
|
|
92
|
+
color: #8b1014 !important;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.red {
|
|
96
|
+
background-color: #f44336 !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.red-text {
|
|
100
|
+
color: #f44336 !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.red.lighten-5 {
|
|
104
|
+
background-color: #ffebee !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.red-text.text-lighten-5 {
|
|
108
|
+
color: #ffebee !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.red.lighten-4 {
|
|
112
|
+
background-color: #ffcdd2 !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.red-text.text-lighten-4 {
|
|
116
|
+
color: #ffcdd2 !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.red.lighten-3 {
|
|
120
|
+
background-color: #ef9a9a !important;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.red-text.text-lighten-3 {
|
|
124
|
+
color: #ef9a9a !important;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.red.lighten-2 {
|
|
128
|
+
background-color: #e57373 !important;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.red-text.text-lighten-2 {
|
|
132
|
+
color: #e57373 !important;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.red.lighten-1 {
|
|
136
|
+
background-color: #ef5350 !important;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.red-text.text-lighten-1 {
|
|
140
|
+
color: #ef5350 !important;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.red.darken-1 {
|
|
144
|
+
background-color: #e53935 !important;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.red-text.text-darken-1 {
|
|
148
|
+
color: #e53935 !important;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.red.darken-2 {
|
|
152
|
+
background-color: #d32f2f !important;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.red-text.text-darken-2 {
|
|
156
|
+
color: #d32f2f !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.red.darken-3 {
|
|
160
|
+
background-color: #c62828 !important;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.red-text.text-darken-3 {
|
|
164
|
+
color: #c62828 !important;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.red.darken-4 {
|
|
168
|
+
background-color: #b71c1c !important;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.red-text.text-darken-4 {
|
|
172
|
+
color: #b71c1c !important;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.red.accent-1 {
|
|
176
|
+
background-color: #ff8a80 !important;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.red-text.text-accent-1 {
|
|
180
|
+
color: #ff8a80 !important;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.red.accent-2 {
|
|
184
|
+
background-color: #ff5252 !important;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.red-text.text-accent-2 {
|
|
188
|
+
color: #ff5252 !important;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.red.accent-3 {
|
|
192
|
+
background-color: #ff1744 !important;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.red-text.text-accent-3 {
|
|
196
|
+
color: #ff1744 !important;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.red.accent-4 {
|
|
200
|
+
background-color: #d50000 !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.red-text.text-accent-4 {
|
|
204
|
+
color: #d50000 !important;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.pink {
|
|
208
|
+
background-color: #e91e63 !important;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.pink-text {
|
|
212
|
+
color: #e91e63 !important;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.pink.lighten-5 {
|
|
216
|
+
background-color: #fce4ec !important;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.pink-text.text-lighten-5 {
|
|
220
|
+
color: #fce4ec !important;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.pink.lighten-4 {
|
|
224
|
+
background-color: #f8bbd0 !important;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.pink-text.text-lighten-4 {
|
|
228
|
+
color: #f8bbd0 !important;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.pink.lighten-3 {
|
|
232
|
+
background-color: #f48fb1 !important;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.pink-text.text-lighten-3 {
|
|
236
|
+
color: #f48fb1 !important;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.pink.lighten-2 {
|
|
240
|
+
background-color: #f06292 !important;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.pink-text.text-lighten-2 {
|
|
244
|
+
color: #f06292 !important;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.pink.lighten-1 {
|
|
248
|
+
background-color: #ec407a !important;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.pink-text.text-lighten-1 {
|
|
252
|
+
color: #ec407a !important;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.pink.darken-1 {
|
|
256
|
+
background-color: #d81b60 !important;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.pink-text.text-darken-1 {
|
|
260
|
+
color: #d81b60 !important;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.pink.darken-2 {
|
|
264
|
+
background-color: #c2185b !important;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.pink-text.text-darken-2 {
|
|
268
|
+
color: #c2185b !important;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.pink.darken-3 {
|
|
272
|
+
background-color: #ad1457 !important;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.pink-text.text-darken-3 {
|
|
276
|
+
color: #ad1457 !important;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.pink.darken-4 {
|
|
280
|
+
background-color: #880e4f !important;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.pink-text.text-darken-4 {
|
|
284
|
+
color: #880e4f !important;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.pink.accent-1 {
|
|
288
|
+
background-color: #ff80ab !important;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.pink-text.text-accent-1 {
|
|
292
|
+
color: #ff80ab !important;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.pink.accent-2 {
|
|
296
|
+
background-color: #ff4081 !important;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.pink-text.text-accent-2 {
|
|
300
|
+
color: #ff4081 !important;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.pink.accent-3 {
|
|
304
|
+
background-color: #f50057 !important;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.pink-text.text-accent-3 {
|
|
308
|
+
color: #f50057 !important;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.pink.accent-4 {
|
|
312
|
+
background-color: #c51162 !important;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.pink-text.text-accent-4 {
|
|
316
|
+
color: #c51162 !important;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.purple {
|
|
320
|
+
background-color: #9c27b0 !important;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.purple-text {
|
|
324
|
+
color: #9c27b0 !important;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.purple.lighten-5 {
|
|
328
|
+
background-color: #f3e5f5 !important;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.purple-text.text-lighten-5 {
|
|
332
|
+
color: #f3e5f5 !important;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.purple.lighten-4 {
|
|
336
|
+
background-color: #e1bee7 !important;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.purple-text.text-lighten-4 {
|
|
340
|
+
color: #e1bee7 !important;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.purple.lighten-3 {
|
|
344
|
+
background-color: #ce93d8 !important;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.purple-text.text-lighten-3 {
|
|
348
|
+
color: #ce93d8 !important;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.purple.lighten-2 {
|
|
352
|
+
background-color: #ba68c8 !important;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.purple-text.text-lighten-2 {
|
|
356
|
+
color: #ba68c8 !important;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.purple.lighten-1 {
|
|
360
|
+
background-color: #ab47bc !important;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.purple-text.text-lighten-1 {
|
|
364
|
+
color: #ab47bc !important;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.purple.darken-1 {
|
|
368
|
+
background-color: #8e24aa !important;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.purple-text.text-darken-1 {
|
|
372
|
+
color: #8e24aa !important;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.purple.darken-2 {
|
|
376
|
+
background-color: #7b1fa2 !important;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.purple-text.text-darken-2 {
|
|
380
|
+
color: #7b1fa2 !important;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.purple.darken-3 {
|
|
384
|
+
background-color: #6a1b9a !important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.purple-text.text-darken-3 {
|
|
388
|
+
color: #6a1b9a !important;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.purple.darken-4 {
|
|
392
|
+
background-color: #4a148c !important;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.purple-text.text-darken-4 {
|
|
396
|
+
color: #4a148c !important;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.purple.accent-1 {
|
|
400
|
+
background-color: #ea80fc !important;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.purple-text.text-accent-1 {
|
|
404
|
+
color: #ea80fc !important;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.purple.accent-2 {
|
|
408
|
+
background-color: #e040fb !important;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.purple-text.text-accent-2 {
|
|
412
|
+
color: #e040fb !important;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.purple.accent-3 {
|
|
416
|
+
background-color: #d500f9 !important;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.purple-text.text-accent-3 {
|
|
420
|
+
color: #d500f9 !important;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.purple.accent-4 {
|
|
424
|
+
background-color: #a0f !important;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.purple-text.text-accent-4 {
|
|
428
|
+
color: #a0f !important;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.deep-purple {
|
|
432
|
+
background-color: #673ab7 !important;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.deep-purple-text {
|
|
436
|
+
color: #673ab7 !important;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.deep-purple.lighten-5 {
|
|
440
|
+
background-color: #ede7f6 !important;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.deep-purple-text.text-lighten-5 {
|
|
444
|
+
color: #ede7f6 !important;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.deep-purple.lighten-4 {
|
|
448
|
+
background-color: #d1c4e9 !important;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.deep-purple-text.text-lighten-4 {
|
|
452
|
+
color: #d1c4e9 !important;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.deep-purple.lighten-3 {
|
|
456
|
+
background-color: #b39ddb !important;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.deep-purple-text.text-lighten-3 {
|
|
460
|
+
color: #b39ddb !important;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.deep-purple.lighten-2 {
|
|
464
|
+
background-color: #9575cd !important;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.deep-purple-text.text-lighten-2 {
|
|
468
|
+
color: #9575cd !important;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.deep-purple.lighten-1 {
|
|
472
|
+
background-color: #7e57c2 !important;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.deep-purple-text.text-lighten-1 {
|
|
476
|
+
color: #7e57c2 !important;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.deep-purple.darken-1 {
|
|
480
|
+
background-color: #5e35b1 !important;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.deep-purple-text.text-darken-1 {
|
|
484
|
+
color: #5e35b1 !important;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.deep-purple.darken-2 {
|
|
488
|
+
background-color: #512da8 !important;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.deep-purple-text.text-darken-2 {
|
|
492
|
+
color: #512da8 !important;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.deep-purple.darken-3 {
|
|
496
|
+
background-color: #4527a0 !important;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.deep-purple-text.text-darken-3 {
|
|
500
|
+
color: #4527a0 !important;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.deep-purple.darken-4 {
|
|
504
|
+
background-color: #311b92 !important;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.deep-purple-text.text-darken-4 {
|
|
508
|
+
color: #311b92 !important;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.deep-purple.accent-1 {
|
|
512
|
+
background-color: #b388ff !important;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.deep-purple-text.text-accent-1 {
|
|
516
|
+
color: #b388ff !important;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.deep-purple.accent-2 {
|
|
520
|
+
background-color: #7c4dff !important;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.deep-purple-text.text-accent-2 {
|
|
524
|
+
color: #7c4dff !important;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.deep-purple.accent-3 {
|
|
528
|
+
background-color: #651fff !important;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.deep-purple-text.text-accent-3 {
|
|
532
|
+
color: #651fff !important;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.deep-purple.accent-4 {
|
|
536
|
+
background-color: #6200ea !important;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.deep-purple-text.text-accent-4 {
|
|
540
|
+
color: #6200ea !important;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.indigo {
|
|
544
|
+
background-color: #3f51b5 !important;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.indigo-text {
|
|
548
|
+
color: #3f51b5 !important;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.indigo.lighten-5 {
|
|
552
|
+
background-color: #e8eaf6 !important;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.indigo-text.text-lighten-5 {
|
|
556
|
+
color: #e8eaf6 !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.indigo.lighten-4 {
|
|
560
|
+
background-color: #c5cae9 !important;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.indigo-text.text-lighten-4 {
|
|
564
|
+
color: #c5cae9 !important;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.indigo.lighten-3 {
|
|
568
|
+
background-color: #9fa8da !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.indigo-text.text-lighten-3 {
|
|
572
|
+
color: #9fa8da !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.indigo.lighten-2 {
|
|
576
|
+
background-color: #7986cb !important;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.indigo-text.text-lighten-2 {
|
|
580
|
+
color: #7986cb !important;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.indigo.lighten-1 {
|
|
584
|
+
background-color: #5c6bc0 !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.indigo-text.text-lighten-1 {
|
|
588
|
+
color: #5c6bc0 !important;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.indigo.darken-1 {
|
|
592
|
+
background-color: #3949ab !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.indigo-text.text-darken-1 {
|
|
596
|
+
color: #3949ab !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.indigo.darken-2 {
|
|
600
|
+
background-color: #303f9f !important;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.indigo-text.text-darken-2 {
|
|
604
|
+
color: #303f9f !important;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.indigo.darken-3 {
|
|
608
|
+
background-color: #283593 !important;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.indigo-text.text-darken-3 {
|
|
612
|
+
color: #283593 !important;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.indigo.darken-4 {
|
|
616
|
+
background-color: #1a237e !important;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.indigo-text.text-darken-4 {
|
|
620
|
+
color: #1a237e !important;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.indigo.accent-1 {
|
|
624
|
+
background-color: #8c9eff !important;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.indigo-text.text-accent-1 {
|
|
628
|
+
color: #8c9eff !important;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.indigo.accent-2 {
|
|
632
|
+
background-color: #536dfe !important;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.indigo-text.text-accent-2 {
|
|
636
|
+
color: #536dfe !important;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.indigo.accent-3 {
|
|
640
|
+
background-color: #3d5afe !important;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.indigo-text.text-accent-3 {
|
|
644
|
+
color: #3d5afe !important;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.indigo.accent-4 {
|
|
648
|
+
background-color: #304ffe !important;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.indigo-text.text-accent-4 {
|
|
652
|
+
color: #304ffe !important;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.blue {
|
|
656
|
+
background-color: #2196f3 !important;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.blue-text {
|
|
660
|
+
color: #2196f3 !important;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.blue.lighten-5 {
|
|
664
|
+
background-color: #e3f2fd !important;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.blue-text.text-lighten-5 {
|
|
668
|
+
color: #e3f2fd !important;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.blue.lighten-4 {
|
|
672
|
+
background-color: #bbdefb !important;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.blue-text.text-lighten-4 {
|
|
676
|
+
color: #bbdefb !important;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.blue.lighten-3 {
|
|
680
|
+
background-color: #90caf9 !important;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.blue-text.text-lighten-3 {
|
|
684
|
+
color: #90caf9 !important;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.blue.lighten-2 {
|
|
688
|
+
background-color: #64b5f6 !important;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.blue-text.text-lighten-2 {
|
|
692
|
+
color: #64b5f6 !important;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.blue.lighten-1 {
|
|
696
|
+
background-color: #42a5f5 !important;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.blue-text.text-lighten-1 {
|
|
700
|
+
color: #42a5f5 !important;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.blue.darken-1 {
|
|
704
|
+
background-color: #1e88e5 !important;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.blue-text.text-darken-1 {
|
|
708
|
+
color: #1e88e5 !important;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.blue.darken-2 {
|
|
712
|
+
background-color: #1976d2 !important;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.blue-text.text-darken-2 {
|
|
716
|
+
color: #1976d2 !important;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.blue.darken-3 {
|
|
720
|
+
background-color: #1565c0 !important;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.blue-text.text-darken-3 {
|
|
724
|
+
color: #1565c0 !important;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.blue.darken-4 {
|
|
728
|
+
background-color: #0d47a1 !important;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.blue-text.text-darken-4 {
|
|
732
|
+
color: #0d47a1 !important;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.blue.accent-1 {
|
|
736
|
+
background-color: #82b1ff !important;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.blue-text.text-accent-1 {
|
|
740
|
+
color: #82b1ff !important;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.blue.accent-2 {
|
|
744
|
+
background-color: #448aff !important;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.blue-text.text-accent-2 {
|
|
748
|
+
color: #448aff !important;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.blue.accent-3 {
|
|
752
|
+
background-color: #2979ff !important;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.blue-text.text-accent-3 {
|
|
756
|
+
color: #2979ff !important;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.blue.accent-4 {
|
|
760
|
+
background-color: #2962ff !important;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.blue-text.text-accent-4 {
|
|
764
|
+
color: #2962ff !important;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.light-blue {
|
|
768
|
+
background-color: #03a9f4 !important;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.light-blue-text {
|
|
772
|
+
color: #03a9f4 !important;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.light-blue.lighten-5 {
|
|
776
|
+
background-color: #e1f5fe !important;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.light-blue-text.text-lighten-5 {
|
|
780
|
+
color: #e1f5fe !important;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.light-blue.lighten-4 {
|
|
784
|
+
background-color: #b3e5fc !important;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.light-blue-text.text-lighten-4 {
|
|
788
|
+
color: #b3e5fc !important;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.light-blue.lighten-3 {
|
|
792
|
+
background-color: #81d4fa !important;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.light-blue-text.text-lighten-3 {
|
|
796
|
+
color: #81d4fa !important;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.light-blue.lighten-2 {
|
|
800
|
+
background-color: #4fc3f7 !important;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.light-blue-text.text-lighten-2 {
|
|
804
|
+
color: #4fc3f7 !important;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.light-blue.lighten-1 {
|
|
808
|
+
background-color: #29b6f6 !important;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.light-blue-text.text-lighten-1 {
|
|
812
|
+
color: #29b6f6 !important;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.light-blue.darken-1 {
|
|
816
|
+
background-color: #039be5 !important;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.light-blue-text.text-darken-1 {
|
|
820
|
+
color: #039be5 !important;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.light-blue.darken-2 {
|
|
824
|
+
background-color: #0288d1 !important;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.light-blue-text.text-darken-2 {
|
|
828
|
+
color: #0288d1 !important;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.light-blue.darken-3 {
|
|
832
|
+
background-color: #0277bd !important;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.light-blue-text.text-darken-3 {
|
|
836
|
+
color: #0277bd !important;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.light-blue.darken-4 {
|
|
840
|
+
background-color: #01579b !important;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.light-blue-text.text-darken-4 {
|
|
844
|
+
color: #01579b !important;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.light-blue.accent-1 {
|
|
848
|
+
background-color: #80d8ff !important;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.light-blue-text.text-accent-1 {
|
|
852
|
+
color: #80d8ff !important;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.light-blue.accent-2 {
|
|
856
|
+
background-color: #40c4ff !important;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.light-blue-text.text-accent-2 {
|
|
860
|
+
color: #40c4ff !important;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.light-blue.accent-3 {
|
|
864
|
+
background-color: #00b0ff !important;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.light-blue-text.text-accent-3 {
|
|
868
|
+
color: #00b0ff !important;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.light-blue.accent-4 {
|
|
872
|
+
background-color: #0091ea !important;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.light-blue-text.text-accent-4 {
|
|
876
|
+
color: #0091ea !important;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
.cyan {
|
|
880
|
+
background-color: #00bcd4 !important;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.cyan-text {
|
|
884
|
+
color: #00bcd4 !important;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.cyan.lighten-5 {
|
|
888
|
+
background-color: #e0f7fa !important;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.cyan-text.text-lighten-5 {
|
|
892
|
+
color: #e0f7fa !important;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.cyan.lighten-4 {
|
|
896
|
+
background-color: #b2ebf2 !important;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.cyan-text.text-lighten-4 {
|
|
900
|
+
color: #b2ebf2 !important;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.cyan.lighten-3 {
|
|
904
|
+
background-color: #80deea !important;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.cyan-text.text-lighten-3 {
|
|
908
|
+
color: #80deea !important;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.cyan.lighten-2 {
|
|
912
|
+
background-color: #4dd0e1 !important;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
.cyan-text.text-lighten-2 {
|
|
916
|
+
color: #4dd0e1 !important;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.cyan.lighten-1 {
|
|
920
|
+
background-color: #26c6da !important;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.cyan-text.text-lighten-1 {
|
|
924
|
+
color: #26c6da !important;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.cyan.darken-1 {
|
|
928
|
+
background-color: #00acc1 !important;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.cyan-text.text-darken-1 {
|
|
932
|
+
color: #00acc1 !important;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.cyan.darken-2 {
|
|
936
|
+
background-color: #0097a7 !important;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.cyan-text.text-darken-2 {
|
|
940
|
+
color: #0097a7 !important;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
.cyan.darken-3 {
|
|
944
|
+
background-color: #00838f !important;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.cyan-text.text-darken-3 {
|
|
948
|
+
color: #00838f !important;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.cyan.darken-4 {
|
|
952
|
+
background-color: #006064 !important;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
.cyan-text.text-darken-4 {
|
|
956
|
+
color: #006064 !important;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.cyan.accent-1 {
|
|
960
|
+
background-color: #84ffff !important;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.cyan-text.text-accent-1 {
|
|
964
|
+
color: #84ffff !important;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.cyan.accent-2 {
|
|
968
|
+
background-color: #18ffff !important;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
.cyan-text.text-accent-2 {
|
|
972
|
+
color: #18ffff !important;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.cyan.accent-3 {
|
|
976
|
+
background-color: #00e5ff !important;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.cyan-text.text-accent-3 {
|
|
980
|
+
color: #00e5ff !important;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.cyan.accent-4 {
|
|
984
|
+
background-color: #00b8d4 !important;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.cyan-text.text-accent-4 {
|
|
988
|
+
color: #00b8d4 !important;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.teal {
|
|
992
|
+
background-color: #009688 !important;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.teal-text {
|
|
996
|
+
color: #009688 !important;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.teal.lighten-5 {
|
|
1000
|
+
background-color: #e0f2f1 !important;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.teal-text.text-lighten-5 {
|
|
1004
|
+
color: #e0f2f1 !important;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.teal.lighten-4 {
|
|
1008
|
+
background-color: #b2dfdb !important;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.teal-text.text-lighten-4 {
|
|
1012
|
+
color: #b2dfdb !important;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.teal.lighten-3 {
|
|
1016
|
+
background-color: #80cbc4 !important;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.teal-text.text-lighten-3 {
|
|
1020
|
+
color: #80cbc4 !important;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
.teal.lighten-2 {
|
|
1024
|
+
background-color: #4db6ac !important;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.teal-text.text-lighten-2 {
|
|
1028
|
+
color: #4db6ac !important;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.teal.lighten-1 {
|
|
1032
|
+
background-color: #26a69a !important;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.teal-text.text-lighten-1 {
|
|
1036
|
+
color: #26a69a !important;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.teal.darken-1 {
|
|
1040
|
+
background-color: #00897b !important;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
.teal-text.text-darken-1 {
|
|
1044
|
+
color: #00897b !important;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.teal.darken-2 {
|
|
1048
|
+
background-color: #00796b !important;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
.teal-text.text-darken-2 {
|
|
1052
|
+
color: #00796b !important;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.teal.darken-3 {
|
|
1056
|
+
background-color: #00695c !important;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.teal-text.text-darken-3 {
|
|
1060
|
+
color: #00695c !important;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.teal.darken-4 {
|
|
1064
|
+
background-color: #004d40 !important;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.teal-text.text-darken-4 {
|
|
1068
|
+
color: #004d40 !important;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
.teal.accent-1 {
|
|
1072
|
+
background-color: #a7ffeb !important;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.teal-text.text-accent-1 {
|
|
1076
|
+
color: #a7ffeb !important;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.teal.accent-2 {
|
|
1080
|
+
background-color: #64ffda !important;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.teal-text.text-accent-2 {
|
|
1084
|
+
color: #64ffda !important;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.teal.accent-3 {
|
|
1088
|
+
background-color: #1de9b6 !important;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.teal-text.text-accent-3 {
|
|
1092
|
+
color: #1de9b6 !important;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.teal.accent-4 {
|
|
1096
|
+
background-color: #00bfa5 !important;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.teal-text.text-accent-4 {
|
|
1100
|
+
color: #00bfa5 !important;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.green {
|
|
1104
|
+
background-color: #4caf50 !important;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.green-text {
|
|
1108
|
+
color: #4caf50 !important;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.green.lighten-5 {
|
|
1112
|
+
background-color: #e8f5e9 !important;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.green-text.text-lighten-5 {
|
|
1116
|
+
color: #e8f5e9 !important;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.green.lighten-4 {
|
|
1120
|
+
background-color: #c8e6c9 !important;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.green-text.text-lighten-4 {
|
|
1124
|
+
color: #c8e6c9 !important;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.green.lighten-3 {
|
|
1128
|
+
background-color: #a5d6a7 !important;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.green-text.text-lighten-3 {
|
|
1132
|
+
color: #a5d6a7 !important;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.green.lighten-2 {
|
|
1136
|
+
background-color: #81c784 !important;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
.green-text.text-lighten-2 {
|
|
1140
|
+
color: #81c784 !important;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.green.lighten-1 {
|
|
1144
|
+
background-color: #66bb6a !important;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.green-text.text-lighten-1 {
|
|
1148
|
+
color: #66bb6a !important;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.green.darken-1 {
|
|
1152
|
+
background-color: #43a047 !important;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.green-text.text-darken-1 {
|
|
1156
|
+
color: #43a047 !important;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
.green.darken-2 {
|
|
1160
|
+
background-color: #388e3c !important;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.green-text.text-darken-2 {
|
|
1164
|
+
color: #388e3c !important;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.green.darken-3 {
|
|
1168
|
+
background-color: #2e7d32 !important;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.green-text.text-darken-3 {
|
|
1172
|
+
color: #2e7d32 !important;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.green.darken-4 {
|
|
1176
|
+
background-color: #1b5e20 !important;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.green-text.text-darken-4 {
|
|
1180
|
+
color: #1b5e20 !important;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.green.accent-1 {
|
|
1184
|
+
background-color: #b9f6ca !important;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.green-text.text-accent-1 {
|
|
1188
|
+
color: #b9f6ca !important;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.green.accent-2 {
|
|
1192
|
+
background-color: #69f0ae !important;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.green-text.text-accent-2 {
|
|
1196
|
+
color: #69f0ae !important;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.green.accent-3 {
|
|
1200
|
+
background-color: #00e676 !important;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.green-text.text-accent-3 {
|
|
1204
|
+
color: #00e676 !important;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.green.accent-4 {
|
|
1208
|
+
background-color: #00c853 !important;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.green-text.text-accent-4 {
|
|
1212
|
+
color: #00c853 !important;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.light-green {
|
|
1216
|
+
background-color: #8bc34a !important;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.light-green-text {
|
|
1220
|
+
color: #8bc34a !important;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.light-green.lighten-5 {
|
|
1224
|
+
background-color: #f1f8e9 !important;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.light-green-text.text-lighten-5 {
|
|
1228
|
+
color: #f1f8e9 !important;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.light-green.lighten-4 {
|
|
1232
|
+
background-color: #dcedc8 !important;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
.light-green-text.text-lighten-4 {
|
|
1236
|
+
color: #dcedc8 !important;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.light-green.lighten-3 {
|
|
1240
|
+
background-color: #c5e1a5 !important;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.light-green-text.text-lighten-3 {
|
|
1244
|
+
color: #c5e1a5 !important;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.light-green.lighten-2 {
|
|
1248
|
+
background-color: #aed581 !important;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.light-green-text.text-lighten-2 {
|
|
1252
|
+
color: #aed581 !important;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.light-green.lighten-1 {
|
|
1256
|
+
background-color: #9ccc65 !important;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.light-green-text.text-lighten-1 {
|
|
1260
|
+
color: #9ccc65 !important;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.light-green.darken-1 {
|
|
1264
|
+
background-color: #7cb342 !important;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.light-green-text.text-darken-1 {
|
|
1268
|
+
color: #7cb342 !important;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.light-green.darken-2 {
|
|
1272
|
+
background-color: #689f38 !important;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.light-green-text.text-darken-2 {
|
|
1276
|
+
color: #689f38 !important;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
.light-green.darken-3 {
|
|
1280
|
+
background-color: #558b2f !important;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.light-green-text.text-darken-3 {
|
|
1284
|
+
color: #558b2f !important;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.light-green.darken-4 {
|
|
1288
|
+
background-color: #33691e !important;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.light-green-text.text-darken-4 {
|
|
1292
|
+
color: #33691e !important;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.light-green.accent-1 {
|
|
1296
|
+
background-color: #ccff90 !important;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.light-green-text.text-accent-1 {
|
|
1300
|
+
color: #ccff90 !important;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.light-green.accent-2 {
|
|
1304
|
+
background-color: #b2ff59 !important;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.light-green-text.text-accent-2 {
|
|
1308
|
+
color: #b2ff59 !important;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.light-green.accent-3 {
|
|
1312
|
+
background-color: #76ff03 !important;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
.light-green-text.text-accent-3 {
|
|
1316
|
+
color: #76ff03 !important;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
.light-green.accent-4 {
|
|
1320
|
+
background-color: #64dd17 !important;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
.light-green-text.text-accent-4 {
|
|
1324
|
+
color: #64dd17 !important;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
.lime {
|
|
1328
|
+
background-color: #cddc39 !important;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.lime-text {
|
|
1332
|
+
color: #cddc39 !important;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.lime.lighten-5 {
|
|
1336
|
+
background-color: #f9fbe7 !important;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.lime-text.text-lighten-5 {
|
|
1340
|
+
color: #f9fbe7 !important;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.lime.lighten-4 {
|
|
1344
|
+
background-color: #f0f4c3 !important;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.lime-text.text-lighten-4 {
|
|
1348
|
+
color: #f0f4c3 !important;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.lime.lighten-3 {
|
|
1352
|
+
background-color: #e6ee9c !important;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.lime-text.text-lighten-3 {
|
|
1356
|
+
color: #e6ee9c !important;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.lime.lighten-2 {
|
|
1360
|
+
background-color: #dce775 !important;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.lime-text.text-lighten-2 {
|
|
1364
|
+
color: #dce775 !important;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.lime.lighten-1 {
|
|
1368
|
+
background-color: #d4e157 !important;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.lime-text.text-lighten-1 {
|
|
1372
|
+
color: #d4e157 !important;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
.lime.darken-1 {
|
|
1376
|
+
background-color: #c0ca33 !important;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
.lime-text.text-darken-1 {
|
|
1380
|
+
color: #c0ca33 !important;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
.lime.darken-2 {
|
|
1384
|
+
background-color: #afb42b !important;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
.lime-text.text-darken-2 {
|
|
1388
|
+
color: #afb42b !important;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.lime.darken-3 {
|
|
1392
|
+
background-color: #9e9d24 !important;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.lime-text.text-darken-3 {
|
|
1396
|
+
color: #9e9d24 !important;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
.lime.darken-4 {
|
|
1400
|
+
background-color: #827717 !important;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
.lime-text.text-darken-4 {
|
|
1404
|
+
color: #827717 !important;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.lime.accent-1 {
|
|
1408
|
+
background-color: #f4ff81 !important;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.lime-text.text-accent-1 {
|
|
1412
|
+
color: #f4ff81 !important;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
.lime.accent-2 {
|
|
1416
|
+
background-color: #eeff41 !important;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.lime-text.text-accent-2 {
|
|
1420
|
+
color: #eeff41 !important;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
.lime.accent-3 {
|
|
1424
|
+
background-color: #c6ff00 !important;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.lime-text.text-accent-3 {
|
|
1428
|
+
color: #c6ff00 !important;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.lime.accent-4 {
|
|
1432
|
+
background-color: #aeea00 !important;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.lime-text.text-accent-4 {
|
|
1436
|
+
color: #aeea00 !important;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.yellow {
|
|
1440
|
+
background-color: #ffeb3b !important;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.yellow-text {
|
|
1444
|
+
color: #ffeb3b !important;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.yellow.lighten-5 {
|
|
1448
|
+
background-color: #fffde7 !important;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
.yellow-text.text-lighten-5 {
|
|
1452
|
+
color: #fffde7 !important;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
.yellow.lighten-4 {
|
|
1456
|
+
background-color: #fff9c4 !important;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
.yellow-text.text-lighten-4 {
|
|
1460
|
+
color: #fff9c4 !important;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.yellow.lighten-3 {
|
|
1464
|
+
background-color: #fff59d !important;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.yellow-text.text-lighten-3 {
|
|
1468
|
+
color: #fff59d !important;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.yellow.lighten-2 {
|
|
1472
|
+
background-color: #fff176 !important;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
.yellow-text.text-lighten-2 {
|
|
1476
|
+
color: #fff176 !important;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
.yellow.lighten-1 {
|
|
1480
|
+
background-color: #ffee58 !important;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
.yellow-text.text-lighten-1 {
|
|
1484
|
+
color: #ffee58 !important;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.yellow.darken-1 {
|
|
1488
|
+
background-color: #fdd835 !important;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.yellow-text.text-darken-1 {
|
|
1492
|
+
color: #fdd835 !important;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.yellow.darken-2 {
|
|
1496
|
+
background-color: #fbc02d !important;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.yellow-text.text-darken-2 {
|
|
1500
|
+
color: #fbc02d !important;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
.yellow.darken-3 {
|
|
1504
|
+
background-color: #f9a825 !important;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
.yellow-text.text-darken-3 {
|
|
1508
|
+
color: #f9a825 !important;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.yellow.darken-4 {
|
|
1512
|
+
background-color: #f57f17 !important;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
.yellow-text.text-darken-4 {
|
|
1516
|
+
color: #f57f17 !important;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.yellow.accent-1 {
|
|
1520
|
+
background-color: #ffff8d !important;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.yellow-text.text-accent-1 {
|
|
1524
|
+
color: #ffff8d !important;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.yellow.accent-2 {
|
|
1528
|
+
background-color: #ff0 !important;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
.yellow-text.text-accent-2 {
|
|
1532
|
+
color: #ff0 !important;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
.yellow.accent-3 {
|
|
1536
|
+
background-color: #ffea00 !important;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.yellow-text.text-accent-3 {
|
|
1540
|
+
color: #ffea00 !important;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.yellow.accent-4 {
|
|
1544
|
+
background-color: #ffd600 !important;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.yellow-text.text-accent-4 {
|
|
1548
|
+
color: #ffd600 !important;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
.amber {
|
|
1552
|
+
background-color: #ffc107 !important;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
.amber-text {
|
|
1556
|
+
color: #ffc107 !important;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.amber.lighten-5 {
|
|
1560
|
+
background-color: #fff8e1 !important;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.amber-text.text-lighten-5 {
|
|
1564
|
+
color: #fff8e1 !important;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.amber.lighten-4 {
|
|
1568
|
+
background-color: #ffecb3 !important;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.amber-text.text-lighten-4 {
|
|
1572
|
+
color: #ffecb3 !important;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
.amber.lighten-3 {
|
|
1576
|
+
background-color: #ffe082 !important;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
.amber-text.text-lighten-3 {
|
|
1580
|
+
color: #ffe082 !important;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
.amber.lighten-2 {
|
|
1584
|
+
background-color: #ffd54f !important;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
.amber-text.text-lighten-2 {
|
|
1588
|
+
color: #ffd54f !important;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.amber.lighten-1 {
|
|
1592
|
+
background-color: #ffca28 !important;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.amber-text.text-lighten-1 {
|
|
1596
|
+
color: #ffca28 !important;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
.amber.darken-1 {
|
|
1600
|
+
background-color: #ffb300 !important;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
.amber-text.text-darken-1 {
|
|
1604
|
+
color: #ffb300 !important;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
.amber.darken-2 {
|
|
1608
|
+
background-color: #ffa000 !important;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.amber-text.text-darken-2 {
|
|
1612
|
+
color: #ffa000 !important;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.amber.darken-3 {
|
|
1616
|
+
background-color: #ff8f00 !important;
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
.amber-text.text-darken-3 {
|
|
1620
|
+
color: #ff8f00 !important;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
.amber.darken-4 {
|
|
1624
|
+
background-color: #ff6f00 !important;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
.amber-text.text-darken-4 {
|
|
1628
|
+
color: #ff6f00 !important;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
.amber.accent-1 {
|
|
1632
|
+
background-color: #ffe57f !important;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
.amber-text.text-accent-1 {
|
|
1636
|
+
color: #ffe57f !important;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
.amber.accent-2 {
|
|
1640
|
+
background-color: #ffd740 !important;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
.amber-text.text-accent-2 {
|
|
1644
|
+
color: #ffd740 !important;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
.amber.accent-3 {
|
|
1648
|
+
background-color: #ffc400 !important;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
.amber-text.text-accent-3 {
|
|
1652
|
+
color: #ffc400 !important;
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.amber.accent-4 {
|
|
1656
|
+
background-color: #ffab00 !important;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
.amber-text.text-accent-4 {
|
|
1660
|
+
color: #ffab00 !important;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
.orange {
|
|
1664
|
+
background-color: #ff9800 !important;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
.orange-text {
|
|
1668
|
+
color: #ff9800 !important;
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
.orange.lighten-5 {
|
|
1672
|
+
background-color: #fff3e0 !important;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
.orange-text.text-lighten-5 {
|
|
1676
|
+
color: #fff3e0 !important;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
.orange.lighten-4 {
|
|
1680
|
+
background-color: #ffe0b2 !important;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
.orange-text.text-lighten-4 {
|
|
1684
|
+
color: #ffe0b2 !important;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
.orange.lighten-3 {
|
|
1688
|
+
background-color: #ffcc80 !important;
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
.orange-text.text-lighten-3 {
|
|
1692
|
+
color: #ffcc80 !important;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
.orange.lighten-2 {
|
|
1696
|
+
background-color: #ffb74d !important;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
.orange-text.text-lighten-2 {
|
|
1700
|
+
color: #ffb74d !important;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
.orange.lighten-1 {
|
|
1704
|
+
background-color: #ffa726 !important;
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
.orange-text.text-lighten-1 {
|
|
1708
|
+
color: #ffa726 !important;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
.orange.darken-1 {
|
|
1712
|
+
background-color: #fb8c00 !important;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.orange-text.text-darken-1 {
|
|
1716
|
+
color: #fb8c00 !important;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
.orange.darken-2 {
|
|
1720
|
+
background-color: #f57c00 !important;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.orange-text.text-darken-2 {
|
|
1724
|
+
color: #f57c00 !important;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.orange.darken-3 {
|
|
1728
|
+
background-color: #ef6c00 !important;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
.orange-text.text-darken-3 {
|
|
1732
|
+
color: #ef6c00 !important;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
.orange.darken-4 {
|
|
1736
|
+
background-color: #e65100 !important;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
.orange-text.text-darken-4 {
|
|
1740
|
+
color: #e65100 !important;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
.orange.accent-1 {
|
|
1744
|
+
background-color: #ffd180 !important;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.orange-text.text-accent-1 {
|
|
1748
|
+
color: #ffd180 !important;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.orange.accent-2 {
|
|
1752
|
+
background-color: #ffab40 !important;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
.orange-text.text-accent-2 {
|
|
1756
|
+
color: #ffab40 !important;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
.orange.accent-3 {
|
|
1760
|
+
background-color: #ff9100 !important;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
.orange-text.text-accent-3 {
|
|
1764
|
+
color: #ff9100 !important;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.orange.accent-4 {
|
|
1768
|
+
background-color: #ff6d00 !important;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
.orange-text.text-accent-4 {
|
|
1772
|
+
color: #ff6d00 !important;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
.deep-orange {
|
|
1776
|
+
background-color: #ff5722 !important;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
.deep-orange-text {
|
|
1780
|
+
color: #ff5722 !important;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
.deep-orange.lighten-5 {
|
|
1784
|
+
background-color: #fbe9e7 !important;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
.deep-orange-text.text-lighten-5 {
|
|
1788
|
+
color: #fbe9e7 !important;
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
.deep-orange.lighten-4 {
|
|
1792
|
+
background-color: #ffccbc !important;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
.deep-orange-text.text-lighten-4 {
|
|
1796
|
+
color: #ffccbc !important;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.deep-orange.lighten-3 {
|
|
1800
|
+
background-color: #ffab91 !important;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.deep-orange-text.text-lighten-3 {
|
|
1804
|
+
color: #ffab91 !important;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.deep-orange.lighten-2 {
|
|
1808
|
+
background-color: #ff8a65 !important;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
.deep-orange-text.text-lighten-2 {
|
|
1812
|
+
color: #ff8a65 !important;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
.deep-orange.lighten-1 {
|
|
1816
|
+
background-color: #ff7043 !important;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
.deep-orange-text.text-lighten-1 {
|
|
1820
|
+
color: #ff7043 !important;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
.deep-orange.darken-1 {
|
|
1824
|
+
background-color: #f4511e !important;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
.deep-orange-text.text-darken-1 {
|
|
1828
|
+
color: #f4511e !important;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.deep-orange.darken-2 {
|
|
1832
|
+
background-color: #e64a19 !important;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
.deep-orange-text.text-darken-2 {
|
|
1836
|
+
color: #e64a19 !important;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
.deep-orange.darken-3 {
|
|
1840
|
+
background-color: #d84315 !important;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.deep-orange-text.text-darken-3 {
|
|
1844
|
+
color: #d84315 !important;
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
.deep-orange.darken-4 {
|
|
1848
|
+
background-color: #bf360c !important;
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
.deep-orange-text.text-darken-4 {
|
|
1852
|
+
color: #bf360c !important;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
.deep-orange.accent-1 {
|
|
1856
|
+
background-color: #ff9e80 !important;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.deep-orange-text.text-accent-1 {
|
|
1860
|
+
color: #ff9e80 !important;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.deep-orange.accent-2 {
|
|
1864
|
+
background-color: #ff6e40 !important;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.deep-orange-text.text-accent-2 {
|
|
1868
|
+
color: #ff6e40 !important;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.deep-orange.accent-3 {
|
|
1872
|
+
background-color: #ff3d00 !important;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.deep-orange-text.text-accent-3 {
|
|
1876
|
+
color: #ff3d00 !important;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.deep-orange.accent-4 {
|
|
1880
|
+
background-color: #dd2c00 !important;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.deep-orange-text.text-accent-4 {
|
|
1884
|
+
color: #dd2c00 !important;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.brown {
|
|
1888
|
+
background-color: #795548 !important;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.brown-text {
|
|
1892
|
+
color: #795548 !important;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
.brown.lighten-5 {
|
|
1896
|
+
background-color: #efebe9 !important;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.brown-text.text-lighten-5 {
|
|
1900
|
+
color: #efebe9 !important;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
.brown.lighten-4 {
|
|
1904
|
+
background-color: #d7ccc8 !important;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
.brown-text.text-lighten-4 {
|
|
1908
|
+
color: #d7ccc8 !important;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.brown.lighten-3 {
|
|
1912
|
+
background-color: #bcaaa4 !important;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
.brown-text.text-lighten-3 {
|
|
1916
|
+
color: #bcaaa4 !important;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.brown.lighten-2 {
|
|
1920
|
+
background-color: #a1887f !important;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.brown-text.text-lighten-2 {
|
|
1924
|
+
color: #a1887f !important;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
.brown.lighten-1 {
|
|
1928
|
+
background-color: #8d6e63 !important;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.brown-text.text-lighten-1 {
|
|
1932
|
+
color: #8d6e63 !important;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
.brown.darken-1 {
|
|
1936
|
+
background-color: #6d4c41 !important;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
.brown-text.text-darken-1 {
|
|
1940
|
+
color: #6d4c41 !important;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
.brown.darken-2 {
|
|
1944
|
+
background-color: #5d4037 !important;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
.brown-text.text-darken-2 {
|
|
1948
|
+
color: #5d4037 !important;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.brown.darken-3 {
|
|
1952
|
+
background-color: #4e342e !important;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.brown-text.text-darken-3 {
|
|
1956
|
+
color: #4e342e !important;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.brown.darken-4 {
|
|
1960
|
+
background-color: #3e2723 !important;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.brown-text.text-darken-4 {
|
|
1964
|
+
color: #3e2723 !important;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
.blue-grey {
|
|
1968
|
+
background-color: #607d8b !important;
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
.blue-grey-text {
|
|
1972
|
+
color: #607d8b !important;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.blue-grey.lighten-5 {
|
|
1976
|
+
background-color: #eceff1 !important;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.blue-grey-text.text-lighten-5 {
|
|
1980
|
+
color: #eceff1 !important;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.blue-grey.lighten-4 {
|
|
1984
|
+
background-color: #cfd8dc !important;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.blue-grey-text.text-lighten-4 {
|
|
1988
|
+
color: #cfd8dc !important;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.blue-grey.lighten-3 {
|
|
1992
|
+
background-color: #b0bec5 !important;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.blue-grey-text.text-lighten-3 {
|
|
1996
|
+
color: #b0bec5 !important;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.blue-grey.lighten-2 {
|
|
2000
|
+
background-color: #90a4ae !important;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.blue-grey-text.text-lighten-2 {
|
|
2004
|
+
color: #90a4ae !important;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.blue-grey.lighten-1 {
|
|
2008
|
+
background-color: #78909c !important;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.blue-grey-text.text-lighten-1 {
|
|
2012
|
+
color: #78909c !important;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.blue-grey.darken-1 {
|
|
2016
|
+
background-color: #546e7a !important;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.blue-grey-text.text-darken-1 {
|
|
2020
|
+
color: #546e7a !important;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.blue-grey.darken-2 {
|
|
2024
|
+
background-color: #455a64 !important;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.blue-grey-text.text-darken-2 {
|
|
2028
|
+
color: #455a64 !important;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.blue-grey.darken-3 {
|
|
2032
|
+
background-color: #37474f !important;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.blue-grey-text.text-darken-3 {
|
|
2036
|
+
color: #37474f !important;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.blue-grey.darken-4 {
|
|
2040
|
+
background-color: #263238 !important;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.blue-grey-text.text-darken-4 {
|
|
2044
|
+
color: #263238 !important;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.grey {
|
|
2048
|
+
background-color: #9e9e9e !important;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
.grey-text {
|
|
2052
|
+
color: #9e9e9e !important;
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
.grey.lighten-5 {
|
|
2056
|
+
background-color: #fafafa !important;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.grey-text.text-lighten-5 {
|
|
2060
|
+
color: #fafafa !important;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.grey.lighten-4 {
|
|
2064
|
+
background-color: #f5f5f5 !important;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.grey-text.text-lighten-4 {
|
|
2068
|
+
color: #f5f5f5 !important;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.grey.lighten-3 {
|
|
2072
|
+
background-color: #eee !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.grey-text.text-lighten-3 {
|
|
2076
|
+
color: #eee !important;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.grey.lighten-2 {
|
|
2080
|
+
background-color: #e0e0e0 !important;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
.grey-text.text-lighten-2 {
|
|
2084
|
+
color: #e0e0e0 !important;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.grey.lighten-1 {
|
|
2088
|
+
background-color: #bdbdbd !important;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
.grey-text.text-lighten-1 {
|
|
2092
|
+
color: #bdbdbd !important;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
.grey.darken-1 {
|
|
2096
|
+
background-color: #757575 !important;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.grey-text.text-darken-1 {
|
|
2100
|
+
color: #757575 !important;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.grey.darken-2 {
|
|
2104
|
+
background-color: #616161 !important;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
.grey-text.text-darken-2 {
|
|
2108
|
+
color: #616161 !important;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.grey.darken-3 {
|
|
2112
|
+
background-color: #424242 !important;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.grey-text.text-darken-3 {
|
|
2116
|
+
color: #424242 !important;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.grey.darken-4 {
|
|
2120
|
+
background-color: #212121 !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.grey-text.text-darken-4 {
|
|
2124
|
+
color: #212121 !important;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.black {
|
|
2128
|
+
background-color: #000 !important;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.black-text {
|
|
2132
|
+
color: #000 !important;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.white {
|
|
2136
|
+
background-color: #fff !important;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
.white-text {
|
|
2140
|
+
color: #fff !important;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
.transparent {
|
|
2144
|
+
background-color: transparent !important;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
.transparent-text {
|
|
2148
|
+
color: transparent !important;
|
|
2149
|
+
}
|