@covalent/core 0.0.0-COVALENT
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 +42 -0
- package/breadcrumbs/README.md +93 -0
- package/breadcrumbs/_breadcrumbs-theme.scss +10 -0
- package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +37 -0
- package/breadcrumbs/breadcrumbs.component.d.ts +37 -0
- package/breadcrumbs/breadcrumbs.module.d.ts +10 -0
- package/breadcrumbs/covalent-core-breadcrumbs.d.ts +5 -0
- package/breadcrumbs/package.json +10 -0
- package/breadcrumbs/public_api.d.ts +3 -0
- package/common/README.md +3 -0
- package/common/_common-theme.scss +35 -0
- package/common/animations/bounce/bounce.animation.d.ts +14 -0
- package/common/animations/collapse/collapse.animation.d.ts +20 -0
- package/common/animations/common/interfaces.d.ts +5 -0
- package/common/animations/fade/fadeInOut.animation.d.ts +20 -0
- package/common/animations/flash/flash.animation.d.ts +14 -0
- package/common/animations/headshake/headshake.animation.d.ts +14 -0
- package/common/animations/jello/jello.animation.d.ts +14 -0
- package/common/animations/pulse/pulse.animation.d.ts +14 -0
- package/common/animations/rotate/rotate.animation.d.ts +21 -0
- package/common/behaviors/control-value-accesor.mixin.d.ts +16 -0
- package/common/behaviors/disable-ripple.mixin.d.ts +9 -0
- package/common/behaviors/disabled.mixin.d.ts +9 -0
- package/common/common.module.d.ts +17 -0
- package/common/covalent-core-common.d.ts +5 -0
- package/common/directives/fullscreen/fullscreen.directive.d.ts +25 -0
- package/common/forms/auto-trim/auto-trim.directive.d.ts +12 -0
- package/common/forms/validators/validators.d.ts +8 -0
- package/common/functions/clipboard.d.ts +9 -0
- package/common/functions/convert.d.ts +31 -0
- package/common/functions/download.d.ts +48 -0
- package/common/functions/file.d.ts +7 -0
- package/common/package.json +10 -0
- package/common/pipes/bytes/bytes.pipe.d.ts +7 -0
- package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +7 -0
- package/common/pipes/digits/digits.pipe.d.ts +10 -0
- package/common/pipes/time-ago/time-ago.pipe.d.ts +7 -0
- package/common/pipes/time-difference/time-difference.pipe.d.ts +7 -0
- package/common/pipes/time-until/time-until.pipe.d.ts +7 -0
- package/common/pipes/truncate/truncate.pipe.d.ts +7 -0
- package/common/public_api.d.ts +35 -0
- package/common/services/icon.service.d.ts +8 -0
- package/common/services/router-path.service.d.ts +10 -0
- package/common/styles/_elevation.scss +285 -0
- package/common/styles/_layout.scss +605 -0
- package/common/styles/_palette-dark.scss +326 -0
- package/common/styles/_palette-light.scss +637 -0
- package/common/styles/_rtl.scss +31 -0
- package/common/styles/_styles.scss +10 -0
- package/common/styles/_theme-functions.scss +25 -0
- package/common/styles/_typography-functions.scss +43 -0
- package/common/styles/_variables.scss +99 -0
- package/common/styles/colors/_colors-dark.scss +1399 -0
- package/common/styles/colors/_colors-light.scss +3235 -0
- package/common/styles/colors/_colors.scss +7 -0
- package/common/styles/core/_button.scss +90 -0
- package/common/styles/core/_card.scss +189 -0
- package/common/styles/core/_content.scss +43 -0
- package/common/styles/core/_core.scss +23 -0
- package/common/styles/core/_divider.scss +16 -0
- package/common/styles/core/_icons.scss +22 -0
- package/common/styles/core/_list.scss +8 -0
- package/common/styles/core/_sidenav.scss +22 -0
- package/common/styles/core/_structure.scss +127 -0
- package/common/styles/core/_toolbar.scss +53 -0
- package/common/styles/core/_whiteframe.scss +138 -0
- package/common/styles/font/MaterialIcons-Regular-v48.woff2 +0 -0
- package/common/styles/font/README.md +11 -0
- package/common/styles/font/_font.scss +99 -0
- package/common/styles/utilities/_general.scss +65 -0
- package/common/styles/utilities/_pad.scss +36 -0
- package/common/styles/utilities/_pull.scss +36 -0
- package/common/styles/utilities/_push.scss +36 -0
- package/common/styles/utilities/_size.scss +24 -0
- package/common/styles/utilities/_text.scss +105 -0
- package/common/styles/utilities/_utilities.scss +15 -0
- package/covalent-core.d.ts +5 -0
- package/dialogs/README.md +223 -0
- package/dialogs/_dialog-theme.scss +39 -0
- package/dialogs/alert-dialog/alert-dialog.component.d.ts +12 -0
- package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +15 -0
- package/dialogs/covalent-core-dialogs.d.ts +5 -0
- package/dialogs/dialog.component.d.ts +22 -0
- package/dialogs/dialogs.module.d.ts +19 -0
- package/dialogs/package.json +10 -0
- package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +23 -0
- package/dialogs/public_api.d.ts +8 -0
- package/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.d.ts +21 -0
- package/dialogs/services/dialog.service.d.ts +105 -0
- package/dialogs/src/README.md +223 -0
- package/dialogs/window-dialog/window-dialog.component.d.ts +16 -0
- package/dynamic-menu/README.md +152 -0
- package/dynamic-menu/_dynamic-menu-theme.scss +0 -0
- package/dynamic-menu/covalent-core-dynamic-menu.d.ts +5 -0
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +12 -0
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +10 -0
- package/dynamic-menu/dynamic-menu.component.d.ts +11 -0
- package/dynamic-menu/dynamic-menu.menu.d.ts +22 -0
- package/dynamic-menu/dynamic-menu.module.d.ts +15 -0
- package/dynamic-menu/package.json +10 -0
- package/dynamic-menu/public_api.d.ts +5 -0
- package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +92 -0
- package/esm2020/breadcrumbs/breadcrumbs.component.mjs +134 -0
- package/esm2020/breadcrumbs/breadcrumbs.module.mjs +20 -0
- package/esm2020/breadcrumbs/covalent-core-breadcrumbs.mjs +5 -0
- package/esm2020/breadcrumbs/public_api.mjs +4 -0
- package/esm2020/common/animations/bounce/bounce.animation.mjs +70 -0
- package/esm2020/common/animations/collapse/collapse.animation.mjs +51 -0
- package/esm2020/common/animations/common/interfaces.mjs +2 -0
- package/esm2020/common/animations/fade/fadeInOut.animation.mjs +37 -0
- package/esm2020/common/animations/flash/flash.animation.mjs +34 -0
- package/esm2020/common/animations/headshake/headshake.animation.mjs +47 -0
- package/esm2020/common/animations/jello/jello.animation.mjs +59 -0
- package/esm2020/common/animations/pulse/pulse.animation.mjs +32 -0
- package/esm2020/common/animations/rotate/rotate.animation.mjs +30 -0
- package/esm2020/common/behaviors/control-value-accesor.mixin.mjs +41 -0
- package/esm2020/common/behaviors/disable-ripple.mixin.mjs +24 -0
- package/esm2020/common/behaviors/disabled.mixin.mjs +24 -0
- package/esm2020/common/common.module.mjs +63 -0
- package/esm2020/common/covalent-core-common.mjs +5 -0
- package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +85 -0
- package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +36 -0
- package/esm2020/common/forms/validators/validators.mjs +29 -0
- package/esm2020/common/functions/clipboard.mjs +23 -0
- package/esm2020/common/functions/convert.mjs +84 -0
- package/esm2020/common/functions/download.mjs +75 -0
- package/esm2020/common/functions/file.mjs +16 -0
- package/esm2020/common/pipes/bytes/bytes.pipe.mjs +42 -0
- package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +42 -0
- package/esm2020/common/pipes/digits/digits.pipe.mjs +39 -0
- package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +72 -0
- package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +51 -0
- package/esm2020/common/pipes/time-until/time-until.pipe.mjs +72 -0
- package/esm2020/common/pipes/truncate/truncate.pipe.mjs +27 -0
- package/esm2020/common/public_api.mjs +39 -0
- package/esm2020/common/services/icon.service.mjs +1089 -0
- package/esm2020/common/services/router-path.service.mjs +29 -0
- package/esm2020/covalent-core.mjs +5 -0
- package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +23 -0
- package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +28 -0
- package/esm2020/dialogs/covalent-core-dialogs.mjs +5 -0
- package/esm2020/dialogs/dialog.component.mjs +56 -0
- package/esm2020/dialogs/dialogs.module.mjs +89 -0
- package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +46 -0
- package/esm2020/dialogs/public_api.mjs +9 -0
- package/esm2020/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +216 -0
- package/esm2020/dialogs/services/dialog.service.mjs +171 -0
- package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +38 -0
- package/esm2020/dynamic-menu/covalent-core-dynamic-menu.mjs +5 -0
- package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +30 -0
- package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +24 -0
- package/esm2020/dynamic-menu/dynamic-menu.component.mjs +28 -0
- package/esm2020/dynamic-menu/dynamic-menu.menu.mjs +2 -0
- package/esm2020/dynamic-menu/dynamic-menu.module.mjs +57 -0
- package/esm2020/dynamic-menu/public_api.mjs +6 -0
- package/esm2020/file/covalent-core-file.mjs +5 -0
- package/esm2020/file/directives/file-drop.directive.mjs +147 -0
- package/esm2020/file/directives/file-select.directive.mjs +77 -0
- package/esm2020/file/file-input/file-input.component.mjs +110 -0
- package/esm2020/file/file-upload/file-upload.component.mjs +174 -0
- package/esm2020/file/file.module.mjs +58 -0
- package/esm2020/file/public_api.mjs +7 -0
- package/esm2020/file/services/file.service.mjs +64 -0
- package/esm2020/json-formatter/collapse.animation.mjs +51 -0
- package/esm2020/json-formatter/covalent-core-json-formatter.mjs +5 -0
- package/esm2020/json-formatter/json-formatter.component.mjs +217 -0
- package/esm2020/json-formatter/json-formatter.module.mjs +20 -0
- package/esm2020/json-formatter/public_api.mjs +3 -0
- package/esm2020/layout/covalent-core-layout.mjs +5 -0
- package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +40 -0
- package/esm2020/layout/layout-footer/layout-footer.component.mjs +33 -0
- package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +93 -0
- package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +84 -0
- package/esm2020/layout/layout-nav/layout-nav.component.mjs +50 -0
- package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +128 -0
- package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +84 -0
- package/esm2020/layout/layout-toggle.class.mjs +92 -0
- package/esm2020/layout/layout.component.mjs +92 -0
- package/esm2020/layout/layout.directives.mjs +85 -0
- package/esm2020/layout/layout.module.mjs +117 -0
- package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +161 -0
- package/esm2020/layout/public_api.mjs +13 -0
- package/esm2020/menu/covalent-core-menu.mjs +5 -0
- package/esm2020/menu/menu.component.mjs +12 -0
- package/esm2020/menu/menu.module.mjs +21 -0
- package/esm2020/menu/public_api.mjs +3 -0
- package/esm2020/message/collapse.animation.mjs +51 -0
- package/esm2020/message/covalent-core-message.mjs +5 -0
- package/esm2020/message/message.component.mjs +203 -0
- package/esm2020/message/message.module.mjs +25 -0
- package/esm2020/message/public_api.mjs +3 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/search/covalent-core-search.mjs +5 -0
- package/esm2020/search/public_api.mjs +4 -0
- package/esm2020/search/search-box/search-box.component.mjs +194 -0
- package/esm2020/search/search-input/search-input.component.mjs +203 -0
- package/esm2020/search/search.module.mjs +39 -0
- package/esm2020/side-sheet/covalent-core-side-sheet.mjs +5 -0
- package/esm2020/side-sheet/public_api.mjs +6 -0
- package/esm2020/side-sheet/side-sheet-container.mjs +274 -0
- package/esm2020/side-sheet/side-sheet-ref.mjs +21 -0
- package/esm2020/side-sheet/side-sheet.animation.mjs +12 -0
- package/esm2020/side-sheet/side-sheet.config.mjs +4 -0
- package/esm2020/side-sheet/side-sheet.content-directives.mjs +201 -0
- package/esm2020/side-sheet/side-sheet.mjs +221 -0
- package/esm2020/side-sheet/side-sheet.module.mjs +45 -0
- package/esm2020/user-profile/covalent-core-user-profile.mjs +5 -0
- package/esm2020/user-profile/public_api.mjs +4 -0
- package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +24 -0
- package/esm2020/user-profile/user-profile.component.mjs +19 -0
- package/esm2020/user-profile/user-profile.module.mjs +44 -0
- package/fesm2015/covalent-core-breadcrumbs.mjs +246 -0
- package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -0
- package/fesm2015/covalent-core-common.mjs +2281 -0
- package/fesm2015/covalent-core-common.mjs.map +1 -0
- package/fesm2015/covalent-core-dialogs.mjs +639 -0
- package/fesm2015/covalent-core-dialogs.mjs.map +1 -0
- package/fesm2015/covalent-core-dynamic-menu.mjs +128 -0
- package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -0
- package/fesm2015/covalent-core-file.mjs +613 -0
- package/fesm2015/covalent-core-file.mjs.map +1 -0
- package/fesm2015/covalent-core-json-formatter.mjs +298 -0
- package/fesm2015/covalent-core-json-formatter.mjs.map +1 -0
- package/fesm2015/covalent-core-layout.mjs +1024 -0
- package/fesm2015/covalent-core-layout.mjs.map +1 -0
- package/fesm2015/covalent-core-menu.mjs +37 -0
- package/fesm2015/covalent-core-menu.mjs.map +1 -0
- package/fesm2015/covalent-core-message.mjs +284 -0
- package/fesm2015/covalent-core-message.mjs.map +1 -0
- package/fesm2015/covalent-core-search.mjs +428 -0
- package/fesm2015/covalent-core-search.mjs.map +1 -0
- package/fesm2015/covalent-core-side-sheet.mjs +762 -0
- package/fesm2015/covalent-core-side-sheet.mjs.map +1 -0
- package/fesm2015/covalent-core-user-profile.mjs +86 -0
- package/fesm2015/covalent-core-user-profile.mjs.map +1 -0
- package/fesm2015/covalent-core.mjs +4 -0
- package/fesm2015/covalent-core.mjs.map +1 -0
- package/fesm2020/covalent-core-breadcrumbs.mjs +246 -0
- package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -0
- package/fesm2020/covalent-core-common.mjs +2274 -0
- package/fesm2020/covalent-core-common.mjs.map +1 -0
- package/fesm2020/covalent-core-dialogs.mjs +634 -0
- package/fesm2020/covalent-core-dialogs.mjs.map +1 -0
- package/fesm2020/covalent-core-dynamic-menu.mjs +128 -0
- package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -0
- package/fesm2020/covalent-core-file.mjs +607 -0
- package/fesm2020/covalent-core-file.mjs.map +1 -0
- package/fesm2020/covalent-core-json-formatter.mjs +290 -0
- package/fesm2020/covalent-core-json-formatter.mjs.map +1 -0
- package/fesm2020/covalent-core-layout.mjs +1000 -0
- package/fesm2020/covalent-core-layout.mjs.map +1 -0
- package/fesm2020/covalent-core-menu.mjs +37 -0
- package/fesm2020/covalent-core-menu.mjs.map +1 -0
- package/fesm2020/covalent-core-message.mjs +282 -0
- package/fesm2020/covalent-core-message.mjs.map +1 -0
- package/fesm2020/covalent-core-search.mjs +425 -0
- package/fesm2020/covalent-core-search.mjs.map +1 -0
- package/fesm2020/covalent-core-side-sheet.mjs +757 -0
- package/fesm2020/covalent-core-side-sheet.mjs.map +1 -0
- package/fesm2020/covalent-core-user-profile.mjs +86 -0
- package/fesm2020/covalent-core-user-profile.mjs.map +1 -0
- package/fesm2020/covalent-core.mjs +4 -0
- package/fesm2020/covalent-core.mjs.map +1 -0
- package/file/_file-theme.scss +27 -0
- package/file/covalent-core-file.d.ts +5 -0
- package/file/directives/file-drop.directive.d.ts +61 -0
- package/file/directives/file-select.directive.d.ts +33 -0
- package/file/file-input/file-input.component.d.ts +61 -0
- package/file/file-upload/file-upload.component.d.ts +91 -0
- package/file/file.module.d.ts +15 -0
- package/file/package.json +10 -0
- package/file/public_api.d.ts +6 -0
- package/file/services/file.service.d.ts +34 -0
- package/file/src/file-input/README.md +147 -0
- package/file/src/file-upload/README.md +136 -0
- package/json-formatter/README.md +50 -0
- package/json-formatter/_json-formatter-theme.scss +72 -0
- package/json-formatter/collapse.animation.d.ts +24 -0
- package/json-formatter/covalent-core-json-formatter.d.ts +5 -0
- package/json-formatter/json-formatter.component.d.ts +78 -0
- package/json-formatter/json-formatter.module.d.ts +10 -0
- package/json-formatter/package.json +10 -0
- package/json-formatter/public_api.d.ts +2 -0
- package/layout/README.md +138 -0
- package/layout/_layout-theme.scss +128 -0
- package/layout/covalent-core-layout.d.ts +5 -0
- package/layout/layout-card-over/layout-card-over.component.d.ts +31 -0
- package/layout/layout-footer/layout-footer.component.d.ts +17 -0
- package/layout/layout-manage-list/layout-manage-list.component.d.ts +66 -0
- package/layout/layout-manage-list/layout-manage-list.directives.d.ts +25 -0
- package/layout/layout-nav/layout-nav.component.d.ts +45 -0
- package/layout/layout-nav-list/layout-nav-list.component.d.ts +104 -0
- package/layout/layout-nav-list/layout-nav-list.directives.d.ts +25 -0
- package/layout/layout-toggle.class.d.ts +40 -0
- package/layout/layout.component.d.ts +66 -0
- package/layout/layout.directives.d.ts +25 -0
- package/layout/layout.module.d.ts +25 -0
- package/layout/navigation-drawer/navigation-drawer.component.d.ts +120 -0
- package/layout/package.json +10 -0
- package/layout/public_api.d.ts +12 -0
- package/layout/src/layout-card-over/README.md +43 -0
- package/layout/src/layout-manage-list/README.md +80 -0
- package/layout/src/layout-nav/README.md +50 -0
- package/layout/src/layout-nav-list/README.md +105 -0
- package/menu/covalent-core-menu.d.ts +5 -0
- package/menu/menu.component.d.ts +5 -0
- package/menu/menu.module.d.ts +10 -0
- package/menu/package.json +10 -0
- package/menu/public_api.d.ts +2 -0
- package/message/README.md +67 -0
- package/message/_message-theme.scss +44 -0
- package/message/collapse.animation.d.ts +24 -0
- package/message/covalent-core-message.d.ts +5 -0
- package/message/message.component.d.ts +101 -0
- package/message/message.module.d.ts +9 -0
- package/message/package.json +10 -0
- package/message/public_api.d.ts +2 -0
- package/package.json +146 -0
- package/public_api.d.ts +1 -0
- package/search/README.md +132 -0
- package/search/covalent-core-search.d.ts +5 -0
- package/search/package.json +10 -0
- package/search/public_api.d.ts +3 -0
- package/search/search-box/search-box.component.d.ts +88 -0
- package/search/search-input/search-input.component.d.ts +82 -0
- package/search/search.module.d.ts +13 -0
- package/search/src/search-box/README.md +73 -0
- package/search/src/search-input/README.md +74 -0
- package/side-sheet/README.md +64 -0
- package/side-sheet/_side-sheet.theme.scss +8 -0
- package/side-sheet/covalent-core-side-sheet.d.ts +5 -0
- package/side-sheet/package.json +10 -0
- package/side-sheet/public_api.d.ts +5 -0
- package/side-sheet/side-sheet-container.d.ts +110 -0
- package/side-sheet/side-sheet-ref.d.ts +10 -0
- package/side-sheet/side-sheet.animation.d.ts +4 -0
- package/side-sheet/side-sheet.config.d.ts +3 -0
- package/side-sheet/side-sheet.content-directives.d.ts +67 -0
- package/side-sheet/side-sheet.d.ts +66 -0
- package/side-sheet/side-sheet.module.d.ts +11 -0
- package/theming/_all-theme.scss +24 -0
- package/typography/_all-typography.scss +39 -0
- package/user-profile/README.md +60 -0
- package/user-profile/_user-profile-theme.scss +27 -0
- package/user-profile/covalent-core-user-profile.d.ts +5 -0
- package/user-profile/package.json +10 -0
- package/user-profile/public_api.d.ts +3 -0
- package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +8 -0
- package/user-profile/user-profile.component.d.ts +7 -0
- package/user-profile/user-profile.module.d.ts +14 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
@import '../theme-functions';
|
|
2
|
+
@import '../rtl';
|
|
3
|
+
|
|
4
|
+
// Standard button sizing.
|
|
5
|
+
$mat-button-padding: 0 rem(0.6) !default;
|
|
6
|
+
$mat-button-min-width: rem(8.8) !default;
|
|
7
|
+
$mat-button-margin: rem(0.6) rem(0.8) !default;
|
|
8
|
+
$mat-button-line-height: rem(3.6) !default;
|
|
9
|
+
$mat-button-border-radius: 3px !default;
|
|
10
|
+
|
|
11
|
+
// FAB sizing.
|
|
12
|
+
$mat-fab-border-radius: 50%;
|
|
13
|
+
$mat-fab-size: rem(5.6) !default;
|
|
14
|
+
$mat-fab-line-height: rem(5.6) !default;
|
|
15
|
+
$mat-fab-padding: rem(1.6) !default;
|
|
16
|
+
$mat-fab-mini-size: rem(4) !default;
|
|
17
|
+
$mat-fab-mini-line-height: rem(4) !default;
|
|
18
|
+
|
|
19
|
+
// Icon button sizing.
|
|
20
|
+
$mat-icon-button-height: rem(4) !default;
|
|
21
|
+
$mat-icon-button-width: rem(4) !default;
|
|
22
|
+
$mat-icon-button-margin: rem(0.6) !default;
|
|
23
|
+
$mat-icon-border-radius: $mat-fab-border-radius;
|
|
24
|
+
|
|
25
|
+
/** Mixin to create distinct classes for fab positions, e.g. ".mat-fab-position-bottom-right". */
|
|
26
|
+
@mixin mat-fab-position(
|
|
27
|
+
$spot,
|
|
28
|
+
$top: auto,
|
|
29
|
+
$right: auto,
|
|
30
|
+
$bottom: auto,
|
|
31
|
+
$left: auto
|
|
32
|
+
) {
|
|
33
|
+
[mat-fab].mat-fab-position-#{$spot},
|
|
34
|
+
.mat-fab.mat-fab-position-#{$spot},
|
|
35
|
+
[mat-fab].mat-fab-#{$spot},
|
|
36
|
+
.mat-fab.mat-fab-#{$spot} {
|
|
37
|
+
top: $top;
|
|
38
|
+
@include rtl(right, $right, $left);
|
|
39
|
+
@include rtl(left, $left, $right);
|
|
40
|
+
|
|
41
|
+
bottom: $bottom;
|
|
42
|
+
position: absolute;
|
|
43
|
+
|
|
44
|
+
&.fixed {
|
|
45
|
+
position: fixed;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@mixin td-button-utilities() {
|
|
51
|
+
$mat-fab-pos-offset: calc(($mat-fab-size - $mat-fab-padding) / 2);
|
|
52
|
+
@include mat-fab-position(
|
|
53
|
+
bottom-right,
|
|
54
|
+
auto,
|
|
55
|
+
$mat-fab-pos-offset,
|
|
56
|
+
$mat-fab-pos-offset,
|
|
57
|
+
auto
|
|
58
|
+
);
|
|
59
|
+
@include mat-fab-position(
|
|
60
|
+
bottom-left,
|
|
61
|
+
auto,
|
|
62
|
+
auto,
|
|
63
|
+
$mat-fab-pos-offset,
|
|
64
|
+
$mat-fab-pos-offset
|
|
65
|
+
);
|
|
66
|
+
@include mat-fab-position(
|
|
67
|
+
top-right,
|
|
68
|
+
$mat-fab-pos-offset,
|
|
69
|
+
$mat-fab-pos-offset,
|
|
70
|
+
auto,
|
|
71
|
+
auto
|
|
72
|
+
);
|
|
73
|
+
@include mat-fab-position(
|
|
74
|
+
top-left,
|
|
75
|
+
$mat-fab-pos-offset,
|
|
76
|
+
auto,
|
|
77
|
+
auto,
|
|
78
|
+
$mat-fab-pos-offset
|
|
79
|
+
);
|
|
80
|
+
|
|
81
|
+
button {
|
|
82
|
+
&[mat-icon-button] {
|
|
83
|
+
&.mat-icon-button-mini {
|
|
84
|
+
height: 24px;
|
|
85
|
+
line-height: 24px;
|
|
86
|
+
width: 24px;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
@import '../variables';
|
|
2
|
+
|
|
3
|
+
@function makelongshadow($color) {
|
|
4
|
+
$val: 0 0 $color;
|
|
5
|
+
@for $i from 1 through 200 {
|
|
6
|
+
$val: #{$val}, #{$i}px #{$i}px #{$color};
|
|
7
|
+
}
|
|
8
|
+
@return $val;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@mixin longshadow($color) {
|
|
12
|
+
text-shadow: makelongshadow($color);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
$color: rgba(0, 0, 0, 1%);
|
|
16
|
+
|
|
17
|
+
@mixin td-card-utilities() {
|
|
18
|
+
html {
|
|
19
|
+
.mat-card {
|
|
20
|
+
padding: 0;
|
|
21
|
+
margin: 8px;
|
|
22
|
+
|
|
23
|
+
mat-card-header {
|
|
24
|
+
height: auto;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
[matCardAvatar] {
|
|
28
|
+
font-size: $mat-card-header-size;
|
|
29
|
+
line-height: $mat-card-header-size;
|
|
30
|
+
height: $mat-card-header-size;
|
|
31
|
+
width: $mat-card-header-size;
|
|
32
|
+
margin: 16px 0 0 15px;
|
|
33
|
+
border-radius: 50%;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.mat-card-image {
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.mat-card-image,
|
|
41
|
+
.mat-card-lg-image,
|
|
42
|
+
.mat-card-md-image,
|
|
43
|
+
.mat-card-sm-image,
|
|
44
|
+
.mat-card-title-group {
|
|
45
|
+
margin: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
mat-card-title {
|
|
49
|
+
padding-top: $padding;
|
|
50
|
+
padding-left: $padding;
|
|
51
|
+
padding-right: $padding;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
mat-card-subtitle {
|
|
55
|
+
padding-left: $padding;
|
|
56
|
+
padding-right: $padding;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
mat-card-content {
|
|
60
|
+
padding: $padding;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&,
|
|
64
|
+
& .mat-card {
|
|
65
|
+
& .mat-card-actions {
|
|
66
|
+
padding: calc($padding / 2);
|
|
67
|
+
margin: 0;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.mat-card-actions:last-child {
|
|
72
|
+
margin-bottom: 0;
|
|
73
|
+
padding-bottom: 8px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.mat-divider.relative {
|
|
77
|
+
position: relative;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&[dir='rtl'] {
|
|
82
|
+
.mat-card-title-group {
|
|
83
|
+
.mat-card-image,
|
|
84
|
+
.mat-card-lg-image,
|
|
85
|
+
.mat-card-md-image,
|
|
86
|
+
.mat-card-sm-image {
|
|
87
|
+
&:last-child {
|
|
88
|
+
border-top-left-radius: $mat-card-radius;
|
|
89
|
+
border-bottom-left-radius: $mat-card-radius;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.mat-card {
|
|
95
|
+
.mat-card-image {
|
|
96
|
+
&:first-child {
|
|
97
|
+
border-top-left-radius: $mat-card-radius;
|
|
98
|
+
border-top-right-radius: $mat-card-radius;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.mat-card-lg-image,
|
|
103
|
+
.mat-card-md-image,
|
|
104
|
+
.mat-card-sm-image {
|
|
105
|
+
&:first-child {
|
|
106
|
+
border-top-right-radius: $mat-card-radius;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
&:not([dir='rtl']) {
|
|
113
|
+
.mat-card-title-group {
|
|
114
|
+
.mat-card-image,
|
|
115
|
+
.mat-card-lg-image,
|
|
116
|
+
.mat-card-md-image,
|
|
117
|
+
.mat-card-sm-image {
|
|
118
|
+
&:last-child {
|
|
119
|
+
border-top-right-radius: $mat-card-radius;
|
|
120
|
+
border-bottom-right-radius: $mat-card-radius;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.mat-card {
|
|
126
|
+
.mat-card-image {
|
|
127
|
+
&:first-child {
|
|
128
|
+
border-top-left-radius: $mat-card-radius;
|
|
129
|
+
border-top-right-radius: $mat-card-radius;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.mat-card-lg-image,
|
|
134
|
+
.mat-card-md-image,
|
|
135
|
+
.mat-card-sm-image {
|
|
136
|
+
&:first-child {
|
|
137
|
+
border-top-left-radius: $mat-card-radius;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.mat-card-colored {
|
|
145
|
+
&[href],
|
|
146
|
+
&[ng-reflect-href] {
|
|
147
|
+
&:hover {
|
|
148
|
+
cursor: pointer;
|
|
149
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 20%),
|
|
150
|
+
0 4px 5px 0 rgba(0, 0, 0, 14%), 0 1px 10px 0 rgba(0, 0, 0, 12%);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&:active {
|
|
154
|
+
box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 20%),
|
|
155
|
+
0 10px 14px 1px rgba(0, 0, 0, 14%), 0 4px 18px 3px rgba(0, 0, 0, 12%);
|
|
156
|
+
|
|
157
|
+
& mat-toolbar {
|
|
158
|
+
background-color: rgba(255, 255, 255, 20%);
|
|
159
|
+
background-position: -100% 100%;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
& mat-toolbar {
|
|
164
|
+
background-size: 200% 100%;
|
|
165
|
+
background-image: linear-gradient(
|
|
166
|
+
to right,
|
|
167
|
+
transparent 50%,
|
|
168
|
+
rgba(255, 255, 255, 20%) 50%
|
|
169
|
+
);
|
|
170
|
+
transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s,
|
|
171
|
+
color 0.5s ease 0s, background-color 0.5s ease;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
& mat-toolbar {
|
|
176
|
+
height: 148px;
|
|
177
|
+
border-radius: 2px 2px 0 0;
|
|
178
|
+
overflow: hidden;
|
|
179
|
+
|
|
180
|
+
mat-icon,
|
|
181
|
+
.mat-icon {
|
|
182
|
+
opacity: 0.65;
|
|
183
|
+
color: white;
|
|
184
|
+
font-size: 8rem;
|
|
185
|
+
@include longshadow(darken($color, 5%));
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
@mixin td-content-utilities() {
|
|
2
|
+
md-content,
|
|
3
|
+
[md-content],
|
|
4
|
+
.md-content,
|
|
5
|
+
mat-content,
|
|
6
|
+
[mat-content],
|
|
7
|
+
.mat-content {
|
|
8
|
+
display: block;
|
|
9
|
+
position: relative;
|
|
10
|
+
overflow: auto;
|
|
11
|
+
-webkit-overflow-scrolling: touch;
|
|
12
|
+
|
|
13
|
+
&[md-scroll-y],
|
|
14
|
+
&.mat-scroll-y {
|
|
15
|
+
overflow-y: auto;
|
|
16
|
+
overflow-x: hidden;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&[md-scroll-x],
|
|
20
|
+
&.mat-scroll-x {
|
|
21
|
+
overflow-x: auto;
|
|
22
|
+
overflow-y: hidden;
|
|
23
|
+
}
|
|
24
|
+
// For iOS allow disabling of momentum scrolling
|
|
25
|
+
// @see issue #2640.
|
|
26
|
+
&.auto-scroll {
|
|
27
|
+
-webkit-overflow-scrolling: auto;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Overall app layout height
|
|
32
|
+
mat-sidenav-container {
|
|
33
|
+
& > md-content,
|
|
34
|
+
& > [md-content],
|
|
35
|
+
& > .md-content,
|
|
36
|
+
& > mat-content,
|
|
37
|
+
& > [mat-content],
|
|
38
|
+
& > .mat-content {
|
|
39
|
+
height: 100%;
|
|
40
|
+
overflow: hidden;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
@import 'button';
|
|
2
|
+
@import 'card';
|
|
3
|
+
@import 'content';
|
|
4
|
+
@import 'divider';
|
|
5
|
+
@import 'icons';
|
|
6
|
+
@import 'list';
|
|
7
|
+
@import 'sidenav';
|
|
8
|
+
@import 'structure';
|
|
9
|
+
@import 'toolbar';
|
|
10
|
+
@import 'whiteframe';
|
|
11
|
+
|
|
12
|
+
@mixin covalent-core() {
|
|
13
|
+
@include td-button-utilities();
|
|
14
|
+
@include td-card-utilities();
|
|
15
|
+
@include td-content-utilities();
|
|
16
|
+
@include td-divider-utilities();
|
|
17
|
+
@include td-icon-utilities();
|
|
18
|
+
@include td-list-utilities();
|
|
19
|
+
@include td-sidenav-utilities();
|
|
20
|
+
@include td-structure-utilities();
|
|
21
|
+
@include td-toolbar-utilities();
|
|
22
|
+
@include td-whiteframe-utilities();
|
|
23
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@import '../rtl';
|
|
2
|
+
|
|
3
|
+
@mixin td-divider-utilities() {
|
|
4
|
+
// deprecated
|
|
5
|
+
mat-divider {
|
|
6
|
+
&[matInset] {
|
|
7
|
+
@include rtl(margin-left, 72px, 0);
|
|
8
|
+
@include rtl(margin-right, 0, 72px);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&[mat-inset] {
|
|
12
|
+
@include rtl(margin-left, 72px, 0);
|
|
13
|
+
@include rtl(margin-right, 0, 72px);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@mixin td-icon-utilities() {
|
|
2
|
+
mat-list-item,
|
|
3
|
+
.mat-list-item-content {
|
|
4
|
+
mat-icon {
|
|
5
|
+
&[matListAvatar] {
|
|
6
|
+
align-items: center;
|
|
7
|
+
align-content: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
display: flex;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.mat-icon.mat-icon-logo {
|
|
15
|
+
height: 24px;
|
|
16
|
+
width: 100px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.mat-icon {
|
|
20
|
+
flex-shrink: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import '../variables';
|
|
2
|
+
|
|
3
|
+
@mixin td-sidenav-utilities() {
|
|
4
|
+
mat-sidenav {
|
|
5
|
+
width: $navigation-drawer-width;
|
|
6
|
+
|
|
7
|
+
.mat-list-item-content {
|
|
8
|
+
mat-icon {
|
|
9
|
+
@include rtl(margin-left, 0, $margin);
|
|
10
|
+
@include rtl(margin-right, $margin, 0);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
[mat-list-item] {
|
|
15
|
+
&,
|
|
16
|
+
&:active,
|
|
17
|
+
&:focus {
|
|
18
|
+
outline: none;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
@import '../variables';
|
|
2
|
+
|
|
3
|
+
@mixin td-structure-utilities() {
|
|
4
|
+
html,
|
|
5
|
+
body {
|
|
6
|
+
height: 100%;
|
|
7
|
+
color: rgba(0, 0, 0, 87%);
|
|
8
|
+
background: white;
|
|
9
|
+
position: relative;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
body {
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[tabindex='-1']:focus {
|
|
18
|
+
outline: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.inset {
|
|
22
|
+
padding: 10px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
button.md-no-style {
|
|
26
|
+
font-weight: normal;
|
|
27
|
+
background-color: inherit;
|
|
28
|
+
@include rtl(text-align, left, right);
|
|
29
|
+
|
|
30
|
+
border: none;
|
|
31
|
+
padding: 0;
|
|
32
|
+
margin: 0;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
select,
|
|
36
|
+
button,
|
|
37
|
+
textarea,
|
|
38
|
+
input {
|
|
39
|
+
vertical-align: baseline;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// Fix Android 4.0 button bugs
|
|
43
|
+
input[type='reset'],
|
|
44
|
+
input[type='submit'],
|
|
45
|
+
html input[type='button'],
|
|
46
|
+
button {
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
appearance: button;
|
|
49
|
+
|
|
50
|
+
&[disabled] {
|
|
51
|
+
cursor: default;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
textarea {
|
|
56
|
+
vertical-align: top;
|
|
57
|
+
overflow: auto;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
input {
|
|
61
|
+
&[type='search'] {
|
|
62
|
+
appearance: textfield;
|
|
63
|
+
box-sizing: content-box;
|
|
64
|
+
|
|
65
|
+
&::-webkit-search-decoration,
|
|
66
|
+
&::-webkit-search-cancel-button {
|
|
67
|
+
appearance: none;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.md-visually-hidden,
|
|
73
|
+
.mat-visually-hidden {
|
|
74
|
+
border: 0;
|
|
75
|
+
clip: rect(0 0 0 0);
|
|
76
|
+
height: 1px;
|
|
77
|
+
margin: -1px;
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
padding: 0;
|
|
80
|
+
position: absolute;
|
|
81
|
+
text-transform: none;
|
|
82
|
+
width: 1px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.md-shadow,
|
|
86
|
+
.mat-shadow {
|
|
87
|
+
position: absolute;
|
|
88
|
+
top: 0;
|
|
89
|
+
left: 0;
|
|
90
|
+
bottom: 0;
|
|
91
|
+
right: 0;
|
|
92
|
+
border-radius: inherit;
|
|
93
|
+
pointer-events: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.md-shadow-bottom-z-1,
|
|
97
|
+
.mat-shadow-bottom-z-1 {
|
|
98
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 26%);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.md-shadow-bottom-z-2,
|
|
102
|
+
.mat-shadow-bottom-z-2 {
|
|
103
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 40%);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.md-shadow-animated.md-shadow,
|
|
107
|
+
.mat-shadow-animated.mat-shadow {
|
|
108
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.md-padding,
|
|
112
|
+
.mat-padding {
|
|
113
|
+
padding: 8px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.md-margin,
|
|
117
|
+
.mat-margin {
|
|
118
|
+
margin: 8px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@media (min-width: $layout-breakpoint-sm) {
|
|
122
|
+
.md-padding,
|
|
123
|
+
.mat-padding {
|
|
124
|
+
padding: 16px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@mixin td-toolbar-utilities() {
|
|
2
|
+
body[dense] mat-toolbar,
|
|
3
|
+
body[dense] mat-toolbar-row,
|
|
4
|
+
mat-toolbar[dense],
|
|
5
|
+
mat-toolbar-row[dense] {
|
|
6
|
+
&.mat-toolbar-multiple-rows {
|
|
7
|
+
.mat-toolbar-row,
|
|
8
|
+
.mat-toolbar-single-row {
|
|
9
|
+
height: 48px;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&.mat-toolbar-single-row,
|
|
14
|
+
&.mat-toolbar-row {
|
|
15
|
+
height: 48px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
mat-toolbar {
|
|
20
|
+
[mat-button] {
|
|
21
|
+
&:first-of-type:not(:last-child) {
|
|
22
|
+
margin-left: -6px;
|
|
23
|
+
|
|
24
|
+
[dir='rtl'] & {
|
|
25
|
+
margin-right: -6px;
|
|
26
|
+
margin-left: 0;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&:last-of-type:not(:first-child) {
|
|
31
|
+
margin-right: -6px;
|
|
32
|
+
|
|
33
|
+
[dir='rtl'] & {
|
|
34
|
+
margin-left: -6px;
|
|
35
|
+
margin-right: 0;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.mat-icon-logo {
|
|
41
|
+
margin-right: 10px;
|
|
42
|
+
|
|
43
|
+
[dir='rtl'] & {
|
|
44
|
+
margin-left: 10px;
|
|
45
|
+
margin-right: 0;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
[mat-icon-button] {
|
|
50
|
+
margin: 0 6px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|