@defra/forms-model 3.0.7 → 3.0.9
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/browser/components/component-types.js.map +1 -1
- package/dist/browser/components/conditional-component-types.js.map +1 -1
- package/dist/browser/components/index.js.map +1 -1
- package/dist/browser/conditions/condition-abstract.js.map +1 -1
- package/dist/browser/conditions/condition-field.js.map +1 -1
- package/dist/browser/conditions/condition-group-def.js.map +1 -1
- package/dist/browser/conditions/condition-group.js.map +1 -1
- package/dist/browser/conditions/condition-model.js.map +1 -1
- package/dist/browser/conditions/condition-operators.js.map +1 -1
- package/dist/browser/conditions/condition-ref.js.map +1 -1
- package/dist/browser/conditions/condition-value-abstract.js.map +1 -1
- package/dist/browser/conditions/condition-values.js.map +1 -1
- package/dist/browser/conditions/condition.js.map +1 -1
- package/dist/browser/conditions/index.js.map +1 -1
- package/dist/browser/conditions/inline-condition-model.js.map +1 -1
- package/dist/browser/conditions/inline-condition-operators.js.map +1 -1
- package/dist/browser/conditions/types.js.map +1 -1
- package/dist/browser/data-model/conditions-wrapper.js.map +1 -1
- package/dist/browser/data-model/index.js +4 -40
- package/dist/browser/data-model/index.js.map +1 -1
- package/dist/browser/data-model/input-wrapper.js.map +1 -1
- package/dist/browser/data-model/types.js.map +1 -1
- package/dist/browser/form/index.js.map +1 -1
- package/dist/browser/index.js +45 -70
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/migration/index.js.map +1 -1
- package/dist/browser/migration/migration.0-2.js.map +1 -1
- package/dist/browser/migration/migration.1-2.js.map +1 -1
- package/dist/browser/migration/whichMigrations.js.map +1 -1
- package/dist/browser/schema/index.js.map +1 -1
- package/dist/module/components/component-types.js.map +1 -1
- package/dist/module/components/conditional-component-types.js.map +1 -1
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/conditions/condition-abstract.js.map +1 -1
- package/dist/module/conditions/condition-field.js.map +1 -1
- package/dist/module/conditions/condition-group-def.js.map +1 -1
- package/dist/module/conditions/condition-group.js.map +1 -1
- package/dist/module/conditions/condition-model.js.map +1 -1
- package/dist/module/conditions/condition-operators.js.map +1 -1
- package/dist/module/conditions/condition-ref.js.map +1 -1
- package/dist/module/conditions/condition-value-abstract.js.map +1 -1
- package/dist/module/conditions/condition-values.js.map +1 -1
- package/dist/module/conditions/condition.js.map +1 -1
- package/dist/module/conditions/index.js.map +1 -1
- package/dist/module/conditions/inline-condition-model.js.map +1 -1
- package/dist/module/conditions/inline-condition-operators.js.map +1 -1
- package/dist/module/conditions/types.js.map +1 -1
- package/dist/module/data-model/conditions-wrapper.js.map +1 -1
- package/dist/module/data-model/index.js +0 -37
- package/dist/module/data-model/index.js.map +1 -1
- package/dist/module/data-model/input-wrapper.js.map +1 -1
- package/dist/module/data-model/types.js.map +1 -1
- package/dist/module/form/index.js.map +1 -1
- package/dist/module/index.js +50 -75
- package/dist/module/index.js.map +1 -1
- package/dist/module/migration/index.js.map +1 -1
- package/dist/module/migration/migration.0-2.js.map +1 -1
- package/dist/module/migration/migration.1-2.js.map +1 -1
- package/dist/module/migration/whichMigrations.js.map +1 -1
- package/dist/module/schema/index.js.map +1 -1
- package/dist/types/components/component-types.d.ts +3 -0
- package/dist/{module → types}/components/component-types.d.ts.map +1 -1
- package/dist/types/components/conditional-component-types.d.ts +3 -0
- package/dist/types/components/conditional-component-types.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/{browser → types}/conditions/condition-abstract.d.ts +1 -1
- package/dist/types/conditions/condition-abstract.d.ts.map +1 -0
- package/dist/{browser → types}/conditions/condition-field.d.ts +1 -1
- package/dist/types/conditions/condition-field.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition-group-def.d.ts +1 -1
- package/dist/types/conditions/condition-group-def.d.ts.map +1 -0
- package/dist/{browser → types}/conditions/condition-group.d.ts +2 -2
- package/dist/types/conditions/condition-group.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition-model.d.ts +5 -5
- package/dist/types/conditions/condition-model.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition-operators.d.ts +2 -2
- package/dist/types/conditions/condition-operators.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition-ref.d.ts +2 -2
- package/dist/types/conditions/condition-ref.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition-value-abstract.d.ts +1 -1
- package/dist/types/conditions/condition-value-abstract.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition-values.d.ts +3 -3
- package/dist/types/conditions/condition-values.d.ts.map +1 -0
- package/dist/{module → types}/conditions/condition.d.ts +4 -4
- package/dist/types/conditions/condition.d.ts.map +1 -0
- package/dist/types/conditions/index.d.ts +11 -0
- package/dist/types/conditions/index.d.ts.map +1 -0
- package/dist/{browser → types}/conditions/inline-condition-model.d.ts.map +1 -1
- package/dist/{module → types}/conditions/types.d.ts +3 -3
- package/dist/types/conditions/types.d.ts.map +1 -0
- package/dist/types/data-model/conditions-wrapper.d.ts +10 -0
- package/dist/types/data-model/conditions-wrapper.d.ts.map +1 -0
- package/dist/types/data-model/index.d.ts +4 -0
- package/dist/types/data-model/index.d.ts.map +1 -0
- package/dist/{browser → types}/data-model/input-wrapper.d.ts +2 -2
- package/dist/types/data-model/input-wrapper.d.ts.map +1 -0
- package/dist/{module → types}/data-model/types.d.ts +12 -3
- package/dist/types/data-model/types.d.ts.map +1 -0
- package/dist/types/form/index.d.ts +2 -0
- package/dist/{module → types}/form/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +12 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/migration/index.d.ts +2 -0
- package/dist/{browser → types}/migration/index.d.ts.map +1 -1
- package/dist/types/migration/migration.0-2.d.ts +3 -0
- package/dist/{browser → types}/migration/migration.0-2.d.ts.map +1 -1
- package/dist/types/migration/migration.1-2.d.ts +3 -0
- package/dist/{browser → types}/migration/migration.1-2.d.ts.map +1 -1
- package/dist/{browser → types}/migration/whichMigrations.d.ts +1 -1
- package/dist/{browser → types}/migration/whichMigrations.d.ts.map +1 -1
- package/dist/types/schema/index.d.ts +2 -0
- package/dist/{module → types}/schema/index.d.ts.map +1 -1
- package/package.json +3 -5
- package/src/components/component-types.ts +1 -1
- package/src/components/conditional-component-types.ts +1 -1
- package/src/components/index.ts +3 -4
- package/src/conditions/condition-abstract.ts +1 -1
- package/src/conditions/condition-field.ts +2 -1
- package/src/conditions/condition-group-def.ts +1 -1
- package/src/conditions/condition-group.ts +3 -3
- package/src/conditions/condition-model.ts +9 -9
- package/src/conditions/condition-operators.ts +3 -4
- package/src/conditions/condition-ref.ts +2 -2
- package/src/conditions/condition-value-abstract.ts +1 -1
- package/src/conditions/condition-values.ts +7 -3
- package/src/conditions/condition.ts +9 -6
- package/src/conditions/index.ts +10 -10
- package/src/conditions/inline-condition-model.ts +6 -3
- package/src/conditions/inline-condition-operators.ts +1 -1
- package/src/conditions/types.ts +3 -3
- package/src/data-model/conditions-wrapper.ts +5 -15
- package/src/data-model/index.ts +3 -4
- package/src/data-model/input-wrapper.ts +3 -3
- package/src/data-model/types.ts +16 -3
- package/src/form/index.ts +1 -1
- package/src/index.ts +11 -14
- package/src/migration/index.ts +1 -1
- package/src/migration/migration.0-2.ts +1 -1
- package/src/migration/migration.1-2.ts +2 -2
- package/src/migration/whichMigrations.ts +3 -3
- package/src/schema/index.ts +1 -1
- package/dist/browser/components/component-types.d.ts +0 -3
- package/dist/browser/components/component-types.d.ts.map +0 -1
- package/dist/browser/components/conditional-component-types.d.ts +0 -3
- package/dist/browser/components/conditional-component-types.d.ts.map +0 -1
- package/dist/browser/components/index.d.ts +0 -5
- package/dist/browser/components/index.d.ts.map +0 -1
- package/dist/browser/conditions/condition-abstract.d.ts.map +0 -1
- package/dist/browser/conditions/condition-field.d.ts.map +0 -1
- package/dist/browser/conditions/condition-group-def.d.ts +0 -10
- package/dist/browser/conditions/condition-group-def.d.ts.map +0 -1
- package/dist/browser/conditions/condition-group.d.ts.map +0 -1
- package/dist/browser/conditions/condition-model.d.ts +0 -41
- package/dist/browser/conditions/condition-model.d.ts.map +0 -1
- package/dist/browser/conditions/condition-operators.d.ts +0 -248
- package/dist/browser/conditions/condition-operators.d.ts.map +0 -1
- package/dist/browser/conditions/condition-ref.d.ts +0 -12
- package/dist/browser/conditions/condition-ref.d.ts.map +0 -1
- package/dist/browser/conditions/condition-value-abstract.d.ts +0 -8
- package/dist/browser/conditions/condition-value-abstract.d.ts.map +0 -1
- package/dist/browser/conditions/condition-values.d.ts +0 -38
- package/dist/browser/conditions/condition-values.d.ts.map +0 -1
- package/dist/browser/conditions/condition.d.ts +0 -15
- package/dist/browser/conditions/condition.d.ts.map +0 -1
- package/dist/browser/conditions/index.d.ts +0 -11
- package/dist/browser/conditions/index.d.ts.map +0 -1
- package/dist/browser/conditions/types.d.ts +0 -34
- package/dist/browser/conditions/types.d.ts.map +0 -1
- package/dist/browser/data-model/conditions-wrapper.d.ts +0 -19
- package/dist/browser/data-model/conditions-wrapper.d.ts.map +0 -1
- package/dist/browser/data-model/index.d.ts +0 -5
- package/dist/browser/data-model/index.d.ts.map +0 -1
- package/dist/browser/data-model/input-wrapper.d.ts.map +0 -1
- package/dist/browser/data-model/types.d.ts +0 -149
- package/dist/browser/data-model/types.d.ts.map +0 -1
- package/dist/browser/form/index.d.ts +0 -2
- package/dist/browser/form/index.d.ts.map +0 -1
- package/dist/browser/index.d.ts +0 -11
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/migration/index.d.ts +0 -2
- package/dist/browser/migration/migration.0-2.d.ts +0 -3
- package/dist/browser/migration/migration.1-2.d.ts +0 -3
- package/dist/browser/schema/index.d.ts +0 -2
- package/dist/browser/schema/index.d.ts.map +0 -1
- package/dist/module/components/component-types.d.ts +0 -3
- package/dist/module/components/conditional-component-types.d.ts +0 -3
- package/dist/module/components/conditional-component-types.d.ts.map +0 -1
- package/dist/module/components/enums.d.ts +0 -27
- package/dist/module/components/enums.d.ts.map +0 -1
- package/dist/module/components/index.d.ts +0 -5
- package/dist/module/components/index.d.ts.map +0 -1
- package/dist/module/components/types.d.ts +0 -215
- package/dist/module/components/types.d.ts.map +0 -1
- package/dist/module/conditions/condition-abstract.d.ts +0 -16
- package/dist/module/conditions/condition-abstract.d.ts.map +0 -1
- package/dist/module/conditions/condition-field.d.ts +0 -13
- package/dist/module/conditions/condition-field.d.ts.map +0 -1
- package/dist/module/conditions/condition-group-def.d.ts.map +0 -1
- package/dist/module/conditions/condition-group.d.ts +0 -16
- package/dist/module/conditions/condition-group.d.ts.map +0 -1
- package/dist/module/conditions/condition-model.d.ts.map +0 -1
- package/dist/module/conditions/condition-operators.d.ts.map +0 -1
- package/dist/module/conditions/condition-ref.d.ts.map +0 -1
- package/dist/module/conditions/condition-value-abstract.d.ts.map +0 -1
- package/dist/module/conditions/condition-value-registration.d.ts +0 -10
- package/dist/module/conditions/condition-value-registration.d.ts.map +0 -1
- package/dist/module/conditions/condition-values.d.ts.map +0 -1
- package/dist/module/conditions/condition.d.ts.map +0 -1
- package/dist/module/conditions/enums.d.ts +0 -5
- package/dist/module/conditions/enums.d.ts.map +0 -1
- package/dist/module/conditions/helpers.d.ts +0 -3
- package/dist/module/conditions/helpers.d.ts.map +0 -1
- package/dist/module/conditions/index.d.ts +0 -11
- package/dist/module/conditions/index.d.ts.map +0 -1
- package/dist/module/conditions/inline-condition-model.d.ts +0 -86
- package/dist/module/conditions/inline-condition-model.d.ts.map +0 -1
- package/dist/module/conditions/inline-condition-operators.d.ts +0 -175
- package/dist/module/conditions/inline-condition-operators.d.ts.map +0 -1
- package/dist/module/conditions/inline-condition-values.d.ts +0 -93
- package/dist/module/conditions/inline-condition-values.d.ts.map +0 -1
- package/dist/module/conditions/types.d.ts.map +0 -1
- package/dist/module/data-model/conditions-wrapper.d.ts +0 -19
- package/dist/module/data-model/conditions-wrapper.d.ts.map +0 -1
- package/dist/module/data-model/enums.d.ts +0 -6
- package/dist/module/data-model/enums.d.ts.map +0 -1
- package/dist/module/data-model/index.d.ts +0 -5
- package/dist/module/data-model/index.d.ts.map +0 -1
- package/dist/module/data-model/input-wrapper.d.ts +0 -16
- package/dist/module/data-model/input-wrapper.d.ts.map +0 -1
- package/dist/module/data-model/types.d.ts.map +0 -1
- package/dist/module/form/form-configuration.d.ts +0 -8
- package/dist/module/form/form-configuration.d.ts.map +0 -1
- package/dist/module/form/index.d.ts +0 -2
- package/dist/module/index.d.ts +0 -11
- package/dist/module/index.d.ts.map +0 -1
- package/dist/module/migration/index.d.ts +0 -2
- package/dist/module/migration/index.d.ts.map +0 -1
- package/dist/module/migration/migration.0-2.d.ts +0 -3
- package/dist/module/migration/migration.0-2.d.ts.map +0 -1
- package/dist/module/migration/migration.1-2.d.ts +0 -3
- package/dist/module/migration/migration.1-2.d.ts.map +0 -1
- package/dist/module/migration/types.d.ts +0 -2
- package/dist/module/migration/types.d.ts.map +0 -1
- package/dist/module/migration/whichMigrations.d.ts +0 -7
- package/dist/module/migration/whichMigrations.d.ts.map +0 -1
- package/dist/module/schema/index.d.ts +0 -2
- package/dist/module/schema/schema.d.ts +0 -20
- package/dist/module/schema/schema.d.ts.map +0 -1
- package/dist/module/utils/helpers.d.ts +0 -9
- package/dist/module/utils/helpers.d.ts.map +0 -1
- package/dist/module/utils/logger.d.ts +0 -11
- package/dist/module/utils/logger.d.ts.map +0 -1
- /package/dist/{browser → types}/components/enums.d.ts +0 -0
- /package/dist/{browser → types}/components/enums.d.ts.map +0 -0
- /package/dist/{browser → types}/components/types.d.ts +0 -0
- /package/dist/{browser → types}/components/types.d.ts.map +0 -0
- /package/dist/{browser → types}/conditions/condition-value-registration.d.ts +0 -0
- /package/dist/{browser → types}/conditions/condition-value-registration.d.ts.map +0 -0
- /package/dist/{browser → types}/conditions/enums.d.ts +0 -0
- /package/dist/{browser → types}/conditions/enums.d.ts.map +0 -0
- /package/dist/{browser → types}/conditions/helpers.d.ts +0 -0
- /package/dist/{browser → types}/conditions/helpers.d.ts.map +0 -0
- /package/dist/{browser → types}/conditions/inline-condition-model.d.ts +0 -0
- /package/dist/{browser → types}/conditions/inline-condition-operators.d.ts +0 -0
- /package/dist/{browser → types}/conditions/inline-condition-operators.d.ts.map +0 -0
- /package/dist/{browser → types}/conditions/inline-condition-values.d.ts +0 -0
- /package/dist/{browser → types}/conditions/inline-condition-values.d.ts.map +0 -0
- /package/dist/{browser → types}/data-model/enums.d.ts +0 -0
- /package/dist/{browser → types}/data-model/enums.d.ts.map +0 -0
- /package/dist/{browser → types}/form/form-configuration.d.ts +0 -0
- /package/dist/{browser → types}/form/form-configuration.d.ts.map +0 -0
- /package/dist/{browser → types}/migration/types.d.ts +0 -0
- /package/dist/{browser → types}/migration/types.d.ts.map +0 -0
- /package/dist/{browser → types}/schema/schema.d.ts +0 -0
- /package/dist/{browser → types}/schema/schema.d.ts.map +0 -0
- /package/dist/{browser → types}/utils/helpers.d.ts +0 -0
- /package/dist/{browser → types}/utils/helpers.d.ts.map +0 -0
- /package/dist/{browser → types}/utils/logger.d.ts +0 -0
- /package/dist/{browser → types}/utils/logger.d.ts.map +0 -0
@@ -1,175 +0,0 @@
|
|
1
|
-
export declare const customOperators: {
|
2
|
-
CheckboxesField: {
|
3
|
-
contains: {
|
4
|
-
expression: (field: any, value: any) => string;
|
5
|
-
};
|
6
|
-
'does not contain': {
|
7
|
-
expression: (field: any, value: any) => string;
|
8
|
-
};
|
9
|
-
};
|
10
|
-
NumberField: any;
|
11
|
-
DateField: {
|
12
|
-
is: {
|
13
|
-
expression: (field: any, value: any) => string;
|
14
|
-
};
|
15
|
-
'is not': {
|
16
|
-
expression: (field: any, value: any) => string;
|
17
|
-
};
|
18
|
-
'is before': {
|
19
|
-
expression: (field: any, value: any) => string;
|
20
|
-
};
|
21
|
-
'is after': {
|
22
|
-
expression: (field: any, value: any) => string;
|
23
|
-
};
|
24
|
-
} & {
|
25
|
-
'is at least': {
|
26
|
-
units: any;
|
27
|
-
expression: (field: any, value: any) => string;
|
28
|
-
};
|
29
|
-
'is at most': {
|
30
|
-
units: any;
|
31
|
-
expression: (field: any, value: any) => string;
|
32
|
-
};
|
33
|
-
'is less than': {
|
34
|
-
units: any;
|
35
|
-
expression: (field: any, value: any) => string;
|
36
|
-
};
|
37
|
-
'is more than': {
|
38
|
-
units: any;
|
39
|
-
expression: (field: any, value: any) => string;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
TimeField: {
|
43
|
-
is: {
|
44
|
-
expression: (field: any, value: any) => string;
|
45
|
-
};
|
46
|
-
'is not': {
|
47
|
-
expression: (field: any, value: any) => string;
|
48
|
-
};
|
49
|
-
'is before': {
|
50
|
-
expression: (field: any, value: any) => string;
|
51
|
-
};
|
52
|
-
'is after': {
|
53
|
-
expression: (field: any, value: any) => string;
|
54
|
-
};
|
55
|
-
} & {
|
56
|
-
'is at least': {
|
57
|
-
units: any;
|
58
|
-
expression: (field: any, value: any) => string;
|
59
|
-
};
|
60
|
-
'is at most': {
|
61
|
-
units: any;
|
62
|
-
expression: (field: any, value: any) => string;
|
63
|
-
};
|
64
|
-
'is less than': {
|
65
|
-
units: any;
|
66
|
-
expression: (field: any, value: any) => string;
|
67
|
-
};
|
68
|
-
'is more than': {
|
69
|
-
units: any;
|
70
|
-
expression: (field: any, value: any) => string;
|
71
|
-
};
|
72
|
-
};
|
73
|
-
DatePartsField: {
|
74
|
-
is: {
|
75
|
-
expression: (field: any, value: any) => string;
|
76
|
-
};
|
77
|
-
'is not': {
|
78
|
-
expression: (field: any, value: any) => string;
|
79
|
-
};
|
80
|
-
'is before': {
|
81
|
-
expression: (field: any, value: any) => string;
|
82
|
-
};
|
83
|
-
'is after': {
|
84
|
-
expression: (field: any, value: any) => string;
|
85
|
-
};
|
86
|
-
} & {
|
87
|
-
'is at least': {
|
88
|
-
units: any;
|
89
|
-
expression: (field: any, value: any) => string;
|
90
|
-
};
|
91
|
-
'is at most': {
|
92
|
-
units: any;
|
93
|
-
expression: (field: any, value: any) => string;
|
94
|
-
};
|
95
|
-
'is less than': {
|
96
|
-
units: any;
|
97
|
-
expression: (field: any, value: any) => string;
|
98
|
-
};
|
99
|
-
'is more than': {
|
100
|
-
units: any;
|
101
|
-
expression: (field: any, value: any) => string;
|
102
|
-
};
|
103
|
-
};
|
104
|
-
DateTimeField: {
|
105
|
-
is: {
|
106
|
-
expression: (field: any, value: any) => string;
|
107
|
-
};
|
108
|
-
'is not': {
|
109
|
-
expression: (field: any, value: any) => string;
|
110
|
-
};
|
111
|
-
'is before': {
|
112
|
-
expression: (field: any, value: any) => string;
|
113
|
-
};
|
114
|
-
'is after': {
|
115
|
-
expression: (field: any, value: any) => string;
|
116
|
-
};
|
117
|
-
} & {
|
118
|
-
'is at least': {
|
119
|
-
units: any;
|
120
|
-
expression: (field: any, value: any) => string;
|
121
|
-
};
|
122
|
-
'is at most': {
|
123
|
-
units: any;
|
124
|
-
expression: (field: any, value: any) => string;
|
125
|
-
};
|
126
|
-
'is less than': {
|
127
|
-
units: any;
|
128
|
-
expression: (field: any, value: any) => string;
|
129
|
-
};
|
130
|
-
'is more than': {
|
131
|
-
units: any;
|
132
|
-
expression: (field: any, value: any) => string;
|
133
|
-
};
|
134
|
-
};
|
135
|
-
DateTimePartsField: {
|
136
|
-
is: {
|
137
|
-
expression: (field: any, value: any) => string;
|
138
|
-
};
|
139
|
-
'is not': {
|
140
|
-
expression: (field: any, value: any) => string;
|
141
|
-
};
|
142
|
-
'is before': {
|
143
|
-
expression: (field: any, value: any) => string;
|
144
|
-
};
|
145
|
-
'is after': {
|
146
|
-
expression: (field: any, value: any) => string;
|
147
|
-
};
|
148
|
-
} & {
|
149
|
-
'is at least': {
|
150
|
-
units: any;
|
151
|
-
expression: (field: any, value: any) => string;
|
152
|
-
};
|
153
|
-
'is at most': {
|
154
|
-
units: any;
|
155
|
-
expression: (field: any, value: any) => string;
|
156
|
-
};
|
157
|
-
'is less than': {
|
158
|
-
units: any;
|
159
|
-
expression: (field: any, value: any) => string;
|
160
|
-
};
|
161
|
-
'is more than': {
|
162
|
-
units: any;
|
163
|
-
expression: (field: any, value: any) => string;
|
164
|
-
};
|
165
|
-
};
|
166
|
-
TextField: any;
|
167
|
-
MultilineTextField: any;
|
168
|
-
EmailAddressField: any;
|
169
|
-
};
|
170
|
-
export declare function getOperatorNames(fieldType: any): string[];
|
171
|
-
export declare function getExpression(fieldType: any, fieldName: any, operator: any, value: any): any;
|
172
|
-
export declare function getOperatorConfig(fieldType: any, operator: any): any;
|
173
|
-
export declare const absoluteDateOrTimeOperatorNames: string[];
|
174
|
-
export declare const relativeDateOrTimeOperatorNames: string[];
|
175
|
-
//# sourceMappingURL=inline-condition-operators.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"inline-condition-operators.d.ts","sourceRoot":"","sources":["../../../src/conditions/inline-condition-operators.ts"],"names":[],"mappings":"AAsCA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC3B,CAAA;AAED,wBAAgB,gBAAgB,CAAC,SAAS,KAAA,YAEzC;AAED,wBAAgB,aAAa,CAAC,SAAS,KAAA,EAAE,SAAS,KAAA,EAAE,QAAQ,KAAA,EAAE,KAAK,KAAA,OAKlE;AAED,wBAAgB,iBAAiB,CAAC,SAAS,KAAA,EAAE,QAAQ,KAAA,OAEpD;AAyCD,eAAO,MAAM,+BAA+B,UAE3C,CAAA;AACD,eAAO,MAAM,+BAA+B,UAE3C,CAAA"}
|
@@ -1,93 +0,0 @@
|
|
1
|
-
declare class Registration {
|
2
|
-
type: any;
|
3
|
-
constructor(type: any, factory: any);
|
4
|
-
}
|
5
|
-
export declare class AbstractConditionValue {
|
6
|
-
type: any;
|
7
|
-
constructor(registration: any);
|
8
|
-
toPresentationString(): void;
|
9
|
-
toExpression(): void;
|
10
|
-
}
|
11
|
-
export declare class ConditionValue extends AbstractConditionValue {
|
12
|
-
value: any;
|
13
|
-
display: any;
|
14
|
-
constructor(value: any, display: any);
|
15
|
-
toPresentationString(): any;
|
16
|
-
toExpression(): any;
|
17
|
-
static from(obj: any): ConditionValue;
|
18
|
-
clone(): ConditionValue;
|
19
|
-
}
|
20
|
-
export declare const dateDirections: {
|
21
|
-
FUTURE: string;
|
22
|
-
PAST: string;
|
23
|
-
};
|
24
|
-
export declare const dateUnits: {
|
25
|
-
YEARS: {
|
26
|
-
display: string;
|
27
|
-
value: string;
|
28
|
-
};
|
29
|
-
MONTHS: {
|
30
|
-
display: string;
|
31
|
-
value: string;
|
32
|
-
};
|
33
|
-
DAYS: {
|
34
|
-
display: string;
|
35
|
-
value: string;
|
36
|
-
};
|
37
|
-
};
|
38
|
-
export declare const timeUnits: {
|
39
|
-
HOURS: {
|
40
|
-
display: string;
|
41
|
-
value: string;
|
42
|
-
};
|
43
|
-
MINUTES: {
|
44
|
-
display: string;
|
45
|
-
value: string;
|
46
|
-
};
|
47
|
-
SECONDS: {
|
48
|
-
display: string;
|
49
|
-
value: string;
|
50
|
-
};
|
51
|
-
};
|
52
|
-
export declare const dateTimeUnits: {
|
53
|
-
YEARS: {
|
54
|
-
display: string;
|
55
|
-
value: string;
|
56
|
-
};
|
57
|
-
MONTHS: {
|
58
|
-
display: string;
|
59
|
-
value: string;
|
60
|
-
};
|
61
|
-
DAYS: {
|
62
|
-
display: string;
|
63
|
-
value: string;
|
64
|
-
};
|
65
|
-
} & {
|
66
|
-
HOURS: {
|
67
|
-
display: string;
|
68
|
-
value: string;
|
69
|
-
};
|
70
|
-
MINUTES: {
|
71
|
-
display: string;
|
72
|
-
value: string;
|
73
|
-
};
|
74
|
-
SECONDS: {
|
75
|
-
display: string;
|
76
|
-
value: string;
|
77
|
-
};
|
78
|
-
};
|
79
|
-
export declare const relativeTimeValueType: Registration;
|
80
|
-
export declare class RelativeTimeValue extends AbstractConditionValue {
|
81
|
-
timePeriod: any;
|
82
|
-
timeUnit: any;
|
83
|
-
direction: any;
|
84
|
-
timeOnly: any;
|
85
|
-
constructor(timePeriod: any, timeUnit: any, direction: any, timeOnly?: boolean);
|
86
|
-
toPresentationString(): string;
|
87
|
-
toExpression(): string;
|
88
|
-
static from(obj: any): RelativeTimeValue;
|
89
|
-
clone(): RelativeTimeValue;
|
90
|
-
}
|
91
|
-
export declare function valueFrom(obj: any): any;
|
92
|
-
export {};
|
93
|
-
//# sourceMappingURL=inline-condition-values.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"inline-condition-values.d.ts","sourceRoot":"","sources":["../../../src/conditions/inline-condition-values.ts"],"names":[],"mappings":"AAEA,cAAM,YAAY;IAChB,IAAI,MAAA;gBAEQ,IAAI,KAAA,EAAE,OAAO,KAAA;CAI1B;AAED,qBAAa,sBAAsB;IACjC,IAAI,MAAA;gBAEQ,YAAY,KAAA;IAYxB,oBAAoB;IACpB,YAAY;CACb;AAGD,qBAAa,cAAe,SAAQ,sBAAsB;IACxD,KAAK,MAAA;IACL,OAAO,MAAA;gBAEK,KAAK,KAAA,EAAE,OAAO,KAAA;IAY1B,oBAAoB;IAIpB,YAAY;IAIZ,MAAM,CAAC,IAAI,CAAC,GAAG,KAAA;IAIf,KAAK;CAGN;AAED,eAAO,MAAM,cAAc;;;CAG1B,CAAA;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAIrB,CAAA;AACD,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAIrB,CAAA;AACD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAA;AAEpE,eAAO,MAAM,qBAAqB,cAEjC,CAAA;AACD,qBAAa,iBAAkB,SAAQ,sBAAsB;IAC3D,UAAU,MAAA;IACV,QAAQ,MAAA;IACR,SAAS,MAAA;IACT,QAAQ,MAAA;gBAEI,UAAU,KAAA,EAAE,QAAQ,KAAA,EAAE,SAAS,KAAA,EAAE,QAAQ,UAAQ;IAqB7D,oBAAoB;IAIpB,YAAY;IAUZ,MAAM,CAAC,IAAI,CAAC,GAAG,KAAA;IASf,KAAK;CAGN;AAaD,wBAAgB,SAAS,CAAC,GAAG,KAAA,OAE5B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/conditions/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,MAAM,eAAe,GAAG,CAAC,SAAS,GAAG,cAAc,GAAG,YAAY,CAAC,EAAE,CAAA;AAE3E,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GACP,QAAQ,GACR,MAAM,GACN,OAAO,GACP,SAAS,GACT,SAAS,CAAA;AAEb,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE;QAAE,OAAO,EAAE,SAAS,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,CAAA;IAC7C,MAAM,EAAE;QAAE,OAAO,EAAE,UAAU,CAAC;QAAC,KAAK,EAAE,QAAQ,CAAA;KAAE,CAAA;IAChD,IAAI,EAAE;QAAE,OAAO,EAAE,QAAQ,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;CAC3C,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE;QAAE,OAAO,EAAE,SAAS,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,CAAA;IAC7C,OAAO,EAAE;QAAE,OAAO,EAAE,WAAW,CAAC;QAAC,KAAK,EAAE,SAAS,CAAA;KAAE,CAAA;IACnD,OAAO,EAAE;QAAE,OAAO,EAAE,WAAW,CAAC;QAAC,KAAK,EAAE,SAAS,CAAA;KAAE,CAAA;CACpD,CAAA"}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { Condition } from '../conditions/condition';
|
2
|
-
export type ConditionWrapperValue = string | {
|
3
|
-
name: string;
|
4
|
-
conditions: Condition[];
|
5
|
-
};
|
6
|
-
export type ConditionRawData = {
|
7
|
-
name: string;
|
8
|
-
displayName: string;
|
9
|
-
value: ConditionWrapperValue;
|
10
|
-
};
|
11
|
-
export declare class ConditionsWrapper {
|
12
|
-
name: string;
|
13
|
-
displayName: string;
|
14
|
-
value: ConditionWrapperValue;
|
15
|
-
constructor(rawData: ConditionRawData);
|
16
|
-
get expression(): string;
|
17
|
-
clone(): ConditionsWrapper;
|
18
|
-
}
|
19
|
-
//# sourceMappingURL=conditions-wrapper.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"conditions-wrapper.d.ts","sourceRoot":"","sources":["../../../src/data-model/conditions-wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAGnD,MAAM,MAAM,qBAAqB,GAC7B,MAAM,GACN;IACE,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,SAAS,EAAE,CAAA;CACxB,CAAA;AAEL,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,qBAAqB,CAAA;CAC7B,CAAA;AAED,qBAAa,iBAAiB;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,qBAAqB,CAAA;gBAEhB,OAAO,EAAE,gBAAgB;IAOrC,IAAI,UAAU,WAQb;IAED,KAAK,IAAI,iBAAiB;CAG3B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/data-model/enums.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB"}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
export { InputWrapper } from './input-wrapper';
|
2
|
-
export { ConditionsWrapper, ConditionRawData } from './conditions-wrapper';
|
3
|
-
export { Page, Item, Section, List, ConfirmationPage } from './types';
|
4
|
-
export { OutputType } from './enums';
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data-model/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAC1E,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { ComponentDef } from '../components/types';
|
2
|
-
import { Page } from './types';
|
3
|
-
export declare class InputWrapper {
|
4
|
-
#private;
|
5
|
-
name: string | undefined;
|
6
|
-
title: string | undefined;
|
7
|
-
type: string | undefined;
|
8
|
-
propertyPath: string | undefined;
|
9
|
-
page: Page;
|
10
|
-
constructor(rawData: ComponentDef, page: Page, options: {
|
11
|
-
ignoreSection?: boolean;
|
12
|
-
parentItemName?: string;
|
13
|
-
});
|
14
|
-
get displayName(): string | undefined;
|
15
|
-
}
|
16
|
-
//# sourceMappingURL=input-wrapper.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"input-wrapper.d.ts","sourceRoot":"","sources":["../../../src/data-model/input-wrapper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAE9B,qBAAa,YAAY;;IACvB,IAAI,EAAE,MAAM,GAAG,SAAS,CAAY;IACpC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAY;IACrC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAY;IACpC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAA;IAEhC,IAAI,EAAE,IAAI,CAAA;gBAGR,OAAO,EAAE,YAAY,EACrB,IAAI,EAAE,IAAI,EACV,OAAO,EAAE;QAAE,aAAa,CAAC,EAAE,OAAO,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,CAAA;KAAE;IAe/D,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAQpC;CACF"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/data-model/types.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
export declare class FormConfiguration {
|
2
|
-
Key: string;
|
3
|
-
DisplayName: string;
|
4
|
-
LastModified: string | undefined;
|
5
|
-
feedbackForm: boolean | undefined;
|
6
|
-
constructor(Key: string, DisplayName?: string, LastModified?: string, feedbackForm?: boolean);
|
7
|
-
}
|
8
|
-
//# sourceMappingURL=form-configuration.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"form-configuration.d.ts","sourceRoot":"","sources":["../../../src/form/form-configuration.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAiB;IAC5B,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,YAAY,EAAE,OAAO,GAAG,SAAS,CAAA;gBAG/B,GAAG,EAAE,MAAM,EACX,WAAW,CAAC,EAAE,MAAM,EACpB,YAAY,CAAC,EAAE,MAAM,EACrB,YAAY,CAAC,EAAE,OAAO;CAUzB"}
|
package/dist/module/index.d.ts
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
export { Schema, componentSchema } from './schema';
|
2
|
-
export { ConditionRawData, ConditionsWrapper, OutputType } from './data-model';
|
3
|
-
export { Logger } from './utils/logger';
|
4
|
-
export { FormConfiguration } from './form';
|
5
|
-
export { ComponentTypeEnum, ComponentTypes, ConditionalComponentTypes } from './components';
|
6
|
-
export * from './conditions';
|
7
|
-
export * from './utils/helpers';
|
8
|
-
export * from './migration';
|
9
|
-
export type * from './components/types';
|
10
|
-
export type * from './data-model/types';
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAClD,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAA;AAC1C,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,yBAAyB,EAC1B,MAAM,cAAc,CAAA;AACrB,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,oBAAoB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/migration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"migration.0-2.d.ts","sourceRoot":"","sources":["../../../src/migration/migration.0-2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAQzC,wBAAgB,OAAO,CAAC,IAAI,KAAA,GAAG,eAAe,CAoB7C"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"migration.1-2.d.ts","sourceRoot":"","sources":["../../../src/migration/migration.1-2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAiFzC,wBAAgB,OAAO,CAAC,IAAI,KAAA,GAAG,eAAe,CAuB7C"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/migration/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAA"}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { MigrationScript } from './types';
|
2
|
-
/**
|
3
|
-
* Returns which migrations that should be run against your Object with the given version
|
4
|
-
* @param version
|
5
|
-
*/
|
6
|
-
export declare function whichMigrations(version: number): Set<MigrationScript>;
|
7
|
-
//# sourceMappingURL=whichMigrations.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"whichMigrations.d.ts","sourceRoot":"","sources":["../../../src/migration/whichMigrations.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC;;;GAGG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,wBAc9C"}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import joi from 'joi';
|
2
|
-
/**
|
3
|
-
* If an optional key is added, CURRENT_VERSION does not need to be incremented.
|
4
|
-
* Only breaking changes will require an increment, as well as a migration script.
|
5
|
-
*/
|
6
|
-
export declare const CURRENT_VERSION = 2;
|
7
|
-
export declare const componentSchema: joi.ObjectSchema<any>;
|
8
|
-
export declare const Schema: joi.ObjectSchema<any>;
|
9
|
-
/**
|
10
|
-
* Schema versions:
|
11
|
-
* Undefined / 0 - initial version as at 28/8/20. Conditions may be in object structure or string form.
|
12
|
-
* 1 - Relevant components (radio, checkbox, select, autocomplete) now contain
|
13
|
-
* options as 'values' rather than referencing a data list
|
14
|
-
* 2 - Reverse v1. Values populating radio, checkboxes, select, autocomplete are defined in Lists only.
|
15
|
-
* TODO:- merge fees and paymentReferenceFormat
|
16
|
-
* 2 - 2023-05-04 `feeOptions` has been introduced. paymentReferenceFormat and payApiKey can be configured in top level or feeOptions. feeOptions will take precedent.
|
17
|
-
* if feeOptions are empty, it will pull values from the top level keys.
|
18
|
-
* WARN: Fee/GOV.UK pay configurations (apart from fees) should no longer be stored in the top level, always within feeOptions.
|
19
|
-
**/
|
20
|
-
//# sourceMappingURL=schema.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/schema/schema.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAA;AAErB;;;GAGG;AACH,eAAO,MAAM,eAAe,IAAI,CAAA;AA2EhC,eAAO,MAAM,eAAe,uBAcZ,CAAA;AA0KhB,eAAO,MAAM,MAAM,uBAsBf,CAAA;AAEJ;;;;;;;;;;IAUI"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
export declare const serialiseAndDeserialise: <T>(obj: T) => T;
|
2
|
-
export declare const clone: <T>(obj: T & {
|
3
|
-
clone?: () => T;
|
4
|
-
}) => T;
|
5
|
-
export declare function filter<T extends {
|
6
|
-
[key: string]: unknown;
|
7
|
-
}>(obj: T, predicate: (value: any) => boolean): Partial<T>;
|
8
|
-
export declare const nanoid: (size?: number | undefined) => string;
|
9
|
-
//# sourceMappingURL=helpers.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/utils/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,WAAY,CAAC,KAAG,CAMnD,CAAA;AAED,eAAO,MAAM,KAAK,WAAY,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC,CAAA;CAAE,KAAG,CASvD,CAAA;AAED,wBAAgB,MAAM,CAAC,CAAC,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,EACzD,GAAG,EAAE,CAAC,EACN,SAAS,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,GACjC,OAAO,CAAC,CAAC,CAAC,CAUZ;AAED,eAAO,MAAM,MAAM,uCAA6D,CAAA"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
export declare class Logger {
|
2
|
-
server: any;
|
3
|
-
name: string;
|
4
|
-
constructor(server: any, name: string);
|
5
|
-
error(message: string): void;
|
6
|
-
warn(message: string): void;
|
7
|
-
info(message: string): void;
|
8
|
-
debug(message: string): void;
|
9
|
-
log(level: string, message: string): void;
|
10
|
-
}
|
11
|
-
//# sourceMappingURL=logger.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAAA,qBAAa,MAAM;IACjB,MAAM,EAAE,GAAG,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;gBAEA,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM;IAKrC,KAAK,CAAC,OAAO,EAAE,MAAM;IAIrB,IAAI,CAAC,OAAO,EAAE,MAAM;IAIpB,IAAI,CAAC,OAAO,EAAE,MAAM;IAIpB,KAAK,CAAC,OAAO,EAAE,MAAM;IAIrB,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAGnC"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|