coer-elements 0.0.35 → 0.0.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,15 +36,15 @@ export declare class Page implements AfterViewInit, OnDestroy {
36
36
  /** Rename the last breadcrumb and update the url id */
37
37
  protected SetPageName(name: string, id?: string | number | null): void;
38
38
  /** */
39
- private SetSource;
39
+ private __SetSource;
40
40
  /** */
41
- private GetSource;
41
+ private __GetSource;
42
42
  /** */
43
43
  protected GetPageResponse(): void;
44
44
  /** */
45
- private GetNavigation;
45
+ private __GetNavigation;
46
46
  /** */
47
- private SetGoBack;
47
+ private __SetGoBack;
48
48
  /** */
49
49
  private GoBack;
50
50
  /** Navigate to previous page */
@@ -59,6 +59,10 @@ export declare class Page implements AfterViewInit, OnDestroy {
59
59
  protected coerSwitchTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => import("coer-elements/interfaces").IGridCoerSwitch;
60
60
  protected coerTextboxTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => import("coer-elements/interfaces").IGridCoerTextBox;
61
61
  protected coerIconTemplate: (icon: string, color?: string) => string;
62
+ protected IsNull: <T>(value: T | null | undefined) => boolean;
63
+ protected IsNotNull: <T>(value: T | null | undefined) => boolean;
64
+ protected IsOnlyWhiteSpace: <T>(value: T | null | undefined) => boolean;
65
+ protected IsNotOnlyWhiteSpace: <T>(value: T | null | undefined) => boolean;
62
66
  static ɵfac: i0.ɵɵFactoryDeclaration<Page, never>;
63
67
  static ɵcmp: i0.ɵɵComponentDeclaration<Page, "ng-component", never, {}, {}, never, never, false, never>;
64
68
  }