@cute-widgets/base 20.0.3 → 20.0.5

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.
Files changed (72) hide show
  1. package/CHANGELOG.md +31 -4
  2. package/abstract/index.d.ts +13 -4
  3. package/button/index.d.ts +47 -24
  4. package/button-toggle/index.d.ts +8 -4
  5. package/card/index.d.ts +9 -6
  6. package/collapse/index.d.ts +49 -48
  7. package/core/directives/index.d.ts +1 -31
  8. package/core/index.d.ts +41 -28
  9. package/core/interfaces/index.d.ts +1 -1
  10. package/core/layout/index.d.ts +40 -27
  11. package/core/nav/index.d.ts +1 -2
  12. package/dialog/index.d.ts +81 -57
  13. package/expansion/index.d.ts +5 -18
  14. package/fesm2022/cute-widgets-base-abstract.mjs +13 -8
  15. package/fesm2022/cute-widgets-base-abstract.mjs.map +1 -1
  16. package/fesm2022/cute-widgets-base-button-toggle.mjs +36 -29
  17. package/fesm2022/cute-widgets-base-button-toggle.mjs.map +1 -1
  18. package/fesm2022/cute-widgets-base-button.mjs +169 -104
  19. package/fesm2022/cute-widgets-base-button.mjs.map +1 -1
  20. package/fesm2022/cute-widgets-base-card.mjs +46 -29
  21. package/fesm2022/cute-widgets-base-card.mjs.map +1 -1
  22. package/fesm2022/cute-widgets-base-chips.mjs +6 -18
  23. package/fesm2022/cute-widgets-base-chips.mjs.map +1 -1
  24. package/fesm2022/cute-widgets-base-collapse.mjs +114 -126
  25. package/fesm2022/cute-widgets-base-collapse.mjs.map +1 -1
  26. package/fesm2022/cute-widgets-base-core-directives.mjs +4 -72
  27. package/fesm2022/cute-widgets-base-core-directives.mjs.map +1 -1
  28. package/fesm2022/cute-widgets-base-core-interfaces.mjs.map +1 -1
  29. package/fesm2022/cute-widgets-base-core-layout.mjs +76 -40
  30. package/fesm2022/cute-widgets-base-core-layout.mjs.map +1 -1
  31. package/fesm2022/cute-widgets-base-core-nav.mjs +1 -2
  32. package/fesm2022/cute-widgets-base-core-nav.mjs.map +1 -1
  33. package/fesm2022/cute-widgets-base-core-theming.mjs +1 -1
  34. package/fesm2022/cute-widgets-base-core-theming.mjs.map +1 -1
  35. package/fesm2022/cute-widgets-base-core.mjs +77 -41
  36. package/fesm2022/cute-widgets-base-core.mjs.map +1 -1
  37. package/fesm2022/cute-widgets-base-dialog.mjs +152 -117
  38. package/fesm2022/cute-widgets-base-dialog.mjs.map +1 -1
  39. package/fesm2022/cute-widgets-base-expansion.mjs +19 -13
  40. package/fesm2022/cute-widgets-base-expansion.mjs.map +1 -1
  41. package/fesm2022/cute-widgets-base-list.mjs +2 -2
  42. package/fesm2022/cute-widgets-base-list.mjs.map +1 -1
  43. package/fesm2022/cute-widgets-base-menu.mjs +5 -27
  44. package/fesm2022/cute-widgets-base-menu.mjs.map +1 -1
  45. package/fesm2022/cute-widgets-base-navbar.mjs +88 -42
  46. package/fesm2022/cute-widgets-base-navbar.mjs.map +1 -1
  47. package/fesm2022/cute-widgets-base-paginator.mjs +13 -11
  48. package/fesm2022/cute-widgets-base-paginator.mjs.map +1 -1
  49. package/fesm2022/cute-widgets-base-radio.mjs +1 -2
  50. package/fesm2022/cute-widgets-base-radio.mjs.map +1 -1
  51. package/fesm2022/cute-widgets-base-select.mjs +2 -2
  52. package/fesm2022/cute-widgets-base-select.mjs.map +1 -1
  53. package/fesm2022/cute-widgets-base-sidenav.mjs +31 -30
  54. package/fesm2022/cute-widgets-base-sidenav.mjs.map +1 -1
  55. package/fesm2022/cute-widgets-base-snack-bar.mjs +2 -2
  56. package/fesm2022/cute-widgets-base-snack-bar.mjs.map +1 -1
  57. package/fesm2022/cute-widgets-base-sort.mjs +60 -257
  58. package/fesm2022/cute-widgets-base-sort.mjs.map +1 -1
  59. package/fesm2022/cute-widgets-base-table.mjs +6 -3
  60. package/fesm2022/cute-widgets-base-table.mjs.map +1 -1
  61. package/fesm2022/cute-widgets-base-tabs.mjs +86 -61
  62. package/fesm2022/cute-widgets-base-tabs.mjs.map +1 -1
  63. package/fesm2022/cute-widgets-base.mjs +3 -1
  64. package/fesm2022/cute-widgets-base.mjs.map +1 -1
  65. package/navbar/index.d.ts +30 -9
  66. package/package.json +6 -5
  67. package/paginator/index.d.ts +6 -17
  68. package/radio/index.d.ts +0 -1
  69. package/sidenav/index.d.ts +1 -2
  70. package/sort/index.d.ts +22 -135
  71. package/table/index.d.ts +8 -8
  72. package/tabs/index.d.ts +35 -14
@@ -6,8 +6,8 @@ import { Platform } from '@angular/cdk/platform';
6
6
  import { CdkScrollable, ScrollDispatcher, ViewportRuler, CdkScrollableModule } from '@angular/cdk/scrolling';
7
7
  import * as i0 from '@angular/core';
8
8
  import { InjectionToken, inject, ElementRef, NgZone, ChangeDetectorRef, ViewEncapsulation, ChangeDetectionStrategy, Component, DOCUMENT, signal, EventEmitter, Injector, afterNextRender, ViewChild, Output, Input, QueryList, isDevMode, ContentChild, ContentChildren, NgModule } from '@angular/core';
9
- import { Subject, fromEvent, merge } from 'rxjs';
10
- import { filter, map, takeUntil, take, startWith, debounceTime } from 'rxjs/operators';
9
+ import { Subject, merge } from 'rxjs';
10
+ import { takeUntil, filter, map, take, startWith, debounceTime } from 'rxjs/operators';
11
11
  import { _animationsDisabled } from '@cute-widgets/base/core/animation';
12
12
  import { CuteLayoutControl } from '@cute-widgets/base/abstract';
13
13
  import { CommonModule } from '@angular/common';
@@ -39,12 +39,9 @@ const CUTE_DRAWER_DEFAULT_AUTOSIZE = new InjectionToken('CUTE_DRAWER_DEFAULT_AUT
39
39
  */
40
40
  const CUTE_DRAWER_CONTAINER = new InjectionToken('CUTE_DRAWER_CONTAINER');
41
41
  /**
42
- * The main content of the 'cute-drawer' component
42
+ * The main content of the 'cute-drawer' component.
43
43
  */
44
44
  class CuteDrawerContent extends CdkScrollable {
45
- generateId() {
46
- return "";
47
- }
48
45
  constructor() {
49
46
  const elementRef = inject(ElementRef);
50
47
  const scrollDispatcher = inject(ScrollDispatcher);
@@ -55,7 +52,9 @@ class CuteDrawerContent extends CdkScrollable {
55
52
  this._container = inject(CuteDrawerContainer);
56
53
  }
57
54
  ngAfterContentInit() {
58
- this._container._contentMarginChanges.subscribe(() => {
55
+ this._container._contentMarginChanges
56
+ .pipe(takeUntil(this._destroyed))
57
+ .subscribe(() => {
59
58
  this._changeDetectorRef.markForCheck();
60
59
  });
61
60
  }
@@ -231,7 +230,7 @@ class CuteDrawer extends CuteLayoutControl {
231
230
  }
232
231
  else {
233
232
  // Don't toggle the animating state on `transitioncancel` since another animation should
234
- // start afterwards. This prevents the drawer from blinking if an animation is interrupted.
233
+ // start afterward. This prevents the drawer from blinking if an animation is interrupted.
235
234
  if (event.type === 'transitionend') {
236
235
  this._setIsAnimating(false);
237
236
  }
@@ -254,21 +253,22 @@ class CuteDrawer extends CuteLayoutControl {
254
253
  * time a key is pressed. Instead, we re-enter the zone only if the `ESC` key is pressed,
255
254
  * and we don't have a close disabled.
256
255
  */
257
- this._ngZone.runOutsideAngular(() => {
256
+ this._eventCleanups = this._ngZone.runOutsideAngular(() => {
257
+ const renderer = this._renderer;
258
258
  const element = this._elementRef.nativeElement;
259
- fromEvent(element, 'keydown')
260
- .pipe(filter(event => {
261
- return event.keyCode === ESCAPE && !this.disableClose && !hasModifierKey(event);
262
- }), takeUntil(this._destroyed))
263
- .subscribe(event => this._ngZone.run(() => {
264
- this.close();
265
- event.stopPropagation();
266
- event.preventDefault();
267
- }));
268
- this._eventCleanups = [
269
- this._renderer.listen(element, 'transitionrun', this._handleTransitionEvent),
270
- this._renderer.listen(element, 'transitionend', this._handleTransitionEvent),
271
- this._renderer.listen(element, 'transitioncancel', this._handleTransitionEvent),
259
+ return [
260
+ renderer.listen(element, 'keydown', (event) => {
261
+ if (event.keyCode === ESCAPE && !this.disableClose && !hasModifierKey(event)) {
262
+ this._ngZone.run(() => {
263
+ this.close();
264
+ event.stopPropagation();
265
+ event.preventDefault();
266
+ });
267
+ }
268
+ }),
269
+ renderer.listen(element, 'transitionrun', this._handleTransitionEvent),
270
+ renderer.listen(element, 'transitionend', this._handleTransitionEvent),
271
+ renderer.listen(element, 'transitioncancel', this._handleTransitionEvent),
272
272
  ];
273
273
  });
274
274
  this._animationEnd.subscribe(() => {
@@ -473,8 +473,7 @@ class CuteDrawer extends CuteLayoutControl {
473
473
  if (this._focusTrap) {
474
474
  // Trap focus only if the backdrop is enabled. Otherwise, allow end user to interact with the
475
475
  // sidenav content.
476
- this._focusTrap.enabled = !!this._container?.hasBackdrop && this.opened;
477
- ;
476
+ this._focusTrap.enabled = this.opened && !!this._container?._isShowingBackdrop();
478
477
  }
479
478
  }
480
479
  /**
@@ -666,7 +665,9 @@ class CuteDrawerContainer extends CuteLayoutControl {
666
665
  this._drawers.reset(drawer.filter(item => !item._container || item._container === this));
667
666
  this._drawers.notifyOnChanges();
668
667
  });
669
- this._drawers.changes.pipe(startWith(null)).subscribe(() => {
668
+ this._drawers.changes
669
+ .pipe(startWith(null), takeUntil(this._destroyed))
670
+ .subscribe(() => {
670
671
  this._validateDrawers();
671
672
  this._drawers.forEach((drawer) => {
672
673
  this._watchDrawerToggle(drawer);
@@ -712,7 +713,7 @@ class CuteDrawerContainer extends CuteLayoutControl {
712
713
  // 1. For drawers in `over` mode, they don't affect the content.
713
714
  // 2. For drawers in `side` mode they should shrink the content. We do this by adding to the
714
715
  // left margin (for left drawer) or right margin (for right the drawer).
715
- // 3. For drawers in `push` mode the should shift the content without resizing it. We do this by
716
+ // 3. For drawers in `push` mode they should shift the content without resizing it. We do this by
716
717
  // adding to the left or right margin and simultaneously subtracting the same amount of
717
718
  // margin from the other side.
718
719
  let left = 0;
@@ -871,7 +872,7 @@ class CuteDrawerContainer extends CuteLayoutControl {
871
872
  provide: CUTE_DRAWER_CONTAINER,
872
873
  useExisting: CuteDrawerContainer,
873
874
  },
874
- ], queries: [{ propertyName: "_content", first: true, predicate: CuteDrawerContent, descendants: true }, { propertyName: "_allDrawers", predicate: CuteDrawer, descendants: true }], viewQueries: [{ propertyName: "_userContent", first: true, predicate: CuteDrawerContent, descendants: true }], exportAs: ["cuteDrawerContainer"], usesInheritance: true, ngImport: i0, template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-drawer\"></ng-content>\r\n\r\n<ng-content select=\"cute-drawer-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-drawer-content>\r\n <ng-content></ng-content>\r\n </cute-drawer-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid 1px currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid 1px currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"], dependencies: [{ kind: "component", type: CuteDrawerContent, selector: "cute-drawer-content" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
875
+ ], queries: [{ propertyName: "_content", first: true, predicate: CuteDrawerContent, descendants: true }, { propertyName: "_allDrawers", predicate: CuteDrawer, descendants: true }], viewQueries: [{ propertyName: "_userContent", first: true, predicate: CuteDrawerContent, descendants: true }], exportAs: ["cuteDrawerContainer"], usesInheritance: true, ngImport: i0, template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-drawer\"></ng-content>\r\n\r\n<ng-content select=\"cute-drawer-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-drawer-content>\r\n <ng-content></ng-content>\r\n </cute-drawer-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid var(--bs-border-width) currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid var(--bs-border-width) currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"], dependencies: [{ kind: "component", type: CuteDrawerContent, selector: "cute-drawer-content" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
875
876
  }
876
877
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteDrawerContainer, decorators: [{
877
878
  type: Component,
@@ -883,7 +884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
883
884
  provide: CUTE_DRAWER_CONTAINER,
884
885
  useExisting: CuteDrawerContainer,
885
886
  },
886
- ], imports: [CuteDrawerContent], template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-drawer\"></ng-content>\r\n\r\n<ng-content select=\"cute-drawer-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-drawer-content>\r\n <ng-content></ng-content>\r\n </cute-drawer-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid 1px currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid 1px currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"] }]
887
+ ], imports: [CuteDrawerContent], template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-drawer\"></ng-content>\r\n\r\n<ng-content select=\"cute-drawer-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-drawer-content>\r\n <ng-content></ng-content>\r\n </cute-drawer-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid var(--bs-border-width) currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid var(--bs-border-width) currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"] }]
887
888
  }], ctorParameters: () => [], propDecorators: { _allDrawers: [{
888
889
  type: ContentChildren,
889
890
  args: [CuteDrawer, {
@@ -1016,7 +1017,7 @@ class CuteSidenavContainer extends CuteDrawerContainer {
1016
1017
  provide: CuteDrawerContainer,
1017
1018
  useExisting: CuteSidenavContainer,
1018
1019
  },
1019
- ], queries: [{ propertyName: "_content", first: true, predicate: CuteSidenavContent, descendants: true }, { propertyName: "_allDrawers", predicate: CuteSidenav, descendants: true }], exportAs: ["cuteSidenavContainer"], usesInheritance: true, ngImport: i0, template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-sidenav\"></ng-content>\r\n\r\n<ng-content select=\"cute-sidenav-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-sidenav-content>\r\n <ng-content></ng-content>\r\n </cute-sidenav-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid 1px currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid 1px currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"], dependencies: [{ kind: "component", type: CuteSidenavContent, selector: "cute-sidenav-content" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1020
+ ], queries: [{ propertyName: "_content", first: true, predicate: CuteSidenavContent, descendants: true }, { propertyName: "_allDrawers", predicate: CuteSidenav, descendants: true }], exportAs: ["cuteSidenavContainer"], usesInheritance: true, ngImport: i0, template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-sidenav\"></ng-content>\r\n\r\n<ng-content select=\"cute-sidenav-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-sidenav-content>\r\n <ng-content></ng-content>\r\n </cute-sidenav-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid var(--bs-border-width) currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid var(--bs-border-width) currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"], dependencies: [{ kind: "component", type: CuteSidenavContent, selector: "cute-sidenav-content" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1020
1021
  }
1021
1022
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteSidenavContainer, decorators: [{
1022
1023
  type: Component,
@@ -1034,7 +1035,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
1034
1035
  },
1035
1036
  ], imports: [
1036
1037
  CuteSidenavContent
1037
- ], template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-sidenav\"></ng-content>\r\n\r\n<ng-content select=\"cute-sidenav-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-sidenav-content>\r\n <ng-content></ng-content>\r\n </cute-sidenav-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid 1px currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid 1px currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"] }]
1038
+ ], template: "@if (hasBackdrop) {\r\n <div class=\"cute-drawer-backdrop\" (click)=\"_onBackdropClicked()\"\r\n [class.cute-drawer-shown]=\"_isShowingBackdrop()\"></div>\r\n}\r\n\r\n<ng-content select=\"cute-sidenav\"></ng-content>\r\n\r\n<ng-content select=\"cute-sidenav-content\"></ng-content>\r\n\r\n@if (!_content) {\r\n <cute-sidenav-content>\r\n <ng-content></ng-content>\r\n </cute-sidenav-content>\r\n}\r\n", styles: [".cute-drawer-container{position:relative;z-index:1;color:var(--bs-body-color);background-color:var(--bs-body-bg);box-sizing:border-box;display:block;overflow:hidden}.cute-drawer-container[fullscreen]{inset:0;position:absolute}.cute-drawer-container[fullscreen].cute-drawer-container-has-open{overflow:hidden}.cute-drawer-container.cute-drawer-container-explicit-backdrop .cute-drawer-side{z-index:3}.cute-drawer-container.ng-animate-disabled .cute-drawer-backdrop,.cute-drawer-container.ng-animate-disabled .cute-drawer-content,.ng-animate-disabled .cute-drawer-container .cute-drawer-backdrop,.ng-animate-disabled .cute-drawer-container .cute-drawer-content{transition:none}.cute-drawer-backdrop{inset:0;position:absolute;display:block;z-index:3;visibility:hidden}.cute-drawer-backdrop.cute-drawer-shown{visibility:visible;background-color:#0009}.cute-drawer-transition .cute-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (forced-colors: active){.cute-drawer-backdrop{opacity:.5}}.cute-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.cute-drawer-content.cute-drawer-content-hidden{opacity:0}.cute-drawer-transition .cute-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.cute-drawer{position:relative;z-index:4;color:var(--bs-secondary-color);background-color:var(--bs-secondary-bg);box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-right:solid var(--bs-border-width) var(--bs-border-color);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (forced-colors: active){.cute-drawer,[dir=rtl] .cute-drawer.cute-drawer-end{border-right:solid var(--bs-border-width) currentColor}}@media (forced-colors: active){[dir=rtl] .cute-drawer,.cute-drawer.cute-drawer-end{border-left:solid var(--bs-border-width) currentColor;border-right:none}}.cute-drawer.cute-drawer-side{z-index:2}.cute-drawer.cute-drawer-end{right:0;transform:translate3d(100%,0,0);border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .cute-drawer{border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%,0,0)}[dir=rtl] .cute-drawer.cute-drawer-end{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%,0,0)}.cute-drawer-transition .cute-drawer{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating){visibility:hidden;box-shadow:none}.cute-drawer:not(.cute-drawer-opened):not(.cute-drawer-animating) .cute-drawer-inner-container{display:none}.cute-drawer.cute-drawer-opened.cute-drawer-opened{transform:none}.cute-drawer-side{box-shadow:none;border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid}.cute-drawer-side.cute-drawer-end,[dir=rtl] .cute-drawer-side{border-left-color:var(--bs-border-color);border-left-width:var(--bs-border-width);border-left-style:solid;border-right:none}[dir=rtl] .cute-drawer-side.cute-drawer-end{border-right-color:var(--bs-border-color);border-right-width:var(--bs-border-width);border-right-style:solid;border-left:none}.cute-drawer-inner-container{width:100%;height:100%;overflow:auto}.cute-sidenav-fixed{position:fixed}\n"] }]
1038
1039
  }], propDecorators: { _allDrawers: [{
1039
1040
  type: ContentChildren,
1040
1041
  args: [CuteSidenav, {