@vality/matez 19.0.0
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 +8 -0
- package/_index.scss +9 -0
- package/fesm2022/vality-matez.mjs +3809 -0
- package/fesm2022/vality-matez.mjs.map +1 -0
- package/index.d.ts +1 -0
- package/lib/components/actions/actions.component.d.ts +5 -0
- package/lib/components/actions/actions.module.d.ts +7 -0
- package/lib/components/actions/index.d.ts +2 -0
- package/lib/components/confirm-dialog/confirm-dialog.component.d.ts +16 -0
- package/lib/components/confirm-dialog/confirm-dialog.module.d.ts +14 -0
- package/lib/components/confirm-dialog/index.d.ts +2 -0
- package/lib/components/content-loading/content-loading.component.d.ts +8 -0
- package/lib/components/content-loading/index.d.ts +1 -0
- package/lib/components/date-range-field/date-range-field.component.d.ts +16 -0
- package/lib/components/date-range-field/date-range-field.module.d.ts +13 -0
- package/lib/components/date-range-field/index.d.ts +5 -0
- package/lib/components/date-range-field/types/date-range.d.ts +4 -0
- package/lib/components/date-range-field/utils/create-date-range-to-today.d.ts +2 -0
- package/lib/components/date-range-field/utils/is-equal-date-range.d.ts +2 -0
- package/lib/components/datetime-field/datetime-field.component.d.ts +19 -0
- package/lib/components/datetime-field/datetime-field.module.d.ts +11 -0
- package/lib/components/datetime-field/index.d.ts +2 -0
- package/lib/components/dialog/components/dialog-actions/dialog-actions.component.d.ts +5 -0
- package/lib/components/dialog/dialog.component.d.ts +28 -0
- package/lib/components/dialog/dialog.module.d.ts +16 -0
- package/lib/components/dialog/index.d.ts +8 -0
- package/lib/components/dialog/services/dialog.service.d.ts +23 -0
- package/lib/components/dialog/tokens.d.ts +8 -0
- package/lib/components/dialog/types/dialog-response-status.d.ts +5 -0
- package/lib/components/dialog/types/dialog-response.d.ts +6 -0
- package/lib/components/dialog/utils/dialog-superclass.d.ts +13 -0
- package/lib/components/error-page/error-page-routing.module.d.ts +7 -0
- package/lib/components/error-page/error-page.component.d.ts +5 -0
- package/lib/components/error-page/error-page.module.d.ts +9 -0
- package/lib/components/error-page/index.d.ts +2 -0
- package/lib/components/file-upload/file-upload.component.d.ts +14 -0
- package/lib/components/file-upload/file-upload.module.d.ts +9 -0
- package/lib/components/file-upload/index.d.ts +3 -0
- package/lib/components/file-upload/utils/load-file-content.d.ts +3 -0
- package/lib/components/filters/components/filters-dialog/filters-dialog.component.d.ts +10 -0
- package/lib/components/filters/components/main-filters/main-filters.directive.d.ts +8 -0
- package/lib/components/filters/components/more-filters-button/more-filters-button.component.d.ts +7 -0
- package/lib/components/filters/components/other-filters/other-filters.directive.d.ts +8 -0
- package/lib/components/filters/filters.component.d.ts +29 -0
- package/lib/components/filters/filters.module.d.ts +19 -0
- package/lib/components/filters/index.d.ts +5 -0
- package/lib/components/index.d.ts +18 -0
- package/lib/components/input-field/index.d.ts +2 -0
- package/lib/components/input-field/input-field.component.d.ts +14 -0
- package/lib/components/input-field/input-field.module.d.ts +12 -0
- package/lib/components/list-field/index.d.ts +2 -0
- package/lib/components/list-field/list-field.component.d.ts +12 -0
- package/lib/components/list-field/list-field.module.d.ts +10 -0
- package/lib/components/nav/index.d.ts +1 -0
- package/lib/components/nav/nav.component.d.ts +16 -0
- package/lib/components/number-range-field/index.d.ts +2 -0
- package/lib/components/number-range-field/number-range-field.component.d.ts +18 -0
- package/lib/components/number-range-field/number-range-field.module.d.ts +9 -0
- package/lib/components/progress/index.d.ts +3 -0
- package/lib/components/progress/progress.component.d.ts +9 -0
- package/lib/components/progress/progress.module.d.ts +9 -0
- package/lib/components/progress/utils/get-progress-by-count.d.ts +1 -0
- package/lib/components/select-autocomplete/autocomplete-field/autocomplete-field.component.d.ts +23 -0
- package/lib/components/select-autocomplete/autocomplete-field/autocomplete-field.module.d.ts +13 -0
- package/lib/components/select-autocomplete/autocomplete-field/index.d.ts +2 -0
- package/lib/components/select-autocomplete/index.d.ts +3 -0
- package/lib/components/select-autocomplete/select-field/index.d.ts +2 -0
- package/lib/components/select-autocomplete/select-field/select-field.component.d.ts +26 -0
- package/lib/components/select-autocomplete/select-field/select-field.module.d.ts +12 -0
- package/lib/components/select-autocomplete/types/index.d.ts +1 -0
- package/lib/components/select-autocomplete/types/option.d.ts +6 -0
- package/lib/components/select-autocomplete/utils/find-option-by-value.d.ts +2 -0
- package/lib/components/select-autocomplete/utils/get-hint-text.d.ts +5 -0
- package/lib/components/select-autocomplete/utils/index.d.ts +2 -0
- package/lib/components/select-autocomplete/utils/search-options.d.ts +3 -0
- package/lib/components/switch-button/index.d.ts +2 -0
- package/lib/components/switch-button/switch-button.component.d.ts +24 -0
- package/lib/components/switch-button/switch-button.module.d.ts +11 -0
- package/lib/components/table/components/base-column.component.d.ts +17 -0
- package/lib/components/table/components/customize/customize.component.d.ts +17 -0
- package/lib/components/table/components/dnd-column.component.d.ts +7 -0
- package/lib/components/table/components/infinity-scroll.directive.d.ts +12 -0
- package/lib/components/table/components/no-records.component.d.ts +7 -0
- package/lib/components/table/components/select-column.component.d.ts +21 -0
- package/lib/components/table/components/table-actions.component.d.ts +5 -0
- package/lib/components/table/components/table-info-bar/table-info-bar.component.d.ts +33 -0
- package/lib/components/table/components/table-inputs.component.d.ts +5 -0
- package/lib/components/table/components/table-progress-bar.component.d.ts +6 -0
- package/lib/components/table/consts.d.ts +8 -0
- package/lib/components/table/index.d.ts +10 -0
- package/lib/components/table/presets/create-menu-column.d.ts +6 -0
- package/lib/components/table/presets/index.d.ts +1 -0
- package/lib/components/table/table.component.d.ts +81 -0
- package/lib/components/table/table.module.d.ts +34 -0
- package/lib/components/table/tree-data/index.d.ts +2 -0
- package/lib/components/table/tree-data/tree-data-item-to-inline-data-item.d.ts +10 -0
- package/lib/components/table/tree-data/tree-data.d.ts +10 -0
- package/lib/components/table/types/column.d.ts +34 -0
- package/lib/components/table/types/drag-drop.d.ts +10 -0
- package/lib/components/table/types/index.d.ts +3 -0
- package/lib/components/table/types/update-options.d.ts +3 -0
- package/lib/components/table/utils/cached-head-map.d.ts +2 -0
- package/lib/components/table/utils/correct-priorities.d.ts +5 -0
- package/lib/components/table/utils/create-column.d.ts +6 -0
- package/lib/components/table/utils/create-intersection-observer.d.ts +2 -0
- package/lib/components/table/utils/create-unique-column-def.d.ts +1 -0
- package/lib/components/table/utils/filter-sort.d.ts +14 -0
- package/lib/components/table/utils/normalize-string.d.ts +2 -0
- package/lib/components/table/utils/table-data-source.d.ts +31 -0
- package/lib/components/table/utils/table-to-csv-object.d.ts +3 -0
- package/lib/components/table/utils/to-columns-data.d.ts +26 -0
- package/lib/components/tag/index.d.ts +2 -0
- package/lib/components/tag/tag.component.d.ts +10 -0
- package/lib/components/tag/tag.module.d.ts +10 -0
- package/lib/components/value/components/menu-value.component.d.ts +15 -0
- package/lib/components/value/components/toggle-value.component.d.ts +8 -0
- package/lib/components/value/components/value-list.component.d.ts +7 -0
- package/lib/components/value/index.d.ts +4 -0
- package/lib/components/value/types/base-type.d.ts +21 -0
- package/lib/components/value/types/value.d.ts +10 -0
- package/lib/components/value/utils/currency-amount-value-to-string.d.ts +8 -0
- package/lib/components/value/utils/datetime-value-to-string.d.ts +4 -0
- package/lib/components/value/utils/unknown-to-string.d.ts +1 -0
- package/lib/components/value/utils/value-to-string.d.ts +2 -0
- package/lib/components/value/value.component.d.ts +27 -0
- package/lib/directives/highlight.directive.d.ts +15 -0
- package/lib/directives/index.d.ts +2 -0
- package/lib/directives/tooltip.directive.d.ts +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/pipes/amount-currency.pipe.d.ts +10 -0
- package/lib/pipes/enum-key-values.pipe.d.ts +10 -0
- package/lib/pipes/enum-key.pipe.d.ts +8 -0
- package/lib/pipes/enum-keys.pipe.d.ts +7 -0
- package/lib/pipes/humanized-duration.pipe.d.ts +13 -0
- package/lib/pipes/index.d.ts +8 -0
- package/lib/pipes/inline-json.pipe.d.ts +7 -0
- package/lib/pipes/pipes.module.d.ts +14 -0
- package/lib/pipes/select.pipe.d.ts +12 -0
- package/lib/services/config/config.service.d.ts +12 -0
- package/lib/services/config/index.d.ts +1 -0
- package/lib/services/fetch-superclass/fetch-superclass.d.ts +39 -0
- package/lib/services/fetch-superclass/index.d.ts +1 -0
- package/lib/services/index.d.ts +5 -0
- package/lib/services/log/index.d.ts +2 -0
- package/lib/services/log/log-error.d.ts +12 -0
- package/lib/services/log/log.module.d.ts +7 -0
- package/lib/services/log/notify-log.service.d.ts +17 -0
- package/lib/services/log/types/operation.d.ts +1 -0
- package/lib/services/query-params/index.d.ts +4 -0
- package/lib/services/query-params/query-params.module.d.ts +6 -0
- package/lib/services/query-params/query-params.service.d.ts +37 -0
- package/lib/services/query-params/types/serializer.d.ts +6 -0
- package/lib/services/query-params/utils/date-query-params-serializers.d.ts +2 -0
- package/lib/services/query-params/utils/deserialize-query-param.d.ts +2 -0
- package/lib/services/query-params/utils/index.d.ts +2 -0
- package/lib/services/query-params/utils/query-params-serializers.d.ts +3 -0
- package/lib/services/query-params/utils/serialize-query-param.d.ts +2 -0
- package/lib/services/url.service.d.ts +12 -0
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/types/color.d.ts +4 -0
- package/lib/types/progressable.d.ts +3 -0
- package/lib/utils/async/async-transform.d.ts +20 -0
- package/lib/utils/async/get-possibly-async-observable.d.ts +3 -0
- package/lib/utils/async/index.d.ts +3 -0
- package/lib/utils/async/is-async.d.ts +4 -0
- package/lib/utils/clean/clean.d.ts +2 -0
- package/lib/utils/clean/index.d.ts +1 -0
- package/lib/utils/compare/compare-different-types.d.ts +4 -0
- package/lib/utils/compare/index.d.ts +1 -0
- package/lib/utils/component/component-changes.d.ts +8 -0
- package/lib/utils/component/index.d.ts +1 -0
- package/lib/utils/create-storage-value.d.ts +11 -0
- package/lib/utils/csv/create-csv.d.ts +1 -0
- package/lib/utils/csv/index.d.ts +3 -0
- package/lib/utils/csv/parse-csv.d.ts +2 -0
- package/lib/utils/csv/utils/remove-line-breaks.d.ts +1 -0
- package/lib/utils/csv/utils/unify-csv-items.d.ts +1 -0
- package/lib/utils/currency/format-currency.d.ts +1 -0
- package/lib/utils/currency/get-currency-exponent.d.ts +1 -0
- package/lib/utils/currency/index.d.ts +4 -0
- package/lib/utils/currency/to-major.d.ts +2 -0
- package/lib/utils/currency/to-minor.d.ts +2 -0
- package/lib/utils/date/get-no-time-zone-iso-string.d.ts +2 -0
- package/lib/utils/date/index.d.ts +1 -0
- package/lib/utils/decorators/debounce-time.d.ts +1 -0
- package/lib/utils/decorators/index.d.ts +1 -0
- package/lib/utils/empty/index.d.ts +3 -0
- package/lib/utils/empty/is-empty-primitive.d.ts +1 -0
- package/lib/utils/empty/is-empty.d.ts +1 -0
- package/lib/utils/empty/types/nil.d.ts +1 -0
- package/lib/utils/enum/get-enum-keys.d.ts +11 -0
- package/lib/utils/enum/index.d.ts +2 -0
- package/lib/utils/enum/types/enum.d.ts +2 -0
- package/lib/utils/enum/types/union-enum.d.ts +2 -0
- package/lib/utils/file/download-file.d.ts +8 -0
- package/lib/utils/file/index.d.ts +1 -0
- package/lib/utils/form/create-controls.d.ts +4 -0
- package/lib/utils/form/form-wrappers/abstract-control-superclass.d.ts +17 -0
- package/lib/utils/form/form-wrappers/form-component-superclass.directive.d.ts +14 -0
- package/lib/utils/form/form-wrappers/form-control-superclass.directive.d.ts +8 -0
- package/lib/utils/form/form-wrappers/form-group-superclass.directive.d.ts +11 -0
- package/lib/utils/form/form-wrappers/index.d.ts +5 -0
- package/lib/utils/form/form-wrappers/utils/create-control-providers.d.ts +2 -0
- package/lib/utils/form/form-wrappers/utils/get-errors-tree.d.ts +6 -0
- package/lib/utils/form/form-wrappers/utils/provide-validators.d.ts +2 -0
- package/lib/utils/form/form-wrappers/utils/provide-value-accessor.d.ts +2 -0
- package/lib/utils/form/get-valid-value-changes.d.ts +3 -0
- package/lib/utils/form/get-value-changes.d.ts +3 -0
- package/lib/utils/form/get-value.d.ts +2 -0
- package/lib/utils/form/has-controls.d.ts +2 -0
- package/lib/utils/form/index.d.ts +8 -0
- package/lib/utils/form/set-disabled.d.ts +2 -0
- package/lib/utils/form/types/form-group-by-value.d.ts +4 -0
- package/lib/utils/import/get-import-value.d.ts +2 -0
- package/lib/utils/import/index.d.ts +1 -0
- package/lib/utils/index.d.ts +19 -0
- package/lib/utils/json/index.d.ts +1 -0
- package/lib/utils/json/inline-json.d.ts +1 -0
- package/lib/utils/object/count-changed.d.ts +3 -0
- package/lib/utils/object/count-props.d.ts +1 -0
- package/lib/utils/object/index.d.ts +3 -0
- package/lib/utils/object/select.d.ts +3 -0
- package/lib/utils/operators/async-start-with.d.ts +2 -0
- package/lib/utils/operators/debounce-time-with-first.d.ts +2 -0
- package/lib/utils/operators/fork-join-to-result.d.ts +20 -0
- package/lib/utils/operators/get-observable.d.ts +3 -0
- package/lib/utils/operators/handle-error.d.ts +3 -0
- package/lib/utils/operators/in-progress-from.d.ts +2 -0
- package/lib/utils/operators/index.d.ts +8 -0
- package/lib/utils/operators/pass-error.d.ts +2 -0
- package/lib/utils/operators/progress-to.d.ts +2 -0
- package/lib/utils/operators/switch-combine-with.d.ts +6 -0
- package/lib/utils/string/index.d.ts +1 -0
- package/lib/utils/string/split-by-separators.d.ts +1 -0
- package/lib/utils/transform-attribute/array-attribute.d.ts +3 -0
- package/lib/utils/transform-attribute/index.d.ts +1 -0
- package/package.json +44 -0
- package/src/lib/components/actions/actions.component.scss +20 -0
- package/src/lib/components/content-loading/content-loading.component.scss +26 -0
- package/src/lib/components/date-range-field/date-range-field.component.scss +19 -0
- package/src/lib/components/datetime-field/datetime-field.component.scss +11 -0
- package/src/lib/components/dialog/_dialog-theme.scss +9 -0
- package/src/lib/components/dialog/dialog.component.scss +71 -0
- package/src/lib/components/error-page/error-page.component.scss +19 -0
- package/src/lib/components/file-upload/file-upload.component.scss +12 -0
- package/src/lib/components/filters/components/filters-dialog/filters-dialog.component.scss +19 -0
- package/src/lib/components/filters/components/more-filters-button/more-filters-button.component.scss +0 -0
- package/src/lib/components/filters/filters.component.scss +23 -0
- package/src/lib/components/input-field/_input-field-theme.scss +7 -0
- package/src/lib/components/input-field/input-field.component.scss +21 -0
- package/src/lib/components/nav/_nav-theme.scss +33 -0
- package/src/lib/components/nav/nav.component.scss +32 -0
- package/src/lib/components/number-range-field/number-range-field.component.scss +5 -0
- package/src/lib/components/select-autocomplete/autocomplete-field/autocomplete-field.component.scss +5 -0
- package/src/lib/components/select-autocomplete/select-field/select-field.component.scss +26 -0
- package/src/lib/components/table/_table-theme.scss +11 -0
- package/src/lib/components/table/components/table-info-bar/table-info-bar.component.scss +45 -0
- package/src/lib/components/table/table.component.scss +84 -0
- package/src/lib/components/tag/_tag-theme.scss +30 -0
- package/src/lib/components/tag/tag.component.scss +40 -0
- package/src/lib/components/value/_value-theme.scss +10 -0
- package/src/lib/components/value/value.component.scss +42 -0
- package/src/lib/styles/_all-component-themes.scss +23 -0
- package/src/lib/styles/_app.scss +10 -0
- package/src/lib/styles/_core.scss +8 -0
- package/src/lib/styles/_mat-component-variants.scss +65 -0
- package/src/lib/styles/_select-theme.scss +6 -0
- package/src/lib/styles/_typography-hierarchy.scss +37 -0
- package/src/lib/styles/_v-tokens.scss +11 -0
- package/src/lib/styles/utils/create-palette.scss +84 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./actions.component";
|
|
3
|
+
export declare class ActionsModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsModule, [typeof i1.ActionsComponent], never, [typeof i1.ActionsComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ActionsModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FormControl } from '@angular/forms';
|
|
2
|
+
import { DialogSuperclass } from '../dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ConfirmDialogComponent extends DialogSuperclass<ConfirmDialogComponent, {
|
|
5
|
+
title?: string;
|
|
6
|
+
confirmLabel?: string;
|
|
7
|
+
hasReason?: boolean;
|
|
8
|
+
description?: string;
|
|
9
|
+
} | void, {
|
|
10
|
+
reason?: string;
|
|
11
|
+
}> {
|
|
12
|
+
control: FormControl<string>;
|
|
13
|
+
confirm(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "v-action-dialog", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./confirm-dialog.component";
|
|
3
|
+
import * as i2 from "@angular/material/dialog";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "../dialog/dialog.module";
|
|
6
|
+
import * as i5 from "@angular/material/form-field";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/material/input";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
10
|
+
export declare class ConfirmDialogModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogModule, [typeof i1.ConfirmDialogComponent], [typeof i2.MatDialogModule, typeof i3.MatButtonModule, typeof i4.DialogModule, typeof i5.MatFormFieldModule, typeof i6.CommonModule, typeof i7.MatInputModule, typeof i8.ReactiveFormsModule], [typeof i1.ConfirmDialogComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmDialogModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContentLoadingComponent {
|
|
3
|
+
width: import("@angular/core").InputSignal<string>;
|
|
4
|
+
textSize: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
5
|
+
hiddenText: import("@angular/core").InputSignal<string | null | undefined>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentLoadingComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentLoadingComponent, "v-content-loading", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "textSize": { "alias": "textSize"; "required": false; "isSignal": true; }; "hiddenText": { "alias": "hiddenText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './content-loading.component';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { NonNullableFormBuilder } from '@angular/forms';
|
|
2
|
+
import { FormGroupSuperclass } from '../../utils';
|
|
3
|
+
import { DateRange } from './types/date-range';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DateRangeFieldComponent extends FormGroupSuperclass<Partial<DateRange>> {
|
|
6
|
+
private fb;
|
|
7
|
+
required: boolean;
|
|
8
|
+
control: import("@angular/forms").FormGroup<{
|
|
9
|
+
start?: import("@angular/forms").FormControl<Date | undefined> | undefined;
|
|
10
|
+
end?: import("@angular/forms").FormControl<Date | undefined> | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
constructor(fb: NonNullableFormBuilder);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeFieldComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangeFieldComponent, "v-date-range-field", never, { "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
static ngAcceptInputType_required: unknown;
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./date-range-field.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/datepicker";
|
|
5
|
+
import * as i4 from "@angular/material/input";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@angular/material/button";
|
|
8
|
+
import * as i7 from "../actions/actions.module";
|
|
9
|
+
export declare class DateRangeFieldModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeFieldModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangeFieldModule, [typeof i1.DateRangeFieldComponent], [typeof i2.CommonModule, typeof i3.MatDatepickerModule, typeof i4.MatInputModule, typeof i5.ReactiveFormsModule, typeof i6.MatButtonModule, typeof i7.ActionsModule], [typeof i1.DateRangeFieldComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateRangeFieldModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ValidationErrors } from '@angular/forms';
|
|
2
|
+
import { MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
3
|
+
import { FormComponentSuperclass } from '@s-libs/ng-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DatetimeFieldComponent extends FormComponentSuperclass<string> {
|
|
6
|
+
label?: string;
|
|
7
|
+
required: boolean;
|
|
8
|
+
hint?: string;
|
|
9
|
+
datetime?: Date | null;
|
|
10
|
+
get time(): string;
|
|
11
|
+
handleIncomingValue(value: string): void;
|
|
12
|
+
timeChanged(event: Event): void;
|
|
13
|
+
dateChanged(date: MatDatepickerInputEvent<Date>): void;
|
|
14
|
+
validate(): ValidationErrors | null;
|
|
15
|
+
private emitValue;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeFieldComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeFieldComponent, "v-datetime-field", never, { "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
+
static ngAcceptInputType_required: unknown;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./datetime-field.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/form-field";
|
|
5
|
+
import * as i4 from "@angular/material/input";
|
|
6
|
+
import * as i5 from "@angular/material/datepicker";
|
|
7
|
+
export declare class DatetimeFieldModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeFieldModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DatetimeFieldModule, [typeof i1.DatetimeFieldComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.MatDatepickerModule], [typeof i1.DatetimeFieldComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DatetimeFieldModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DialogActionsComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogActionsComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogActionsComponent, "v-dialog-actions", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Progressable } from '../../types/progressable';
|
|
3
|
+
import { DialogResponseStatus } from './types/dialog-response-status';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DialogComponent implements Progressable {
|
|
6
|
+
hostClass: boolean;
|
|
7
|
+
title: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
progress?: Progressable['progress'];
|
|
10
|
+
hasDivider: boolean;
|
|
11
|
+
noContent: boolean;
|
|
12
|
+
noActions: boolean;
|
|
13
|
+
noCloseButton: boolean;
|
|
14
|
+
fullSize: boolean;
|
|
15
|
+
cancel: EventEmitter<void>;
|
|
16
|
+
cancelData: {
|
|
17
|
+
status: DialogResponseStatus;
|
|
18
|
+
};
|
|
19
|
+
cancelDialog(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "v-dialog", never, { "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "hasDivider": { "alias": "hasDivider"; "required": false; }; "noContent": { "alias": "noContent"; "required": false; }; "noActions": { "alias": "noActions"; "required": false; }; "noCloseButton": { "alias": "noCloseButton"; "required": false; }; "fullSize": { "alias": "fullSize"; "required": false; }; }, { "cancel": "cancel"; }, never, ["*", "v-dialog-actions"], false, never>;
|
|
22
|
+
static ngAcceptInputType_disabled: unknown;
|
|
23
|
+
static ngAcceptInputType_hasDivider: unknown;
|
|
24
|
+
static ngAcceptInputType_noContent: unknown;
|
|
25
|
+
static ngAcceptInputType_noActions: unknown;
|
|
26
|
+
static ngAcceptInputType_noCloseButton: unknown;
|
|
27
|
+
static ngAcceptInputType_fullSize: unknown;
|
|
28
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dialog.component";
|
|
3
|
+
import * as i2 from "./components/dialog-actions/dialog-actions.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/material/divider";
|
|
6
|
+
import * as i5 from "@angular/material/button";
|
|
7
|
+
import * as i6 from "../actions/actions.module";
|
|
8
|
+
import * as i7 from "@angular/material/icon";
|
|
9
|
+
import * as i8 from "@angular/material/progress-bar";
|
|
10
|
+
import * as i9 from "@angular/material/dialog";
|
|
11
|
+
import * as i10 from "../progress/progress.module";
|
|
12
|
+
export declare class DialogModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogActionsComponent], [typeof i3.CommonModule, typeof i4.MatDividerModule, typeof i5.MatButtonModule, typeof i6.ActionsModule, typeof i7.MatIconModule, typeof i8.MatProgressBarModule, typeof i9.MatDialogModule, typeof i10.ProgressModule], [typeof i1.DialogComponent, typeof i2.DialogActionsComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './dialog.module';
|
|
2
|
+
export * from './types/dialog-response-status';
|
|
3
|
+
export * from './types/dialog-response';
|
|
4
|
+
export * from './utils/dialog-superclass';
|
|
5
|
+
export * from './tokens';
|
|
6
|
+
export * from './dialog.component';
|
|
7
|
+
export * from './components/dialog-actions/dialog-actions.component';
|
|
8
|
+
export * from './services/dialog.service';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ComponentType } from '@angular/cdk/overlay';
|
|
2
|
+
import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { DialogConfig } from '../tokens';
|
|
4
|
+
import { DialogResponse } from '../types/dialog-response';
|
|
5
|
+
import { DialogSuperclass } from '../utils/dialog-superclass';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class DialogService {
|
|
8
|
+
private dialog;
|
|
9
|
+
private readonly dialogConfig;
|
|
10
|
+
constructor(dialog: MatDialog, dialogConfig: DialogConfig);
|
|
11
|
+
open<TDialogComponent, TDialogData, TDialogResponseData, TDialogResponseStatus>(dialogComponent: ComponentType<DialogSuperclass<TDialogComponent, TDialogData, TDialogResponseData, TDialogResponseStatus>>,
|
|
12
|
+
/**
|
|
13
|
+
* Workaround when both conditions for the 'data' argument must be true:
|
|
14
|
+
* - typing did not require passing when it is optional (for example: {param: number} | void)
|
|
15
|
+
* - typing required to pass when it is required (for example: {param: number})
|
|
16
|
+
*/
|
|
17
|
+
...[data, configOrConfigName]: TDialogData extends void ? [] : [
|
|
18
|
+
data: TDialogData,
|
|
19
|
+
configOrConfigName?: Omit<MatDialogConfig<TDialogData>, 'data'> | keyof DialogConfig
|
|
20
|
+
]): MatDialogRef<TDialogComponent, DialogResponse<TDialogResponseData, TDialogResponseStatus>>;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, [null, { optional: true; }]>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { MatDialogConfig } from '@angular/material/dialog';
|
|
3
|
+
import { ValuesType } from 'utility-types';
|
|
4
|
+
export type DialogConfig = Record<'small' | 'medium' | 'large', MatDialogConfig<undefined>>;
|
|
5
|
+
export declare const DIALOG_CONFIG: InjectionToken<DialogConfig>;
|
|
6
|
+
export declare const BASE_CONFIG: ValuesType<DialogConfig>;
|
|
7
|
+
export declare const DEFAULT_DIALOG_CONFIG: DialogConfig;
|
|
8
|
+
export declare const DEFAULT_DIALOG_CONFIG_FULL_HEIGHT = "calc(90vh - 48px)";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
+
import { DialogResponse } from '../types/dialog-response';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DialogSuperclass<TDialogComponent, TDialogData = void, TDialogResponseData = void, TDialogResponseStatus = void> {
|
|
5
|
+
static defaultDialogConfig: import("@angular/material/dialog").MatDialogConfig<undefined>;
|
|
6
|
+
dialogData: TDialogData;
|
|
7
|
+
dialogRef: MatDialogRef<TDialogComponent, DialogResponse<TDialogResponseData, TDialogResponseStatus>>;
|
|
8
|
+
closeWithCancellation(data?: TDialogResponseData): void;
|
|
9
|
+
closeWithSuccess(data?: TDialogResponseData): void;
|
|
10
|
+
closeWithError(data?: TDialogResponseData): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSuperclass<any, any, any, any>, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogSuperclass<any, any, any, any>, never, never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/router";
|
|
3
|
+
export declare class ErrorPageRoutingModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorPageRoutingModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorPageRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorPageRoutingModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ErrorPageComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorPageComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorPageComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./error-page.component";
|
|
3
|
+
import * as i2 from "./error-page-routing.module";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
export declare class ErrorPageModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorPageModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorPageModule, [typeof i1.ErrorPageComponent], [typeof i2.ErrorPageRoutingModule, typeof i3.MatIconModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorPageModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { NotifyLogService } from '../../services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadComponent {
|
|
5
|
+
private log;
|
|
6
|
+
label?: string;
|
|
7
|
+
extensions: string[];
|
|
8
|
+
upload: EventEmitter<File | null>;
|
|
9
|
+
protected file?: File | null;
|
|
10
|
+
constructor(log: NotifyLogService);
|
|
11
|
+
loadFile(event: Event): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "v-file-upload", never, { "label": { "alias": "label"; "required": false; }; "extensions": { "alias": "extensions"; "required": false; }; }, { "upload": "upload"; }, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-upload.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
export declare class FileUploadModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadModule, [typeof i1.FileUploadComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule], [typeof i1.FileUploadComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DialogSuperclass } from '../../../dialog';
|
|
2
|
+
import { FiltersComponent } from '../../filters.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FiltersDialogComponent extends DialogSuperclass<FiltersDialogComponent, {
|
|
5
|
+
filters: FiltersComponent;
|
|
6
|
+
}> {
|
|
7
|
+
get isShowMainFilters(): boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersDialogComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersDialogComponent, "v-filters-dialog", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MainFiltersDirective {
|
|
4
|
+
templateRef: TemplateRef<unknown>;
|
|
5
|
+
constructor(templateRef: TemplateRef<unknown>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainFiltersDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MainFiltersDirective, "[vMainFilters]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
package/lib/components/filters/components/more-filters-button/more-filters-button.component.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FiltersComponent } from '../../filters.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MoreFiltersButtonComponent {
|
|
4
|
+
filters: FiltersComponent;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MoreFiltersButtonComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MoreFiltersButtonComponent, "v-more-filters-button", never, { "filters": { "alias": "filters"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OtherFiltersDirective {
|
|
4
|
+
templateRef: TemplateRef<unknown>;
|
|
5
|
+
constructor(templateRef: TemplateRef<unknown>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OtherFiltersDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OtherFiltersDirective, "[vOtherFilters]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
|
+
import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { DialogService } from '../dialog';
|
|
5
|
+
import { MainFiltersDirective } from './components/main-filters/main-filters.directive';
|
|
6
|
+
import { OtherFiltersDirective } from './components/other-filters/other-filters.directive';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FiltersComponent {
|
|
9
|
+
private dialog;
|
|
10
|
+
private breakpointObserver;
|
|
11
|
+
active: number;
|
|
12
|
+
merge: boolean;
|
|
13
|
+
rows: import("@angular/core").WritableSignal<number>;
|
|
14
|
+
clear: EventEmitter<void>;
|
|
15
|
+
filtersTemplate: TemplateRef<unknown>;
|
|
16
|
+
otherFiltersDirective: OtherFiltersDirective;
|
|
17
|
+
mainFiltersDirective: MainFiltersDirective;
|
|
18
|
+
set content(content: ElementRef<HTMLElement>);
|
|
19
|
+
get mainFiltersTemplate(): TemplateRef<unknown>;
|
|
20
|
+
get otherFiltersTemplate(): TemplateRef<unknown>;
|
|
21
|
+
repeat$: import("rxjs").Observable<1 | 2 | 4 | 3 | 5>;
|
|
22
|
+
displayedFiltersCount$: import("rxjs").Observable<number>;
|
|
23
|
+
filtersCount$: BehaviorSubject<number>;
|
|
24
|
+
constructor(dialog: DialogService, breakpointObserver: BreakpointObserver);
|
|
25
|
+
open(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "v-filters", never, { "active": { "alias": "active"; "required": false; }; "merge": { "alias": "merge"; "required": false; }; }, { "clear": "clear"; }, ["filtersTemplate", "otherFiltersDirective", "mainFiltersDirective"], never, false, never>;
|
|
28
|
+
static ngAcceptInputType_merge: unknown;
|
|
29
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./filters.component";
|
|
3
|
+
import * as i2 from "./components/more-filters-button/more-filters-button.component";
|
|
4
|
+
import * as i3 from "./components/filters-dialog/filters-dialog.component";
|
|
5
|
+
import * as i4 from "./components/other-filters/other-filters.directive";
|
|
6
|
+
import * as i5 from "./components/main-filters/main-filters.directive";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/material/card";
|
|
9
|
+
import * as i8 from "@angular/material/button";
|
|
10
|
+
import * as i9 from "@angular/material/icon";
|
|
11
|
+
import * as i10 from "../dialog/dialog.module";
|
|
12
|
+
import * as i11 from "@angular/cdk/layout";
|
|
13
|
+
import * as i12 from "../actions/actions.module";
|
|
14
|
+
import * as i13 from "@angular/material/badge";
|
|
15
|
+
export declare class FiltersModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FiltersModule, [typeof i1.FiltersComponent, typeof i2.MoreFiltersButtonComponent, typeof i3.FiltersDialogComponent, typeof i4.OtherFiltersDirective, typeof i5.MainFiltersDirective], [typeof i6.CommonModule, typeof i7.MatCardModule, typeof i8.MatButtonModule, typeof i9.MatIconModule, typeof i10.DialogModule, typeof i11.LayoutModule, typeof i12.ActionsModule, typeof i13.MatBadgeModule], [typeof i1.FiltersComponent, typeof i2.MoreFiltersButtonComponent, typeof i4.OtherFiltersDirective, typeof i5.MainFiltersDirective]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FiltersModule>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from './filters.component';
|
|
2
|
+
export * from './components/more-filters-button/more-filters-button.component';
|
|
3
|
+
export * from './components/other-filters/other-filters.directive';
|
|
4
|
+
export * from './components/main-filters/main-filters.directive';
|
|
5
|
+
export * from './filters.module';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from './dialog';
|
|
2
|
+
export * from './actions';
|
|
3
|
+
export * from './table';
|
|
4
|
+
export * from './confirm-dialog';
|
|
5
|
+
export * from './filters';
|
|
6
|
+
export * from './date-range-field';
|
|
7
|
+
export * from './number-range-field';
|
|
8
|
+
export * from './list-field';
|
|
9
|
+
export * from './input-field';
|
|
10
|
+
export * from './tag';
|
|
11
|
+
export * from './error-page';
|
|
12
|
+
export * from './select-autocomplete';
|
|
13
|
+
export * from './file-upload';
|
|
14
|
+
export * from './datetime-field';
|
|
15
|
+
export * from './switch-button';
|
|
16
|
+
export * from './value';
|
|
17
|
+
export * from './nav';
|
|
18
|
+
export * from './content-loading';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
2
|
+
import { FormControlSuperclass } from '../../utils';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputFieldComponent<T> extends FormControlSuperclass<T> {
|
|
5
|
+
label?: string;
|
|
6
|
+
placeholder: string;
|
|
7
|
+
type: 'string' | 'number';
|
|
8
|
+
appearance: MatFormFieldAppearance;
|
|
9
|
+
size?: 'small' | '';
|
|
10
|
+
cleanButton: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
11
|
+
icon: import("@angular/core").InputSignal<string | undefined>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputFieldComponent<any>, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldComponent<any>, "v-input-field", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "type": { "alias": "type"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "size": { "alias": "size"; "required": false; }; "cleanButton": { "alias": "cleanButton"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-field.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/input";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/button";
|
|
8
|
+
export declare class InputFieldModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputFieldModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputFieldModule, [typeof i1.InputFieldComponent], [typeof i2.CommonModule, typeof i3.MatInputModule, typeof i4.ReactiveFormsModule, typeof i5.MatIcon, typeof i6.MatIconButton], [typeof i1.InputFieldComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InputFieldModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FormControlSuperclass } from '../../utils';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ListFieldComponent extends FormControlSuperclass<string[], string> {
|
|
4
|
+
label?: string;
|
|
5
|
+
focusedHint?: string;
|
|
6
|
+
items$: import("rxjs").Observable<string[]>;
|
|
7
|
+
protected innerToOuterValue(inner: string): string[];
|
|
8
|
+
protected outerToInnerValue(outer: string[]): string;
|
|
9
|
+
private getValue;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListFieldComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListFieldComponent, "v-list-field", never, { "label": { "alias": "label"; "required": false; }; "focusedHint": { "alias": "focusedHint"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./list-field.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/input";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
export declare class ListFieldModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListFieldModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListFieldModule, [typeof i1.ListFieldComponent], [typeof i2.CommonModule, typeof i3.MatInputModule, typeof i4.ReactiveFormsModule], [typeof i1.ListFieldComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ListFieldModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './nav.component';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UrlService } from '../../services';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface Link {
|
|
4
|
+
label: string;
|
|
5
|
+
url: string;
|
|
6
|
+
}
|
|
7
|
+
export declare class NavComponent {
|
|
8
|
+
private urlService;
|
|
9
|
+
type: import("@angular/core").InputSignal<"secondary" | undefined>;
|
|
10
|
+
links: import("@angular/core").InputSignalWithTransform<Link[][], Link[] | Link[][]>;
|
|
11
|
+
exact: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
12
|
+
activeLink$: import("rxjs").Observable<Link>;
|
|
13
|
+
constructor(urlService: UrlService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "v-nav", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "links": { "alias": "links"; "required": false; "isSignal": true; }; "exact": { "alias": "exact"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NonNullableFormBuilder } from '@angular/forms';
|
|
2
|
+
import { FormGroupSuperclass } from '../../utils';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export type NumberRange = {
|
|
5
|
+
start?: number;
|
|
6
|
+
end?: number;
|
|
7
|
+
};
|
|
8
|
+
export declare class NumberRangeFieldComponent extends FormGroupSuperclass<NumberRange> {
|
|
9
|
+
private fb;
|
|
10
|
+
label: string;
|
|
11
|
+
control: import("@angular/forms").FormGroup<{
|
|
12
|
+
start?: import("@angular/forms").FormControl<number | undefined> | undefined;
|
|
13
|
+
end?: import("@angular/forms").FormControl<number | undefined> | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
constructor(fb: NonNullableFormBuilder);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberRangeFieldComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberRangeFieldComponent, "v-number-range-field", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./number-range-field.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/material/input";
|
|
5
|
+
export declare class NumberRangeFieldModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberRangeFieldModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumberRangeFieldModule, [typeof i1.NumberRangeFieldComponent], [typeof i2.ReactiveFormsModule, typeof i3.MatInputModule], [typeof i1.NumberRangeFieldComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NumberRangeFieldModule>;
|
|
9
|
+
}
|