@stemy/ngx-utils 17.1.5 → 17.1.6
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.
- package/README.md +27 -27
- package/assets/ng.mjs +5 -5
- package/esm2022/ngx-utils/common-types.mjs +1 -1
- package/esm2022/ngx-utils/components/dynamic-table/dynamic-table.component.mjs +3 -3
- package/esm2022/ngx-utils/components/pagination-menu/pagination-menu.component.mjs +3 -3
- package/esm2022/ngx-utils/components/unordered-list/unordered-list.component.mjs +3 -3
- package/esm2022/ngx-utils/directives/async-method.base.mjs +1 -1
- package/esm2022/ngx-utils/directives/async-method.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/background.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/dynamic-table-template.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/global-template.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/icon.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/ngx-template-outlet.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/pagination-item.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/pagination.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/resource-if.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/sticky-class.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/sticky.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/unordered-list-item.directive.mjs +1 -1
- package/esm2022/ngx-utils/directives/unordered-list-template.directive.mjs +1 -1
- package/esm2022/ngx-utils/ngx-utils.imports.mjs +1 -1
- package/esm2022/ngx-utils/ngx-utils.module.mjs +1 -1
- package/esm2022/ngx-utils/pipes/chunk.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/entries.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/extra-item-properties.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/filter.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/find.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/format-number.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/get-offset.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/get-type.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/get-value.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/global-template.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/group-by.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/is-type.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/join.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/keys.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/map.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/max.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/min.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/pop.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/reduce.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/remap.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/replace.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/reverse.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/round.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/safe-html.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/shift.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/split.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/translate.pipe.mjs +1 -1
- package/esm2022/ngx-utils/pipes/values.pipe.mjs +1 -1
- package/esm2022/ngx-utils/plugins/resize-event.plugin.mjs +1 -1
- package/esm2022/ngx-utils/plugins/scroll-event.plugin.mjs +1 -1
- package/esm2022/ngx-utils/services/acl.service.mjs +1 -1
- package/esm2022/ngx-utils/services/api.service.mjs +1 -1
- package/esm2022/ngx-utils/services/auth.service.mjs +1 -1
- package/esm2022/ngx-utils/services/base-http.client.mjs +1 -1
- package/esm2022/ngx-utils/services/base-http.service.mjs +1 -1
- package/esm2022/ngx-utils/services/config.service.mjs +1 -1
- package/esm2022/ngx-utils/services/error-handler.service.mjs +1 -1
- package/esm2022/ngx-utils/services/events.service.mjs +1 -1
- package/esm2022/ngx-utils/services/formatter.service.mjs +1 -1
- package/esm2022/ngx-utils/services/global-template.service.mjs +1 -1
- package/esm2022/ngx-utils/services/icon.service.mjs +1 -1
- package/esm2022/ngx-utils/services/language.service.mjs +1 -1
- package/esm2022/ngx-utils/services/local-http.service.mjs +1 -1
- package/esm2022/ngx-utils/services/open-api.service.mjs +1 -1
- package/esm2022/ngx-utils/services/promise.service.mjs +1 -1
- package/esm2022/ngx-utils/services/state.service.mjs +1 -1
- package/esm2022/ngx-utils/services/static-language.service.mjs +1 -1
- package/esm2022/ngx-utils/services/storage.service.mjs +1 -1
- package/esm2022/ngx-utils/services/toaster.service.mjs +1 -1
- package/esm2022/ngx-utils/services/translated-url.serializer.mjs +1 -1
- package/esm2022/ngx-utils/services/universal.service.mjs +1 -1
- package/esm2022/ngx-utils/services/wasm.service.mjs +1 -1
- package/esm2022/ngx-utils/utils/ajax-request-handler.mjs +1 -1
- package/esm2022/ngx-utils/utils/array.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/auth.guard.mjs +1 -1
- package/esm2022/ngx-utils/utils/cached-factory.mjs +1 -1
- package/esm2022/ngx-utils/utils/canvas.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/date.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/file-system.mjs +1 -1
- package/esm2022/ngx-utils/utils/file.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/generic-value.mjs +1 -1
- package/esm2022/ngx-utils/utils/geometry.mjs +1 -1
- package/esm2022/ngx-utils/utils/initializer.mjs +1 -1
- package/esm2022/ngx-utils/utils/jsonfn.mjs +1 -1
- package/esm2022/ngx-utils/utils/loader.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/math.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/object.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/observable.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/promise.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/reflect.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/set.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/string.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/timer.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/unique.utils.mjs +1 -1
- package/esm2022/ngx-utils/utils/vector.mjs +1 -1
- package/esm2022/ngx-utils/utils/wasi.mjs +1 -1
- package/esm2022/ngx-utils/utils/wasm-worker-proxy.mjs +1 -1
- package/esm2022/ngx-utils/utils/with-options-provider.mjs +1 -1
- package/esm2022/public_api.mjs +1 -1
- package/esm2022/tools/config.mjs +1 -1
- package/esm2022/tools/public_api.mjs +1 -1
- package/fesm2022/stemy-ngx-utils-tools.mjs.map +1 -1
- package/fesm2022/stemy-ngx-utils.mjs +7 -7
- package/fesm2022/stemy-ngx-utils.mjs.map +1 -1
- package/ng.mjs +5 -5
- package/ngx-utils/ngx-utils.imports.d.ts +1 -1
- package/ngx-utils/utils/file-system.d.ts +5 -5
- package/package.json +1 -1
package/ng.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { register } from "node:module";
|
|
2
|
-
import { pathToFileURL } from "node:url";
|
|
3
|
-
|
|
4
|
-
register("ts-node/esm", pathToFileURL("./"));
|
|
5
|
-
import "@angular/cli/bin/ng.js";
|
|
1
|
+
import { register } from "node:module";
|
|
2
|
+
import { pathToFileURL } from "node:url";
|
|
3
|
+
|
|
4
|
+
register("ts-node/esm", pathToFileURL("./"));
|
|
5
|
+
import "@angular/cli/bin/ng.js";
|
|
@@ -50,7 +50,7 @@ import { UnorderedListComponent } from "./components/unordered-list/unordered-li
|
|
|
50
50
|
export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe)[];
|
|
51
51
|
export declare const directives: (typeof AsyncMethodBase | typeof BackgroundDirective | typeof DynamicTableTemplateDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof UnorderedListItemDirective | typeof UnorderedListTemplateDirective)[];
|
|
52
52
|
export declare const components: (typeof UnorderedListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent)[];
|
|
53
|
-
export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof BaseHttpClient | typeof StorageService | typeof BaseHttpService | typeof WasmService | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof ConsoleToasterService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe |
|
|
53
|
+
export declare const providers: (typeof DeviceDetectorService | typeof UniversalService | typeof StateService | typeof AuthGuard | typeof BaseHttpClient | typeof StorageService | typeof BaseHttpService | typeof WasmService | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof ConsoleToasterService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe | {
|
|
54
54
|
provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
|
|
55
55
|
useClass: typeof ResizeEventPlugin;
|
|
56
56
|
multi: boolean;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export type FileSystemEntryOpenResult = ReadonlyArray<FileSystemEntry
|
|
1
|
+
export type FileSystemEntryOpenResult<T = any> = ReadonlyArray<FileSystemEntry<T>> | null;
|
|
2
2
|
export type FileSystemEntryOpenCb = (data: any, parent: FileSystemEntry) => Promise<FileSystemEntryOpenResult>;
|
|
3
|
-
export declare class FileSystemEntry {
|
|
3
|
+
export declare class FileSystemEntry<T = any, R = any> {
|
|
4
4
|
readonly label: string;
|
|
5
5
|
readonly meta: string;
|
|
6
6
|
readonly image: string;
|
|
7
|
-
readonly data:
|
|
7
|
+
readonly data: T;
|
|
8
8
|
readonly parent: FileSystemEntry;
|
|
9
9
|
protected openCb: FileSystemEntryOpenCb;
|
|
10
10
|
protected result: Promise<FileSystemEntryOpenResult>;
|
|
11
11
|
readonly path: ReadonlyArray<FileSystemEntry>;
|
|
12
12
|
readonly level: number;
|
|
13
13
|
readonly classes: ReadonlyArray<string>;
|
|
14
|
-
constructor(label: string, meta: string, image: string, data:
|
|
15
|
-
open(): Promise<FileSystemEntryOpenResult
|
|
14
|
+
constructor(label: string, meta: string, image: string, data: T, parent: FileSystemEntry, openCb: FileSystemEntryOpenCb);
|
|
15
|
+
open<O = R>(): Promise<FileSystemEntryOpenResult<O>>;
|
|
16
16
|
}
|