@iamgld/ui 1.21.2 → 21.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 +1 -2
- package/fesm2022/iamgld-ui.mjs +263 -261
- package/fesm2022/iamgld-ui.mjs.map +1 -1
- package/package.json +5 -8
- package/public/styles/layers/_base.scss +56 -56
- package/public/styles/layers/_objects.scss +9 -9
- package/public/styles/layers/_setting.scss +185 -185
- package/public/styles/layers/_tools.scss +169 -169
- package/public/styles/layers/_trumps.scss +11 -11
- package/public/styles/styles.scss +14 -14
- package/types/iamgld-ui.d.ts +627 -0
- package/LICENSE +0 -202
- package/index.d.ts +0 -5
- package/lib/components/buttons/button/button.component.d.ts +0 -18
- package/lib/components/buttons/dropdown-button/dropdown-button.component.d.ts +0 -22
- package/lib/components/buttons/dropdown-menu/dropdown-menu.component.d.ts +0 -30
- package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -18
- package/lib/components/buttons/link/link.component.d.ts +0 -16
- package/lib/components/buttons/toggle-button/toggle-button.component.d.ts +0 -13
- package/lib/components/buttons/toggle-group/toggle-group.component.d.ts +0 -16
- package/lib/components/controls/input/input.component.d.ts +0 -25
- package/lib/components/controls/input-date/input-date.component.d.ts +0 -23
- package/lib/components/controls/input-error/input-error.component.d.ts +0 -13
- package/lib/components/controls/input-hint/input-hint.component.d.ts +0 -5
- package/lib/components/controls/radio-button/radio-button.component.d.ts +0 -16
- package/lib/components/controls/radio-group/radio-group.component.d.ts +0 -26
- package/lib/components/controls/select/select.component.d.ts +0 -31
- package/lib/components/controls/select-option/select-option.component.d.ts +0 -14
- package/lib/components/controls/textarea/textarea.component.d.ts +0 -25
- package/lib/components/icon/icon.component.d.ts +0 -17
- package/lib/components/image/image.component.d.ts +0 -8
- package/lib/components/index.d.ts +0 -23
- package/lib/components/loaders/loader/loader.component.d.ts +0 -9
- package/lib/components/tables/table/table.component.d.ts +0 -42
- package/lib/components/tables/table-pagination/table-pagination.component.d.ts +0 -16
- package/lib/components/tables/table-search/table-search.component.d.ts +0 -14
- package/lib/components/tile/tile.component.d.ts +0 -9
- package/lib/directives/dropdown-menu-template/dropdown-menu-template.directive.d.ts +0 -5
- package/lib/directives/index.d.ts +0 -2
- package/lib/directives/input-error-message/input-error-message.directive.d.ts +0 -5
- package/lib/models/buttons/button.model.d.ts +0 -16
- package/lib/models/buttons/dropdown.model.d.ts +0 -8
- package/lib/models/buttons/link.model.d.ts +0 -8
- package/lib/models/controls/input.model.d.ts +0 -2
- package/lib/models/controls/radio.model.d.ts +0 -4
- package/lib/models/controls/select.model.d.ts +0 -4
- package/lib/models/icon/icon.model.d.ts +0 -49
- package/lib/models/index.d.ts +0 -9
- package/lib/models/tables/table.model.d.ts +0 -59
- package/lib/models/tiles/tile.model.d.ts +0 -18
- package/lib/utils/date/date.util.d.ts +0 -6
- package/lib/utils/index.d.ts +0 -2
- package/lib/utils/string/string.util.d.ts +0 -1
- package/lib/validators/index.d.ts +0 -9
- package/lib/validators/is-date/is-date.validator.d.ts +0 -2
- package/lib/validators/is-document/is-document.validator.d.ts +0 -6
- package/lib/validators/is-email/is-email.validator.d.ts +0 -2
- package/lib/validators/is-form-select-item/is-form-select-item.validator.d.ts +0 -2
- package/lib/validators/is-license-plate/is-license-plate.validator.d.ts +0 -4
- package/lib/validators/is-natural-number/is-natural-number.validator.d.ts +0 -2
- package/lib/validators/minimum-age/minimum-age.validator.d.ts +0 -4
- package/lib/validators/must-match/must-match.validator.d.ts +0 -6
- package/lib/validators/must-unmatch/must-unmatch.validator.d.ts +0 -6
- package/public-api.d.ts +0 -5
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LoaderComponent {
|
|
3
|
-
loading: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
4
|
-
background: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
5
|
-
radius: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
6
|
-
minHeight: import("@angular/core").InputSignal<string>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "gld-loader", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "background": { "alias": "background"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Icons, TableColumn, TableColumnAction, TableColumnActionOutput, TableColumnToTableColumns } from '../../../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableComponent {
|
|
4
|
-
#private;
|
|
5
|
-
readonly Icons: typeof Icons;
|
|
6
|
-
tableColumns: import("@angular/core").InputSignal<TableColumn[]>;
|
|
7
|
-
emptyMessage: import("@angular/core").InputSignal<string>;
|
|
8
|
-
tableHeight: import("@angular/core").InputSignal<string>;
|
|
9
|
-
loading: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
10
|
-
selects: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
11
|
-
selectsAll: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
12
|
-
search: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
13
|
-
pagination: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
14
|
-
tableColumnAction: import("@angular/core").OutputEmitterRef<TableColumnActionOutput>;
|
|
15
|
-
tableColumnsToShow: import("@angular/core").Signal<TableColumn[]>;
|
|
16
|
-
tableColumnActions: import("@angular/core").WritableSignal<TableColumnAction[]>;
|
|
17
|
-
tableActionFunction({ tableColumnActionAsEvent, tableColumns, index }: TableActionFunction): void;
|
|
18
|
-
changeValue(event: unknown): void;
|
|
19
|
-
buildTableColumns<T>({ tableColumnStructures, tableColumnActions, dataStructures, }: TableColumnToTableColumns): TableColumn[];
|
|
20
|
-
buildDataStructure({ index }: {
|
|
21
|
-
index: number;
|
|
22
|
-
}): {
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
label?: string | undefined;
|
|
25
|
-
width?: string | undefined;
|
|
26
|
-
minWidth?: string | undefined;
|
|
27
|
-
maxWidth?: string | undefined;
|
|
28
|
-
template?: import("@angular/core").TemplateRef<unknown> | undefined;
|
|
29
|
-
justify?: "left" | "right" | "center" | undefined;
|
|
30
|
-
hide?: boolean | undefined;
|
|
31
|
-
transform?: ((value: unknown) => string | number) | undefined;
|
|
32
|
-
values?: unknown[] | undefined;
|
|
33
|
-
};
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "gld-table", never, { "tableColumns": { "alias": "tableColumns"; "required": true; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "tableHeight": { "alias": "tableHeight"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "selects": { "alias": "selects"; "required": false; "isSignal": true; }; "selectsAll": { "alias": "selectsAll"; "required": false; "isSignal": true; }; "search": { "alias": "search"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; }, { "tableColumnAction": "tableColumnAction"; }, never, ["gld-table-search", "gld-table-pagination"], true, never>;
|
|
36
|
-
}
|
|
37
|
-
interface TableActionFunction {
|
|
38
|
-
tableColumnActionAsEvent: unknown;
|
|
39
|
-
tableColumns: TableColumn[];
|
|
40
|
-
index: number;
|
|
41
|
-
}
|
|
42
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Icons, TablePagination } from '../../../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TablePaginationComponent {
|
|
4
|
-
readonly Icons: typeof Icons;
|
|
5
|
-
pagination: import("@angular/core").InputSignal<TablePagination>;
|
|
6
|
-
page: import("@angular/core").OutputEmitterRef<number>;
|
|
7
|
-
changeToNext: import("@angular/core").OutputEmitterRef<number>;
|
|
8
|
-
changeToPrevious: import("@angular/core").OutputEmitterRef<number>;
|
|
9
|
-
currentPage: import("@angular/core").WritableSignal<number>;
|
|
10
|
-
maxPages: import("@angular/core").Signal<number>;
|
|
11
|
-
constructor();
|
|
12
|
-
nextPage(): void;
|
|
13
|
-
previousPage(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TablePaginationComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TablePaginationComponent, "gld-table-pagination", never, { "pagination": { "alias": "pagination"; "required": true; "isSignal": true; }; }, { "page": "page"; "changeToNext": "changeToNext"; "changeToPrevious": "changeToPrevious"; }, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Icons, TableSearchOutput } from '../../../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableSearchComponent {
|
|
4
|
-
#private;
|
|
5
|
-
readonly Icons: typeof Icons;
|
|
6
|
-
placeholder: import("@angular/core").InputSignal<string>;
|
|
7
|
-
width: import("@angular/core").InputSignal<string>;
|
|
8
|
-
debounceTime: import("@angular/core").InputSignal<number>;
|
|
9
|
-
searching: import("@angular/core").OutputEmitterRef<TableSearchOutput>;
|
|
10
|
-
control: import("@angular/forms").FormControl<string | null>;
|
|
11
|
-
constructor();
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableSearchComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableSearchComponent, "gld-table-search", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "debounceTime": { "alias": "debounceTime"; "required": false; "isSignal": true; }; }, { "searching": "searching"; }, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TileComponent {
|
|
3
|
-
color: import("@angular/core").InputSignal<"pink" | "purple" | "mustard" | "orange" | "red" | "blue" | "green" | "default">;
|
|
4
|
-
paddingSize: import("@angular/core").InputSignal<"tiny" | "small" | "normal" | "medium" | "large" | "zero">;
|
|
5
|
-
background: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
6
|
-
hover: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileComponent, "gld-tile", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "paddingSize": { "alias": "paddingSize"; "required": false; "isSignal": true; }; "background": { "alias": "background"; "required": false; "isSignal": true; }; "hover": { "alias": "hover"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DropdownMenuTemplateDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuTemplateDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownMenuTemplateDirective, "[gldDropdownMenuTemplate]", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class InputErrorMessageDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputErrorMessageDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InputErrorMessageDirective, "[gldInputErrorMessage]", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum ButtonColor {
|
|
2
|
-
pink = "pink",
|
|
3
|
-
purple = "purple",
|
|
4
|
-
mustard = "mustard",
|
|
5
|
-
orange = "orange",
|
|
6
|
-
red = "red",
|
|
7
|
-
blue = "blue",
|
|
8
|
-
green = "green"
|
|
9
|
-
}
|
|
10
|
-
export declare enum ButtonSize {
|
|
11
|
-
tiny = "tiny",
|
|
12
|
-
small = "small",
|
|
13
|
-
normal = "normal",
|
|
14
|
-
medium = "medium",
|
|
15
|
-
large = "large"
|
|
16
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
export declare enum Icons {
|
|
2
|
-
arrowDownSLine = "arrow-down-s-line",
|
|
3
|
-
arrowUpSLine = "arrow-up-s-line",
|
|
4
|
-
checkboxCircleLine = "checkbox-circle-line",
|
|
5
|
-
checkboxBlankCircleLine = "checkbox-blank-circle-line",
|
|
6
|
-
loader4Fill = "loader-4-fill",
|
|
7
|
-
logoutCircleLine = "ri-logout-circle-line",
|
|
8
|
-
loginCircleLine = "ri-login-circle-line",
|
|
9
|
-
gitRepositoryLine = "ri-git-repository-line",
|
|
10
|
-
fileList3Line = "ri-file-list-3-line",
|
|
11
|
-
menuLine = "ri-menu-line",
|
|
12
|
-
sunLine = "ri-sun-line",
|
|
13
|
-
moonClearLine = "ri-moon-clear-line",
|
|
14
|
-
englishInput = "ri-english-input",
|
|
15
|
-
translate = "ri-translate",
|
|
16
|
-
user4Line = "ri-user-4-line",
|
|
17
|
-
shapesLine = "ri-shapes-line",
|
|
18
|
-
closeLine = "ri-close-line",
|
|
19
|
-
eyeLine = "ri-eye-line",
|
|
20
|
-
eyeCloseLine = "ri-eye-close-line",
|
|
21
|
-
linkedinBoxFill = "ri-linkedin-box-fill",
|
|
22
|
-
githubFill = "ri-github-fill",
|
|
23
|
-
instagramFill = "ri-instagram-fill",
|
|
24
|
-
twitterXFill = "ri-twitter-x-fill",
|
|
25
|
-
downloadCloud2Line = "ri-download-cloud-2-line",
|
|
26
|
-
globeLine = "ri-globe-line",
|
|
27
|
-
mailSendLine = "ri-mail-send-line",
|
|
28
|
-
pagesLine = "ri-pages-line",
|
|
29
|
-
gitForkLine = "ri-git-fork-line",
|
|
30
|
-
gitRepositoryPrivateLine = "ri-git-repository-private-line",
|
|
31
|
-
starLine = "ri-star-line",
|
|
32
|
-
calendar2Line = "ri-calendar-2-line",
|
|
33
|
-
macLine = "ri-mac-line",
|
|
34
|
-
more2Fill = "ri-more-2-fill",
|
|
35
|
-
editLine = "ri-edit-line",
|
|
36
|
-
deleteBinLine = "ri-delete-bin-line"
|
|
37
|
-
}
|
|
38
|
-
export declare enum IconsSize {
|
|
39
|
-
tiny = "tiny",
|
|
40
|
-
small = "small",
|
|
41
|
-
normal = "normal",
|
|
42
|
-
medium = "medium",
|
|
43
|
-
large = "large"
|
|
44
|
-
}
|
|
45
|
-
export declare enum IconsSpace {
|
|
46
|
-
left = "left",
|
|
47
|
-
right = "right",
|
|
48
|
-
none = "none"
|
|
49
|
-
}
|
package/lib/models/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { ButtonColor, ButtonSize } from './buttons/button.model';
|
|
2
|
-
export { DropdownType, DropdownDirection } from './buttons/dropdown.model';
|
|
3
|
-
export { LinkType, LinkAlign } from './buttons/link.model';
|
|
4
|
-
export type { InputType, InputValue } from './controls/input.model';
|
|
5
|
-
export { RadioDirection } from './controls/radio.model';
|
|
6
|
-
export { SelectType } from './controls/select.model';
|
|
7
|
-
export { Icons, IconsSize, IconsSpace } from './icon/icon.model';
|
|
8
|
-
export { type TableColumn, type TableColumnStructure, type TableColumnToTableColumns, type TableColumnAction, type TableColumnActionOutput, type TableSearchOutput, type TablePagination, TableColumnActionType, TableSearchAction } from './tables/table.model';
|
|
9
|
-
export { TileColor, TilePaddingSize } from './tiles/tile.model';
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { Icons } from '../icon/icon.model';
|
|
3
|
-
export interface TableColumn {
|
|
4
|
-
name: string;
|
|
5
|
-
label: string;
|
|
6
|
-
width: string;
|
|
7
|
-
minWidth: string;
|
|
8
|
-
maxWidth: string;
|
|
9
|
-
template: TemplateRef<unknown> | undefined;
|
|
10
|
-
justify: 'left' | 'center' | 'right';
|
|
11
|
-
hide: boolean;
|
|
12
|
-
transform: (value: unknown) => string | number;
|
|
13
|
-
values: unknown[];
|
|
14
|
-
}
|
|
15
|
-
export interface TableColumnStructure {
|
|
16
|
-
name: string;
|
|
17
|
-
label: string;
|
|
18
|
-
width?: string;
|
|
19
|
-
minWidth?: string;
|
|
20
|
-
maxWidth?: string;
|
|
21
|
-
template?: TemplateRef<unknown>;
|
|
22
|
-
justify?: 'left' | 'center' | 'right';
|
|
23
|
-
hide?: boolean;
|
|
24
|
-
transform?: (value: unknown) => string | number;
|
|
25
|
-
}
|
|
26
|
-
export interface TableColumnToTableColumns {
|
|
27
|
-
tableColumnStructures: TableColumnStructure[];
|
|
28
|
-
tableColumnActions: TableColumnAction[];
|
|
29
|
-
dataStructures: unknown[];
|
|
30
|
-
}
|
|
31
|
-
export interface TableColumnAction {
|
|
32
|
-
label: string;
|
|
33
|
-
icon: Icons;
|
|
34
|
-
type: TableColumnActionType;
|
|
35
|
-
showWhen: (dataStructure: unknown) => boolean;
|
|
36
|
-
}
|
|
37
|
-
export declare enum TableColumnActionType {
|
|
38
|
-
show = "show",
|
|
39
|
-
open = "open",
|
|
40
|
-
update = "update",
|
|
41
|
-
delete = "delete"
|
|
42
|
-
}
|
|
43
|
-
export interface TableColumnActionOutput {
|
|
44
|
-
tableColumnAction: TableColumnAction;
|
|
45
|
-
object: unknown;
|
|
46
|
-
}
|
|
47
|
-
export interface TableSearchOutput {
|
|
48
|
-
action: TableSearchAction;
|
|
49
|
-
searching: string;
|
|
50
|
-
}
|
|
51
|
-
export declare enum TableSearchAction {
|
|
52
|
-
searching = "searching",
|
|
53
|
-
cleared = "cleared"
|
|
54
|
-
}
|
|
55
|
-
export interface TablePagination {
|
|
56
|
-
itemsPerPage: number;
|
|
57
|
-
initialPage: number;
|
|
58
|
-
maxItems: number;
|
|
59
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare enum TileColor {
|
|
2
|
-
default = "default",
|
|
3
|
-
pink = "pink",
|
|
4
|
-
purple = "purple",
|
|
5
|
-
mustard = "mustard",
|
|
6
|
-
orange = "orange",
|
|
7
|
-
red = "red",
|
|
8
|
-
blue = "blue",
|
|
9
|
-
green = "green"
|
|
10
|
-
}
|
|
11
|
-
export declare enum TilePaddingSize {
|
|
12
|
-
zero = "zero",
|
|
13
|
-
tiny = "tiny",
|
|
14
|
-
small = "small",
|
|
15
|
-
normal = "normal",
|
|
16
|
-
medium = "medium",
|
|
17
|
-
large = "large"
|
|
18
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare function formatDateToISO(outerDate: string | Date): string | null;
|
|
2
|
-
export declare function formatDateFromISOToDDMMYYYY(dateAsString: string): string | null;
|
|
3
|
-
export declare function formatDateFromISOToYYYYMMDD(dateAsString: string | null): string | null;
|
|
4
|
-
export declare function getDateWithOffsetInYears({ years }: {
|
|
5
|
-
years: number;
|
|
6
|
-
}): Date;
|
package/lib/utils/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function capitalizeFirstLetter(str: string): string;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { isDateValidator } from './is-date/is-date.validator';
|
|
2
|
-
export { isDocumentValidator } from './is-document/is-document.validator';
|
|
3
|
-
export { isEmailValidator } from './is-email/is-email.validator';
|
|
4
|
-
export { isFormSelectItemValidator } from './is-form-select-item/is-form-select-item.validator';
|
|
5
|
-
export { isLicensePlateValidator } from './is-license-plate/is-license-plate.validator';
|
|
6
|
-
export { isNaturalNumberValidator } from './is-natural-number/is-natural-number.validator';
|
|
7
|
-
export { minimumAgeValidator } from './minimum-age/minimum-age.validator';
|
|
8
|
-
export { mustMatchValidator } from './must-match/must-match.validator';
|
|
9
|
-
export { mustUnmatchValidator } from './must-unmatch/must-unmatch.validator';
|