@ecodev/natural 55.0.1 → 55.0.3

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.
@@ -29,7 +29,7 @@ type MaybeNavigable = Literal | NavigableItem<Literal>;
29
29
  export declare class NaturalAbstractList<TService extends NaturalAbstractModelService<any, any, PaginatedData<Literal>, QueryVariables, any, any, any, any, any, any>, Tall extends PaginatedData<MaybeNavigable> = ExtractTall<TService>> extends NaturalAbstractPanel implements OnInit, OnDestroy {
30
30
  readonly service: TService;
31
31
  /**
32
- * Wherever search should be loaded from url/storage and persisted in it too.
32
+ * Whether search should be loaded from url/storage and persisted in it too.
33
33
  */
34
34
  persistSearch: boolean;
35
35
  /**
@@ -31,7 +31,7 @@ export declare class NaturalHierarchicSelectorComponent extends NaturalAbstractC
31
31
  */
32
32
  selected: OrganizedModelSelection;
33
33
  /**
34
- * Wherever if selectable elements can be unselected
34
+ * Whether selectable elements can be unselected
35
35
  */
36
36
  allowUnselect: boolean;
37
37
  /**
@@ -29,7 +29,7 @@ export declare class NaturalSidenavService extends NaturalAbstractController {
29
29
  */
30
30
  private mode;
31
31
  /**
32
- * Wherever is nav is opened or not
32
+ * Whether nav is opened or not
33
33
  */
34
34
  private opened;
35
35
  /**
@@ -37,7 +37,7 @@ export declare class NaturalSidenavService extends NaturalAbstractController {
37
37
  */
38
38
  private tmpOpened;
39
39
  /**
40
- * Wherever is nav is minimized or not
40
+ * Whether nav is minimized or not
41
41
  */
42
42
  private minimized;
43
43
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "55.0.1",
3
+ "version": "55.0.3",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,
@@ -7,7 +7,6 @@
7
7
 
8
8
  natural-sidenav-container {
9
9
  .mat-drawer {
10
- background: transparent;
11
10
  border-right: none;
12
11
  }
13
12