raise-common-lib-new 0.0.28 → 0.0.29

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.
@@ -25,10 +25,5 @@ export type SectionItem = {
25
25
  title: string;
26
26
  fields: FieldItem[];
27
27
  };
28
- export declare function filterShowSection(sections: SectionItem[]): {
29
- fields: FieldItem[];
30
- show?: (...args: any[]) => boolean;
31
- customKey?: string;
32
- title: string;
33
- }[];
28
+ export declare function filterShowSection(sections: SectionItem[]): SectionItem[];
34
29
  export declare const EmailPattern: RegExp;
@@ -39,14 +39,13 @@ export declare class MultiTabComponent implements OnInit, AfterViewInit, OnDestr
39
39
  rightWidth: any;
40
40
  };
41
41
  initTab(): void;
42
- closeTab(idx: any, isExternal?: any): void;
42
+ closeTab(idx: any, noChange?: any): void;
43
43
  changeTab(tab: any, idx: any): void;
44
44
  addTab(url: any, title: any): void;
45
45
  setTab(url: any, pureUrl: any, title: any, noReused: any): void;
46
46
  timer: any;
47
47
  refreshTab(): void;
48
48
  clearCache(url: any): void;
49
- cleanAllCache(): void;
50
49
  private urlWithoutQuery;
51
50
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiTabComponent, never>;
52
51
  static ɵcmp: i0.ɵɵComponentDeclaration<MultiTabComponent, "rs-multi-tab", never, { "singleReuseUrls": { "alias": "singleReuseUrls"; "required": false; }; "noGenerateTabUrls": { "alias": "noGenerateTabUrls"; "required": false; }; }, { "onRefreshTab": "onRefreshTab"; }, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"