overview-components 1.0.46 → 1.0.47
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/dist/schemas/lit-case-variables-tab-rows.schema.d.ts +87 -93
- package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts.map +1 -1
- package/dist/schemas/lit-case-variables-tab-rows.schema.js +2 -8
- package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +1 -1
- package/dist/schemas/lit-case-variables-tab.schema.d.ts +87 -93
- package/dist/schemas/lit-case-variables-tab.schema.d.ts.map +1 -1
- package/dist/validators/validator.d.ts +1 -0
- package/dist/validators/validator.d.ts.map +1 -1
- package/dist/validators/validator.js +2 -1
- package/dist/validators/validator.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,108 +1,102 @@
|
|
|
1
1
|
export declare const litCaseVariablesTabRowsSchema: {
|
|
2
|
-
readonly type: "
|
|
3
|
-
readonly
|
|
4
|
-
readonly
|
|
5
|
-
|
|
6
|
-
readonly
|
|
2
|
+
readonly type: "array";
|
|
3
|
+
readonly items: {
|
|
4
|
+
readonly type: "object";
|
|
5
|
+
readonly properties: {
|
|
6
|
+
readonly field: {
|
|
7
|
+
readonly type: "string";
|
|
8
|
+
};
|
|
9
|
+
readonly type: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly enum: readonly ["string", "button", "link", "date", "currency"];
|
|
12
|
+
};
|
|
13
|
+
readonly headerName: {
|
|
14
|
+
readonly type: "string";
|
|
15
|
+
};
|
|
16
|
+
readonly value: {
|
|
17
|
+
readonly oneOf: readonly [{
|
|
18
|
+
readonly type: "string";
|
|
19
|
+
}, {
|
|
20
|
+
readonly type: "number";
|
|
21
|
+
}, {
|
|
22
|
+
readonly type: "null";
|
|
23
|
+
}];
|
|
24
|
+
};
|
|
25
|
+
readonly size: {
|
|
7
26
|
readonly type: "object";
|
|
8
27
|
readonly properties: {
|
|
9
|
-
readonly
|
|
10
|
-
readonly type: "
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
readonly type: "string";
|
|
14
|
-
readonly enum: readonly ["string", "button", "link", "date", "currency"];
|
|
15
|
-
};
|
|
16
|
-
readonly headerName: {
|
|
17
|
-
readonly type: "string";
|
|
18
|
-
};
|
|
19
|
-
readonly value: {
|
|
20
|
-
readonly oneOf: readonly [{
|
|
21
|
-
readonly type: "string";
|
|
22
|
-
}, {
|
|
23
|
-
readonly type: "number";
|
|
24
|
-
}, {
|
|
25
|
-
readonly type: "null";
|
|
26
|
-
}];
|
|
27
|
-
};
|
|
28
|
-
readonly size: {
|
|
29
|
-
readonly type: "object";
|
|
30
|
-
readonly properties: {
|
|
31
|
-
readonly xs: {
|
|
32
|
-
readonly type: "integer";
|
|
33
|
-
readonly minimum: 1;
|
|
34
|
-
readonly maximum: 4;
|
|
35
|
-
};
|
|
36
|
-
readonly sm: {
|
|
37
|
-
readonly type: "integer";
|
|
38
|
-
readonly minimum: 1;
|
|
39
|
-
readonly maximum: 4;
|
|
40
|
-
};
|
|
41
|
-
readonly md: {
|
|
42
|
-
readonly type: "integer";
|
|
43
|
-
readonly minimum: 1;
|
|
44
|
-
readonly maximum: 4;
|
|
45
|
-
};
|
|
46
|
-
readonly lg: {
|
|
47
|
-
readonly type: "integer";
|
|
48
|
-
readonly minimum: 1;
|
|
49
|
-
readonly maximum: 4;
|
|
50
|
-
};
|
|
51
|
-
readonly xl: {
|
|
52
|
-
readonly type: "integer";
|
|
53
|
-
readonly minimum: 1;
|
|
54
|
-
readonly maximum: 4;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
readonly additionalProperties: false;
|
|
58
|
-
};
|
|
59
|
-
readonly buttonVariant: {
|
|
60
|
-
readonly type: "string";
|
|
61
|
-
};
|
|
62
|
-
readonly buttonFullWidth: {
|
|
63
|
-
readonly type: "boolean";
|
|
64
|
-
};
|
|
65
|
-
readonly href: {
|
|
66
|
-
readonly type: readonly ["string"];
|
|
67
|
-
};
|
|
68
|
-
readonly headerStyle: {
|
|
69
|
-
readonly type: readonly ["object"];
|
|
70
|
-
readonly additionalProperties: true;
|
|
71
|
-
};
|
|
72
|
-
readonly valueStyle: {
|
|
73
|
-
readonly type: readonly ["object"];
|
|
74
|
-
readonly additionalProperties: true;
|
|
28
|
+
readonly xs: {
|
|
29
|
+
readonly type: "integer";
|
|
30
|
+
readonly minimum: 1;
|
|
31
|
+
readonly maximum: 4;
|
|
75
32
|
};
|
|
76
|
-
readonly
|
|
77
|
-
readonly type:
|
|
78
|
-
readonly
|
|
33
|
+
readonly sm: {
|
|
34
|
+
readonly type: "integer";
|
|
35
|
+
readonly minimum: 1;
|
|
36
|
+
readonly maximum: 4;
|
|
79
37
|
};
|
|
80
|
-
readonly
|
|
81
|
-
readonly type:
|
|
38
|
+
readonly md: {
|
|
39
|
+
readonly type: "integer";
|
|
40
|
+
readonly minimum: 1;
|
|
41
|
+
readonly maximum: 4;
|
|
82
42
|
};
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
readonly
|
|
87
|
-
};
|
|
88
|
-
readonly '^tooltip_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
89
|
-
readonly type: "string";
|
|
43
|
+
readonly lg: {
|
|
44
|
+
readonly type: "integer";
|
|
45
|
+
readonly minimum: 1;
|
|
46
|
+
readonly maximum: 4;
|
|
90
47
|
};
|
|
91
|
-
readonly
|
|
92
|
-
readonly
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
readonly type: "number";
|
|
96
|
-
}, {
|
|
97
|
-
readonly type: "null";
|
|
98
|
-
}];
|
|
48
|
+
readonly xl: {
|
|
49
|
+
readonly type: "integer";
|
|
50
|
+
readonly minimum: 1;
|
|
51
|
+
readonly maximum: 4;
|
|
99
52
|
};
|
|
100
53
|
};
|
|
101
|
-
readonly required: readonly ["field"];
|
|
102
54
|
readonly additionalProperties: false;
|
|
103
55
|
};
|
|
56
|
+
readonly buttonVariant: {
|
|
57
|
+
readonly type: "string";
|
|
58
|
+
};
|
|
59
|
+
readonly buttonFullWidth: {
|
|
60
|
+
readonly type: "boolean";
|
|
61
|
+
};
|
|
62
|
+
readonly href: {
|
|
63
|
+
readonly type: readonly ["string"];
|
|
64
|
+
};
|
|
65
|
+
readonly headerStyle: {
|
|
66
|
+
readonly type: readonly ["object"];
|
|
67
|
+
readonly additionalProperties: true;
|
|
68
|
+
};
|
|
69
|
+
readonly valueStyle: {
|
|
70
|
+
readonly type: readonly ["object"];
|
|
71
|
+
readonly additionalProperties: true;
|
|
72
|
+
};
|
|
73
|
+
readonly cellStyle: {
|
|
74
|
+
readonly type: readonly ["object"];
|
|
75
|
+
readonly additionalProperties: true;
|
|
76
|
+
};
|
|
77
|
+
readonly tooltip: {
|
|
78
|
+
readonly type: readonly ["string"];
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
readonly patternProperties: {
|
|
82
|
+
readonly '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
83
|
+
readonly type: "string";
|
|
84
|
+
};
|
|
85
|
+
readonly '^tooltip_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
86
|
+
readonly type: "string";
|
|
87
|
+
};
|
|
88
|
+
readonly '^value_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
89
|
+
readonly oneOf: readonly [{
|
|
90
|
+
readonly type: "string";
|
|
91
|
+
}, {
|
|
92
|
+
readonly type: "number";
|
|
93
|
+
}, {
|
|
94
|
+
readonly type: "null";
|
|
95
|
+
}];
|
|
96
|
+
};
|
|
104
97
|
};
|
|
98
|
+
readonly required: readonly ["field"];
|
|
99
|
+
readonly additionalProperties: false;
|
|
105
100
|
};
|
|
106
|
-
readonly additionalProperties: false;
|
|
107
101
|
};
|
|
108
102
|
//# sourceMappingURL=lit-case-variables-tab-rows.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lit-case-variables-tab-rows.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-rows.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"lit-case-variables-tab-rows.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-rows.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhC,CAAC"}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import { litCaseVariablesTabCellSchema } from './lit-case-variables-tab-cell.schema.js';
|
|
2
2
|
export const litCaseVariablesTabRowsSchema = {
|
|
3
|
-
type: '
|
|
4
|
-
|
|
5
|
-
rows: {
|
|
6
|
-
type: 'array',
|
|
7
|
-
items: litCaseVariablesTabCellSchema,
|
|
8
|
-
},
|
|
9
|
-
},
|
|
10
|
-
additionalProperties: false,
|
|
3
|
+
type: 'array',
|
|
4
|
+
items: litCaseVariablesTabCellSchema,
|
|
11
5
|
};
|
|
12
6
|
//# sourceMappingURL=lit-case-variables-tab-rows.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lit-case-variables-tab-rows.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-rows.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AAExF,MAAM,CAAC,MAAM,6BAA6B,GAAG;IACzC,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"lit-case-variables-tab-rows.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-rows.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AAExF,MAAM,CAAC,MAAM,6BAA6B,GAAG;IACzC,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6BAA6B;CAC9B,CAAC"}
|
|
@@ -9,111 +9,105 @@ export declare const litCaseVariablesTabSchema: {
|
|
|
9
9
|
readonly additionalProperties: true;
|
|
10
10
|
};
|
|
11
11
|
readonly rows: {
|
|
12
|
-
readonly type: "
|
|
13
|
-
readonly
|
|
14
|
-
readonly
|
|
15
|
-
|
|
16
|
-
readonly
|
|
12
|
+
readonly type: "array";
|
|
13
|
+
readonly items: {
|
|
14
|
+
readonly type: "object";
|
|
15
|
+
readonly properties: {
|
|
16
|
+
readonly field: {
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
};
|
|
19
|
+
readonly type: {
|
|
20
|
+
readonly type: "string";
|
|
21
|
+
readonly enum: readonly ["string", "button", "link", "date", "currency"];
|
|
22
|
+
};
|
|
23
|
+
readonly headerName: {
|
|
24
|
+
readonly type: "string";
|
|
25
|
+
};
|
|
26
|
+
readonly value: {
|
|
27
|
+
readonly oneOf: readonly [{
|
|
28
|
+
readonly type: "string";
|
|
29
|
+
}, {
|
|
30
|
+
readonly type: "number";
|
|
31
|
+
}, {
|
|
32
|
+
readonly type: "null";
|
|
33
|
+
}];
|
|
34
|
+
};
|
|
35
|
+
readonly size: {
|
|
17
36
|
readonly type: "object";
|
|
18
37
|
readonly properties: {
|
|
19
|
-
readonly
|
|
20
|
-
readonly type: "
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
readonly type: "string";
|
|
24
|
-
readonly enum: readonly ["string", "button", "link", "date", "currency"];
|
|
25
|
-
};
|
|
26
|
-
readonly headerName: {
|
|
27
|
-
readonly type: "string";
|
|
38
|
+
readonly xs: {
|
|
39
|
+
readonly type: "integer";
|
|
40
|
+
readonly minimum: 1;
|
|
41
|
+
readonly maximum: 4;
|
|
28
42
|
};
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
readonly type: "number";
|
|
34
|
-
}, {
|
|
35
|
-
readonly type: "null";
|
|
36
|
-
}];
|
|
43
|
+
readonly sm: {
|
|
44
|
+
readonly type: "integer";
|
|
45
|
+
readonly minimum: 1;
|
|
46
|
+
readonly maximum: 4;
|
|
37
47
|
};
|
|
38
|
-
readonly
|
|
39
|
-
readonly type: "
|
|
40
|
-
readonly
|
|
41
|
-
|
|
42
|
-
readonly type: "integer";
|
|
43
|
-
readonly minimum: 1;
|
|
44
|
-
readonly maximum: 4;
|
|
45
|
-
};
|
|
46
|
-
readonly sm: {
|
|
47
|
-
readonly type: "integer";
|
|
48
|
-
readonly minimum: 1;
|
|
49
|
-
readonly maximum: 4;
|
|
50
|
-
};
|
|
51
|
-
readonly md: {
|
|
52
|
-
readonly type: "integer";
|
|
53
|
-
readonly minimum: 1;
|
|
54
|
-
readonly maximum: 4;
|
|
55
|
-
};
|
|
56
|
-
readonly lg: {
|
|
57
|
-
readonly type: "integer";
|
|
58
|
-
readonly minimum: 1;
|
|
59
|
-
readonly maximum: 4;
|
|
60
|
-
};
|
|
61
|
-
readonly xl: {
|
|
62
|
-
readonly type: "integer";
|
|
63
|
-
readonly minimum: 1;
|
|
64
|
-
readonly maximum: 4;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
readonly additionalProperties: false;
|
|
48
|
+
readonly md: {
|
|
49
|
+
readonly type: "integer";
|
|
50
|
+
readonly minimum: 1;
|
|
51
|
+
readonly maximum: 4;
|
|
68
52
|
};
|
|
69
|
-
readonly
|
|
70
|
-
readonly type: "
|
|
53
|
+
readonly lg: {
|
|
54
|
+
readonly type: "integer";
|
|
55
|
+
readonly minimum: 1;
|
|
56
|
+
readonly maximum: 4;
|
|
71
57
|
};
|
|
72
|
-
readonly
|
|
73
|
-
readonly type: "
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
readonly type: readonly ["string"];
|
|
77
|
-
};
|
|
78
|
-
readonly headerStyle: {
|
|
79
|
-
readonly type: readonly ["object"];
|
|
80
|
-
readonly additionalProperties: true;
|
|
81
|
-
};
|
|
82
|
-
readonly valueStyle: {
|
|
83
|
-
readonly type: readonly ["object"];
|
|
84
|
-
readonly additionalProperties: true;
|
|
85
|
-
};
|
|
86
|
-
readonly cellStyle: {
|
|
87
|
-
readonly type: readonly ["object"];
|
|
88
|
-
readonly additionalProperties: true;
|
|
89
|
-
};
|
|
90
|
-
readonly tooltip: {
|
|
91
|
-
readonly type: readonly ["string"];
|
|
58
|
+
readonly xl: {
|
|
59
|
+
readonly type: "integer";
|
|
60
|
+
readonly minimum: 1;
|
|
61
|
+
readonly maximum: 4;
|
|
92
62
|
};
|
|
93
63
|
};
|
|
94
|
-
readonly patternProperties: {
|
|
95
|
-
readonly '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
96
|
-
readonly type: "string";
|
|
97
|
-
};
|
|
98
|
-
readonly '^tooltip_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
99
|
-
readonly type: "string";
|
|
100
|
-
};
|
|
101
|
-
readonly '^value_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
102
|
-
readonly oneOf: readonly [{
|
|
103
|
-
readonly type: "string";
|
|
104
|
-
}, {
|
|
105
|
-
readonly type: "number";
|
|
106
|
-
}, {
|
|
107
|
-
readonly type: "null";
|
|
108
|
-
}];
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
readonly required: readonly ["field"];
|
|
112
64
|
readonly additionalProperties: false;
|
|
113
65
|
};
|
|
66
|
+
readonly buttonVariant: {
|
|
67
|
+
readonly type: "string";
|
|
68
|
+
};
|
|
69
|
+
readonly buttonFullWidth: {
|
|
70
|
+
readonly type: "boolean";
|
|
71
|
+
};
|
|
72
|
+
readonly href: {
|
|
73
|
+
readonly type: readonly ["string"];
|
|
74
|
+
};
|
|
75
|
+
readonly headerStyle: {
|
|
76
|
+
readonly type: readonly ["object"];
|
|
77
|
+
readonly additionalProperties: true;
|
|
78
|
+
};
|
|
79
|
+
readonly valueStyle: {
|
|
80
|
+
readonly type: readonly ["object"];
|
|
81
|
+
readonly additionalProperties: true;
|
|
82
|
+
};
|
|
83
|
+
readonly cellStyle: {
|
|
84
|
+
readonly type: readonly ["object"];
|
|
85
|
+
readonly additionalProperties: true;
|
|
86
|
+
};
|
|
87
|
+
readonly tooltip: {
|
|
88
|
+
readonly type: readonly ["string"];
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
readonly patternProperties: {
|
|
92
|
+
readonly '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
93
|
+
readonly type: "string";
|
|
94
|
+
};
|
|
95
|
+
readonly '^tooltip_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
96
|
+
readonly type: "string";
|
|
97
|
+
};
|
|
98
|
+
readonly '^value_(cs|en|de|sk|pl|hu|fr|it|es)$': {
|
|
99
|
+
readonly oneOf: readonly [{
|
|
100
|
+
readonly type: "string";
|
|
101
|
+
}, {
|
|
102
|
+
readonly type: "number";
|
|
103
|
+
}, {
|
|
104
|
+
readonly type: "null";
|
|
105
|
+
}];
|
|
106
|
+
};
|
|
114
107
|
};
|
|
108
|
+
readonly required: readonly ["field"];
|
|
109
|
+
readonly additionalProperties: false;
|
|
115
110
|
};
|
|
116
|
-
readonly additionalProperties: false;
|
|
117
111
|
};
|
|
118
112
|
readonly hideTabWhen: {
|
|
119
113
|
readonly type: readonly ["boolean"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lit-case-variables-tab.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab.schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"lit-case-variables-tab.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab.schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqB5B,CAAC"}
|
|
@@ -4,4 +4,5 @@ export declare const validateCellCaseVariablesTab: import("ajv").ValidateFunctio
|
|
|
4
4
|
export declare const validateCaseVariablesTab: import("ajv").ValidateFunction<{
|
|
5
5
|
tabId: any;
|
|
6
6
|
}>;
|
|
7
|
+
export declare const validateCaseVariablesTabRows: import("ajv").ValidateFunction<unknown>;
|
|
7
8
|
//# sourceMappingURL=validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../src/validators/validator.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,4BAA4B;;EAA6C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;EAAyC,CAAC"}
|
|
1
|
+
{"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../src/validators/validator.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,4BAA4B;;EAA6C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;EAAyC,CAAC;AAC/E,eAAO,MAAM,4BAA4B,yCAA6C,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Ajv from "ajv";
|
|
2
|
-
import { litCaseVariablesTabCellSchema, litCaseVariablesTabSchema } from "../schemas/index.js";
|
|
2
|
+
import { litCaseVariablesTabCellSchema, litCaseVariablesTabSchema, litCaseVariablesTabRowsSchema } from "../schemas/index.js";
|
|
3
3
|
const ajv = new Ajv();
|
|
4
4
|
export const validateCellCaseVariablesTab = ajv.compile(litCaseVariablesTabCellSchema);
|
|
5
5
|
export const validateCaseVariablesTab = ajv.compile(litCaseVariablesTabSchema);
|
|
6
|
+
export const validateCaseVariablesTabRows = ajv.compile(litCaseVariablesTabRowsSchema);
|
|
6
7
|
//# sourceMappingURL=validator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validator.js","sourceRoot":"","sources":["../../src/validators/validator.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AACtB,OAAO,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"validator.js","sourceRoot":"","sources":["../../src/validators/validator.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AACtB,OAAO,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAE9H,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;AACtB,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;AACvF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC;AAC/E,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC"}
|