@stemy/ngx-utils 19.9.5 → 19.9.7

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.
@@ -1,5 +1,5 @@
1
1
  import { AfterContentInit, AfterViewInit, ChangeDetectorRef, OnChanges, SimpleChanges } from "@angular/core";
2
- import { UnorderedListStyle, UnorderedListTemplates, UnorderedListTemplate } from "../../common-types";
2
+ import { UnorderedListStyle, UnorderedListTemplate, UnorderedListTemplates } from "../../common-types";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class UnorderedListComponent implements OnChanges, AfterContentInit, AfterViewInit {
5
5
  private cdr;
@@ -1,9 +1,8 @@
1
- import { ElementRef, OnChanges, Renderer2, SimpleChanges, ViewContainerRef } from "@angular/core";
2
- import { UnorderedListStyle, UnorderedListTemplates, UnorderedListTemplate } from "../common-types";
1
+ import { ElementRef, OnChanges, ViewContainerRef } from "@angular/core";
2
+ import { UnorderedListStyle, UnorderedListTemplate, UnorderedListTemplates } from "../common-types";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class UnorderedListItemDirective implements OnChanges {
5
5
  private elementRef;
6
- private renderer;
7
6
  private viewContainer;
8
7
  item: any;
9
8
  type: string;
@@ -20,8 +19,8 @@ export declare class UnorderedListItemDirective implements OnChanges {
20
19
  valueIsObject: boolean;
21
20
  valueType: string;
22
21
  get elem(): HTMLElement;
23
- constructor(elementRef: ElementRef, renderer: Renderer2, viewContainer: ViewContainerRef);
24
- ngOnChanges(changes: SimpleChanges): void;
22
+ constructor(elementRef: ElementRef, viewContainer: ViewContainerRef);
23
+ ngOnChanges(): void;
25
24
  private isClass;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListItemDirective, never>;
27
26
  static ɵdir: i0.ɵɵDirectiveDeclaration<UnorderedListItemDirective, "[unorderedListItem]", never, { "item": { "alias": "unorderedListItem"; "required": false; }; "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "keyPrefix": { "alias": "keyPrefix"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "path": { "alias": "path"; "required": false; }; "level": { "alias": "level"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; "defaultTemplates": { "alias": "defaultTemplates"; "required": false; }; }, {}, never, never, false, never>;
@@ -67,7 +67,7 @@ import { WysiwygComponent } from "./components/wysiwyg/wysiwyg.component";
67
67
  export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe)[];
68
68
  export declare const directives: (typeof AsyncMethodBase | typeof AsyncMethodDirective | typeof AsyncMethodTargetDirective | typeof BackgroundDirective | typeof ComponentLoaderDirective | typeof DynamicTableTemplateDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof DropdownDirective | typeof DropdownContentDirective | typeof DropdownToggleDirective | typeof TabsItemDirective | typeof UnorderedListItemDirective | typeof UnorderedListTemplateDirective)[];
69
69
  export declare const components: (typeof ChipsComponent | typeof CloseBtnComponent | typeof DropListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent | typeof UnorderedListComponent | typeof UploadComponent | typeof WysiwygComponent)[];
70
- export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof EventsService | typeof AclService | typeof BaseHttpClient | typeof StorageService | typeof CacheService | typeof BaseHttpService | typeof StaticAuthService | typeof ConfigService | typeof BaseDialogService | typeof ErrorHandlerService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof BaseToasterService | typeof ComponentLoaderService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof SocketService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe | typeof DeviceDetectorService | {
70
+ export declare const providers: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe | typeof BaseHttpClient | typeof BaseHttpService | typeof AuthGuard | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof BaseDialogService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof PromiseService | typeof SocketService | typeof StateService | typeof StorageService | typeof BaseToasterService | typeof CacheService | typeof ComponentLoaderService | typeof TranslatedUrlSerializer | typeof UniversalService | typeof DeviceDetectorService | {
71
71
  provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
72
72
  useClass: typeof DragDropEventPlugin;
73
73
  multi: boolean;
@@ -0,0 +1,14 @@
1
+ export interface Matcher {
2
+ [Symbol.match](string: string): RegExpMatchArray | null;
3
+ }
4
+ export declare class Enum {
5
+ readonly value: string;
6
+ get length(): number;
7
+ constructor(value: any);
8
+ toString(): string;
9
+ includes(val: string, position?: number): boolean;
10
+ indexOf(val: string, position?: number): number;
11
+ match(matcher: string | RegExp | Matcher): RegExpMatchArray | null;
12
+ toLowerCase(): Enum;
13
+ toUpperCase(): Enum;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.9.5",
3
+ "version": "19.9.7",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",
package/public_api.d.ts CHANGED
@@ -31,6 +31,7 @@ export { computedPrevious, cssStyles, cssVariables } from "./ngx-utils/utils/sig
31
31
  export { SocketFactory, SocketData, SocketDataValue, SocketDataObj, SocketClient } from "./ngx-utils/utils/socket-client";
32
32
  export { TimerUtils } from "./ngx-utils/utils/timer.utils";
33
33
  export { UniqueUtils } from "./ngx-utils/utils/unique.utils";
34
+ export { Enum } from "./ngx-utils/utils/wrap-types";
34
35
  export { UniversalService } from "./ngx-utils/services/universal.service";
35
36
  export { AclService } from "./ngx-utils/services/acl.service";
36
37
  export { ApiService } from "./ngx-utils/services/api.service";