@stemy/ngx-utils 19.9.18 → 19.9.20

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.
@@ -210,6 +210,7 @@ export interface ButtonProps {
210
210
  tooltip: string;
211
211
  icon: string;
212
212
  disabled: boolean;
213
+ path: string;
213
214
  type: ButtonType;
214
215
  size: ButtonSize;
215
216
  }
@@ -617,7 +618,9 @@ export declare class IConfiguration {
617
618
  cdnUrl?: string;
618
619
  baseUrl?: string;
619
620
  baseDomain?: string;
621
+ apiUrl?: string;
620
622
  translationUrl?: string;
623
+ translationUrls?: Record<string, any>;
621
624
  translationExt?: string;
622
625
  [key: string]: any;
623
626
  }
@@ -6,6 +6,7 @@ export declare class BtnComponent {
6
6
  readonly tooltip: import("@angular/core").InputSignal<string>;
7
7
  readonly icon: import("@angular/core").InputSignal<string>;
8
8
  readonly disabled: import("@angular/core").InputSignal<boolean>;
9
+ readonly path: import("@angular/core").InputSignal<string>;
9
10
  readonly type: import("@angular/core").InputSignal<ButtonType>;
10
11
  readonly size: import("@angular/core").InputSignal<ButtonSize>;
11
12
  readonly buttonType: import("@angular/core").Type<ButtonProps>;
@@ -13,5 +14,5 @@ export declare class BtnComponent {
13
14
  readonly buttonProps: import("@angular/core").Signal<ButtonProps>;
14
15
  contains(target: EventTarget): boolean;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BtnComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<BtnComponent, "btn", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<BtnComponent, "btn", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "path": { "alias": "path"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
17
18
  }
@@ -5,9 +5,10 @@ export declare class BtnDefaultComponent implements ButtonProps {
5
5
  tooltip: string;
6
6
  icon: string;
7
7
  disabled: boolean;
8
+ path: string;
8
9
  type: ButtonType;
9
10
  size: ButtonSize;
10
11
  get bsSize(): string;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BtnDefaultComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<BtnDefaultComponent, "btn-default", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BtnDefaultComponent, "btn-default", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "path": { "alias": "path"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
13
14
  }
@@ -65,9 +65,9 @@ import { UnorderedListComponent } from "./components/unordered-list/unordered-li
65
65
  import { UploadComponent } from "./components/upload/upload.component";
66
66
  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
- 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)[];
68
+ export declare const directives: (typeof TabsItemDirective | typeof DynamicTableTemplateDirective | typeof AsyncMethodBase | typeof AsyncMethodDirective | typeof AsyncMethodTargetDirective | typeof BackgroundDirective | typeof ComponentLoaderDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof DropdownDirective | typeof DropdownContentDirective | typeof DropdownToggleDirective | 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 UniversalService | typeof GlobalTemplateService | 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 IconService | typeof StaticLanguageService | typeof OpenApiService | typeof PromiseService | typeof SocketService | typeof StateService | typeof StorageService | typeof BaseToasterService | typeof CacheService | typeof ComponentLoaderService | typeof TranslatedUrlSerializer | typeof DeviceDetectorService | {
71
71
  provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
72
72
  useClass: typeof DragDropEventPlugin;
73
73
  multi: boolean;
@@ -15,6 +15,7 @@ export declare class LanguageService extends StaticLanguageService {
15
15
  protected selectLanguage(lang: string): string;
16
16
  protected useLanguage(lang: string): Promise<ITranslations>;
17
17
  getDictionary(lang: string): Promise<ITranslations>;
18
+ protected getMergedDictionary(lang: string, ext: string): Promise<ITranslations>;
18
19
  protected loadDictionary(): Promise<ITranslations>;
19
20
  protected loadSettings(): Promise<ILanguageSettings>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.9.18",
3
+ "version": "19.9.20",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",